.navbar{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:var(--navbar-bg);border-bottom:1px solid var(--border);height:64px;left:0;position:fixed;right:0;top:0;z-index:1000}.navbar__inner{gap:16px;height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.navbar__inner,.navbar__left{align-items:center;display:flex}.navbar__left{flex-shrink:0;gap:24px}.navbar__brand{font-size:1.25rem;font-weight:700;letter-spacing:-.03em;margin-left:12px}.navbar__brand,.navbar__brand:hover{color:var(--text-primary)}.navbar__links{display:flex;gap:4px}.navbar__link{border-radius:6px;color:var(--text-secondary);font-size:.875rem;font-weight:500;padding:6px 12px;transition:all .15s ease}.navbar__link:hover{background:var(--bg-hover);color:var(--text-primary)}.navbar__link--active{color:var(--accent)}.navbar__center{flex:1 1;max-width:400px}.navbar__search{align-items:center;display:flex;position:relative}.navbar__search-icon{color:var(--text-muted);left:12px;pointer-events:none;position:absolute}.navbar__search-input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:.875rem;padding:8px 12px 8px 36px;transition:all .15s ease;width:100%}.navbar__search-input:focus{background:var(--bg-card);border-color:var(--accent)}.navbar__search-input::placeholder{color:var(--text-muted)}.navbar__right{align-items:center;display:flex;flex-shrink:0;gap:8px}.navbar__icon-btn{align-items:center;background:none;border-radius:8px;color:var(--text-secondary);display:flex;height:36px;justify-content:center;width:36px}.navbar__icon-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.navbar__lang-btn{background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:4px 10px}.navbar__lang-btn:hover{border-color:var(--text-muted);color:var(--text-primary)}.navbar__auth-links{align-items:center;display:flex;gap:6px}.navbar__dropdown{position:relative}.navbar__avatar-btn{background:none;border-radius:50%;padding:2px}.navbar__avatar-btn:hover{opacity:.8}.navbar__dropdown-menu{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 32px #0000003d;min-width:180px;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:100}.navbar__dropdown-item{background:none;border-radius:8px;color:var(--text-primary);display:block;font-size:.875rem;padding:8px 12px;text-align:left;width:100%}.navbar__dropdown-item:hover{background:var(--bg-hover);color:var(--text-primary)}.navbar__dropdown-divider{background:var(--border);height:1px;margin:4px 0}.navbar__hamburger{align-items:center;background:none;display:flex;flex-direction:column;gap:5px;height:36px;justify-content:center;padding:8px;width:36px}.navbar__hamburger-line{background:var(--text-secondary);border-radius:1px;height:2px;transition:all .2s ease;width:18px}.navbar__hamburger-line.open:first-child{transform:translateY(7px) rotate(45deg)}.navbar__hamburger-line.open:nth-child(2){opacity:0}.navbar__hamburger-line.open:last-child{transform:translateY(-7px) rotate(-45deg)}.navbar__mobile-search{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:var(--navbar-bg);border-bottom:1px solid var(--border);padding:8px 20px 12px}.navbar__mobile-search input{font-size:1rem;padding:10px 14px;width:100%}.navbar__mobile-menu{background:var(--bg-primary);border-bottom:1px solid var(--border);left:0;padding:8px 0;position:fixed;right:0;top:64px;z-index:999}.navbar__mobile-link{color:var(--text-primary);display:block;font-size:1rem;font-weight:500;padding:12px 24px}.navbar__mobile-link:hover{background:var(--bg-hover);color:var(--text-primary)}@media (max-width:768px){.navbar__inner{padding:0 12px}.navbar__brand{margin-left:4px}}.vote-buttons{align-items:center;display:flex;flex-direction:column;gap:2px}.vote-buttons--horizontal{flex-direction:row;gap:8px}.vote-btn{align-items:center;background:none;border-radius:6px;color:var(--text-muted);display:flex;height:28px;justify-content:center;transition:all .15s ease;width:32px}.vote-btn:hover:not(:disabled){background:var(--bg-hover);color:var(--text-secondary)}.vote-btn:disabled{cursor:default;opacity:.5}.vote-btn--up.vote-btn--active{color:var(--accent)}.vote-btn--down.vote-btn--active{color:var(--error)}.vote-score{color:var(--text-secondary);font-size:.875rem;font-weight:600;line-height:1;min-width:24px;padding:2px 0;text-align:center}.vote-score--voted{color:var(--text-primary)}.post-card{margin-bottom:12px;padding:20px}.post-card__body{display:flex;gap:16px}.post-card__votes{flex-shrink:0}.post-card__main{display:flex;flex:1 1;gap:16px;min-width:0}.post-card__image{border-radius:8px;flex-shrink:0;height:100px;overflow:hidden;width:140px}.post-card__image img{height:100%;object-fit:cover;width:100%}.post-card__content{flex:1 1;min-width:0}.post-card__title{color:var(--text-primary);display:block;font-size:1.125rem;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin-bottom:4px}.post-card__title:hover{color:var(--accent)}.post-card__excerpt{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:var(--text-secondary);display:-webkit-box;font-size:.9375rem;line-height:1.5;margin-bottom:8px;overflow:hidden}.post-card__meta{flex-wrap:wrap;margin-bottom:8px}.post-card__author,.post-card__meta{align-items:center;display:flex;gap:6px}.post-card__author{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.post-card__author:hover{color:var(--accent)}.post-card__dot{color:var(--text-muted);font-size:.75rem}.post-card__read-time,.post-card__time{color:var(--text-muted);font-size:.8125rem}.post-card__footer{align-items:center;display:flex;gap:12px;justify-content:space-between}.post-card__tags{display:flex;flex-wrap:wrap;gap:6px}.post-card__stats{display:flex;flex-shrink:0;gap:12px}.post-card__stat{align-items:center;color:var(--text-muted);display:flex;font-size:.8125rem;gap:4px}.post-card__stat svg{opacity:.6}@media (max-width:768px){.post-card{padding:16px}.post-card__votes{display:none}.post-card__main{flex-direction:column}.post-card__image{height:180px;width:100%}}@media (max-width:480px){.post-card__excerpt{display:none}}.hero{border-bottom:1px solid var(--border);margin-bottom:32px;overflow:hidden;padding:80px 0 60px}.hero__inner{align-items:flex-start;display:flex;gap:48px;max-width:1200px}.hero__text{flex:0 0 340px;padding-top:24px}.hero__title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--text-primary),var(--accent));-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;letter-spacing:-.05em;margin-bottom:6px}.hero__tagline{color:var(--text-secondary);font-size:1.5rem;font-weight:500;letter-spacing:-.01em;margin-bottom:10px}.hero__description{color:var(--text-muted);font-size:1rem;line-height:1.5;margin-bottom:24px}.hero__actions{display:flex;gap:10px}.hero__demos{grid-gap:12px;display:grid;flex:1 1;gap:12px;grid-template-columns:1fr 1fr;min-width:0}.feature-block,.hero-showcase{min-width:0}.hero-showcase__label{color:var(--text-muted);display:block;font-size:.55rem;font-weight:700;letter-spacing:.08em;margin-bottom:5px;text-transform:uppercase}.hero-cards{height:110px;position:relative}.hero-card{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 1px 6px #0000000a;left:0;opacity:0;padding:10px;pointer-events:none;position:absolute;right:0;top:0;transition:all .5s cubic-bezier(.4,0,.2,1)}.hero-card--active{border-color:var(--accent);box-shadow:0 2px 12px #0071e314;opacity:1;transform:translateY(0) scale(1);z-index:3}.hero-card--next{opacity:.4;transform:translateY(6px) scale(.98);z-index:2}.hero-card--hidden{opacity:0;transform:translateY(12px) scale(.96);z-index:1}.hero-card__header{align-items:center;display:flex;gap:6px;margin-bottom:5px}.hero-card__avatar{align-items:center;background:var(--accent-light);border-radius:50%;color:var(--accent);display:flex;flex-shrink:0;font-size:.55rem;font-weight:700;height:20px;justify-content:center;width:20px}.hero-card__avatar--blog{background:linear-gradient(135deg,var(--accent-light),#0071e333);border-radius:4px}.hero-card__meta{align-items:center;display:flex;gap:6px}.hero-card__name{color:var(--text-primary);font-size:.6rem;font-weight:600}.hero-card__tag{color:var(--accent);font-size:.5rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.hero-card__title{color:var(--text-primary);font-size:.65rem;font-weight:600;line-height:1.3;margin-bottom:6px;min-height:18px}.hero-card__bar{display:flex;flex-direction:column;gap:3px}.hero-card__bar-line{background:var(--bg-secondary);border-radius:2px;height:3px;width:100%}.hero-card__bar-line--short{width:55%}.typing-cursor{animation:blink 1s step-end infinite;color:var(--accent);font-weight:300;margin-left:1px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.chrome-browser{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 1px 8px #0000000a;overflow:hidden}.chrome-browser__toolbar{align-items:center;background:var(--bg-secondary);border-bottom:1px solid var(--border);display:flex;gap:8px;padding:5px 10px}.chrome-browser__dots{display:flex;flex-shrink:0;gap:4px}.chrome-dot{border-radius:50%;height:6px;width:6px}.chrome-dot--red{background:#ff5f57}.chrome-dot--yellow{background:#febc2e}.chrome-dot--green{background:#28c840}.chrome-browser__bar{align-items:center;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;display:flex;flex:1 1;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.6rem;gap:5px;padding:3px 10px}.chrome-browser__lock{color:var(--text-muted);flex-shrink:0;height:10px;width:10px}.chrome-browser__input{color:var(--text-primary);font-weight:500;white-space:nowrap}.chrome-browser__autocomplete{color:var(--text-muted);opacity:.6}.chrome-browser__full-url{color:var(--text-muted);font-weight:400}.chrome-browser__suggestion{align-items:center;background:var(--bg-hover);border-bottom:1px solid var(--border);color:var(--accent);cursor:pointer;display:flex;font-size:.6rem;gap:6px;padding:5px 10px}.chrome-browser__suggestion svg{color:var(--text-muted);flex-shrink:0;height:10px;width:10px}.suggestion-enter{animation:fadeSlideDown .25s ease}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.chrome-browser__page{padding:10px}.chrome-browser__empty{display:flex;flex-direction:column;gap:5px;padding:10px}.page-enter{animation:fadeSlideUp .3s ease}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chrome-page__header{align-items:center;display:flex;gap:8px;margin-bottom:6px}.chrome-page__avatar{align-items:center;background:var(--accent-light);border-radius:50%;color:var(--accent);display:flex;flex-shrink:0;font-size:.6rem;font-weight:700;height:22px;justify-content:center;width:22px}.chrome-page__name{color:var(--text-primary);font-size:.6rem;font-weight:600}.chrome-page__bio{color:var(--text-muted);font-size:.5rem}.chrome-page__skeleton{display:flex;flex-direction:column;gap:4px}.skeleton-line{background:var(--bg-secondary);border-radius:2px;height:4px;width:100%}.skeleton-line--md{width:70%}.skeleton-line--sm{width:45%}.priority-box{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 1px 8px #0000000a;overflow:hidden}.priority-box__search{align-items:center;background:var(--bg-secondary);border-bottom:1px solid var(--border);color:var(--text-primary);display:flex;font-size:.6rem;font-weight:500;gap:6px;padding:5px 10px}.priority-box__search svg{color:var(--text-muted);flex-shrink:0;height:10px;width:10px}.priority-box__engine{background:var(--accent-light);border-radius:8px;color:var(--accent);font-size:.5rem;font-weight:700;margin-left:auto;padding:1px 6px}.priority-box__results{display:flex;flex-direction:column;gap:2px;padding:5px}.priority-result{border-radius:6px;padding:5px 8px;position:relative;transition:all .3s ease}.priority-result--highlight{background:var(--bg-hover)}.priority-result--boosted{border-left:2px solid var(--accent)}.priority-badge{background:var(--accent);border-radius:2px;color:#fff;font-size:.4rem;font-weight:700;letter-spacing:.06em;padding:1px 4px;position:absolute;right:4px;text-transform:uppercase;top:3px}.priority-result__url{color:var(--success);font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.5rem;margin-bottom:1px}.priority-result__title{color:var(--accent);font-size:.6rem;font-weight:600;line-height:1.2}.priority-result__author{color:var(--text-muted);font-size:.5rem}.monetize-box{height:105px;position:relative}.monetize-item{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 1px 6px #0000000a;left:0;opacity:0;padding:10px;pointer-events:none;position:absolute;right:0;top:0;transition:all .5s cubic-bezier(.4,0,.2,1)}.monetize-item--active{opacity:1;transform:translateY(0) scale(1);z-index:3}.monetize-item--next{opacity:.4;transform:translateY(6px) scale(.98);z-index:2}.monetize-item--hidden{opacity:0;transform:translateY(12px) scale(.96);z-index:1}.monetize-item__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px}.monetize-item__tag{border-radius:3px;font-size:.45rem;font-weight:700;letter-spacing:.06em;padding:1px 6px;text-transform:uppercase}.monetize-item__tag--free{background:#30d15826;color:var(--success)}.monetize-item__tag--paid{background:#ff9f0a26;color:#ff9f0a}.monetize-item__price{color:var(--text-primary);font-size:.65rem;font-weight:700}.monetize-item__title{color:var(--text-primary);font-size:.65rem;font-weight:600;line-height:1.2;margin-bottom:3px}.monetize-item__author{color:var(--text-muted);font-size:.5rem;margin-bottom:6px}.monetize-item__actions{display:flex;gap:6px}.monetize-btn{border-radius:4px;font-size:.5rem;font-weight:600;padding:3px 10px}.monetize-btn--buy{background:var(--accent);color:#fff}.monetize-btn--read{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary)}.indexing-demo__box{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;box-shadow:0 1px 8px #0000000a;overflow:hidden}.indexing-demo__progress-bar{background:var(--bg-secondary);height:2px}.indexing-demo__progress-fill{background:linear-gradient(90deg,#0071e3,#30d158);border-radius:0 1px 1px 0;height:100%;transition:width .6s ease}.indexing-demo__steps{display:flex;flex-direction:column;gap:2px;padding:6px 8px}.indexing-step{align-items:center;border-radius:4px;display:flex;gap:6px;opacity:.3;padding:3px 4px;transition:all .4s ease}.indexing-step--done{opacity:.55}.indexing-step--active{background:var(--bg-hover);opacity:1}.indexing-step__icon{align-items:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:50%;color:var(--text-muted);display:flex;flex-shrink:0;height:18px;justify-content:center;transition:all .4s ease;width:18px}.indexing-step__icon svg{height:10px;width:10px}.indexing-step--active .indexing-step__icon,.indexing-step--done .indexing-step__icon{border-color:#0000;color:#fff}.indexing-step__text{display:flex;flex-direction:column;min-width:0}.indexing-step__label{color:var(--text-primary);font-size:.55rem;font-weight:600;line-height:1.2}.indexing-step__detail{color:var(--text-muted);font-size:.45rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-preview__badge{border-radius:2px;color:#fff;display:inline-block;font-size:.45rem;font-weight:700;letter-spacing:.06em;margin-bottom:3px;padding:1px 5px;text-transform:uppercase}.template-preview__body{background:var(--bg-secondary);border:1px solid var(--border);border-radius:5px;display:flex;flex-direction:column;gap:4px;padding:6px}.tpl-header{display:flex;flex-direction:column;gap:2px}.tpl-header__bar{border-radius:1px;height:2px;width:100%}.tpl-header__title{height:4px;width:70%}.tpl-header__sub,.tpl-header__title{background:var(--border);border-radius:1px}.tpl-header__sub{height:3px;opacity:.6;width:45%}.tpl-featured{align-items:flex-start;display:flex;gap:4px}.tpl-featured__img{background:var(--bg-hover);border:1px solid;border-radius:2px;flex-shrink:0;height:16px;width:20px}.tpl-featured__lines{display:flex;flex:1 1;flex-direction:column;gap:2px}.tpl-grid{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(3,1fr)}.tpl-grid__item{background:var(--bg-hover);border-radius:1px;height:12px}.tpl-gallery{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(2,1fr)}.tpl-gallery__item{background:var(--bg-hover);border:1px solid;border-radius:1px;height:14px;opacity:.7}.tpl-cards{display:flex;flex-direction:column;gap:3px}.tpl-cards__item{align-items:center;display:flex;gap:4px}.tpl-cards__icon{border-radius:2px;flex-shrink:0;height:10px;width:10px}.tpl-line{background:var(--border);border-radius:1px;height:3px;opacity:.6;width:100%}.tpl-line--short{width:60%}.tpl-line--bottom{margin-top:1px;opacity:.4;width:50%}@keyframes shimmer{0%,to{opacity:1}50%{opacity:.5}}.home__layout{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:1fr 280px}.home__feed{min-width:0}.home__loading{display:flex;justify-content:center;padding:40px 0}.home__load-more{margin-top:16px}.sidebar-section{margin-bottom:28px}.sidebar-section__title{color:var(--text-muted);font-size:.8125rem;font-weight:600;letter-spacing:.06em;margin-bottom:12px;text-transform:uppercase}.sidebar-tags{display:flex;flex-wrap:wrap;gap:6px}.sidebar-users{display:flex;flex-direction:column;gap:8px}.sidebar-user{align-items:center;border-radius:8px;color:var(--text-primary);display:flex;gap:10px;padding:6px 8px;transition:background .15s ease}.sidebar-user:hover{background:var(--bg-hover);color:var(--text-primary)}.sidebar-user__info{display:flex;flex-direction:column}.sidebar-user__name{font-size:.875rem;font-weight:500}.sidebar-user__rep{color:var(--text-muted);font-size:.75rem}.sidebar-footer{align-items:center;display:flex;font-size:.8125rem;gap:8px}.sidebar-footer,.sidebar-footer a{color:var(--text-muted)}.sidebar-footer a:hover{color:var(--accent)}.sidebar-copyright{color:var(--text-muted);font-size:.75rem;margin-top:8px}@media (max-width:768px){.hero{padding:48px 0 40px}.hero__inner{flex-direction:column;gap:24px;text-align:center}.hero__text{flex:none;padding-top:0;position:static}.hero__description{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__title{font-size:2.5rem}.hero__tagline{font-size:1.25rem}.hero__demos,.home__layout{grid-template-columns:1fr}.home__layout{gap:0}}@media (max-width:480px){.hero__title{font-size:2rem}.hero__actions{align-items:center;flex-direction:column}}.auth-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 64px);padding:40px 0}.auth-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:40px 32px}.auth-title{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;margin-bottom:4px;text-align:center}.auth-subtitle{color:var(--text-muted);font-size:.9375rem;margin-bottom:32px;text-align:center}.auth-links{color:var(--text-secondary);display:flex;font-size:.875rem;gap:6px;justify-content:center;margin-top:24px;text-align:center}@media (max-width:480px){.auth-card{background:#0000;border:none;border-radius:0;padding:32px 20px}}.input-with-status{position:relative}.input-with-status input{padding-right:36px}.input-status{font-size:.875rem;font-weight:600;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.input-status--success{color:var(--success)}.input-status--error{color:var(--error)}.input-status--neutral{color:var(--text-muted)}.comment-thread{border-top:1px solid var(--border);margin-top:40px;padding-top:32px}.comment-thread__title{font-size:1.25rem;font-weight:600;margin-bottom:24px}.comment-thread__form{margin-bottom:32px}.comment-thread__form-row{align-items:flex-start;display:flex;gap:12px}.comment-thread__form-row textarea{flex:1 1}.comment-thread__form-actions{display:flex;justify-content:flex-end;margin-top:8px}.comment-thread__list{display:flex;flex-direction:column;gap:0}.comment{border-top:1px solid var(--border);padding:16px 0}.comment--depth-1{padding-left:32px}.comment--depth-2{padding-left:64px}.comment--depth-3{padding-left:80px}.comment__main{display:flex;flex-direction:column;gap:8px}.comment__header{align-items:center;display:flex;gap:8px}.comment__author{align-items:center;color:var(--text-primary);display:flex;font-size:.875rem;font-weight:500;gap:6px}.comment__author:hover{color:var(--accent)}.comment__username{font-weight:600}.comment__time{color:var(--text-muted);font-size:.8125rem}.comment__collapse{background:var(--bg-hover);border-radius:4px;color:var(--text-muted);font-size:.75rem;font-weight:600;padding:2px 8px}.comment__body{color:var(--text-primary);font-size:.9375rem;line-height:1.6}.comment__actions{align-items:center;display:flex;gap:12px}.comment__reply-btn{background:none;color:var(--text-muted);font-size:.8125rem;font-weight:500}.comment__reply-btn:hover{color:var(--accent)}.comment__reply-form{background:var(--bg-secondary);border-radius:8px;margin-top:8px;padding:12px}.comment__reply-form textarea{margin-bottom:8px}.comment__reply-actions{display:flex;gap:8px;justify-content:flex-end}.comment__replies{margin-top:0}@media (max-width:768px){.comment--depth-1{padding-left:16px}.comment--depth-2{padding-left:32px}.comment--depth-3{padding-left:40px}}.post-view{padding:32px 0 80px}.post-view__header{margin-bottom:32px}.post-view__title{font-size:2.5rem;font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:20px}.post-view__meta{align-items:center;display:flex;gap:16px;justify-content:space-between}.post-view__author{align-items:center;display:flex;gap:12px}.post-view__author,.post-view__author:hover{color:var(--text-primary)}.post-view__author-info{display:flex;flex-direction:column}.post-view__author-name{font-size:.9375rem;font-weight:600}.post-view__date{color:var(--text-muted);font-size:.8125rem}.post-view__image{border-radius:12px;margin-bottom:32px;overflow:hidden}.post-view__image img{max-height:480px;object-fit:cover;width:100%}.post-view__body{display:flex;gap:24px;position:relative}.post-view__sidebar{flex-shrink:0;width:48px}.post-view__sidebar-inner{align-items:center;display:flex;flex-direction:column;gap:12px;position:-webkit-sticky;position:sticky;top:88px}.post-view__share-btn{align-items:center;background:none;border-radius:8px;color:var(--text-muted);display:flex;height:36px;justify-content:center;width:36px}.post-view__share-btn:hover{background:var(--bg-hover);color:var(--text-primary)}.post-view__content{flex:1 1;min-width:0}.post-view__tags{flex-wrap:wrap;gap:8px;margin-top:32px;padding-top:24px}.post-view__mobile-actions,.post-view__tags{border-top:1px solid var(--border);display:flex}.post-view__mobile-actions{align-items:center;justify-content:space-between;margin-top:24px;padding:16px 0}.post-view__related{border-top:1px solid var(--border);margin-top:48px;padding-top:32px}.post-view__related h3{font-size:1.25rem;font-weight:600;margin-bottom:16px}@media (max-width:768px){.post-view__title{font-size:1.75rem}.post-view__body{flex-direction:column}}.profile{padding:32px 0 80px}.profile__header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:24px}.profile__avatar-area{align-items:center;display:flex;gap:20px}.profile__info{display:flex;flex-direction:column;gap:2px}.profile__name{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.profile__username{color:var(--text-muted);font-size:.9375rem}.profile__bio{color:var(--text-secondary);font-size:.9375rem;margin-top:4px;max-width:400px}.profile__actions{flex-shrink:0;padding-top:8px}.profile__stats{border-bottom:1px solid var(--border);border-top:1px solid var(--border);display:flex;gap:32px;margin-bottom:8px;padding:20px 0}.profile__stat{align-items:center;display:flex;flex-direction:column;gap:2px}.profile__stat-value{font-size:1.25rem;font-weight:700}.profile__stat-label{color:var(--text-muted);font-size:.75rem;letter-spacing:.04em;text-transform:uppercase}.profile__badges{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.profile__badge{align-items:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:20px;color:var(--text-secondary);display:inline-flex;font-size:.8125rem;font-weight:500;gap:4px;padding:4px 12px}.profile__content{min-height:200px}.profile__comments{display:flex;flex-direction:column;gap:8px}.profile__comment{padding:16px}.profile__comment-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:8px}.profile__comment-post{color:var(--accent);font-size:.875rem;font-weight:500}.profile__comment-time{color:var(--text-muted);flex-shrink:0;font-size:.8125rem}.profile__comment-body{color:var(--text-primary);font-size:.9375rem;line-height:1.5}.profile__about{color:var(--text-secondary);font-size:1rem;line-height:1.6;padding:24px 0}.profile__joined{color:var(--text-muted);font-size:.875rem;margin-top:16px}@media (max-width:768px){.profile__header{flex-direction:column}.profile__avatar-area{align-items:flex-start;flex-direction:column;gap:12px}.profile__stats{gap:20px}}.leaderboard{padding:0 0 80px}.leaderboard__list{display:flex;flex-direction:column;gap:8px}.leaderboard__item{align-items:center;display:flex;gap:16px;padding:16px 20px;transition:all .15s ease}.leaderboard__item,.leaderboard__item:hover{color:var(--text-primary)}.leaderboard__item--top1{border-left:3px solid gold}.leaderboard__item--top2{border-left:3px solid silver}.leaderboard__item--top3{border-left:3px solid #cd7f32}.leaderboard__rank{color:var(--text-muted);flex-shrink:0;font-size:.875rem;font-weight:600;text-align:center;width:40px}.leaderboard__rank--top{color:var(--text-primary);font-size:1rem}.leaderboard__info{display:flex;flex:1 1;flex-direction:column;min-width:0}.leaderboard__name{font-size:.9375rem;font-weight:600}.leaderboard__username{color:var(--text-muted);font-size:.8125rem}.leaderboard__stats{align-items:flex-end;display:flex;flex-direction:column;flex-shrink:0;gap:2px}.leaderboard__rep{color:var(--accent);font-size:.9375rem;font-weight:600}.leaderboard__posts{color:var(--text-muted);font-size:.75rem}.leaderboard__badges{display:flex;flex-shrink:0;gap:4px}@media (max-width:768px){.leaderboard__item{gap:12px;padding:12px 16px}.leaderboard__rank{width:30px}}.built-here{padding:0 0 80px}.timeline{display:flex;flex-direction:column;gap:0}.timeline__item{display:flex;gap:24px}.timeline__line{align-items:center;display:flex;flex-direction:column;flex-shrink:0;width:20px}.timeline__dot{border-radius:50%;box-shadow:0 0 0 4px var(--bg-primary);flex-shrink:0;height:14px;margin-top:20px;width:14px}.timeline__connector{background:var(--border);flex:1 1;min-height:24px;width:2px}.timeline__content{flex:1 1;margin-bottom:16px;padding:20px 24px}.timeline__content:hover{background:var(--bg-card)}.timeline__header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.timeline__category{border-radius:20px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.04em;padding:3px 10px;text-transform:uppercase}.timeline__date{color:var(--text-muted);font-size:.8125rem}.timeline__title{font-size:1.25rem;font-weight:700;letter-spacing:-.01em;margin-bottom:6px}.timeline__description{color:var(--text-secondary);font-size:.9375rem;line-height:1.6;margin-bottom:12px}.timeline__link{color:var(--accent);font-size:.875rem;font-weight:500}.timeline__link:hover{text-decoration:underline}@media (max-width:768px){.timeline__item{gap:16px}.timeline__content{padding:16px}.timeline__header{align-items:flex-start;flex-direction:column;gap:4px}}.settings{padding:0 0 80px}.settings__section{border-bottom:1px solid var(--border);padding:28px 0}.settings__section:last-child{border-bottom:none}.settings__section-title{font-size:1.125rem;font-weight:600;margin-bottom:20px}.settings__pref{align-items:center;color:var(--text-secondary);display:flex;font-size:.9375rem;justify-content:space-between;padding:12px 0}.settings__placeholder{background:var(--bg-secondary);border-radius:8px;color:var(--text-muted);font-size:.9375rem;padding:16px;text-align:center}.settings__section--danger{border-bottom:none}.settings__section--danger .settings__section-title{color:var(--error)}.moderation{padding:0 0 80px}.moderation__filters{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:8px}.moderation__filters .tabs{border-bottom:none;margin-bottom:0}.moderation__type-filter{background:var(--bg-input);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-size:.875rem;padding:6px 12px;width:auto}.moderation__list{display:flex;flex-direction:column;gap:8px}.moderation__item{padding:20px}.moderation__item:hover{background:var(--bg-card)}.moderation__item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.moderation__item-type{background:var(--accent-light);border-radius:20px;color:var(--accent);display:inline-block;font-size:.75rem;font-weight:600;padding:2px 10px;text-transform:uppercase}.moderation__item-time{color:var(--text-muted);font-size:.8125rem}.moderation__item-body{margin-bottom:12px}.moderation__item-reason{color:var(--text-primary);font-size:.9375rem;margin-bottom:4px}.moderation__item-reporter{color:var(--text-muted);font-size:.8125rem;margin-bottom:8px}.moderation__item-link{font-size:.875rem;font-weight:500}.moderation__item-actions{border-top:1px solid var(--border);display:flex;gap:8px;padding-top:12px}@media (max-width:768px){.moderation__filters{align-items:stretch;flex-direction:column}}.search-page{padding:32px 0 80px}.search-page__form{display:flex;gap:12px;margin-bottom:32px}.search-page__input{flex:1 1;font-size:1.125rem;padding:14px 18px}.search-page__users{display:flex;flex-direction:column;gap:8px}.search-user{align-items:center;display:flex;gap:14px;padding:14px 18px}.search-user,.search-user:hover{color:var(--text-primary)}.search-user__info{display:flex;flex:1 1;flex-direction:column}.search-user__name{font-size:.9375rem;font-weight:600}.search-user__username{color:var(--text-muted);font-size:.8125rem}.search-user__rep{color:var(--accent);flex-shrink:0;font-size:.875rem;font-weight:600}@media (max-width:480px){.search-page__form{flex-direction:column}}.editor-page{padding:32px 0 80px}.editor-title{background:none;border:none;color:var(--text-primary);font-size:2.25rem;font-weight:700;letter-spacing:-.03em;line-height:1.2;margin-bottom:16px;padding:0;width:100%}.editor-title::placeholder{color:var(--text-muted)}.editor-title:focus{border:none;outline:none}.editor-tags{margin-bottom:16px}.editor-tags__list{align-items:center;background:var(--bg-input);border:1px solid var(--border);border-radius:8px;display:flex;flex-wrap:wrap;gap:6px;min-height:42px;padding:8px 12px}.editor-tag{align-items:center;background:var(--accent-light);border-radius:20px;color:var(--accent);display:inline-flex;font-size:.8125rem;font-weight:500;gap:4px;padding:3px 10px}.editor-tag__remove{background:none;color:var(--accent);font-size:1rem;line-height:1;margin-left:2px;opacity:.6;padding:0}.editor-tag__remove:hover{opacity:1}.editor-tags__input{background:none;border:none;color:var(--text-primary);flex:1 1;font-size:.875rem;min-width:80px;padding:4px 0}.editor-tags__input:focus{border:none;outline:none}.editor-featured{margin-bottom:16px}.editor-featured input{font-size:.875rem}.editor-toolbar{align-items:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px 8px 0 0;display:flex;gap:8px;justify-content:space-between;padding:8px 12px}.editor-toolbar__buttons{display:flex;gap:2px}.editor-toolbar__btn{background:none;border-radius:4px;color:var(--text-secondary);font-size:.8125rem;font-weight:600;padding:6px 10px}.editor-toolbar__btn:hover{background:var(--bg-hover);color:var(--text-primary)}.editor-toolbar__tabs{background:var(--bg-primary);border-radius:6px;display:flex;gap:2px;padding:2px}.editor-toolbar__tab{background:none;border-radius:4px;color:var(--text-muted);font-size:.8125rem;font-weight:500;padding:4px 12px}.editor-toolbar__tab--active{background:var(--bg-hover);color:var(--text-primary)}.editor-content{margin-bottom:24px}.editor-textarea{background:var(--bg-input);border:1px solid var(--border);border-radius:0 0 8px 8px;border-top:none;color:var(--text-primary);font-family:SF Mono,Fira Code,Consolas,monospace;font-size:1rem;line-height:1.7;min-height:400px;padding:20px;resize:vertical;width:100%}.editor-textarea:focus{border-color:var(--border);outline:none}.editor-preview{background:var(--bg-input);border:1px solid var(--border);border-radius:0 0 8px 8px;border-top:none;min-height:400px;padding:20px}.editor-seo{margin-bottom:24px}.editor-seo__toggle{background:none;color:var(--text-secondary);font-size:.875rem;font-weight:500;padding:8px 0}.editor-seo__toggle:hover{color:var(--text-primary)}.editor-seo__fields{background:var(--bg-secondary);border-radius:8px;margin-top:12px;padding:16px}.editor-actions{align-items:center;display:flex;gap:12px}.editor-autosave{color:var(--text-muted);font-size:.8125rem;margin-left:auto}@media (max-width:768px){.editor-title{font-size:1.5rem}.editor-toolbar__buttons{overflow-x:auto}.editor-textarea{min-height:300px}}:root,[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f5f5f7;--bg-card:#fff;--bg-hover:#f0f0f0;--bg-input:#f5f5f7;--text-primary:#1d1d1f;--text-secondary:#6e6e73;--text-muted:#aeaeb2;--accent:#0071e3;--accent-hover:#0077ed;--accent-light:#0071e314;--border:#d2d2d7;--success:#30d158;--error:#ff453a;--warning:#ffd60a;--shadow:0 1px 3px #00000014;--navbar-bg:#ffffffb8;--card-shadow:0 1px 4px #0000000f,0 0 0 1px var(--border)}[data-theme=dark]{--bg-primary:#000;--bg-secondary:#111;--bg-card:#1a1a1a;--bg-hover:#222;--bg-input:#1a1a1a;--text-primary:#fff;--text-secondary:#999;--text-muted:#666;--accent:#0071e3;--accent-hover:#0077ed;--accent-light:#0071e31f;--border:#2a2a2a;--shadow:none;--navbar-bg:#000000b8;--card-shadow:0 0 0 1px var(--border)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{background:#fff;background:var(--bg-primary);color:#1d1d1f;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;min-height:100vh;transition:background-color .2s ease,color .2s ease}a{color:#0071e3;color:var(--accent);text-decoration:none;transition:color .15s ease}a:hover{color:#0077ed;color:var(--accent-hover)}img{display:block;max-width:100%}button{border:none;cursor:pointer;transition:all .15s ease}button,input,select,textarea{font-family:inherit;font-size:inherit;outline:none}input,select,textarea{background:#f5f5f7;background:var(--bg-input);border:1px solid #d2d2d7;border:1px solid var(--border);border-radius:8px;color:#1d1d1f;color:var(--text-primary);padding:10px 14px;transition:border-color .15s ease,background-color .2s ease;width:100%}input:focus,select:focus,textarea:focus{border-color:#0071e3;border-color:var(--accent)}textarea{min-height:120px;resize:vertical}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#d2d2d7;background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#aeaeb2;background:var(--text-muted)}.main-content{min-height:100vh;padding-top:64px}.container{margin:0 auto;max-width:1080px;padding:0 20px}.container--narrow{margin:0 auto;max-width:720px;padding:0 20px}.container--form{margin:0 auto;max-width:420px;padding:0 20px}.btn{align-items:center;border-radius:8px;display:inline-flex;font-size:.9375rem;font-weight:500;gap:6px;justify-content:center;line-height:1.2;padding:10px 20px;transition:all .15s ease;white-space:nowrap}.btn--primary{background:#0071e3;background:var(--accent);color:#fff}.btn--primary:hover{background:#0077ed;background:var(--accent-hover);transform:translateY(-1px)}.btn--secondary{background:#f0f0f0;background:var(--bg-hover);color:#1d1d1f;color:var(--text-primary)}.btn--secondary:hover{background:#d2d2d7;background:var(--border)}.btn--ghost{background:#0000;color:#6e6e73;color:var(--text-secondary)}.btn--ghost:hover{background:#f0f0f0;background:var(--bg-hover);color:#1d1d1f;color:var(--text-primary)}.btn--danger{background:#ff453a;background:var(--error);color:#fff}.btn--danger:hover{opacity:.9}.btn--small{font-size:.8125rem;padding:6px 12px}.btn--full{width:100%}.card{background:#fff;background:var(--bg-card);border-radius:12px;box-shadow:0 1px 4px #0000000f,0 0 0 1px #d2d2d7;box-shadow:var(--card-shadow);overflow:hidden;transition:background-color .2s ease,box-shadow .2s ease}.card:hover{background:#f0f0f0;background:var(--bg-hover)}.tag{background:#0071e314;background:var(--accent-light);border-radius:20px;color:#0071e3;color:var(--accent);display:inline-block;font-size:.75rem;font-weight:500;padding:3px 10px;transition:background .15s ease}.tag:hover{background:#0071e3;background:var(--accent);color:#fff}.avatar{align-items:center;background:#f0f0f0;background:var(--bg-hover);border-radius:50%;color:#6e6e73;color:var(--text-secondary);display:flex;flex-shrink:0;font-size:.875rem;font-weight:600;height:36px;justify-content:center;overflow:hidden;width:36px}.avatar img{height:100%;object-fit:cover;width:100%}.avatar--small{font-size:.75rem;height:28px;width:28px}.avatar--large{font-size:2rem;height:80px;width:80px}.tabs{border-bottom:1px solid #d2d2d7;border-bottom:1px solid var(--border);display:flex;gap:0;margin-bottom:24px}.tab{background:none;border:none;border-bottom:2px solid #0000;color:#6e6e73;color:var(--text-secondary);cursor:pointer;font-size:.9375rem;font-weight:500;padding:12px 20px;transition:all .15s ease}.tab:hover{color:#1d1d1f;color:var(--text-primary)}.tab--active{border-bottom-color:#0071e3;border-bottom-color:var(--accent);color:#0071e3;color:var(--accent)}.form-group{margin-bottom:20px}.form-group label{color:#6e6e73;color:var(--text-secondary);display:block;font-size:.875rem;font-weight:500;margin-bottom:6px}.form-error{color:#ff453a;color:var(--error);font-size:.8125rem;margin-top:4px}.form-message{border-radius:8px;font-size:.875rem;margin-bottom:20px;padding:12px 16px}.form-message--error{background:#ff453a1a;color:#ff453a;color:var(--error)}.form-message--success{background:#30d1581a;color:#30d158;color:var(--success)}.page-header{padding:32px 0}.page-header h1{font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:4px}.page-header p{color:#6e6e73;color:var(--text-secondary);font-size:1.0625rem}.page-loading{align-items:center;color:#aeaeb2;color:var(--text-muted);display:flex;font-size:1rem;justify-content:center;min-height:60vh}.spinner{animation:spin .6s linear infinite;border:2px solid #d2d2d7;border-top-color:#0071e3;border:2px solid var(--border);border-radius:50%;border-top-color:var(--accent);height:24px;width:24px}@keyframes spin{to{transform:rotate(1turn)}}.empty-state{color:#aeaeb2;color:var(--text-muted);padding:60px 20px;text-align:center}.empty-state p,.markdown-content{font-size:1.0625rem}.markdown-content{color:#1d1d1f;color:var(--text-primary);line-height:1.75}.markdown-content h1,.markdown-content h2,.markdown-content h3{font-weight:700;letter-spacing:-.01em;margin-bottom:.5em;margin-top:1.5em}.markdown-content h1{font-size:2em}.markdown-content h2{font-size:1.5em}.markdown-content h3{font-size:1.25em}.markdown-content p{margin-bottom:1em}.markdown-content a{color:#0071e3;color:var(--accent);text-decoration:underline;-webkit-text-decoration-color:#0071e34d;text-decoration-color:#0071e34d;text-underline-offset:2px}.markdown-content a:hover{-webkit-text-decoration-color:#0071e3;text-decoration-color:#0071e3;-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.markdown-content code{border-radius:4px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.9em;padding:2px 6px}.markdown-content code,.markdown-content pre{background:#f5f5f7;background:var(--bg-secondary)}.markdown-content pre{border:1px solid #d2d2d7;border:1px solid var(--border);border-radius:8px;margin-bottom:1em;overflow-x:auto;padding:16px}.markdown-content pre code{background:none;padding:0}.markdown-content blockquote{border-left:3px solid #0071e3;border-left:3px solid var(--accent);color:#6e6e73;color:var(--text-secondary);margin-bottom:1em;padding-left:16px}.markdown-content ol,.markdown-content ul{margin-bottom:1em;padding-left:24px}.markdown-content li{margin-bottom:.25em}.markdown-content img{border-radius:8px;margin:1em 0}.markdown-content hr{border:none;border-top:1px solid #d2d2d7;border-top:1px solid var(--border);margin:2em 0}@media (max-width:768px){.container{padding:0 16px}.page-header h1{font-size:1.5rem}.hide-mobile{display:none!important}}@media (max-width:480px){.container{padding:0 12px}.btn{font-size:.875rem;padding:8px 16px}}@media (min-width:769px){.hide-desktop{display:none!important}}
/*# sourceMappingURL=main.10c96fad.css.map*/