.Dashboard-module__yvYKBa__dashboard{flex-direction:column;align-items:center;gap:1.5rem;padding:1rem 0;display:flex}.Dashboard-module__yvYKBa__dashboard *{font-weight:500}.Dashboard-module__yvYKBa__top_data_container{grid-template-columns:repeat(5,1fr);gap:16px;width:100%;display:grid}.Dashboard-module__yvYKBa__top_data_child{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);cursor:pointer;color:inherit;justify-content:space-between;align-items:center;padding:20px;text-decoration:none;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;display:flex;position:relative;overflow:hidden}.Dashboard-module__yvYKBa__top_data_child:hover{box-shadow:var(--shadow-lg),0 0 28px #6366f12e;transform:translateY(-4px)}.Dashboard-module__yvYKBa__top_data_child:active{transform:translateY(-1px)scale(.99)}[data-theme=dark] .Dashboard-module__yvYKBa__top_data_child:hover{box-shadow:var(--shadow-lg),0 0 20px #6366f14d}.Dashboard-module__yvYKBa__kpi_icon{border-radius:var(--radius-sm);background:var(--accent-light);width:40px;height:40px;color:var(--accent);border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}[data-kpi=total] .Dashboard-module__yvYKBa__kpi_icon,[data-kpi=available] .Dashboard-module__yvYKBa__kpi_icon{background:var(--accent-light);color:var(--brand-600)}[data-kpi=in-use] .Dashboard-module__yvYKBa__kpi_icon{background:var(--success-soft);color:var(--success)}[data-kpi=expiring] .Dashboard-module__yvYKBa__kpi_icon{background:var(--warning-soft);color:var(--warning)}[data-kpi=expired] .Dashboard-module__yvYKBa__kpi_icon{background:var(--danger-soft);color:var(--danger)}[data-theme=dark] [data-kpi=total] .Dashboard-module__yvYKBa__kpi_icon,[data-theme=dark] [data-kpi=available] .Dashboard-module__yvYKBa__kpi_icon{color:var(--brand-400);background:#6366f126}[data-theme=dark] [data-kpi=in-use] .Dashboard-module__yvYKBa__kpi_icon{background:var(--success-soft);color:var(--success)}[data-theme=dark] [data-kpi=expiring] .Dashboard-module__yvYKBa__kpi_icon{background:var(--warning-soft);color:var(--warning)}[data-theme=dark] [data-kpi=expired] .Dashboard-module__yvYKBa__kpi_icon{background:var(--danger-soft);color:var(--danger)}.Dashboard-module__yvYKBa__kpi_icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.Dashboard-module__yvYKBa__kpi_value{color:var(--text-primary);letter-spacing:-.03em;font-size:26px;font-weight:800;line-height:1.1}.Dashboard-module__yvYKBa__kpi_label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-top:2px;font-size:11px;font-weight:600}.Dashboard-module__yvYKBa__kpi_right{text-align:right}.Dashboard-module__yvYKBa__charts_row{grid-template-columns:1.6fr 1fr;gap:24px;width:100%;display:grid}.Dashboard-module__yvYKBa__charts_left{flex-direction:column;display:flex}.Dashboard-module__yvYKBa__charts_right{flex-direction:column;gap:20px;display:flex}.Dashboard-module__yvYKBa__glass_card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-md);width:100%;box-shadow:var(--shadow-md);overflow:hidden}.Dashboard-module__yvYKBa__card_header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;width:100%;padding:14px 18px;display:flex}.Dashboard-module__yvYKBa__card_title{color:var(--text-primary);letter-spacing:-.01em;font-size:13px;font-weight:700}.Dashboard-module__yvYKBa__card_link{color:var(--accent);opacity:.8;font-size:11px;font-weight:600;text-decoration:none;transition:opacity .2s}.Dashboard-module__yvYKBa__card_link:hover{opacity:1}.Dashboard-module__yvYKBa__movements_compact table{table-layout:fixed;margin:0}.Dashboard-module__yvYKBa__movements_compact table thead th{padding:6px 11px!important;font-size:10px!important}.Dashboard-module__yvYKBa__movements_compact table tbody td{padding:7px 11px!important;font-size:11px!important}.Dashboard-module__yvYKBa__expenses_wrap{flex-direction:column;gap:6px;padding:14px 18px;display:flex}.Dashboard-module__yvYKBa__expenses_subtitle{text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);border-top:1px solid var(--border-light);margin-top:4px;padding:8px 0 2px;font-size:10px;font-weight:700}.Dashboard-module__yvYKBa__expenses_subtitle:first-child{border-top:none;margin-top:0;padding-top:0}.Dashboard-module__yvYKBa__expenses_empty{text-align:center;color:var(--text-muted);padding:1.5rem;font-size:13px}.Dashboard-module__yvYKBa__expense_item{justify-content:space-between;align-items:center;padding:6px 0;display:flex}.Dashboard-module__yvYKBa__expense_currency{color:var(--text-primary);font-size:13px;font-weight:600}.Dashboard-module__yvYKBa__expense_amount{color:var(--accent);font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}@media (min-width:768px) and (max-width:1024px){.Dashboard-module__yvYKBa__top_data_container{grid-template-columns:repeat(3,1fr)}.Dashboard-module__yvYKBa__charts_row{grid-template-columns:1fr}}@media (max-width:767px){.Dashboard-module__yvYKBa__dashboard{gap:1rem;padding:1rem}.Dashboard-module__yvYKBa__top_data_container{grid-template-columns:repeat(2,1fr)}.Dashboard-module__yvYKBa__charts_row{grid-template-columns:1fr}}
.Table-module__3DjAgq__tableContainer{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:var(--radius-md);flex-direction:column;width:100%;display:flex;overflow:visible}.Table-module__3DjAgq__table{table-layout:fixed;border-collapse:collapse;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.Table-module__3DjAgq__table th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);border-bottom:1px solid var(--border);padding:7px 20px 7px 11px;font-size:10px;font-weight:700;position:relative}.Table-module__3DjAgq__table td{color:var(--text-secondary);border-bottom:1px solid var(--border);padding:9px 11px;font-size:11px}.Table-module__3DjAgq__table tbody tr:hover td{background:var(--accent-light);color:var(--text-primary)}.Table-module__3DjAgq__table tbody tr:last-child td{border-bottom:none}.Table-module__3DjAgq__tableWrapper{scrollbar-width:thin;scrollbar-color:#6366f14d transparent;width:100%;max-height:70vh;overflow:auto}.Table-module__3DjAgq__tableWrapper::-webkit-scrollbar{width:6px;height:6px}.Table-module__3DjAgq__tableWrapper::-webkit-scrollbar-track{background:0 0}.Table-module__3DjAgq__tableWrapper::-webkit-scrollbar-thumb{-webkit-backdrop-filter:blur(4px);background:#6366f133;border:1px solid #ffffff0f;border-radius:3px}.Table-module__3DjAgq__tableWrapper::-webkit-scrollbar-thumb:hover{-webkit-backdrop-filter:blur(6px);background:#6366f166}.Table-module__3DjAgq__tableWrapper::-webkit-scrollbar-corner{background:0 0}.Table-module__3DjAgq__tableToolbar{border-bottom:1px solid var(--glass-border);background:var(--accent-light);justify-content:space-between;align-items:center;width:100%;padding:8px 12px;display:flex}[data-theme=dark] .Table-module__3DjAgq__tableToolbar{background:#6366f10a}.Table-module__3DjAgq__searchContainer{align-items:center;gap:8px;display:flex}.Table-module__3DjAgq__searchContainer svg path{fill:var(--text-muted)}.Table-module__3DjAgq__searchWrap{width:300px;position:relative}.Table-module__3DjAgq__searchIcon{pointer-events:none;color:var(--text-muted);align-items:center;display:flex;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.Table-module__3DjAgq__searchInput{background:var(--glass-strong,#ffffff0d);border:1px solid var(--glass-border);width:100%;color:var(--text-primary);border-radius:10px;outline:none;padding:7px 10px 7px 32px;font-size:12px;transition:border-color .15s,box-shadow .15s}[data-theme=light] .Table-module__3DjAgq__searchInput{background:#fffc;border-color:#00000014}.Table-module__3DjAgq__searchInput::placeholder{color:var(--text-muted)}.Table-module__3DjAgq__searchInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.Table-module__3DjAgq__btnContainer{align-items:center;gap:8px;display:flex}@media (max-width:767px){.Table-module__3DjAgq__tableToolbar{flex-direction:column;align-items:stretch;gap:12px}.Table-module__3DjAgq__searchWrap{width:100%}}.Table-module__3DjAgq__sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.Table-module__3DjAgq__sortIcon{opacity:0;color:var(--text-muted);font-size:11px;transition:opacity .15s;position:absolute;top:50%;right:4px;transform:translateY(-50%)}[data-theme=dark] .Table-module__3DjAgq__sortIcon{color:var(--text-primary)}.Table-module__3DjAgq__table th:hover .Table-module__3DjAgq__sortIcon{opacity:.7}.Table-module__3DjAgq__sortIcon.Table-module__3DjAgq__active,.Table-module__3DjAgq__table th .Table-module__3DjAgq__sortIcon.Table-module__3DjAgq__active{opacity:1}.Table-module__3DjAgq__table thead{background:var(--accent-light)}[data-theme=dark] .Table-module__3DjAgq__table thead{background:#6366f10a}
.DownloadBtn-module__hx9BKG__btn{color:var(--text-secondary);background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;white-space:nowrap;border-radius:10px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.DownloadBtn-module__hx9BKG__btn:hover{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}
.CreateBtn-module__kswvBa__btn{color:#fff;background:var(--accent-gradient);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:4px;padding:6px 14px;font-size:12px;font-weight:600;text-decoration:none;transition:opacity .15s,transform .15s;display:inline-flex}.CreateBtn-module__kswvBa__btn:hover{opacity:.85;transform:scale(1.02)}
.VisibilityFilter-module__6rawMa__wrapper{position:relative}.VisibilityFilter-module__6rawMa__toggle{color:var(--text-secondary);background:var(--glass-bg);border:1px solid var(--glass-border);cursor:pointer;white-space:nowrap;border-radius:10px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.VisibilityFilter-module__6rawMa__toggle:hover{background:var(--accent-light);color:var(--accent);border-color:var(--accent)}.VisibilityFilter-module__6rawMa__badge{color:var(--text-muted);background:var(--accent-light);border-radius:20px;padding:1px 6px;font-size:10px;font-weight:700}.VisibilityFilter-module__6rawMa__dropdown{z-index:50;background:var(--surface);border:1px solid var(--glass-border);border-radius:var(--radius-sm);min-width:180px;box-shadow:var(--shadow-lg);padding:6px 0;position:absolute;top:calc(100% + 6px);right:0}.VisibilityFilter-module__6rawMa__item{color:var(--text-primary);cursor:pointer;align-items:center;gap:8px;padding:6px 14px;font-size:12px;transition:background .1s;display:flex}.VisibilityFilter-module__6rawMa__item:hover{background:var(--accent-light)}.VisibilityFilter-module__6rawMa__item input{accent-color:var(--accent)}
.EditDropdown-module__Ge8y3G__menu{z-index:50;background:var(--surface);border:1px solid #6366f133;border-radius:8px;min-width:100px;position:absolute;right:0;overflow:hidden;box-shadow:0 4px 16px #6366f114}[data-theme=light] .EditDropdown-module__Ge8y3G__menu{border-color:#00000014;box-shadow:0 4px 16px #0000001f}
.TitleCard-module__vlRTKG__title_container{flex-direction:column;justify-content:center;align-items:baseline;width:100%;padding:0;display:flex}.TitleCard-module__vlRTKG__title_container h2{color:var(--text-secondary);margin:0;font-size:.8rem}.TitleCard-module__vlRTKG__title_container h1{color:var(--text-primary);letter-spacing:.02em;margin:0;font-size:1.6rem}.TitleCard-module__vlRTKG__title_row{align-items:center;gap:8px;width:100%;display:flex}.TitleCard-module__vlRTKG__tooltip_wrapper{cursor:help;display:inline-flex;position:relative}.TitleCard-module__vlRTKG__tooltip_icon{color:var(--text-muted);font-size:16px;transition:color .2s}.TitleCard-module__vlRTKG__tooltip_wrapper:hover .TitleCard-module__vlRTKG__tooltip_icon{color:var(--accent)}.TitleCard-module__vlRTKG__tooltip_text{background:var(--surface);color:var(--text-primary);border-radius:var(--radius-sm);white-space:normal;z-index:100;text-align:left;border:1px solid #6366f133;width:320px;max-width:90vw;padding:10px 14px;font-size:13px;font-weight:400;line-height:1.5;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 16px #6366f114}[data-theme=light] .TitleCard-module__vlRTKG__tooltip_text{border-color:#00000014;box-shadow:0 4px 16px #0000001f}.TitleCard-module__vlRTKG__tooltip_text strong{font-weight:600}.TitleCard-module__vlRTKG__link{color:var(--text-secondary);text-decoration:none;transition:color .2s}.TitleCard-module__vlRTKG__link:hover{color:var(--accent)}.TitleCard-module__vlRTKG__current{font-weight:600;color:var(--accent)!important}.TitleCard-module__vlRTKG__dot{color:var(--text-muted);vertical-align:middle;margin:0 6px;font-size:6px}
.GlobalForm-module__mfXi3W__global_form{flex-direction:column;align-items:center;gap:2rem;width:100%;display:flex}.GlobalForm-module__mfXi3W__form,.GlobalForm-module__mfXi3W__btn_container{width:100%}.GlobalForm-module__mfXi3W__form{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-md);box-shadow:var(--glass-shadow);box-sizing:border-box;flex-direction:column;gap:16px;padding:24px;transition:background .3s,border-color .3s;display:flex}.GlobalForm-module__mfXi3W__btn_container{flex-direction:row;justify-content:space-between;align-items:center;gap:12px;display:flex}.GlobalForm-module__mfXi3W__btn_container button{cursor:pointer;border:none;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;gap:8px;min-width:8em;padding:8px 20px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.GlobalForm-module__mfXi3W__btn_container button:disabled{opacity:.5;cursor:not-allowed}.GlobalForm-module__mfXi3W__btn_container button:disabled:hover{box-shadow:none;transform:none}.GlobalForm-module__mfXi3W__btn_container button h4{margin:0;font-weight:500}.GlobalForm-module__mfXi3W__btn_container button svg{height:1rem}.GlobalForm-module__mfXi3W__create_btn{background:var(--accent-gradient);color:var(--text-inverse,#fff)}.GlobalForm-module__mfXi3W__create_btn:hover{box-shadow:var(--shadow-md),0 0 20px #6366f133;transform:translateY(-1px)}.GlobalForm-module__mfXi3W__create_btn:active{transform:translateY(0)}.GlobalForm-module__mfXi3W__return_btn{color:var(--text-primary);border:1px solid var(--border);background:0 0}.GlobalForm-module__mfXi3W__return_btn:hover{background:var(--accent-light)}.GlobalForm-module__mfXi3W__return_btn svg path{stroke:currentColor}.GlobalForm-module__mfXi3W__link,.GlobalForm-module__mfXi3W__link:visited{color:inherit;text-decoration:none}.GlobalForm-module__mfXi3W__input_row{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.GlobalForm-module__mfXi3W__input_field{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--input-bg);padding:6px 12px;transition:all .2s;position:relative}.GlobalForm-module__mfXi3W__input_field:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.GlobalForm-module__mfXi3W__input_field legend{color:var(--text-secondary);letter-spacing:.02em;padding:0 6px;font-size:12px;font-weight:500}.GlobalForm-module__mfXi3W__input_field input,.GlobalForm-module__mfXi3W__input_field select,.GlobalForm-module__mfXi3W__input_field textarea{width:100%;height:34px;color:var(--text-primary);font-size:13px;font:inherit;cursor:text;background:0 0;border:none;outline:none;transition:color .2s}.GlobalForm-module__mfXi3W__input_field select{cursor:pointer}.GlobalForm-module__mfXi3W__input_field input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%236366F1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") 50%/contain no-repeat}.GlobalForm-module__mfXi3W__input_field select option{background:var(--surface);color:var(--text-primary)}.GlobalForm-module__mfXi3W__input_field select option:checked{background:var(--accent-light);color:var(--accent)}.GlobalForm-module__mfXi3W__input_field textarea{resize:vertical;height:auto;min-height:80px}.GlobalForm-module__mfXi3W__input_field input::placeholder,.GlobalForm-module__mfXi3W__input_field select::placeholder,.GlobalForm-module__mfXi3W__input_field textarea::placeholder{color:var(--text-muted)}@media (max-width:767px){.GlobalForm-module__mfXi3W__btn_container{flex-direction:column;gap:8px}.GlobalForm-module__mfXi3W__btn_container button{width:100%;min-width:0}}
.RedAsterisk-module__oxAj6a__asterisk{color:var(--danger);margin-left:4px;font-size:larger;display:inline}
.CustomDropdown-module__rUIBkG__wrapper{width:100%;position:relative}.CustomDropdown-module__rUIBkG__trigger{cursor:pointer;width:100%;height:34px;color:var(--text-primary);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:8px;font-size:13px;transition:color .2s;display:flex}.CustomDropdown-module__rUIBkG__placeholder{color:var(--text-muted)}.CustomDropdown-module__rUIBkG__selectedText{color:var(--text-primary)}.CustomDropdown-module__rUIBkG__arrow{color:var(--text-muted);flex-shrink:0;transition:transform .25s}.CustomDropdown-module__rUIBkG__arrowUp{transform:rotate(180deg)}.CustomDropdown-module__rUIBkG__dropdown{background:var(--surface);border:1px solid var(--glass-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg),0 0 0 1px #6366f10f;z-index:200;scrollbar-width:thin;scrollbar-color:var(--accent)transparent;max-height:240px;padding:6px;animation:.15s ease-out CustomDropdown-module__rUIBkG__slideIn;position:absolute;top:calc(100% + 10px);left:-12px;right:-12px;overflow-y:auto}[data-theme=dark] .CustomDropdown-module__rUIBkG__dropdown{box-shadow:var(--shadow-lg),0 0 0 1px #6366f10f,0 0 16px #6366f173}.CustomDropdown-module__rUIBkG__dropdownUp{animation-name:CustomDropdown-module__rUIBkG__slideInUp;top:auto;bottom:calc(100% + 10px)}@keyframes CustomDropdown-module__rUIBkG__slideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes CustomDropdown-module__rUIBkG__slideInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.CustomDropdown-module__rUIBkG__dropdown::-webkit-scrollbar{width:5px}.CustomDropdown-module__rUIBkG__dropdown::-webkit-scrollbar-track{background:var(--accent-light);border-radius:999px}.CustomDropdown-module__rUIBkG__dropdown::-webkit-scrollbar-thumb{background:var(--accent);border-radius:999px}.CustomDropdown-module__rUIBkG__dropdown::-webkit-scrollbar-thumb:hover{background:var(--accent);opacity:.8}.CustomDropdown-module__rUIBkG__option{border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;align-items:center;gap:10px;padding:9px 10px;font-size:13px;transition:background .12s;display:flex}.CustomDropdown-module__rUIBkG__option:hover{background:var(--accent-light)}.CustomDropdown-module__rUIBkG__optionSelected{color:var(--accent);font-weight:600}.CustomDropdown-module__rUIBkG__radio{border:2px solid var(--border);box-sizing:border-box;background:padding-box content-box;border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:border-color .2s,background .2s}.CustomDropdown-module__rUIBkG__option:hover .CustomDropdown-module__rUIBkG__radio{border-color:var(--accent)}.CustomDropdown-module__rUIBkG__optionSelected .CustomDropdown-module__rUIBkG__radio{border-color:var(--accent);background-color:var(--accent);padding:2.6px 3px 3.4px}@keyframes CustomDropdown-module__rUIBkG__pop{0%{transform:scale(0)}to{transform:scale(1)}}.CustomDropdown-module__rUIBkG__empty{text-align:center;color:var(--text-muted);padding:14px;font-size:12px}
.LicenseChart-module__6mmf3a__wrapper{padding:0 0 4px}.LicenseChart-module__6mmf3a__empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:14px}.LicenseChart-module__6mmf3a__tableWrap{overflow-x:auto}.LicenseChart-module__6mmf3a__table{border-collapse:collapse;width:100%;font-size:11.5px}.LicenseChart-module__6mmf3a__table thead th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:8px 10px;font-size:10px;font-weight:700}.LicenseChart-module__6mmf3a__table tbody td{border-bottom:1px solid var(--border);color:var(--text-primary);white-space:nowrap;padding:7px 10px}.LicenseChart-module__6mmf3a__table tbody tr:hover{background:var(--accent-light)}.LicenseChart-module__6mmf3a__rowExceeded{background:var(--danger-soft)!important}.LicenseChart-module__6mmf3a__rowFull{background:var(--accent-light)!important}.LicenseChart-module__6mmf3a__colNum{text-align:right;font-variant-numeric:tabular-nums}.LicenseChart-module__6mmf3a__colStatus{text-align:center}.LicenseChart-module__6mmf3a__colSoftware{text-overflow:ellipsis;max-width:200px;overflow:hidden}.LicenseChart-module__6mmf3a__badge{letter-spacing:.02em;text-transform:uppercase;border-radius:20px;padding:2px 8px;font-size:9.5px;font-weight:700;line-height:1.4;display:inline-block}.LicenseChart-module__6mmf3a__toggleBtn{border:none;border-top:1px solid var(--border);width:100%;color:var(--accent);cursor:pointer;text-align:center;background:0 0;padding:8px 14px;font-size:11px;font-weight:600;transition:background .2s;display:block}.LicenseChart-module__6mmf3a__toggleBtn:hover{background:var(--accent-light)}.LicenseChart-module__6mmf3a__chartSection{border-top:1px solid var(--border);padding:14px 14px 10px}.LicenseChart-module__6mmf3a__chartTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;font-size:11px;font-weight:700}.LicenseChart-module__6mmf3a__chartFooter{color:var(--text-muted);text-align:center;margin-top:6px;font-size:10.5px}.LicenseChart-module__6mmf3a__tooltip{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:140px;padding:10px 14px}.LicenseChart-module__6mmf3a__tooltipHeader{color:var(--text-primary);border-bottom:1px solid var(--border);margin-bottom:6px;padding-bottom:5px;font-size:12px;font-weight:700}.LicenseChart-module__6mmf3a__tooltipBody{flex-direction:column;gap:3px;display:flex}.LicenseChart-module__6mmf3a__tooltipRow{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:12px;font-size:11px;display:flex}.LicenseChart-module__6mmf3a__tooltipVal{color:var(--text-primary);text-align:right;font-weight:600}
.UserForm-module__Si8xHa__card,.UserForm-module__Si8xHa__formArea{width:100%}.UserForm-module__Si8xHa__section{width:100%;margin-bottom:12px}.UserForm-module__Si8xHa__sectionTitle{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:8px;padding-bottom:4px;font-size:10px;font-weight:700}.UserForm-module__Si8xHa__fieldGrid{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (max-width:500px){.UserForm-module__Si8xHa__fieldGrid{grid-template-columns:1fr}}
.AssignmentCard-module__LVBnRa__card{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:var(--radius-md);flex-direction:column;gap:14px;padding:18px;transition:border-color .15s,box-shadow .15s;display:flex}.AssignmentCard-module__LVBnRa__card:hover{border-color:var(--accent);box-shadow:0 0 20px #6366f114}.AssignmentCard-module__LVBnRa__header{align-items:center;gap:12px;display:flex}.AssignmentCard-module__LVBnRa__avatar{background:var(--accent-light);border:1px solid var(--accent);width:44px;height:44px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.AssignmentCard-module__LVBnRa__headerInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.AssignmentCard-module__LVBnRa__name{color:var(--text-primary);margin:0;font-size:15px;font-weight:700;line-height:1.2}.AssignmentCard-module__LVBnRa__meta{color:var(--text-muted);font-size:11px}.AssignmentCard-module__LVBnRa__plans{flex-direction:column;gap:8px;display:flex}.AssignmentCard-module__LVBnRa__planCard{background:var(--accent-light);border:1px solid var(--glass-border);border-radius:10px;flex-direction:column;gap:8px;padding:12px;display:flex}[data-theme=dark] .AssignmentCard-module__LVBnRa__planCard{background:#6366f10a}.AssignmentCard-module__LVBnRa__planHeader{align-items:center;gap:8px;display:flex}.AssignmentCard-module__LVBnRa__planName{color:var(--text-primary);font-size:12px;font-weight:700}.AssignmentCard-module__LVBnRa__planType{text-transform:uppercase;letter-spacing:.05em;background:var(--accent);color:#fff;border-radius:4px;padding:1px 6px;font-size:9px;font-weight:700}.AssignmentCard-module__LVBnRa__progressRow{align-items:center;gap:8px;display:flex}.AssignmentCard-module__LVBnRa__progressBar{background:var(--border);border-radius:3px;flex:1;height:5px;overflow:hidden}.AssignmentCard-module__LVBnRa__progressFill{background:var(--accent);border-radius:3px;height:100%;transition:width .4s}.AssignmentCard-module__LVBnRa__progressLabel{color:var(--text-muted);text-align:right;min-width:36px;font-size:10px;font-weight:700}.AssignmentCard-module__LVBnRa__users{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.AssignmentCard-module__LVBnRa__userAvatar{background:var(--glass-strong,#ffffff0f);border:1px solid var(--glass-border);width:26px;height:26px;color:var(--text-secondary);cursor:default;border-radius:50%;justify-content:center;align-items:center;font-size:9px;font-weight:700;transition:border-color .15s;display:flex}.AssignmentCard-module__LVBnRa__userAvatar:hover{border-color:var(--accent);color:var(--accent)}.AssignmentCard-module__LVBnRa__userMore{background:var(--accent-light);width:26px;height:26px;color:var(--accent);cursor:pointer;border:1px solid #0000;border-radius:50%;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:9px;font-weight:800;transition:border-color .15s,background .15s;display:flex}.AssignmentCard-module__LVBnRa__userMore:hover{border-color:var(--accent);background:#6366f11f}.AssignmentCard-module__LVBnRa__usersModal{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:10px;margin-top:2px;overflow:hidden}.AssignmentCard-module__LVBnRa__modalHeader{border-bottom:1px solid var(--glass-border);background:var(--accent-light);justify-content:space-between;align-items:center;padding:8px 12px;display:flex}[data-theme=dark] .AssignmentCard-module__LVBnRa__modalHeader{background:#6366f10f}.AssignmentCard-module__LVBnRa__modalTitle{color:var(--text-primary);font-size:11px;font-weight:700}.AssignmentCard-module__LVBnRa__modalClose{border:1px solid var(--glass-border);width:22px;height:22px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:0;font-size:14px;line-height:1;transition:color .15s,border-color .15s;display:flex}.AssignmentCard-module__LVBnRa__modalClose:hover{color:var(--danger);border-color:var(--danger)}.AssignmentCard-module__LVBnRa__modalList{flex-direction:column;max-height:180px;display:flex;overflow-y:auto}.AssignmentCard-module__LVBnRa__modalUser{border-bottom:1px solid var(--glass-border);align-items:center;gap:8px;padding:6px 12px;transition:background .1s;display:flex}.AssignmentCard-module__LVBnRa__modalUser:last-child{border-bottom:none}.AssignmentCard-module__LVBnRa__modalUser:hover{background:var(--accent-light)}.AssignmentCard-module__LVBnRa__modalAvatar{background:var(--glass-strong,#ffffff0f);border:1px solid var(--glass-border);width:24px;height:24px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:8px;font-weight:700;display:flex}.AssignmentCard-module__LVBnRa__modalName{color:var(--text-primary);font-size:11px}.AssignmentCard-module__LVBnRa__noUsers{color:var(--text-muted);font-size:10px;font-style:italic}.AssignmentCard-module__LVBnRa__remaining{color:var(--accent);font-size:10px;font-weight:600}.AssignmentCard-module__LVBnRa__full{color:var(--danger);font-size:10px;font-weight:600}
.PlanCard-module__hvApfa__card{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:var(--radius-md);flex-direction:column;gap:14px;padding:18px;transition:border-color .15s,box-shadow .15s;display:flex}.PlanCard-module__hvApfa__card:hover{border-color:var(--accent);box-shadow:0 0 20px #6366f114}.PlanCard-module__hvApfa__header{align-items:center;gap:12px;display:flex}.PlanCard-module__hvApfa__avatar{background:var(--accent-light);border:1px solid var(--accent);width:44px;height:44px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.PlanCard-module__hvApfa__headerInfo{flex-direction:column;gap:2px;min-width:0;display:flex}.PlanCard-module__hvApfa__name{color:var(--text-primary);margin:0;font-size:15px;font-weight:700;line-height:1.2}.PlanCard-module__hvApfa__meta{color:var(--text-muted);font-size:11px}.PlanCard-module__hvApfa__plans{flex-direction:column;gap:8px;display:flex}.PlanCard-module__hvApfa__planCard{background:var(--accent-light);border:1px solid var(--glass-border);border-radius:10px;flex-direction:column;gap:8px;padding:12px;display:flex}[data-theme=dark] .PlanCard-module__hvApfa__planCard{background:#6366f10a}.PlanCard-module__hvApfa__planRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.PlanCard-module__hvApfa__planName{color:var(--text-primary);font-size:13px;font-weight:700}.PlanCard-module__hvApfa__planPrice{color:var(--accent);white-space:nowrap;font-size:14px;font-weight:800}.PlanCard-module__hvApfa__pricePeriod{color:var(--text-muted);font-size:10px;font-weight:500}.PlanCard-module__hvApfa__planDetails{flex-wrap:wrap;gap:6px;display:flex}.PlanCard-module__hvApfa__detailChip{background:var(--glass-strong,#ffffff0a);color:var(--text-muted);border:1px solid var(--glass-border);border-radius:4px;padding:2px 7px;font-size:9px;font-weight:600}.PlanCard-module__hvApfa__expiryOk{color:var(--text-muted)}.PlanCard-module__hvApfa__expiryWarning{color:var(--warning);border-color:var(--warning);background:var(--warning-soft)}.PlanCard-module__hvApfa__planCounts{color:var(--text-muted);background:var(--glass-strong,#ffffff0a);border:1px solid var(--glass-border);border-radius:6px;padding:4px 8px;font-size:10px;font-weight:600;line-height:1.4}.PlanCard-module__hvApfa__planFooter{justify-content:flex-end;display:flex}.PlanCard-module__hvApfa__editBtn{color:var(--accent);border:1px solid var(--accent);background:0 0;border-radius:6px;padding:4px 10px;font-size:10px;font-weight:700;text-decoration:none;transition:background .15s,color .15s}.PlanCard-module__hvApfa__editBtn:hover{background:var(--accent);color:#fff}
.SoftwareCard-module__Z6sTHa__card{background:var(--glass-bg,var(--surface));-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border,#6366f126);border-radius:14px;flex-direction:column;gap:14px;min-width:260px;padding:20px;transition:transform .2s,box-shadow .2s;display:flex}.SoftwareCard-module__Z6sTHa__card:hover{transform:translateY(-2px);box-shadow:0 8px 28px #6366f11f}[data-theme=light] .SoftwareCard-module__Z6sTHa__card{border-color:#0000000f}[data-theme=light] .SoftwareCard-module__Z6sTHa__card:hover{box-shadow:0 8px 28px #0000001a}.SoftwareCard-module__Z6sTHa__top{align-items:center;gap:14px;display:flex}.SoftwareCard-module__Z6sTHa__avatar{background:var(--accent-light);border:1.5px solid var(--accent);width:52px;height:52px;color:var(--accent);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}.SoftwareCard-module__Z6sTHa__info{min-width:0}.SoftwareCard-module__Z6sTHa__name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.SoftwareCard-module__Z6sTHa__cost{color:var(--text-muted);margin-top:2px;font-size:12px}.SoftwareCard-module__Z6sTHa__divider{background:var(--border);height:1px}.SoftwareCard-module__Z6sTHa__kpis{justify-content:space-around;gap:8px;display:flex}.SoftwareCard-module__Z6sTHa__kpi{flex-direction:column;align-items:center;gap:2px;display:flex}.SoftwareCard-module__Z6sTHa__kpiValue{font-size:22px;font-weight:700;line-height:1}.SoftwareCard-module__Z6sTHa__kpiLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:10px}.SoftwareCard-module__Z6sTHa__actions{justify-content:flex-end;display:flex}.SoftwareCard-module__Z6sTHa__editBtn{color:var(--accent);border:1px solid var(--accent);border-radius:8px;padding:6px 16px;font-size:12px;font-weight:500;text-decoration:none;transition:background .15s}.SoftwareCard-module__Z6sTHa__editBtn:hover{background:var(--accent-light)}
.HoverCard-module__eP76yW__card{z-index:9999;background:var(--surface);pointer-events:none;text-align:center;border:1px solid #6366f133;border-radius:12px;flex-direction:column;align-items:center;min-width:200px;max-width:260px;padding:18px 20px 14px;display:flex;position:fixed;box-shadow:0 4px 24px #6366f124}[data-theme=light] .HoverCard-module__eP76yW__card{border-color:#00000014;box-shadow:0 4px 24px #00000024}.HoverCard-module__eP76yW__avatar{background:var(--accent-light);border:2px solid var(--accent);width:56px;height:56px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-bottom:8px;font-size:20px;font-weight:700;display:flex}.HoverCard-module__eP76yW__name{color:var(--text-primary);margin-bottom:8px;font-size:14px;font-weight:700}.HoverCard-module__eP76yW__contact{flex-direction:column;align-items:center;gap:4px;width:100%;margin-bottom:4px;display:flex}.HoverCard-module__eP76yW__contactItem{color:var(--text-secondary);align-items:center;gap:6px;font-size:11px;display:flex}.HoverCard-module__eP76yW__contactItem svg{color:var(--text-muted);flex-shrink:0}.HoverCard-module__eP76yW__contactItem span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.HoverCard-module__eP76yW__divider{background:var(--border);width:100%;height:1px;margin:8px 0}.HoverCard-module__eP76yW__body{flex-direction:column;gap:3px;width:100%;font-size:11px;display:flex}.HoverCard-module__eP76yW__row{justify-content:space-between;gap:8px;display:flex}.HoverCard-module__eP76yW__label{color:var(--text-muted);white-space:nowrap;font-size:10px}.HoverCard-module__eP76yW__value{color:var(--text-primary);text-align:right;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}
.LogAudit-module__33COda__log_audit{flex-direction:column;gap:1rem;padding:1rem 0;display:flex}.LogAudit-module__33COda__pageHeader{justify-content:space-between;align-items:center;display:flex}.LogAudit-module__33COda__pageDesc{color:var(--text-muted);font-size:13px}.LogAudit-module__33COda__bottomBar{color:var(--text-muted);justify-content:space-between;align-items:center;padding:8px 0 0;font-size:12px;display:flex}
.ExpiringAlerts-module__vH9REG__list{flex-direction:column;gap:4px;padding:4px 0;display:flex}.ExpiringAlerts-module__vH9REG__empty{text-align:center;color:var(--text-muted);flex-direction:column;align-items:center;gap:8px;padding:2rem;font-size:13px;display:flex}.ExpiringAlerts-module__vH9REG__item{cursor:default;border-radius:8px;align-items:center;gap:10px;padding:9px 12px;transition:background .12s;display:flex}.ExpiringAlerts-module__vH9REG__item:hover{background:var(--accent-light)}.ExpiringAlerts-module__vH9REG__dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.ExpiringAlerts-module__vH9REG__dot_red{background:var(--danger);box-shadow:0 0 5px #d9302566}.ExpiringAlerts-module__vH9REG__dot_amber{background:var(--warning);box-shadow:0 0 5px #f9ab0066}.ExpiringAlerts-module__vH9REG__dot_green{background:var(--success);box-shadow:0 0 5px #10b9814d}.ExpiringAlerts-module__vH9REG__info{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.ExpiringAlerts-module__vH9REG__software{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:600;overflow:hidden}.ExpiringAlerts-module__vH9REG__plan_name{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.ExpiringAlerts-module__vH9REG__right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:2px;display:flex}.ExpiringAlerts-module__vH9REG__date{color:var(--text-muted);font-size:11px}.ExpiringAlerts-module__vH9REG__badge{white-space:nowrap;border-radius:20px;padding:2px 7px;font-size:10px;font-weight:700}.ExpiringAlerts-module__vH9REG__badge_critical{color:var(--danger);background:#d930251f}.ExpiringAlerts-module__vH9REG__badge_warning{color:var(--warning);background:#f9ab001f}.ExpiringAlerts-module__vH9REG__badge_info{color:var(--success);background:#10b9811f}
