@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideInUp{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.icon{display:inline-block;width:24px;height:24px;vertical-align:middle;color:#374151;fill:none;stroke:currentColor;stroke-width:1.5px;transition:all 200ms ease-out;flex-shrink:0;pointer-events:none}.icon--xs{width:16px;height:16px;stroke-width:2px}.icon--sm{width:20px;height:20px;stroke-width:2px}.icon--md{width:24px;height:24px;stroke-width:1.5px}.icon--lg{width:32px;height:32px;stroke-width:1.25px}.icon--xl{width:48px;height:48px;stroke-width:1.25px}.icon--primary{color:#C41A1A}.icon--secondary{color:#0369A1}.icon--success{color:#059669}.icon--warning{color:#D97706}.icon--danger{color:#DC2626}.icon--info{color:#0369A1}.icon--muted{color:#9CA3AF}.icon--inverse{color:#FFFFFF}.icon--urgent{color:#EA580C}.icon--solid{fill:currentColor;stroke:currentColor}.icon--spin{animation:icon-spin 1s linear infinite}@keyframes icon-spin{to{transform:rotate(360deg)}}.icon-decorative{display:inline-block;width:20px;height:20px;vertical-align:middle;color:#9CA3AF;fill:none;stroke:currentColor;stroke-width:2px;pointer-events:none;margin-right:4px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:none;border-radius:8px;color:#374151;cursor:pointer;transition:all 200ms ease-out;-webkit-tap-highlight-color:transparent}.icon-btn .icon{pointer-events:none}.icon-btn:hover{background:#F9FAFB;color:#C41A1A}.icon-btn:active{transform:scale(.97)}.icon-btn.is-active{color:#C41A1A}.icon-btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(196,26,26,0.3)}.input-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);display:inline-block;width:24px;height:24px;color:#6B7280;fill:none;stroke:currentColor;stroke-width:1.5px;pointer-events:none;z-index:1}.urgent-badge{display:inline-flex;align-items:center;gap:2px;padding:1px 6px;background:#FFF7ED;color:#EA580C;font-size:10px;font-weight:500;border-radius:4px;line-height:1.4;white-space:nowrap}.urgent-badge .icon{color:#EA580C}.badge-with-icon{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:#F9FAFB;color:#374151;font-size:12px;border-radius:4px;line-height:1.4}.badge-with-icon .icon{color:#6B7280}.status-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9999px}.status-icon .icon{width:24px;height:24px}.status-icon--success{background:#ECFDF5}.status-icon--success .icon{color:#059669}.status-icon--warning{background:#FFFBEB}.status-icon--warning .icon{color:#D97706}.status-icon--danger{background:#FEF2F2}.status-icon--danger .icon{color:#DC2626}.status-icon--info{background:#EFF6FF}.status-icon--info .icon{color:#0369A1}.dock-item .icon{width:24px;height:24px;stroke-width:1.5px;transition:all 200ms ease-out}.dock-item.active .icon{color:#C41A1A}.form-field{position:relative}.form-field .layui-input{padding-left:44px}@media (prefers-reduced-motion:reduce){.icon--spin{animation:none}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;font-size:16px;line-height:1.5;color:#111827;background-color:#F3F4F6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none;transition:color 200ms ease-out}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(196,26,26,0.3);border-radius:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto;vertical-align:middle}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button{cursor:pointer;border:none;background:none}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}.page-wrapper{min-height:100vh;display:flex;flex-direction:column;padding-bottom:76px}.page-content{flex:1;width:100%}.portal-header{position:fixed;top:0;left:0;right:0;height:48px;background:#FFFFFF;box-shadow:0 1px 2px rgba(0,0,0,0.05);z-index:300;display:flex;align-items:center;justify-content:space-between;padding:0 16px}.portal-header .header-left{display:flex;align-items:center;gap:12px}.portal-header .header-left .menu-toggle{width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#111827;font-size:20px}.portal-header .header-left .logo{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700;color:#C41A1A}.portal-header .header-left .logo i{font-size:20px}.portal-header .header-left .logo span{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-header .header-right{display:flex;align-items:center;gap:12px}.portal-header .header-right .btn-login,.portal-header .header-right .btn-register{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 16px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all 200ms ease-out;outline:none;border:none;font-size:14px;padding:0 12px}.portal-header .header-right .btn-login:active,.portal-header .header-right .btn-register:active{transform:scale(.96)}.portal-header .header-right .btn-login:disabled,.portal-header .header-right .btn-register:disabled{opacity:.5;cursor:not-allowed}.portal-header .header-right .btn-login{color:#C41A1A;border:1px solid #C41A1A}.portal-header .header-right .btn-login:hover{background:rgba(196,26,26,0.05)}.portal-header .header-right .btn-register{background:#C41A1A;color:#FFFFFF}.portal-header .header-right .btn-register:hover{background:#9B1C1C}.portal-header .header-right .header-user-name{font-size:14px;color:#6B7280;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-header .header-right .action-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid #E5E7EB;background:#FFFFFF;color:#374151;text-decoration:none;transition:all 200ms ease-out}.portal-header .header-right .action-btn .icon{width:22px;height:22px}.portal-header .header-right .action-btn:active{background:#F9FAFB;border-color:#C41A1A;color:#C41A1A}.header-placeholder{height:48px}.dock-nav{position:fixed;bottom:12px;left:50%;transform:translateX(-50%);z-index:300;width:calc(100% - 32px);max-width:480px}.dock-nav .dock-container{display:flex;align-items:flex-end;justify-content:space-around;background:rgba(255,255,255,0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;box-shadow:0 4px 24px rgba(0,0,0,0.08),0 1px 3px rgba(0,0,0,0.04),inset 0 .5px 0 rgba(255,255,255,0.6);border:1px solid rgba(255,255,255,0.6);padding:8px 12px;padding-bottom:calc(8px + env(safe-area-inset-bottom));height:64px}.dock-nav .dock-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#9CA3AF;text-decoration:none;transition:all 200ms ease-out;position:relative;min-height:44px}.dock-nav .dock-item:active{transform:scale(.9)}.dock-nav .dock-item.active{color:#C41A1A}.dock-nav .dock-item.active .dock-icon-wrap i,.dock-nav .dock-item.active .dock-icon-wrap .icon{color:#C41A1A}.dock-nav .dock-item.active .dock-label{color:#C41A1A;font-weight:600}.dock-nav .dock-item--highlight{color:#C41A1A;font-weight:600}.dock-nav .dock-item--highlight .dock-icon-wrap i,.dock-nav .dock-item--highlight .dock-icon-wrap .icon{color:#C41A1A}.dock-nav .dock-item--highlight .dock-label{color:#C41A1A;font-weight:600}.dock-nav .dock-item--highlight:active{transform:scale(.92)}.dock-nav .dock-item .dock-icon-wrap{width:44px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all 200ms cubic-bezier(.34, 1.56, .64, 1)}.dock-nav .dock-item .dock-icon-wrap i{font-size:24px;line-height:1;color:#9CA3AF;transition:all 200ms ease-out}.dock-nav .dock-item .dock-icon-wrap .icon{width:24px;height:24px;color:#9CA3AF;transition:all 200ms ease-out}.dock-nav .dock-item .dock-label{font-size:10px;line-height:1;font-weight:500;letter-spacing:.02em;white-space:nowrap}.dock-nav .dock-item .dock-icon-ai{fill:currentColor;stroke:none}@keyframes dockSlideUp{from{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.dock-nav{animation:dockSlideUp .5s cubic-bezier(.34, 1.56, .64, 1) forwards}.sidebar-drawer{position:fixed;top:0;left:0;width:280px;height:100vh;background:#FFFFFF;box-shadow:0 10px 15px -3px rgba(0,0,0,0.1);z-index:500;transform:translateX(-100%);transition:transform .35s ease-out;overflow-y:auto}.sidebar-drawer.open{transform:translateX(0)}.sidebar-drawer .drawer-header{padding:24px 16px;border-bottom:1px solid #E5E7EB}.sidebar-drawer .drawer-header .drawer-title{font-size:18px;font-weight:600;color:#111827}.sidebar-drawer .drawer-menu{padding:16px 0}.sidebar-drawer .drawer-menu .menu-item{display:flex;align-items:center;gap:12px;padding:16px;color:#374151;font-size:16px;transition:all 200ms ease-out}.sidebar-drawer .drawer-menu .menu-item i{font-size:18px;color:#6B7280}.sidebar-drawer .drawer-menu .menu-item:hover,.sidebar-drawer .drawer-menu .menu-item.active{color:#C41A1A;background:#FEF2F2}.sidebar-drawer .drawer-menu .menu-item:hover i,.sidebar-drawer .drawer-menu .menu-item.active i{color:#C41A1A}.sidebar-drawer .drawer-footer{padding:16px;border-top:1px solid #E5E7EB}.drawer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:calc(500 - 1);opacity:0;visibility:hidden;transition:all 200ms ease-out}.drawer-overlay.visible{opacity:1;visibility:visible}.card{background:#FFFFFF;border-radius:12px;box-shadow:0 1px 2px rgba(0,0,0,0.05);transition:all 200ms ease-out;padding:16px;margin-bottom:12px}.card:active{transform:scale(.98);background:#F9FAFB}.card .card-title{font-size:18px;font-weight:600;color:#111827;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card .card-subtitle{font-size:14px;color:#6B7280;margin-bottom:12px}.card .card-body{margin-bottom:12px}.card .card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #E5E7EB}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 16px;text-align:center}.empty-state .empty-icon{font-size:64px;color:#9CA3AF;margin-bottom:16px}.empty-state .empty-icon-svg{color:#9CA3AF;margin-bottom:16px;width:64px;height:64px}.empty-state .empty-text{font-size:16px;color:#6B7280;margin-bottom:16px}.empty-state .empty-action{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 16px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all 200ms ease-out;outline:none;border:none;background:#C41A1A;color:#FFFFFF}.empty-state .empty-action:active{transform:scale(.96)}.empty-state .empty-action:disabled{opacity:.5;cursor:not-allowed}.empty-state .empty-action:hover{background:#9B1C1C}.loading-state{display:flex;align-items:center;justify-content:center;padding:32px;color:#6B7280;font-size:14px}.loading-state i{animation:spin 1s linear infinite;margin-right:8px}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 16px}.section-header .section-title{font-size:18px;font-weight:700;color:#111827;position:relative;padding-left:16px}.section-header .section-title::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:20px;background:#C41A1A;border-radius:2px}.section-header .section-more{display:flex;align-items:center;gap:4px;color:#C41A1A;font-size:14px}.section-header .section-more:active{opacity:.7}.section-header .section-more i{font-size:12px}.portal-footer{background:#1F2937;color:rgba(255,255,255,0.8);padding:32px 0 24px;margin-top:auto}.portal-footer .footer-main{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1200px;margin:0 auto;text-align:left}.portal-footer .footer-info{flex:1;min-width:0}.portal-footer .footer-info .footer-notice{margin-bottom:16px;max-width:560px}.portal-footer .footer-info .footer-notice .notice-text{margin:0;font-size:12px;color:rgba(255,255,255,0.5);line-height:1.8;text-align:justify}.portal-footer .footer-info .footer-notice .notice-hotline{display:flex;align-items:center;gap:4px;margin:8px 0 0;font-size:12px;color:rgba(255,255,255,0.6)}.portal-footer .footer-info .footer-notice .notice-hotline i{font-size:14px}.portal-footer .footer-info .footer-notice .notice-hotline strong{color:#fff;font-weight:600;letter-spacing:1px}.portal-footer .footer-info .footer-beian{justify-content:flex-start}.portal-footer .footer-qr{display:flex;align-items:flex-start;justify-content:center;gap:24px;flex-shrink:0}.portal-footer .footer-qr .qr-item{display:flex;flex-direction:column;align-items:center}.portal-footer .footer-qr .qr-link{display:block;padding:8px;background:#fff;border-radius:8px;line-height:0;transition:transform 200ms ease-out}.portal-footer .footer-qr .qr-link:active{transform:scale(.97)}.portal-footer .footer-qr .qr-img{display:block;width:96px;height:96px;object-fit:contain}.portal-footer .footer-qr .qr-caption{margin-top:8px;max-width:190px;font-size:12px;color:rgba(255,255,255,0.6);text-align:center;line-height:1.6}.portal-footer .footer-qr .qr-caption .qr-caption-tip{font-size:10px;color:rgba(255,255,255,0.4)}.portal-footer .footer-copyright{text-align:center;padding:0 16px}.portal-footer .footer-copyright p{font-size:14px;color:rgba(255,255,255,0.6);line-height:1.8;margin:0}.portal-footer .footer-copyright .footer-icp{font-size:12px;color:rgba(255,255,255,0.4)}.portal-footer .footer-copyright .footer-icp::before{content:' | ';color:rgba(255,255,255,0.3)}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}}.portal-header.scrolled{background:rgba(255,255,255,0.85);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 12px rgba(0,0,0,0.06)}.logo-badge{width:32px;height:32px;flex-shrink:0}