html,body,#app{height:100%;margin:0;padding:0}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit}.page-container{padding:24px}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.page-header h1{font-size:24px;font-weight:600}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-bottom:24px}.stat-card .stat-value{font-size:28px;font-weight:700;margin-bottom:8px}.stat-card .stat-label{font-size:14px;opacity:.7}.table-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:16px}.table-toolbar .left,.table-toolbar .right{display:flex;gap:12px}.form-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:8px}.status-dot.success{background-color:#18a058}.status-dot.warning{background-color:#f0a020}.status-dot.error{background-color:#d03050}.status-dot.info{background-color:#2080f0}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-fade-enter-active{transition:all .3s ease-out}.slide-fade-leave-active{transition:all .2s ease-in}.slide-fade-enter-from,.slide-fade-leave-to{transform:translate(20px);opacity:0}
