:root{--accent: oklch(.62 .14 250);--accent-soft: oklch(.94 .04 250);--accent-ink: oklch(.42 .12 250)}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#faf9f6;color:#15140f;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0;color:inherit}input,textarea{font-family:inherit}.mono{font-family:JetBrains Mono,monospace}.noscroll::-webkit-scrollbar{display:none}.noscroll{scrollbar-width:none}.app{height:100%;display:flex;flex-direction:column;max-width:430px;margin:0 auto;position:relative;background:#faf9f6}.screen{flex:1;overflow-y:auto;display:flex;flex-direction:column}@keyframes blink{50%{opacity:0}}.cursor{opacity:.5;animation:blink 1s steps(2) infinite}@keyframes pulse{0%,to{box-shadow:0 0 #b33a2a80}50%{box-shadow:0 0 0 8px #b33a2a00}}.user-select{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem;text-align:center;background:#faf9f6}.user-select h1{font-size:2rem;font-weight:650;letter-spacing:-.02em;color:#15140f;margin:0 0 .35rem}.user-select .subtitle{font-size:14px;color:#6b6862;margin:0 0 2rem}.user-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;width:100%;max-width:400px}.user-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 12px;background:#fff;border:1px solid rgba(20,18,12,.07);border-radius:14px;transition:transform .12s,box-shadow .12s;cursor:pointer}.user-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #14120c14}.user-card-avatar{width:52px;height:52px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:650}.user-card-name{font-size:14px;font-weight:600;color:#15140f}.user-card-role{font-size:11px;color:#9a968d;font-family:JetBrains Mono,monospace}
