*,*:before,*:after{box-sizing:border-box}*{margin:0}html{interpolate-size:allow-keywords}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p{overflow-wrap:break-word;text-wrap:pretty}h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;text-wrap:balance}#root,#app{isolation:isolate}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;color-scheme:light dark;--color-bg: #f5f5f5;--color-text: #1a1a1a;--color-card-bg: #ffffff;--color-header-bg: #fafafa;--color-border: #e0e0e0;--color-muted: #666666;--color-label: #333333;--color-link: #ec4899;--color-error: #dc2626;--color-button-bg: #ec4899;--color-button-hover: #db2777;--color-button-text: #ffffff;--color-nav-bg: #ffffff;--color-nav-border: #e0e0e0}@media(prefers-color-scheme:dark){:root{--color-bg: #121212;--color-text: #e0e0e0;--color-card-bg: #1e1e1e;--color-header-bg: #252525;--color-border: #333333;--color-muted: #999999;--color-label: #cccccc;--color-link: #f472b6;--color-error: #f87171;--color-button-bg: #f472b6;--color-button-hover: #ec4899;--color-button-text: #ffffff;--color-nav-bg: #1a1a1a;--color-nav-border: #333333}}body{min-height:100dvh;background:var(--color-bg);color:var(--color-text)}#app{max-width:80ch;margin-inline:auto;padding:0 1rem}nav{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--color-nav-border);margin-bottom:1rem}nav a{color:var(--color-text);text-decoration:none;font-weight:600;font-size:1.1rem}nav a:hover{color:var(--color-link)}.profile-page{display:flex;flex-direction:column;align-items:center;padding:2rem 0;gap:1rem}.loading,.error{text-align:center;padding:3rem 1rem}.error p{color:var(--color-error);margin-bottom:1rem}.profile-card{width:100%;max-width:600px;border:1px solid var(--color-border);border-radius:12px;overflow:hidden;background:var(--color-card-bg)}.profile-header{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1.5rem 1.5rem;background:var(--color-header-bg);border-bottom:1px solid var(--color-border)}.profile-photo{width:128px;height:128px;border-radius:50%;border:4px solid var(--color-card-bg);box-shadow:0 2px 8px #00000026}.profile-header h1{font-size:1.5rem;line-height:1.3;text-align:center}.username{color:var(--color-muted);font-size:.9rem}.profile-section{padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.profile-section:last-of-type{border-bottom:none}.profile-section h2{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted);margin-bottom:.75rem}.profile-section dl{display:grid;grid-template-columns:120px 1fr;gap:.4rem 1rem;align-items:baseline}.profile-section dt{font-weight:600;font-size:.875rem;color:var(--color-label)}.profile-section dd{font-size:.875rem;word-break:break-word}.profile-section a{color:var(--color-link);text-decoration:none}.profile-section a:hover{text-decoration:underline}.profile-actions{padding:1.25rem 1.5rem;display:flex;justify-content:center}button{padding:.6rem 1.5rem;border:none;border-radius:8px;background:var(--color-button-bg);color:var(--color-button-text);font-weight:600;cursor:pointer;transition:background .15s ease}button:hover:not(:disabled){background:var(--color-button-hover)}button:disabled{opacity:.5;cursor:not-allowed}@keyframes skeleton-pulse{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}.skeleton{background:var(--color-border);border-radius:6px;animation:skeleton-pulse 1.5s ease-in-out infinite}.skeleton-photo{width:128px;height:128px;border-radius:50%}.skeleton-name{width:200px;height:1.5rem}.skeleton-username{width:120px;height:.9rem}.skeleton-section-title{width:80px;height:.8rem;margin-bottom:.75rem}.skeleton-fields{display:grid;grid-template-columns:120px 1fr;gap:.6rem 1rem}.skeleton-label{height:.875rem;width:80px}.skeleton-value{height:.875rem;width:70%}.skeleton-button{width:160px;height:2.2rem;border-radius:8px}.offline-banner{width:100%;max-width:600px;display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border-radius:12px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.offline-icon{flex-shrink:0;margin-top:.125rem}.offline-text strong{display:block;margin-bottom:.25rem}.offline-text p{font-size:.875rem;line-height:1.5}@media(prefers-color-scheme:dark){.offline-banner{background:#3b1520;border-color:#6b2138;color:#fca5a5}}@media(max-width:500px){.profile-section dl{grid-template-columns:1fr}.profile-section dt{margin-top:.5rem}.profile-section dt:first-child{margin-top:0}.skeleton-fields{grid-template-columns:1fr}}
