:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}.app-content{padding-bottom:calc(56px + env(safe-area-inset-bottom,0px));flex-direction:column;flex:1;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.app-nav{background:var(--bg);border-top:1px solid var(--border);z-index:100;height:56px;padding-bottom:env(safe-area-inset-bottom,0);justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.app-nav__link{color:var(--text-muted,#8e8e8e);flex-direction:column;flex:1;align-items:center;gap:3px;padding:6px 0;text-decoration:none;transition:color .15s;display:flex}.app-nav__link--active{color:var(--text)}.app-nav__icon{fill:currentColor;flex-shrink:0;width:24px;height:24px}.app-nav__label{letter-spacing:.01em;font-size:.6875rem;font-weight:500}.app-nav__icon-wrap{display:inline-flex;position:relative}.app-nav__badge{color:#fff;text-align:center;pointer-events:none;background:#e33;border-radius:8px;min-width:16px;height:16px;padding:0 4px;font-size:.625rem;font-weight:700;line-height:16px;position:absolute;top:-4px;right:-6px}.post-card{border:1px solid var(--border);background:var(--bg);border-radius:12px;overflow:hidden}.post-card__header{align-items:center;gap:10px;padding:12px 16px;display:flex}.post-card__avatar{object-fit:cover;background:var(--border);border-radius:50%;flex-shrink:0;width:36px;height:36px}.post-card__author{flex:1;min-width:0}.post-card__username{color:var(--text-h);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.2;overflow:hidden}.post-card__display-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;line-height:1.2;overflow:hidden}.post-card__delete{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;padding:4px 8px;font-size:12px;transition:color .15s,border-color .15s}.post-card__delete:hover{color:#ef4444;border-color:#ef4444}.post-card__delete:disabled{opacity:.5;cursor:not-allowed}.post-card__carousel-wrap{position:relative}.post-card__carousel{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow-x:scroll}.post-card__carousel::-webkit-scrollbar{display:none}.post-card__slide{scroll-snap-align:start;flex:0 0 100%}.post-card__image-wrap{aspect-ratio:1;background-position:50%;background-size:cover;position:relative;overflow:hidden}.post-card__image{object-fit:cover;width:100%;height:100%;display:block}.post-card__nav{color:#fff;cursor:pointer;z-index:1;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;transition:background .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.post-card__nav:hover{background:#000000bf}.post-card__nav--prev{left:10px}.post-card__nav--next{right:10px}.post-card__dots{justify-content:center;gap:5px;padding:8px 0 4px;display:flex}.post-card__dot{background:var(--border);border-radius:50%;width:6px;height:6px;transition:background .15s}.post-card__dot--active{background:var(--accent)}.post-card__body{padding:12px 16px}.post-card__content{color:var(--text-h);white-space:pre-wrap;word-break:break-word;font-size:17px;line-height:1.5}.post-card__caption{color:var(--text-h);white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.5}.post-card__footer{color:var(--text);padding:8px 16px 12px;font-size:12px}.post-skeleton{border:1px solid var(--border);background:var(--bg);border-radius:12px;overflow:hidden}.post-skeleton__header{align-items:center;gap:10px;padding:12px 16px;display:flex}.post-skeleton__avatar{background:var(--border);border-radius:50%;flex-shrink:0;width:36px;height:36px;animation:1.5s ease-in-out infinite pulse}.post-skeleton__author{flex-direction:column;flex:1;gap:6px;display:flex}.post-skeleton__line{background:var(--border);border-radius:4px;animation:1.5s ease-in-out infinite pulse}.post-skeleton__line--name{width:120px;height:13px}.post-skeleton__line--sub{width:80px;height:11px}.post-skeleton__image{aspect-ratio:1;background:var(--border);width:100%;animation:1.5s ease-in-out infinite pulse}.post-skeleton__body{flex-direction:column;gap:8px;padding:12px 16px;display:flex}.post-skeleton__line--long{width:80%;height:13px}.post-skeleton__line--short{width:55%;height:13px}.post-skeleton__footer{padding:8px 16px 12px}.post-skeleton__line--time{width:40px;height:11px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.home{box-sizing:border-box;width:100%;max-width:600px;margin:0 auto;padding:16px 0}.home__feed{flex-direction:column;gap:12px;padding:0 16px;display:flex}.home__end{text-align:center;color:var(--text-muted,#8e8e8e);margin:0;padding:24px 0 8px;font-size:.875rem}.home__spinner{justify-content:center;align-items:center;gap:6px;padding:20px 0;display:flex}.home__spinner-dot{background:var(--text-muted,#8e8e8e);border-radius:50%;width:7px;height:7px;animation:1.1s ease-in-out infinite home-bounce}.home__spinner-dot:nth-child(2){animation-delay:.18s}.home__spinner-dot:nth-child(3){animation-delay:.36s}@keyframes home-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.profile{padding:24px 20px}.profile__header{border-bottom:1px solid var(--border);text-align:center;flex-direction:column;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:24px;display:flex}.profile__avatar{object-fit:cover;background:var(--border);border-radius:50%;width:80px;height:80px}.profile__username{color:var(--text-h);margin:0;font-size:18px;font-weight:600}.profile__display-name{color:var(--text);margin:0;font-size:15px}.profile__bio{color:var(--text);white-space:pre-wrap;word-break:break-word;max-width:400px;margin:0;font-size:14px;line-height:1.5}.profile__stats{gap:32px;display:flex}.profile__stat{flex-direction:column;align-items:center;gap:2px;display:flex}.profile__stat-value{color:var(--text-h);font-size:17px;font-weight:600;line-height:1}.profile__stat-label{color:var(--text);font-size:12px}.profile__grid{grid-template-columns:repeat(3,1fr);gap:3px;display:grid}.profile__grid-item{aspect-ratio:1;background:var(--border);cursor:pointer;position:relative;overflow:hidden}.profile__grid-item img{object-fit:cover;width:100%;height:100%;transition:opacity .2s;display:block}.profile__grid-item:hover img{opacity:.85}.profile__grid-text{box-sizing:border-box;background:var(--accent-bg);border:1px solid var(--accent-border);justify-content:center;align-items:center;width:100%;height:100%;padding:12px;display:flex}.profile__grid-text-excerpt{color:var(--text-h);-webkit-line-clamp:4;text-align:center;-webkit-box-orient:vertical;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.profile__grid-multi{background:#0000008c;border-radius:3px;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:6px;right:6px}.profile__grid-multi svg{fill:#fff;width:10px;height:10px}.profile__header-skeleton{border-bottom:1px solid var(--border);flex-direction:column;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:24px;display:flex}.profile__skeleton-avatar{background:var(--border);border-radius:50%;width:80px;height:80px;animation:1.5s ease-in-out infinite profile-pulse}.profile__skeleton-line{background:var(--border);border-radius:4px;animation:1.5s ease-in-out infinite profile-pulse}.profile__skeleton-line--username{width:120px;height:16px}.profile__skeleton-line--name{width:90px;height:13px}.profile__skeleton-line--bio{width:220px;height:13px}.profile__skeleton-stats{gap:32px;display:flex}.profile__skeleton-stat{background:var(--border);border-radius:4px;width:40px;height:32px;animation:1.5s ease-in-out infinite profile-pulse}.profile__grid-skeleton{grid-template-columns:repeat(3,1fr);gap:3px;display:grid}.profile__grid-cell-skeleton{aspect-ratio:1;background:var(--border);animation:1.5s ease-in-out infinite profile-pulse}@keyframes profile-pulse{0%,to{opacity:1}50%{opacity:.4}}.notif{max-width:600px;margin:0 auto;padding:24px 20px}.notif__title{color:var(--text-h);margin:0 0 20px;font-size:1.125rem;font-weight:600}.notif__list{background:var(--border);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:1px;display:flex;overflow:hidden}.notif__empty{color:var(--text-muted,#8e8e8e);text-align:center;margin:0;padding:48px 0}.notif__request{background:var(--bg);align-items:center;gap:12px;padding:14px 16px;display:flex}.notif__avatar{object-fit:cover;background:var(--border);border-radius:50%;flex-shrink:0;width:44px;height:44px}.notif__info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.notif__username{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:600;overflow:hidden}.notif__display-name{color:var(--text-muted,#8e8e8e);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.notif__actions{flex-shrink:0;gap:8px;display:flex}.notif__btn{cursor:pointer;border:none;border-radius:8px;height:32px;padding:0 14px;font-size:.8125rem;font-weight:600;transition:opacity .15s}.notif__btn:disabled{opacity:.5;cursor:not-allowed}.notif__btn--accept{background:var(--accent,#0095f6);color:#fff}.notif__btn--accept:hover:not(:disabled){opacity:.85}.notif__btn--decline{background:var(--bg-subtle,#f0f0f0);color:var(--text)}.notif__btn--decline:hover:not(:disabled){opacity:.75}.notif__request-skeleton{background:var(--bg);align-items:center;gap:12px;padding:14px 16px;display:flex}.notif__skeleton-avatar{background:var(--border);border-radius:50%;flex-shrink:0;width:44px;height:44px;animation:1.4s ease-in-out infinite notif-pulse}.notif__skeleton-lines{flex-direction:column;flex:1;gap:6px;display:flex}.notif__skeleton-line{background:var(--border);border-radius:6px;height:12px;animation:1.4s ease-in-out infinite notif-pulse}.notif__skeleton-line--username{width:40%}.notif__skeleton-line--name{width:60%}.notif__skeleton-actions{flex-shrink:0;gap:8px;display:flex}.notif__skeleton-btn{background:var(--border);border-radius:8px;width:64px;height:32px;animation:1.4s ease-in-out infinite notif-pulse}@keyframes notif-pulse{0%,to{opacity:1}50%{opacity:.45}}.setup{justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex}.setup__card{flex-direction:column;gap:1.25rem;width:100%;max-width:400px;display:flex}.setup__title{margin:0;font-size:1.5rem;font-weight:700}.setup__subtitle{color:#666;margin:-.5rem 0 0;font-size:.9rem}.setup__form{flex-direction:column;gap:1rem;display:flex}.setup__field{flex-direction:column;gap:.35rem;display:flex}.setup__label{font-size:.875rem;font-weight:600}.setup__optional{color:#888;font-weight:400}.setup__input-row{align-items:center;gap:.5rem;display:flex}.setup__input{border:1px solid #ccc;border-radius:6px;outline:none;flex:1;padding:.55rem .75rem;font-size:.95rem;transition:border-color .15s}.setup__input:focus{border-color:#555}.setup__input--ok{border-color:#22c55e}.setup__input--error{border-color:#ef4444}.setup__textarea{resize:vertical;border:1px solid #ccc;border-radius:6px;outline:none;padding:.55rem .75rem;font-family:inherit;font-size:.95rem;transition:border-color .15s}.setup__textarea:focus{border-color:#555}.setup__badge{white-space:nowrap;font-size:.78rem;font-weight:500}.setup__badge--checking{color:#888}.setup__badge--ok{color:#16a34a}.setup__badge--error{color:#dc2626}.setup__hint{margin:0;font-size:.78rem}.setup__hint--error{color:#dc2626}.setup__error{color:#dc2626;margin:0;font-size:.85rem}.setup__submit{color:#fff;cursor:pointer;background:#111;border:none;border-radius:6px;margin-top:.25rem;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;transition:opacity .15s}.setup__submit:disabled{opacity:.4;cursor:not-allowed}.thoughts{text-align:left;padding:24px 20px}.thoughts__header{border-bottom:1px solid var(--border);margin-bottom:32px;padding-bottom:24px}.thoughts__title{color:var(--text-h);letter-spacing:-.5px;margin:0 0 8px;font-size:28px;font-weight:600}.thoughts__subtitle{color:var(--text);font-size:14px;line-height:1.5}.thoughts__list{flex-direction:column;gap:48px;display:flex}.thoughts__entry{flex-direction:column;gap:8px;display:flex}.thoughts__date{font-size:12px;font-family:var(--mono);color:var(--text);letter-spacing:.03em}.thoughts__entry-title{color:var(--text-h);letter-spacing:-.2px;margin:0;font-size:18px;font-weight:600;line-height:1.3}.thoughts__body{flex-direction:column;gap:12px;margin-top:4px;display:flex}.thoughts__body p{color:var(--text);font-size:15px;line-height:1.65}.thoughts__body h3{color:var(--text-h);letter-spacing:.02em;text-transform:uppercase;margin:8px 0 0;font-size:14px;font-weight:600}.thoughts__body code{background:var(--code-bg);color:var(--text-h);font-size:13px;font-family:var(--mono);border-radius:4px;padding:2px 6px}.settings{max-width:480px;padding:24px 20px 40px}.settings__title{color:var(--text-h);margin:0 0 24px;font-size:20px;font-weight:700}.settings__form{flex-direction:column;gap:20px;display:flex}.settings__field{flex-direction:column;gap:6px;display:flex}.settings__label{color:var(--text-h);font-size:14px;font-weight:600}.settings__optional{color:var(--text-muted,#8e8e8e);font-weight:400}.settings__input{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;outline:none;padding:10px 12px;font-size:15px;transition:border-color .15s}.settings__input:focus{border-color:var(--text-muted,#555)}.settings__textarea{border:1px solid var(--border);background:var(--bg);color:var(--text);resize:vertical;border-radius:8px;outline:none;padding:10px 12px;font-family:inherit;font-size:15px;line-height:1.5;transition:border-color .15s}.settings__textarea:focus{border-color:var(--text-muted,#555)}.settings__char-count{color:var(--text-muted,#8e8e8e);align-self:flex-end;font-size:12px}.settings__save{background:var(--text-h,#111);color:#fff;cursor:pointer;border:none;border-radius:8px;align-self:flex-start;margin-top:4px;padding:11px 24px;font-size:15px;font-weight:600;transition:opacity .15s}.settings__save:disabled{opacity:.45;cursor:not-allowed}.settings__avatar-section{flex-direction:column;align-items:center;gap:8px;display:flex}.settings__avatar-btn{cursor:pointer;outline-offset:3px;background:0 0;border:none;border-radius:50%;padding:0;position:relative}.settings__avatar,.settings__avatar--placeholder{object-fit:cover;background:var(--border);border-radius:50%;width:88px;height:88px;display:block}.settings__avatar-overlay{color:#fff;opacity:0;pointer-events:none;background:#00000073;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:600;transition:opacity .15s;display:flex;position:absolute;inset:0}.settings__avatar-btn:hover .settings__avatar-overlay,.settings__avatar-btn:focus-visible .settings__avatar-overlay{opacity:1}.settings__file-input{display:none}.settings__load-error{color:var(--text-muted,#888);font-size:15px}.settings__toast{bottom:calc(56px + env(safe-area-inset-bottom,0px) + 16px);white-space:nowrap;pointer-events:none;z-index:200;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:500;animation:.2s settings-toast-in,.3s 2.7s forwards settings-toast-out;position:fixed;left:50%;transform:translate(-50%)}.settings__toast--success{color:#fff;background:#1a1a1a}.settings__toast--error{color:#fff;background:#dc2626}@keyframes settings-toast-in{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes settings-toast-out{0%{opacity:1}to{opacity:0}}.settings__skeleton{flex-direction:column;align-items:center;gap:20px;display:flex}.settings__skeleton-avatar{background:var(--border);border-radius:50%;width:88px;height:88px;animation:1.5s ease-in-out infinite settings-pulse}.settings__skeleton-field{flex-direction:column;align-items:flex-start;gap:6px;width:100%;display:flex}.settings__skeleton-label{background:var(--border);border-radius:4px;width:80px;height:13px;animation:1.5s ease-in-out infinite settings-pulse}.settings__skeleton-input{background:var(--border);border-radius:8px;width:100%;height:40px;animation:1.5s ease-in-out infinite settings-pulse}.settings__skeleton-textarea{background:var(--border);border-radius:8px;width:100%;height:88px;animation:1.5s ease-in-out infinite settings-pulse}@keyframes settings-pulse{0%,to{opacity:1}50%{opacity:.4}}
