#app{min-height:100vh;font-family:Microsoft YaHei,Segoe UI,sans-serif}#app.app-bg{background:url(/pictures/background1.jpg) 50%/cover no-repeat fixed;min-height:100vh}.app-header{color:#fff;z-index:1000;background:linear-gradient(90deg,#1a2980,#26d0ce);justify-content:space-between;align-items:center;height:70px;padding:.8rem 2rem;display:flex;position:relative;box-shadow:0 4px 12px #0000001a}.header-left{flex:none;align-items:center;gap:1rem;display:flex}.logo-container{background:#fff0;border-radius:8px;justify-content:center;align-items:center;width:300px;height:120px;padding:6px;transition:background .3s;display:flex}.logo-container:hover{background:#fff3}.logo-img{object-fit:contain;filter:brightness(0)invert();width:100%;height:100%}.app-name{color:#fff;letter-spacing:.5px;text-shadow:0 2px 4px #0003;font-size:1.6rem;font-weight:700}.header-right{flex:auto;justify-content:flex-end;align-items:center;gap:3rem;display:flex}.main-nav{align-items:center;gap:2.5rem;margin-right:1.5rem;display:flex}.nav-link{color:#ffffffe6;white-space:nowrap;border-radius:6px;padding:.5rem .8rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.nav-link:hover{color:#fff;background:#ffffff1a}.nav-link.router-link-active{color:#fff;font-weight:600}.nav-link.router-link-active:after{content:"";background:#fff;border-radius:2px;height:3px;position:absolute;bottom:-2px;left:.8rem;right:.8rem}.user-info{background:#ffffff1a;border-radius:8px;flex-shrink:0;align-items:center;gap:1.2rem;padding:.6rem 1.2rem;transition:background .3s;display:flex}.user-info:hover{background:#ffffff26}.username{color:#fff;white-space:nowrap;font-size:1rem;font-weight:500}.logout-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#fff3;border:1px solid #ffffff4d;border-radius:6px;padding:.4rem .8rem;font-size:.9rem;transition:all .3s}.logout-btn:hover{background:#ffffff4d;transform:translateY(-1px)}.app-main{width:100%;max-width:1600px;min-height:calc(100vh - 70px);margin:0 auto;padding:2rem}.app-main.login-page{width:100%;max-width:100%;min-height:100vh;margin:0;padding:0}.global-loading{color:#fff;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;font-size:1.5rem;display:flex;position:fixed;inset:0}@media (width<=1200px){.app-header{padding:.8rem 1.5rem}.main-nav{gap:1.5rem}.header-right{gap:2rem}}@media (width<=992px){.app-header{flex-wrap:nowrap;height:auto;padding:.8rem 1rem}.logo-container{width:250px;height:100px}.header-right{gap:1.5rem}.main-nav{gap:1rem;margin-right:1rem}.nav-link{padding:.4rem .6rem;font-size:1rem}.user-info{padding:.5rem 1rem}}@media (width<=768px){.app-header{flex-direction:column;align-items:stretch;gap:1rem;height:auto;padding:1rem}.header-left{text-align:center;justify-content:center}.logo-container{width:200px;height:80px}.header-right{flex-direction:column;align-items:center;gap:1rem}.main-nav{gap:1.5rem;margin-right:0}.nav-link{padding:.4rem .6rem;font-size:1rem}.user-info{padding:.5rem 1rem}.app-main{padding:1.5rem 1rem}.app-main.login-page{padding:0}}@media (width<=480px){.app-header{padding:.8rem}.logo-container{width:180px;height:70px}.main-nav{flex-direction:column;gap:.8rem}.nav-link{font-size:.95rem}.user-info{text-align:center;flex-direction:column;gap:.8rem}}*{box-sizing:border-box;margin:0;padding:0}html,body{color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;font-family:Microsoft YaHei,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.5;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}a{color:#1a2980;text-decoration:none;transition:color .3s}a:hover{color:#26d0ce;text-decoration:underline}button{cursor:pointer;background:0 0;border:none;outline:none;font-family:inherit}table{border-collapse:collapse;width:100%}img{max-width:100%;height:auto;display:block}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-8{padding:2rem}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.shadow{box-shadow:0 1px 3px #0000001a}.shadow-lg{box-shadow:0 4px 6px #0000001a}.shadow-xl{box-shadow:0 10px 15px #0000001a}:root{--primary-color:#1a2980;--secondary-color:#26d0ce;--success-color:#10b981;--warning-color:#f59e0b;--danger-color:#ef4444;--info-color:#3b82f6;--light-color:#f8fafc;--dark-color:#1f2937;--border-color:#e5e7eb;--text-color:#374151;--text-muted:#6b7280;--background-color:#fff}.dark-theme{--primary-color:#3b82f6;--secondary-color:#06b6d4;--success-color:#10b981;--warning-color:#f59e0b;--danger-color:#ef4444;--info-color:#8b5cf6;--light-color:#1f2937;--dark-color:#111827;--border-color:#374151;--text-color:#f9fafb;--text-muted:#9ca3af;--background-color:#111827}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:.3s ease-in-out fadeIn}@keyframes floatUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.float-up{animation:.5s ease-out floatUp}@media (width<=640px){.sm-hidden{display:none}.sm-block{display:block}.sm-flex{display:flex}}@media (width>=641px) and (width<=768px){.md-hidden{display:none}.md-block{display:block}.md-flex{display:flex}}@media (width>=769px) and (width<=1024px){.lg-hidden{display:none}.lg-block{display:block}.lg-flex{display:flex}}@media (width>=1025px){.xl-hidden{display:none}.xl-block{display:block}.xl-flex{display:flex}}@media print{.no-print{display:none!important}a{color:#000!important}.page-break{page-break-before:always}}
