*{margin:0;padding:0;box-sizing:border-box;writing-mode:horizontal-tb!important;text-orientation:mixed!important;unicode-bidi:normal!important;text-combine-upright:none!important}div,span,p,a,button,input,select,textarea,label,li{writing-mode:horizontal-tb!important;text-orientation:mixed!important}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);position:relative;overflow:hidden}.login-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(66,135,157,.1) 0%,transparent 50%);animation:pulse 15s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.1);opacity:.3}}.login-container{position:relative;z-index:1;text-align:center}.login-brand{margin-bottom:60px}.login-brand .brand-name{font-size:36px;font-weight:700;color:#fff;letter-spacing:4px;text-transform:uppercase;margin-bottom:8px}.login-brand .brand-subtitle{font-size:16px;color:#ffffffb3;letter-spacing:8px}.login-form-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:48px;width:420px}.login-form-card .form-title{font-size:20px;color:#fff;margin-bottom:32px;font-weight:500}.login-form-card .ant-form-item{margin-bottom:20px}.login-form-card .ant-input-affix-wrapper{background:#ffffff0d!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:8px!important;padding:12px 16px!important}.login-form-card .ant-input-affix-wrapper:hover,.login-form-card .ant-input-affix-wrapper:focus,.login-form-card .ant-input-affix-wrapper-focused{border-color:#42879d!important;box-shadow:0 0 0 2px #42879d33!important}.login-form-card .ant-input{background:transparent!important;color:#fff!important;font-size:15px}.login-form-card .ant-input::placeholder{color:#fff6!important}.login-form-card .ant-input-password-icon{color:#ffffff80!important}.login-form-card .ant-input-password-icon:hover{color:#fff!important}.login-form-card .ant-btn-primary{width:100%;height:48px;background:linear-gradient(135deg,#42879d,#5a9fb5);border:none;border-radius:8px;font-size:16px;font-weight:500;margin-top:8px;transition:all .3s ease}.login-form-card .ant-btn-primary:hover{background:linear-gradient(135deg,#5a9fb5,#42879d);transform:translateY(-2px);box-shadow:0 4px 20px #42879d66}.login-form-card .ant-btn-primary:active{transform:translateY(0)}.dashboard-page{min-height:100vh;background:#f0f2f5;writing-mode:horizontal-tb;text-orientation:mixed}.dashboard-page *{writing-mode:horizontal-tb;text-orientation:mixed}.dashboard-header{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:0 24px;display:flex;justify-content:space-between;align-items:center;height:64px;box-shadow:0 2px 8px #00000026}.dashboard-header .header-brand{display:flex;align-items:center;gap:12px}.dashboard-header .header-brand .brand-name{font-size:20px;font-weight:700;color:#fff;letter-spacing:2px}.dashboard-header .header-brand .brand-subtitle{font-size:12px;color:#ffffffb3}.dashboard-header .header-right{display:flex;align-items:center;gap:16px}.dashboard-header .user-info{color:#fff;font-size:14px}.dashboard-header .logout-btn{color:#fffc;cursor:pointer;transition:color .3s}.dashboard-header .logout-btn:hover{color:#fff}.dashboard-content{padding:24px;max-width:1400px;margin:0 auto}.dashboard-stats{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:24px}.dashboard-stats>.ant-col{flex:1 1 calc(25% - 18px);min-width:200px}.stat-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;transition:all .3s ease}.stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.stat-card .stat-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:8px}.stat-card{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-card .stat-value{font-size:32px;font-weight:700;color:#1a1a2e;margin-bottom:4px}.stat-card .stat-label{font-size:14px;color:#666;white-space:nowrap!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;display:block;width:100%;text-align:center;margin-top:8px}.stat-card .ant-statistic{display:block;width:100%}.stat-card .ant-statistic-content{display:block;text-align:center}.stat-card .ant-statistic-content-value{display:inline-block;white-space:nowrap!important}.stat-card.total .stat-icon{background:linear-gradient(135deg,#42879d,#5a9fb5);color:#fff}.stat-card.pending .stat-icon{background:linear-gradient(135deg,#faad14,#ffc53d);color:#fff}.stat-card.completed .stat-icon{background:linear-gradient(135deg,#52c41a,#73d13d);color:#fff}.stat-card.overdue .stat-icon{background:linear-gradient(135deg,#ff4d4f,#ff7875);color:#fff}.dashboard-main{display:flex;flex-direction:row;gap:24px;align-items:flex-start;width:100%}.dashboard-main .ant-col{flex-shrink:0}.dashboard-main .ant-col:first-child{flex:0 0 280px;width:280px}.dashboard-main .ant-col:last-child{flex:1;min-width:0}.category-panel{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;width:100%;word-break:keep-all;overflow:hidden}.category-panel .ant-card-body{padding:20px;width:100%;word-break:keep-all}.category-panel .panel-title{font-size:16px;font-weight:600;color:#1a1a2e;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.category-list{display:flex;flex-direction:column;gap:8px}.category-item{padding:12px 16px;border-radius:8px;cursor:pointer;display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;min-height:44px;transition:all .2s ease;color:#333;width:100%;box-sizing:border-box;white-space:nowrap!important;overflow:visible!important;flex-wrap:nowrap!important}.category-item:hover{background:#f5f5f5}.category-item.active{background:linear-gradient(135deg,#42879d,#5a9fb5);color:#fff}.category-item .category-name{font-size:14px;white-space:nowrap!important;writing-mode:horizontal-tb!important}.category-item .category-count{font-size:12px;background:#0000001a;padding:2px 8px;border-radius:10px;white-space:nowrap!important;writing-mode:horizontal-tb!important;flex-shrink:0}.category-item.active .category-count{background:#fff3}.plans-panel{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a}.plans-panel .panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.plans-panel .panel-title{font-size:16px;font-weight:600;color:#1a1a2e}.plan-item{display:flex;align-items:flex-start;padding:16px;border:1px solid #f0f0f0;border-radius:10px;margin-bottom:12px;transition:all .2s ease}.plan-item:hover{border-color:#42879d;box-shadow:0 2px 8px #42879d1a}.plan-item.completed{opacity:.6;background:#fafafa}.plan-item.completed .plan-title{text-decoration:line-through}.plan-checkbox{margin-right:12px;margin-top:2px}.plan-content{flex:1}.plan-title{font-size:15px;font-weight:500;color:#1a1a2e;margin-bottom:6px}.plan-meta{display:flex;gap:16px;font-size:12px;color:#999}.plan-meta .meta-item{display:flex;align-items:center;gap:4px}.plan-actions{display:flex;gap:8px;margin-left:12px}.empty-state{text-align:center;padding:60px 20px;color:#999}.empty-state .empty-icon{font-size:64px;margin-bottom:16px;opacity:.3}.empty-state .empty-text{font-size:14px}@media (max-width: 1024px){.dashboard-stats>.ant-col{flex:1 1 calc(50% - 12px);min-width:150px}.dashboard-main{flex-direction:column}.dashboard-main .ant-col:first-child{flex:none;width:100%;max-width:100%}}@media (max-width: 768px){.dashboard-stats{grid-template-columns:1fr}.login-form-card{width:90%;padding:32px 24px}.login-brand .brand-name{font-size:28px;letter-spacing:2px}.login-brand .brand-subtitle{font-size:14px;letter-spacing:4px}}.table-row-hover{cursor:pointer}.table-row-hover:hover{background:#f5f5f5!important}.table-row-selected{background:#e6f7ff!important}
