:root{font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#1f2933;background-color:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}.login-page{display:flex;flex-direction:column;align-items:center}.login-header{width:100%;text-align:center}.login-panel{flex:1;display:flex;align-items:center;justify-content:center;min-height:320px;width:100%}#ww_login{display:flex;justify-content:center}#app{max-width:1200px;margin:0 auto;padding:32px 20px 48px}.page header{margin-bottom:24px}.page h1{margin:0 0 8px;font-size:32px}.page p{margin:0;color:#52606d}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 10px 20px #0a141e14;border:1px solid #e4e7eb}.card h2{margin:0 0 12px;font-size:18px}.row{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dashed #e4e7eb;gap:12px}.row:last-child{border-bottom:none}.label{color:#52606d;font-weight:600}.value{color:#102a43;word-break:break-all;text-align:right}
