*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app,body{min-height:100vh}.app{display:flex;flex-direction:column}.main-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 40px #0000001a;flex:1 1;margin:20px auto;max-width:1200px;padding:20px;width:100%}@media (max-width:768px){.main-content{padding:10px}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#1890ff;display:inline-block;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.text-center{text-align:center}.text-right{text-align:right}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.flex{display:flex}.flex-column{flex-direction:column}.justify-center{justify-content:center}.align-center{align-items:center}.space-between{justify-content:space-between}.full-width{width:100%}.half-width{width:50%}.card{background:linear-gradient(145deg,#fff,#f8f9ff);border:1px solid #fff3;border-radius:16px;box-shadow:0 8px 32px #0000001a;margin-bottom:16px;padding:24px;transition:all .3s ease}.card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-2px)}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;transition:all .3s ease}.btn-primary:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.btn-success{background:linear-gradient(135deg,#4facfe,#00f2fe);border:none;border-radius:8px;color:#fff;transition:all .3s ease}.btn-success:hover{background:linear-gradient(135deg,#00f2fe,#4facfe);box-shadow:0 4px 12px #4facfe66;transform:translateY(-1px)}.btn-danger{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border:none;border-radius:8px;color:#fff;transition:all .3s ease}.btn-danger:hover{background:linear-gradient(135deg,#ee5a24,#ff6b6b);box-shadow:0 4px 12px #ff6b6b66;transform:translateY(-1px)}.completed-row{background:linear-gradient(90deg,#52c41a1a,#52c41a0d);border-left:4px solid #52c41a}.in-progress-row{background:linear-gradient(90deg,#faad141a,#faad140d);border-left:4px solid #faad14}.not-started-row{background:linear-gradient(90deg,#00000005,#00000003);border-left:4px solid #d9d9d9}.ant-progress-bg{background:linear-gradient(90deg,#667eea,#764ba2)!important}.status-completed{background:linear-gradient(135deg,#52c41a,#73d13d)}.status-completed,.status-in-progress{border:none;color:#fff;font-weight:700}.status-in-progress{background:linear-gradient(135deg,#faad14,#ffc53d)}.status-not-started{background:linear-gradient(135deg,#d9d9d9,#f0f0f0);border:none;color:#666;font-weight:700}
/*# sourceMappingURL=main.8c318810.css.map*/