.home-loading{color:#8c8c8c;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100vh;font-size:14px;display:flex}.home-loading-spinner{border:3px solid #e6e6e6;border-top-color:#1890ff;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.home{background:#f5f7fa;min-height:100vh}.home-hero{background:linear-gradient(135deg,#1890ff 0%,#722ed1 100%);padding:48px 40px 56px;position:relative;overflow:hidden}.home-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1f 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-60%;right:-15%}.home-hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-40%;left:-10%}.home-hero-inner{z-index:1;justify-content:space-between;align-items:flex-start;gap:40px;max-width:1200px;margin:0 auto;display:flex;position:relative}.home-hero-left{flex:1}.home-greeting-label{color:#ffffffb3;letter-spacing:1px;text-transform:uppercase;margin-bottom:6px;font-size:14px;font-weight:500;display:block}.home-greeting-name{color:#fff;letter-spacing:-.5px;align-items:center;gap:12px;margin:0 0 12px;font-size:36px;font-weight:800;display:flex}.home-greeting-wave{font-size:32px;animation:1.5s ease-in-out infinite wave;display:inline-block}@keyframes wave{0%,to{transform:rotate(0)}25%{transform:rotate(20deg)}75%{transform:rotate(-10deg)}}.home-greeting-date{color:#ffffffbf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:14px;display:inline-flex}.home-hero-right{flex-shrink:0}.home-quick-actions{flex-direction:column;gap:8px;display:flex}.home-quick-action{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:12px;align-items:center;gap:10px;min-width:200px;padding:10px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.home-quick-action:hover{background:#fff3;transform:translate(4px)}.home-quick-action-arrow{opacity:.6;margin-left:auto}.home-section{max-width:1200px;margin:0 auto;padding:48px 24px 0}.home-section-header{margin-bottom:24px}.home-section-title{color:#1a1a1a;margin:0 0 4px;font-size:20px;font-weight:700}.home-section-subtitle{color:#8c8c8c;margin:0;font-size:14px}.home-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (max-width:1024px){.home-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.home-grid{grid-template-columns:repeat(2,1fr)}.home-hero-inner{flex-direction:column}}@media (max-width:480px){.home-grid{grid-template-columns:1fr}}.home-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;align-items:flex-start;gap:16px;padding:24px;text-decoration:none;transition:all .25s;display:flex;position:relative;overflow:hidden}.home-card:hover{border-color:#d9d9d9;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.home-card-icon-wrap{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #00000026}.home-card-icon{color:#fff;justify-content:center;align-items:center;display:flex}.home-card-info{flex:1;min-width:0}.home-card-title{color:#1a1a1a;margin:0 0 4px;font-size:15px;font-weight:700}.home-card-desc{color:#8c8c8c;margin:0;font-size:12px;line-height:1.4}.home-card-arrow{color:#d9d9d9;opacity:0;transition:all .2s;position:absolute;top:16px;right:16px;transform:translate(-4px,4px)}.home-card:hover .home-card-arrow{opacity:1;color:#1890ff;transform:translate(0)}.home-bottom{grid-template-columns:1fr 360px;align-items:start;gap:24px;max-width:1200px;margin:0 auto;padding:40px 24px 0;display:grid}@media (max-width:900px){.home-bottom{grid-template-columns:1fr}}.home-updates{background:#fff;border:1px solid #f0f0f0;border-radius:16px;overflow:hidden}.home-updates-header{border-bottom:1px solid #f5f5f5;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.home-updates-title{color:#1a1a1a;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:700;display:flex}.home-updates-more{color:#1890ff;align-items:center;gap:2px;font-size:13px;font-weight:500;text-decoration:none;transition:gap .2s;display:inline-flex}.home-updates-more:hover{gap:6px}.home-updates-list{padding:8px 0}.home-update-item{border-bottom:1px solid #fafafa;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 24px;text-decoration:none;transition:background .15s;display:grid}.home-update-item:last-child{border-bottom:none}.home-update-item:hover{background:#fafbfc}.home-update-left{flex-direction:column;align-items:center;gap:4px;min-width:60px;display:flex}.home-update-tag{color:#fff!important;background:linear-gradient(135deg,#1890ff,#722ed1)!important;border:none!important;border-radius:4px!important;height:auto!important;padding:2px 8px!important;font-size:11px!important;font-weight:600!important}.home-update-date{color:#8c8c8c;font-size:11px}.home-update-content{color:#595959;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:13px;line-height:1.5;overflow:hidden}.home-update-arrow{color:#d9d9d9;opacity:0;flex-shrink:0;transition:opacity .15s}.home-update-item:hover .home-update-arrow{opacity:1}.home-shortcuts{background:#fff;border:1px solid #f0f0f0;border-radius:16px;overflow:hidden}.home-shortcuts-header{border-bottom:1px solid #f5f5f5;padding:20px 24px}.home-shortcuts-title{color:#1a1a1a;align-items:center;gap:8px;margin:0;font-size:16px;font-weight:700;display:flex}.home-shortcuts-grid{grid-template-columns:1fr 1fr;gap:8px;padding:16px;display:grid}.home-shortcut-item{border:1px solid #f0f0f0;border-radius:10px;align-items:center;gap:8px;padding:12px 14px;text-decoration:none;transition:background .15s;display:flex}.home-shortcut-item:hover{background:#f5f7fa;border-color:#d9d9d9}.home-shortcut-icon{color:#1890ff;flex-shrink:0;align-items:center;display:flex}.home-shortcut-label{color:#595959;font-size:13px;font-weight:500}.home-footer{text-align:center;border-top:1px solid #f0f0f0;max-width:1200px;margin:40px auto 0;padding:32px 24px 48px}.home-footer p{color:#8c8c8c;margin:0 0 12px;font-size:13px}.home-footer-links{justify-content:center;gap:24px;display:flex}.home-footer-links a{color:#8c8c8c;font-size:13px;text-decoration:none;transition:color .15s}.home-footer-links a:hover{color:#1890ff}
