*,*: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:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;color-scheme:dark;--color-bg: #000000;--color-text: #ededed;--color-card-bg: #0a0a0a;--color-header-bg: #111111;--color-border: #1f1f1f;--color-muted: #8f8f8f;--color-label: #ededed;--color-link: #3291ff;--color-error: #ff6166;--color-button-bg: #ededed;--color-button-hover: #ffffff;--color-button-text: #000000;--color-nav-bg: rgba(0, 0, 0, .7);--color-nav-border: #1f1f1f;--color-accent: #3291ff;--shadow-card: 0 0 0 1px rgba(255, 255, 255, .07), 0 4px 24px rgba(0, 0, 0, .6);--radius-card: 12px}body{min-height:100dvh;background:var(--color-bg);color:var(--color-text);letter-spacing:-.011em}#app{max-width:680px;margin-inline:auto;padding:0 1.25rem}nav{display:flex;align-items:center;height:56px;border-bottom:1px solid var(--color-nav-border);margin-bottom:2.5rem;position:sticky;top:0;background:var(--color-nav-bg);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);z-index:50}nav a{color:var(--color-text);text-decoration:none;font-weight:600;font-size:.9375rem;letter-spacing:-.02em;transition:color .15s ease}nav a:hover{color:var(--color-muted)}@keyframes fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes skeleton-shimmer{0%{background-position:-400% 0}to{background-position:400% 0}}.profile-page{--card-inline-padding: clamp(1.25rem, 5vw, 1.75rem);--card-block-padding: clamp(1.125rem, 4vw, 1.375rem);--label-column: 116px;--field-column-gap: 1.25rem;display:flex;flex-direction:column;align-items:center;padding:.5rem 0 3rem;gap:1rem}.error{text-align:center;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.error p{color:var(--color-error);font-size:.9375rem;letter-spacing:-.01em}.profile-card{width:100%;max-width:600px;border-radius:var(--radius-card);overflow:hidden;background:var(--color-card-bg);box-shadow:var(--shadow-card);animation:fade-in .2s ease-out}.profile-header{display:flex;align-items:center;gap:clamp(1rem,4vw,1.25rem);padding:clamp(1.5rem,5vw,1.875rem) var(--card-inline-padding);background:var(--color-header-bg);border-bottom:1px solid var(--color-border);position:relative;overflow:hidden}.profile-header:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 12% -30%,rgba(50,145,255,.14) 0%,transparent 62%);pointer-events:none}.profile-photo{width:clamp(64px,18vw,84px);height:clamp(64px,18vw,84px);border-radius:50%;border:2px solid var(--color-border);box-shadow:0 0 0 4px var(--color-header-bg);flex-shrink:0;position:relative;z-index:1}.profile-identity{display:flex;flex-direction:column;gap:.25rem;min-width:0;position:relative;z-index:1}.profile-header h1{font-size:clamp(1.25rem,4.5vw,1.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.25;overflow-wrap:break-word}.username{color:var(--color-muted);font-size:.875rem;letter-spacing:-.01em;overflow-wrap:break-word}.profile-section{padding:var(--card-block-padding) var(--card-inline-padding);border-bottom:1px solid var(--color-border)}.profile-section:last-of-type{border-bottom:none}.profile-section h2{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted);margin-bottom:.875rem}.profile-fields{display:flex;flex-direction:column;gap:.625rem}.profile-field{display:grid;grid-template-columns:var(--label-column) minmax(0,1fr);column-gap:var(--field-column-gap);align-items:baseline}.profile-section dt{font-weight:500;font-size:.8125rem;line-height:1.5;color:var(--color-muted);letter-spacing:-.005em}.profile-section dd{font-size:.875rem;line-height:1.5;letter-spacing:-.01em;min-width:0;overflow-wrap:break-word}.profile-section a{color:var(--color-link);text-decoration:none}.profile-section a:hover{text-decoration:underline;text-underline-offset:3px}.copyable-field{display:inline-flex;align-items:center;gap:.375rem;max-width:100%}.copy-button{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:1px solid transparent;border-radius:5px;background:transparent;color:var(--color-muted);cursor:pointer;flex-shrink:0;transition:color .15s ease,background .15s ease,border-color .15s ease}.copy-button:hover{color:var(--color-text);background:var(--color-border);border-color:var(--color-border)}.copy-button:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}.timezone-trigger{position:relative;display:inline;cursor:default;border-bottom:1px dashed var(--color-border);padding-bottom:1px}.timezone-trigger:focus{outline:2px solid var(--color-accent);outline-offset:2px;border-radius:2px}.time-comparison{position:absolute;bottom:calc(100% + 8px);left:0;padding:.625rem .875rem;background:var(--color-card-bg);border-radius:8px;border:1px solid var(--color-border);box-shadow:0 4px 16px #00000080,0 2px 4px #0006;display:inline-flex;flex-direction:column;gap:.3125rem;font-size:.8125rem;white-space:nowrap;z-index:10;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .12s ease,visibility .12s ease,transform .12s ease;pointer-events:none}.timezone-trigger:hover .time-comparison,.timezone-trigger:focus .time-comparison,.timezone-trigger:focus-within .time-comparison{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.time-comparison-row{display:flex;justify-content:space-between;gap:1.25rem}.time-label{color:var(--color-muted)}.time-value{font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.time-diff{color:var(--color-accent);font-size:.75rem;font-weight:500;text-align:center;padding-top:.3125rem;border-top:1px solid var(--color-border);margin-top:.125rem}.profile-actions{padding:clamp(1.125rem,4vw,1.5rem) var(--card-inline-padding);display:flex;justify-content:center;border-top:1px solid var(--color-border)}.profile-actions button{display:inline-flex;align-items:center;justify-content:center;gap:.4375rem;padding:.5625rem 1.1875rem;border:none;border-radius:7px;background:var(--color-button-bg);color:var(--color-button-text);font-size:.875rem;font-weight:500;letter-spacing:-.01em;cursor:pointer;transition:background .15s ease,transform .1s ease,box-shadow .15s ease;box-shadow:0 1px 2px #00000014}.profile-actions button:hover:not(:disabled){background:var(--color-button-hover);transform:translateY(-1px);box-shadow:0 4px 10px #00000024}.profile-actions button:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #00000014}.profile-actions button:disabled{opacity:.4;cursor:not-allowed}.error button{display:inline-flex;align-items:center;gap:.4375rem;padding:.5625rem 1.1875rem;border:1px solid var(--color-border);border-radius:7px;background:var(--color-card-bg);color:var(--color-text);font-size:.875rem;font-weight:500;letter-spacing:-.01em;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .1s ease}.error button:hover:not(:disabled){background:var(--color-header-bg);border-color:var(--color-muted);transform:translateY(-1px)}.error button:disabled{opacity:.4;cursor:not-allowed}.skeleton{background:linear-gradient(90deg,var(--color-border) 25%,var(--color-header-bg) 50%,var(--color-border) 75%);background-size:400% 100%;border-radius:5px;animation:skeleton-shimmer 1.8s ease-in-out infinite}.skeleton-photo{width:clamp(64px,18vw,84px);height:clamp(64px,18vw,84px);border-radius:50%;flex-shrink:0}.skeleton-name{width:min(180px,60vw);height:1.25rem}.skeleton-username{width:min(110px,40vw);height:.875rem}.skeleton-section-title{width:72px;height:.6875rem;margin-bottom:.875rem}.skeleton-fields{display:flex;flex-direction:column;gap:.625rem}.skeleton-field{display:grid;grid-template-columns:var(--label-column) minmax(0,1fr);column-gap:var(--field-column-gap);align-items:center}.skeleton-label{height:.8125rem;width:72px}.skeleton-value{height:.875rem;width:65%}.skeleton-button{width:148px;height:36px;border-radius:7px}.offline-banner{width:100%;max-width:600px;display:flex;align-items:flex-start;gap:.875rem;padding:.875rem 1.125rem;border-radius:10px;background:#1a1000;border:1px solid #78350f;color:#fbbf24}.offline-icon{flex-shrink:0;margin-top:.125rem}.offline-text strong{display:block;margin-bottom:.25rem;font-size:.875rem;font-weight:600;letter-spacing:-.01em}.offline-text p{font-size:.8125rem;line-height:1.5;color:#d97706}@media(max-width:640px){.profile-page{--label-column: 96px;--field-column-gap: 1rem}}@media(max-width:480px){.profile-page{--label-column: auto}.profile-fields,.skeleton-fields{gap:.875rem}.profile-field,.skeleton-field{grid-template-columns:minmax(0,1fr);row-gap:.1875rem}.profile-section dt{font-size:.75rem}.profile-actions button{width:100%}.time-comparison{left:auto;right:0}}
