.Button-module__8RiFmG__btn{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.95rem;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex}.Button-module__8RiFmG__btn:disabled{opacity:.6;cursor:not-allowed}.Button-module__8RiFmG__primary{background:var(--primary);color:var(--primary-text)}.Button-module__8RiFmG__primary:hover:not(:disabled){background:var(--primary-hover)}.Button-module__8RiFmG__secondary{color:var(--text);border-color:var(--border);background:0 0}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:var(--bg)}.Button-module__8RiFmG__danger{background:var(--danger);color:#fff}.Button-module__8RiFmG__spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite Button-module__8RiFmG__spin}@keyframes Button-module__8RiFmG__spin{to{transform:rotate(360deg)}}
.Input-module__5jsJuW__field{flex-direction:column;gap:.35rem;width:100%;display:flex}.Input-module__5jsJuW__label{color:var(--text-muted);font-size:.85rem;font-weight:600}.Input-module__5jsJuW__input{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-input);color:var(--text);padding:.6rem .75rem;transition:border-color .15s}.Input-module__5jsJuW__input:focus{border-color:var(--primary);outline:none}.Input-module__5jsJuW__invalid{border-color:var(--danger)}.Input-module__5jsJuW__error{color:var(--danger);font-size:.8rem}
.Card-module__b6YjYG__card{background:var(--bg-elev);-webkit-backdrop-filter:blur(var(--surface-blur));border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.Card-module__b6YjYG__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.Card-module__b6YjYG__title{font-size:1.05rem;font-weight:700}.Card-module__b6YjYG__body{padding:1.25rem}
.Badge-module__H8aylq__badge{border-radius:999px;padding:.2rem .6rem;font-size:.78rem;font-weight:600;display:inline-block}.Badge-module__H8aylq__neutral{background:var(--bg);color:var(--text-muted);border:1px solid var(--border)}.Badge-module__H8aylq__success{background:var(--success-bg);color:var(--success)}.Badge-module__H8aylq__warning{background:var(--warning-bg);color:var(--warning)}.Badge-module__H8aylq__danger{background:var(--danger-bg);color:var(--danger)}
.States-module__eK2odW__center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2.5rem 1rem;display:flex}.States-module__eK2odW__title{font-size:1.05rem;font-weight:700}.States-module__eK2odW__errorTitle{color:var(--danger);font-size:1.05rem;font-weight:700}.States-module__eK2odW__muted{color:var(--text-muted);font-size:.9rem}.States-module__eK2odW__spinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite States-module__eK2odW__spin}@keyframes States-module__eK2odW__spin{to{transform:rotate(360deg)}}
.Table-module__ceAsYa__wrap{border:1px solid var(--border);border-radius:var(--radius);overflow-x:auto}.Table-module__ceAsYa__table{border-collapse:collapse;width:100%;font-size:.9rem}.Table-module__ceAsYa__table thead th{text-align:left;background:var(--bg);color:var(--text-muted);text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid var(--border);white-space:nowrap;padding:.7rem .9rem;font-size:.8rem;font-weight:700}.Table-module__ceAsYa__table tbody td{border-bottom:1px solid var(--border);color:var(--text);padding:.7rem .9rem}.Table-module__ceAsYa__table tbody tr:last-child td{border-bottom:none}.Table-module__ceAsYa__clickable{cursor:pointer}.Table-module__ceAsYa__clickable:hover td{background:var(--bg)}.Table-module__ceAsYa__right{text-align:right}
.Modal-module__7LRQSW__overlay{z-index:50;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.Modal-module__7LRQSW__dialog{background:var(--surface-solid);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:520px;box-shadow:var(--shadow);flex-direction:column;max-height:90vh;display:flex}.Modal-module__7LRQSW__dialog.Modal-module__7LRQSW__wide{max-width:860px}.Modal-module__7LRQSW__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.Modal-module__7LRQSW__title{font-size:1.05rem;font-weight:700}.Modal-module__7LRQSW__close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1}.Modal-module__7LRQSW__body{padding:1.25rem;overflow-y:auto}.Modal-module__7LRQSW__footer{border-top:1px solid var(--border);justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;display:flex}
.Toast-module__dpyMdW__stack{z-index:100;flex-direction:column;gap:.6rem;display:flex;position:fixed;bottom:1.25rem;right:1.25rem}.Toast-module__dpyMdW__toast{border-radius:var(--radius);box-shadow:var(--shadow);cursor:pointer;border:1px solid var(--border);max-width:360px;padding:.75rem 1rem;font-size:.9rem;font-weight:600;animation:.2s Toast-module__dpyMdW__slidein}@keyframes Toast-module__dpyMdW__slidein{0%{opacity:0;transform:translateY(8px)}}.Toast-module__dpyMdW__success{background:var(--success-bg);color:var(--success)}.Toast-module__dpyMdW__error{background:var(--danger-bg);color:var(--danger)}.Toast-module__dpyMdW__info{background:var(--surface-solid);color:var(--text)}
