.login-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;background:linear-gradient(135deg,#dbeafe,#e0e7ff)}.login-card{width:100%;max-width:480px;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;box-shadow:0 25px 50px -12px #00000040;border-radius:24px;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}.login-header{margin-bottom:32px}.login-logo{text-align:left;margin-bottom:16px}.login-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:#165dff;margin-bottom:16px;text-align:center}.login-subtitle{color:#6b7280;font-size:14px;text-align:center}.login-footer{text-align:center;margin-top:16px;color:#6b7280;font-size:14px}.copyright a{color:#6b7280;text-decoration:none}.copyright img{width:16px;height:16px;vertical-align:middle;margin-right:4px}.admin-layout{min-height:100vh}.admin-sider{position:fixed;height:100vh;left:0;top:0;z-index:1000;background:#f5f7fa}.logo{height:64px;display:flex;align-items:center;justify-content:center;background:#fff;padding:0 16px;border-bottom:1px solid #e8e8e8}.logo-text{color:#165dff;font-size:18px;font-weight:700}.admin-menu{border-right:0;background:#f5f7fa}.admin-header{background:#fff;padding:0 24px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px #00152914;position:sticky;top:0;z-index:999;margin-left:256px;width:calc(100% - 256px)}.header-title{font-size:20px;font-weight:600;color:#000}.header-right{display:flex;align-items:center}.user-info{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:6px;transition:background .3s}.user-info:hover{background:#f5f5f5}.username{color:#000;font-size:14px}.admin-content{padding:24px;background:#f0f2f5;min-height:calc(100vh - 112px);margin:24px 24px 24px 280px}.public-query-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:32px 20px;background:linear-gradient(135deg,#dbeafe,#e0e7ff)}.query-card{width:100%;max-width:480px;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;box-shadow:0 25px 50px -12px #00000040;border-radius:24px}.query-header{margin-bottom:32px}.query-logo{text-align:left;margin-bottom:16px}.query-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:#165dff;margin-bottom:16px;text-align:center}.query-subtitle{color:#6b7280;font-size:14px;text-align:center}.query-form{display:flex;flex-direction:column;gap:16px}.result-card{width:100%;max-width:480px;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;box-shadow:0 25px 50px -12px #00000040;border-radius:24px;margin-top:32px;transform:scale(0);transition:transform .3s ease-in-out}.result-card.show{transform:scale(1)}.loading-container,.success-container,.error-container{text-align:center}.loading-container p{margin-top:16px;color:#6b7280}.result-details{margin-top:32px;padding:24px;background:#f8fafc;border-radius:12px}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#fff;border-radius:8px;margin-bottom:12px}.detail-item:last-child{margin-bottom:0}.detail-item .label{color:#374151;font-weight:500}.detail-item .value{color:#111827}.detail-item .value.serial{color:#165dff;font-family:Courier New,monospace}.detail-item .value.status{color:#52c41a;font-weight:700}.copyright{margin-top:32px;text-align:center;color:#6b7280;font-size:14px}.copyright p{margin:8px 0}.copyright a{color:#6b7280;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:4px}.copyright a:hover{color:#165dff}.copyright img{width:16px;height:16px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}html,body,#root{height:100%}
