.main-layout{height:100vh;overflow:hidden}.main-layout .header{display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;box-shadow:0 2px 8px #0000000f;position:sticky;top:0;z-index:100}.main-layout .header .brand{display:flex;align-items:center;margin-right:16px;gap:8px}.main-layout .header .brand .brand-logo-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.main-layout .header .brand .brand-logo{max-width:100%;max-height:100%;width:auto;height:auto;display:block;object-fit:contain}.main-layout .header .brand .brand-name{font-size:18px;font-weight:600;color:#e66030;white-space:nowrap}.main-layout .header .header-menu{flex:1;background:transparent;border-bottom:none;color:#fff}.main-layout .header .header-right{display:flex;align-items:center;margin-left:auto}.main-layout .header .header-right .username{cursor:pointer;padding:0 12px;transition:all .3s}.main-layout .header .header-right .username:hover{color:#e66030}.main-layout .content{padding:12px;height:calc(100vh - 64px);overflow-y:auto;background:#f5f5f5}.main-layout .content .main-container{background:#fff;padding:12px 16px;box-shadow:0 2px 8px #0000000f;border-radius:8px;display:flex;flex-direction:column;min-height:calc(100vh - 88px)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center}.login-page .login-container{width:400px;padding:40px;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0000001f}.login-page .login-container .login-title{text-align:center;margin-bottom:32px;font-size:24px;font-weight:600;color:#000000d9}.login-page .login-container .login-button{width:100%;height:40px;font-size:16px}.home-page .welcome-card .welcome-title{font-size:24px;margin-bottom:16px}.home-page .welcome-card .welcome-content{color:#000000a6;line-height:1.8}.home-page .stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.home-page .stats-cards .stat-card{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 8px #0000000f}.home-page .stats-cards .stat-card .stat-title{font-size:14px;color:#00000073;margin-bottom:8px}.home-page .stats-cards .stat-card .stat-value{font-size:32px;font-weight:600;color:#e66030}.document-page .page-header,.user-page .page-header,.template-document-page .page-header,.question-answer-log-page .page-header,.statistical-analysis-page .page-header,.question-answer-review-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.document-page .page-header .page-title,.user-page .page-header .page-title,.template-document-page .page-header .page-title,.question-answer-log-page .page-header .page-title,.statistical-analysis-page .page-header .page-title,.question-answer-review-page .page-header .page-title{font-size:16px;font-weight:500}
