:root{--green-700: #166534;--green-600: #15803d;--green-500: #22c55e;--green-100: #dcfce7;--green-50: #f0fdf4;--gray-950: #0f172a;--gray-900: #111827;--gray-800: #1f2937;--gray-700: #374151;--gray-600: #4b5563;--gray-100: #f3f4f6;--gray-300: #d1d5db;--white: #ffffff}html,body,#app{width:100%;height:100%}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--gray-100);color:var(--gray-900);min-height:100vh}.container{padding:20px;width:100%;min-height:100vh;box-sizing:border-box}.container-centered{display:flex;align-items:center;justify-content:center}.container-dashboard{display:flex;justify-content:center}.dashboard-shell{width:100%;max-width:1440px;margin:0 auto}.card{background:var(--white);border-radius:14px;padding:18px;border:1px solid #e5e7eb;box-shadow:0 8px 24px #0000000f}.grid{display:grid;gap:18px;grid-template-columns:320px 1fr}.users{max-height:75vh;overflow:auto;display:flex;flex-direction:column;gap:10px}.user-search{margin-bottom:12px}.user-item{border:1px solid #e5e7eb;border-radius:10px;background:var(--white);padding:12px;text-align:left;cursor:pointer;transition:all .2s ease}.user-item:hover{border-color:#86efac;background:#fafefb}.user-item.active{border-color:#86efac;background:#f6fef8}.muted{color:var(--gray-600);font-size:13px}.title{margin:0 0 10px;color:var(--green-700)}.sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.user-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:12px}.user-hero-title{margin-bottom:6px}.hero-metrics{display:flex;gap:8px}.hero-metric{border:1px solid #d1fae5;background:#f7fef9;border-radius:10px;padding:8px 10px;min-width:72px}.hero-label{display:block;font-size:11px;color:var(--gray-600)}.hero-value{color:var(--gray-950);font-size:16px}.section{border:1px solid #e5e7eb;border-radius:10px;padding:12px;background:#fafafa;max-height:260px;overflow:auto}.section-wide{grid-column:1 / -1}.menu-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.menu-item{border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;background:#fff}.menu-item p{margin:6px 0 0;word-break:break-word}.section h4{margin:0 0 8px;color:var(--gray-800)}.section-head{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.section-action{padding:6px 10px;font-size:12px}.entry-list{display:flex;flex-direction:column;gap:8px}.entry-item{border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:8px 10px}.entry-title{color:var(--gray-900);font-size:13px;font-weight:600}.entry-meta{color:var(--gray-600);font-size:12px;margin-top:2px}.anthro-panel{border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:10px}.anthro-latest-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px}.anthro-cell{display:flex;flex-direction:column;gap:2px;min-width:0}.anthro-cell-empty{visibility:hidden}.anthro-label{font-size:11px;color:var(--gray-600)}.anthro-value{font-size:14px;color:var(--gray-900);font-weight:600}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal{width:min(900px,100%);max-height:85vh;background:var(--white);border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 16px 32px #0000002e;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #e5e7eb}.modal-title{margin:0;color:var(--gray-900);font-size:16px}.modal-close{padding:6px 10px;font-size:12px}.modal-body{padding:14px 16px;overflow:auto}.anthro-history-table{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#fff}.anthro-history-head,.anthro-history-row{display:grid;grid-template-columns:1.5fr 1fr 1fr .8fr 1.5fr 1fr 1fr;gap:8px;align-items:center;padding:10px 12px}.anthro-history-head{background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:12px;color:var(--gray-700);font-weight:600}.anthro-history-row{font-size:12px;color:var(--gray-800);border-bottom:1px solid #f1f5f9}.anthro-history-row:last-child{border-bottom:0}input{width:100%;box-sizing:border-box;margin-top:6px;margin-bottom:12px;padding:9px 10px;border:1px solid var(--gray-300);border-radius:8px;background:#fff}input:focus{outline:2px solid #86efac;border-color:var(--green-500)}button{cursor:pointer}.btn-primary{border:0;background:var(--green-600);color:var(--white);border-radius:8px;padding:9px 14px;font-weight:600}.btn-primary:hover{background:var(--green-700)}.btn-secondary{border:1px solid #d1d5db;background:var(--white);color:var(--gray-800);border-radius:8px;padding:8px 12px;font-weight:600}.btn-secondary:hover{background:#f9fafb}.top{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.top-user{margin-right:10px;color:var(--gray-700);font-weight:600}.login{max-width:380px;width:100%}.loading-card{width:100%;max-width:640px}.detail-skeleton{display:flex;flex-direction:column;gap:12px}.skeleton{border-radius:8px;background:linear-gradient(90deg,#eef2f7 25%,#f8fafc,#eef2f7 75%);background-size:200% 100%;animation:skeleton-loading 1.2s infinite ease-in-out}.skeleton-title{height:24px;width:240px}.skeleton-line{height:14px;width:60%}.skeleton-subtitle{height:20px;width:120px;margin-bottom:12px}.skeleton-button{width:80px;height:34px}.skeleton-input{width:100%;height:38px;margin-bottom:12px}.skeleton-user-item{width:100%;height:56px}.skeleton-section-card{width:100%;min-height:120px}.empty-state{min-height:220px;display:flex;align-items:center;justify-content:center;text-align:center}.error{color:#dc2626}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:900px){.user-hero{flex-direction:column}.grid,.anthro-latest-grid{grid-template-columns:1fr}.anthro-history-head,.anthro-history-row{grid-template-columns:repeat(2,minmax(0,1fr))}}
