.app{width:100%;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.app-header{text-align:center;padding:2rem 1rem;color:#fff}.app-main{padding:1rem;max-width:600px;margin:0 auto}section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 6px #0000001a}section h2{font-size:1.2rem;margin-bottom:1rem;color:#333}.profile-card{display:flex;align-items:center;gap:1rem}.profile-image{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #667eea}.profile-info{flex:1}.profile-name{font-size:1.2rem;font-weight:700;color:#333;margin-bottom:.25rem}.profile-id{font-size:.9rem;color:#666;margin-bottom:.25rem}.profile-status{font-size:.9rem;color:#888;font-style:italic}.button-group{display:flex;flex-direction:column;gap:.75rem}.btn{width:100%;padding:.75rem 1rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-secondary{background:#f0f0f0;color:#333}.btn-secondary:hover{background:#e0e0e0}.btn-danger{background:#ff4757;color:#fff}.btn-danger:hover{background:#ff3838}.info-card{background:#f8f9fa;border-radius:8px;padding:1rem}.info-card p{font-size:.9rem;color:#555;margin-bottom:.5rem;font-family:Courier New,monospace}.info-card p:last-child{margin-bottom:0}.loading,.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:2rem}.loading p{font-size:1.2rem;color:#667eea}.error h2{color:#ff4757;margin-bottom:1rem}.error p{color:#666;max-width:400px;line-height:1.6}@media (min-width: 480px){.button-group{flex-direction:row;flex-wrap:wrap}.btn{width:calc(50% - .375rem)}.btn-primary{width:100%}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;max-width:480px;margin:0 auto;padding:1rem}h1{font-size:2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:all .25s}button:hover{opacity:.8}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
