.nav.svelte-il6mvx{display:grid;gap:10px;padding-top:22px}.navRow.svelte-il6mvx{border:0;width:100%;text-align:left;text-decoration:none;color:#ffffffd1;padding:12px;border-radius:14px;font-size:14px;font-weight:750;line-height:1;background:#ffffff08;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.navRow__left.svelte-il6mvx{display:inline-flex;align-items:center;gap:10px;min-width:0}.navRow__icon.svelte-il6mvx{width:18px;height:18px;color:#ffffffd1;flex:none}.navRow__label.svelte-il6mvx{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.navRow__chev.svelte-il6mvx{width:18px;height:18px;color:#ffffff8c;flex:none;transition:transform .16s ease,color .16s ease}.navRow.svelte-il6mvx:hover{transform:translate(2px);background:#ffffff0d;border-color:#ffffff1f;color:#ffffffeb}.navRow.svelte-il6mvx:hover .navRow__chev:where(.svelte-il6mvx){color:#ffffffbf}.navRow[data-active=true].svelte-il6mvx{border-color:#ff8a3d47;background:#ff8a3d14;color:#fffffff2;transform:none}.navRow[data-active=true].svelte-il6mvx .navRow__chev:where(.svelte-il6mvx){color:#ff8a3de6}.navRow.svelte-il6mvx:focus-visible{outline:2px solid rgba(0,203,255,.55);outline-offset:4px}@media(prefers-reduced-motion:reduce){.navRow.svelte-il6mvx,.navRow__chev.svelte-il6mvx{transition:none}}*,*:before,*:after{box-sizing:border-box}:root{--frame-width: 1120px;--layout-pad: clamp(18px, 3vw, 34px);--sidenav-width: 340px;--shell-gap: clamp(34px, 6vw, 84px);--section-pad-y: clamp(100px, 3vw, 28px)}html{background:#181825;height:100%;overflow:hidden}@supports not (scrollbar-gutter: stable){html{overflow-y:scroll}}body{margin:0;background:#181825;color:#ffffffeb;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";height:100%;overflow:hidden}.layout.svelte-12qhfyh{width:100%;height:100dvh;padding-block:0;padding-inline:max(var(--layout-pad),calc((100% - var(--frame-width)) / 2));overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;overscroll-behavior:contain;display:grid;grid-template-columns:var(--sidenav-width) minmax(0,1fr);column-gap:var(--shell-gap);align-items:start}.layout[data-home=true].svelte-12qhfyh{scroll-snap-type:y mandatory;scroll-behavior:smooth}.sidenav.svelte-12qhfyh{position:sticky;top:0;height:100dvh;padding-top:var(--layout-pad);padding-bottom:var(--layout-pad);display:flex;flex-direction:column;gap:14px;overflow:hidden;align-self:start}.page.svelte-12qhfyh{min-width:0}.profile.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;gap:14px;padding:70px 10px 6px}.avatar.svelte-12qhfyh{width:150px;aspect-ratio:1/1;border-radius:999px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#ffffff0a}.avatar__img.svelte-12qhfyh{width:100%;height:100%;display:block;object-fit:cover}.profileMeta.svelte-12qhfyh{min-width:0;display:grid;gap:3px;justify-items:center;text-align:center}.profileName.svelte-12qhfyh{font-weight:850;letter-spacing:-.6px;line-height:1.02;font-size:clamp(26px,2.6vw,38px)}.profileHandle.svelte-12qhfyh{color:#ffffff9e;font-size:14px;font-weight:650;line-height:1.35;max-width:22ch}.social.svelte-12qhfyh{display:flex;gap:16px;align-items:center;justify-content:flex-start;padding:26px 4px 20px;margin-top:auto}.social__btn.svelte-12qhfyh{width:40px;height:40px;border:0;border-radius:10px;display:grid;place-items:center;text-decoration:none;color:#ffffffb8;background:transparent;opacity:.9;transition:transform .16s ease,color .16s ease,opacity .16s ease}.social__btn.svelte-12qhfyh:hover{transform:translateY(-2px);color:#ffffffeb;opacity:1}.social__btn.svelte-12qhfyh:focus-visible{outline:2px solid rgba(0,203,255,.55);outline-offset:4px}.social__icon.svelte-12qhfyh{width:20px;height:20px}.articleSection.svelte-12qhfyh{display:block;padding-top:8px}.articleSection__title.svelte-12qhfyh{color:#ffffffb8;font-weight:800;letter-spacing:-.1px;font-size:13px;padding:10px 6px 6px}.articleSection__nav.svelte-12qhfyh{display:grid;gap:6px;padding:0 2px}.articleSection__link.svelte-12qhfyh{text-decoration:none;color:#ffffffbd;font-size:13px;font-weight:650;line-height:1.35;padding:10px;border-radius:14px;border:1px solid rgba(255,255,255,.06);background:#ffffff05;transition:transform .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.articleSection__link.svelte-12qhfyh:hover{transform:translate(2px);background:#ffffff0d;border-color:#ffffff1a;color:#ffffffeb}.articleSection__link[aria-current=page].svelte-12qhfyh{color:#ff8a3d;font-weight:800;border-color:#ff8a3d40;background:#ff8a3d14;transform:none}.articleSection__link.svelte-12qhfyh:focus-visible{outline:2px solid rgba(0,203,255,.55);outline-offset:4px}@media(prefers-reduced-motion:reduce){.social__btn.svelte-12qhfyh,.articleSection__link.svelte-12qhfyh{transition:none}}@media(max-width:900px){.layout.svelte-12qhfyh{grid-template-columns:1fr;row-gap:18px;width:100%}.sidenav.svelte-12qhfyh{position:static;top:auto;height:auto;overflow:visible;padding:14px 14px 18px}.page.svelte-12qhfyh{margin-left:0}.profile.svelte-12qhfyh{grid-template-columns:46px minmax(0,1fr)}.avatar.svelte-12qhfyh{width:46px;height:46px}.articleSection.svelte-12qhfyh{display:none}}
