.comments-module__oAFqrG__section{margin-top:var(--spacing-2xl);padding-top:var(--spacing-xl);border-top:1px solid var(--border-default)}.comments-module__oAFqrG__sectionTitle{align-items:center;gap:var(--spacing-sm);color:var(--text-primary);margin-bottom:var(--spacing-lg);font-size:1.125rem;font-weight:600;display:flex}.comments-module__oAFqrG__sectionTitle:before{content:"";background:var(--gradient-primary);border-radius:2px;width:4px;height:1.125rem}.comments-module__oAFqrG__loading{color:var(--text-secondary);padding:var(--spacing-md)0;font-size:.875rem}.comments-module__oAFqrG__errorMessage{color:#f87171;padding:var(--spacing-md);margin-bottom:var(--spacing-md);background:#ef44441a;border:1px solid #ef444433;border-radius:10px;font-size:.875rem}.comments-module__oAFqrG__commentList{gap:var(--spacing-sm);margin-bottom:var(--spacing-lg);flex-direction:column;display:flex}.comments-module__oAFqrG__emptyState{background:var(--bg-secondary);border:1px dashed var(--border-default);padding:var(--spacing-lg);text-align:center;margin-bottom:var(--spacing-lg);border-radius:14px}.comments-module__oAFqrG__emptyState p{color:var(--text-tertiary);margin:0;font-size:.9375rem}.comments-module__oAFqrG__comment{padding:var(--spacing-md);background:var(--bg-secondary);border:1px solid var(--border-default);transition:all var(--duration-fast)ease;border-radius:14px;gap:.875rem;display:flex}.comments-module__oAFqrG__comment:hover{border-color:var(--border-active)}.comments-module__oAFqrG__avatar{background:var(--gradient-primary);color:#fff;width:40px;height:40px;box-shadow:0 0 0 2px var(--bg-secondary),0 0 0 3px #ec489933;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.8125rem;font-weight:700;display:flex}.comments-module__oAFqrG__commentBody{flex:1;min-width:0}.comments-module__oAFqrG__commentHeader{flex-wrap:wrap;align-items:baseline;gap:.625rem;margin-bottom:.375rem;display:flex}.comments-module__oAFqrG__author{color:var(--text-primary);word-break:break-all;font-size:.875rem;font-weight:600}.comments-module__oAFqrG__date{color:var(--text-tertiary);font-size:.6875rem;font-family:var(--font-mono);background:var(--bg-tertiary);border-radius:4px;padding:.125rem .5rem}.comments-module__oAFqrG__content{color:var(--text-secondary);white-space:pre-wrap;word-break:break-word;margin:0 0 .75rem;font-size:.9375rem;line-height:1.65}.comments-module__oAFqrG__actions{align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.comments-module__oAFqrG__actionButton{background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:var(--text-tertiary);cursor:pointer;transition:all var(--duration-fast)ease;border-radius:8px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-family:inherit;font-size:.75rem;display:inline-flex}.comments-module__oAFqrG__actionButton:hover:not(:disabled){background:var(--bg-elevated);color:var(--text-secondary);border-color:var(--border-default)}.comments-module__oAFqrG__actionButton:disabled{opacity:.5;cursor:not-allowed}.comments-module__oAFqrG__actionButton.comments-module__oAFqrG__liked{color:var(--accent-pink);background:#ec48991a;border-color:#ec489933}.comments-module__oAFqrG__actionButton.comments-module__oAFqrG__liked:hover:not(:disabled){background:#ec489926}.comments-module__oAFqrG__deleteButton:hover:not(:disabled){color:#f87171;background:#ef44441a;border-color:#ef444433}.comments-module__oAFqrG__replyForm{border-top:1px solid var(--border-subtle);margin-top:1rem;padding-top:1rem}.comments-module__oAFqrG__replyTextarea{background:var(--bg-tertiary);border:1px solid var(--border-subtle);width:100%;min-height:80px;color:var(--text-primary);resize:vertical;transition:all var(--duration-fast)ease;border-radius:10px;outline:none;padding:.75rem;font-family:inherit;font-size:.875rem;line-height:1.5}.comments-module__oAFqrG__replyTextarea:focus{border-color:var(--accent-pink);box-shadow:0 0 0 3px #ec48991a}.comments-module__oAFqrG__replyTextarea::placeholder{color:var(--text-tertiary)}.comments-module__oAFqrG__replyFormActions{justify-content:flex-end;gap:.5rem;margin-top:.75rem;display:flex}.comments-module__oAFqrG__cancelButton{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast)ease;background:0 0;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.8125rem}.comments-module__oAFqrG__cancelButton:hover{background:var(--bg-tertiary);color:var(--text-primary)}.comments-module__oAFqrG__replySubmitButton{background:var(--accent-pink);color:#fff;cursor:pointer;transition:all var(--duration-fast)ease;border:none;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:600}.comments-module__oAFqrG__replySubmitButton:hover:not(:disabled){background:var(--accent-pink-dark)}.comments-module__oAFqrG__replySubmitButton:disabled{opacity:.5;cursor:not-allowed}.comments-module__oAFqrG__replies{border-left:2px solid var(--border-default);margin-top:1rem;padding-left:1rem}.comments-module__oAFqrG__reply{padding:var(--spacing-sm);background:#ffffff05;margin-top:.75rem}.comments-module__oAFqrG__reply:first-child{margin-top:0}.comments-module__oAFqrG__reply .comments-module__oAFqrG__avatar{width:32px;height:32px;font-size:.6875rem}.comments-module__oAFqrG__form{background:var(--bg-secondary);border:1px solid var(--border-default);padding:var(--spacing-md);transition:border-color var(--duration-fast)ease;border-radius:14px}.comments-module__oAFqrG__form:focus-within{border-color:var(--border-pink)}.comments-module__oAFqrG__formLabel{color:var(--text-primary);margin-bottom:.625rem;font-size:.875rem;font-weight:600;display:block}.comments-module__oAFqrG__textarea{background:var(--bg-tertiary);border:1px solid var(--border-subtle);width:100%;min-height:120px;color:var(--text-primary);resize:vertical;transition:all var(--duration-fast)ease;border-radius:10px;outline:none;padding:.875rem;font-family:inherit;font-size:.9375rem;line-height:1.6}.comments-module__oAFqrG__textarea:hover{border-color:var(--border-default)}.comments-module__oAFqrG__textarea:focus{border-color:var(--accent-pink);box-shadow:0 0 0 3px #ec48991a}.comments-module__oAFqrG__textarea::placeholder{color:var(--text-tertiary)}.comments-module__oAFqrG__textarea:disabled{opacity:.5;cursor:not-allowed}.comments-module__oAFqrG__formFooter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.625rem;margin-top:.875rem;display:flex}.comments-module__oAFqrG__charCount{color:var(--text-tertiary);font-size:.75rem;font-family:var(--font-mono);background:var(--bg-tertiary);border-radius:6px;padding:.25rem .5rem}.comments-module__oAFqrG__charCountWarning{color:#fbbf24;background:#fbbf241a}.comments-module__oAFqrG__submitButton{background:var(--accent-pink);color:#fff;cursor:pointer;transition:all var(--duration-fast)ease;border:none;border-radius:10px;padding:.625rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:600}.comments-module__oAFqrG__submitButton:hover:not(:disabled){background:var(--accent-pink-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ec48994d}.comments-module__oAFqrG__submitButton:active:not(:disabled){transform:translateY(0)}.comments-module__oAFqrG__submitButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.comments-module__oAFqrG__error{color:#f87171;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-top:.625rem;margin-bottom:0;padding:.625rem .875rem;font-size:.8125rem}.comments-module__oAFqrG__loginPrompt{background:var(--bg-secondary);border:1px solid var(--border-default);padding:var(--spacing-lg);text-align:center;border-radius:14px}.comments-module__oAFqrG__loginPrompt p{color:var(--text-secondary);margin:0;font-size:.9375rem}.comments-module__oAFqrG__loginLink{color:var(--accent-pink);text-underline-offset:2px;transition:text-decoration-color var(--duration-fast)ease;font-weight:600;-webkit-text-decoration:underline #ec48994d;text-decoration:underline #ec48994d}.comments-module__oAFqrG__loginLink:hover{-webkit-text-decoration-color:var(--accent-pink);text-decoration-color:var(--accent-pink)}@media (max-width:480px){.comments-module__oAFqrG__section{margin-top:var(--spacing-xl);padding-top:var(--spacing-lg)}.comments-module__oAFqrG__comment{padding:var(--spacing-sm);flex-direction:column}.comments-module__oAFqrG__avatar{width:36px;height:36px;font-size:.75rem}.comments-module__oAFqrG__commentHeader{flex-direction:column;gap:.25rem}.comments-module__oAFqrG__formFooter{flex-direction:column;align-items:stretch}.comments-module__oAFqrG__charCount{text-align:center}.comments-module__oAFqrG__submitButton{justify-content:center;width:100%}}
.PostStats-module__7WyKGa__container{padding:var(--spacing-md);margin-bottom:var(--spacing-lg);background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;display:flex}.PostStats-module__7WyKGa__stats{align-items:center;gap:.5rem;display:flex}.PostStats-module__7WyKGa__stat{background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:flex}.PostStats-module__7WyKGa__stat.PostStats-module__7WyKGa__interactive{cursor:pointer;transition:all var(--duration-fast)ease}.PostStats-module__7WyKGa__stat.PostStats-module__7WyKGa__interactive:hover:not(:disabled){background:var(--bg-elevated);color:var(--text-primary);border-color:var(--border-default)}.PostStats-module__7WyKGa__stat.PostStats-module__7WyKGa__interactive:disabled{opacity:.5;cursor:not-allowed}.PostStats-module__7WyKGa__stat.PostStats-module__7WyKGa__liked{color:var(--accent-pink);background:#ec48991a;border-color:#ec489933}.PostStats-module__7WyKGa__stat.PostStats-module__7WyKGa__liked:hover:not(:disabled){background:#ec489926}.PostStats-module__7WyKGa__shareContainer{position:relative}.PostStats-module__7WyKGa__shareButton{background:var(--accent-pink);color:#fff;cursor:pointer;transition:all var(--duration-fast)ease;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;display:flex}.PostStats-module__7WyKGa__shareButton:hover{background:var(--accent-pink-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ec48994d}.PostStats-module__7WyKGa__overlay{z-index:10;position:fixed;inset:0}.PostStats-module__7WyKGa__shareMenu{z-index:20;background:var(--bg-secondary);border:1px solid var(--border-default);min-width:180px;animation:PostStats-module__7WyKGa__menuIn .2s var(--ease-out-expo);border-radius:12px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 10px 40px #0006,inset 0 0 0 1px #ffffff0d}@keyframes PostStats-module__7WyKGa__menuIn{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.PostStats-module__7WyKGa__shareOption{width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;transition:all var(--duration-fast)ease;background:0 0;border:none;align-items:center;gap:.75rem;padding:.875rem 1rem;font-family:inherit;font-size:.875rem;display:flex}.PostStats-module__7WyKGa__shareOption:hover{background:var(--bg-tertiary);color:var(--text-primary)}.PostStats-module__7WyKGa__shareOption:first-child{border-radius:12px 12px 0 0}.PostStats-module__7WyKGa__shareOption:last-child{border-radius:0 0 12px 12px}.PostStats-module__7WyKGa__shareOption:not(:last-child){border-bottom:1px solid var(--border-subtle)}.PostStats-module__7WyKGa__shareOption:first-child:hover{color:#0077b5}.PostStats-module__7WyKGa__shareOption:nth-child(2):hover{color:#00ab6c}@media (max-width:640px){.PostStats-module__7WyKGa__container{flex-direction:column;gap:1rem}.PostStats-module__7WyKGa__stats{justify-content:center;width:100%}.PostStats-module__7WyKGa__stat{padding:.5rem .75rem;font-size:.8125rem}.PostStats-module__7WyKGa__shareButton{justify-content:center;width:100%}.PostStats-module__7WyKGa__shareMenu{right:50%;transform:translate(50%)}@keyframes PostStats-module__7WyKGa__menuIn{0%{opacity:0;transform:translate(50%)translateY(-8px)scale(.96)}to{opacity:1;transform:translate(50%)translateY(0)scale(1)}}}
.newsletter-module__Bxb5tG__section{margin-top:var(--spacing-2xl);padding:var(--spacing-xl)0;border-top:1px solid var(--border-default)}.newsletter-module__Bxb5tG__sectionCompact{margin-top:var(--spacing-xl);padding:var(--spacing-lg)0}.newsletter-module__Bxb5tG__card{background:var(--bg-secondary);border:1px solid var(--border-default);padding:var(--spacing-lg);transition:border-color var(--duration-fast)ease;border-radius:16px;position:relative;overflow:hidden}.newsletter-module__Bxb5tG__card:before{content:"";background:var(--gradient-primary);opacity:0;height:3px;transition:opacity var(--duration-fast)ease;position:absolute;top:0;left:0;right:0}.newsletter-module__Bxb5tG__card:hover{border-color:var(--border-active)}.newsletter-module__Bxb5tG__card:focus-within:before{opacity:1}.newsletter-module__Bxb5tG__header{text-align:center;margin-bottom:var(--spacing-md)}.newsletter-module__Bxb5tG__icon{margin-bottom:var(--spacing-sm);font-size:2rem}.newsletter-module__Bxb5tG__title{color:var(--text-primary);justify-content:center;align-items:center;gap:var(--spacing-sm);margin:0 0 .5rem;font-size:1.25rem;font-weight:700;display:flex}.newsletter-module__Bxb5tG__title:before{content:"";background:var(--gradient-primary);border-radius:2px;width:4px;height:1.25rem}.newsletter-module__Bxb5tG__description{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.6}.newsletter-module__Bxb5tG__form{gap:var(--spacing-sm);margin-top:var(--spacing-md);display:flex}.newsletter-module__Bxb5tG__inputWrapper{flex:1;position:relative}.newsletter-module__Bxb5tG__input{background:var(--bg-tertiary);border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);transition:all var(--duration-fast)ease;border-radius:10px;outline:none;padding:.875rem 1rem;font-family:inherit;font-size:.9375rem}.newsletter-module__Bxb5tG__input:hover{border-color:var(--border-default)}.newsletter-module__Bxb5tG__input:focus{border-color:var(--accent-pink);box-shadow:0 0 0 3px #ec48991a}.newsletter-module__Bxb5tG__input::placeholder{color:var(--text-tertiary)}.newsletter-module__Bxb5tG__input:disabled{opacity:.5;cursor:not-allowed}.newsletter-module__Bxb5tG__submitButton{background:var(--accent-pink);color:#fff;cursor:pointer;white-space:nowrap;transition:all var(--duration-fast)ease;border:none;border-radius:10px;padding:.875rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600}.newsletter-module__Bxb5tG__submitButton:hover:not(:disabled){background:var(--accent-pink-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ec48994d}.newsletter-module__Bxb5tG__submitButton:active:not(:disabled){transform:translateY(0)}.newsletter-module__Bxb5tG__submitButton:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.newsletter-module__Bxb5tG__message{margin-top:var(--spacing-sm);border-radius:10px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.newsletter-module__Bxb5tG__success{color:#4ade80;background:#22c55e1a;border:1px solid #22c55e33}.newsletter-module__Bxb5tG__error{color:#f87171;background:#ef44441a;border:1px solid #ef444433}.newsletter-module__Bxb5tG__privacy{color:var(--text-tertiary);text-align:center;margin-top:var(--spacing-sm);font-size:.75rem}.newsletter-module__Bxb5tG__footerSection{padding:var(--spacing-lg);background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:16px}.newsletter-module__Bxb5tG__footerSection .newsletter-module__Bxb5tG__header{margin-bottom:var(--spacing-sm)}.newsletter-module__Bxb5tG__footerSection .newsletter-module__Bxb5tG__title{font-size:1rem}.newsletter-module__Bxb5tG__footerSection .newsletter-module__Bxb5tG__description{font-size:.875rem}.newsletter-module__Bxb5tG__toast{bottom:var(--spacing-lg);right:var(--spacing-lg);box-shadow:var(--shadow-lg);z-index:9999;animation:newsletter-module__Bxb5tG__slideInUp .3s var(--ease-out-expo);border-radius:12px;padding:1rem 1.5rem;font-size:.9375rem;font-weight:500;position:fixed}.newsletter-module__Bxb5tG__toastSuccess{color:#fff;background:#22c55ef2}.newsletter-module__Bxb5tG__toastError{color:#fff;background:#ef4444f2}.newsletter-module__Bxb5tG__toastInfo{color:#fff;background:#06b6d4f2}@keyframes newsletter-module__Bxb5tG__slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.newsletter-module__Bxb5tG__form{flex-direction:column}.newsletter-module__Bxb5tG__submitButton{justify-content:center;width:100%}.newsletter-module__Bxb5tG__card{padding:var(--spacing-md)}.newsletter-module__Bxb5tG__title{font-size:1.125rem}.newsletter-module__Bxb5tG__toast{left:var(--spacing-md);right:var(--spacing-md);bottom:var(--spacing-md)}}
.post-module__fFuUMG__article{padding-top:var(--spacing-xl);padding-bottom:var(--spacing-3xl);padding-left:var(--spacing-md);padding-right:var(--spacing-md);max-width:var(--max-width);animation:post-module__fFuUMG__articleFadeIn .6s var(--ease-out-expo)forwards;margin:0 auto}@keyframes post-module__fFuUMG__articleFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.post-module__fFuUMG__backLink{margin-bottom:var(--spacing-lg);color:var(--text-secondary);background:var(--bg-tertiary);border:1px solid var(--border-subtle);transition:all var(--duration-fast)ease;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.post-module__fFuUMG__backLink:hover{color:var(--accent-pink);border-color:var(--border-pink);background:#ec48990d}.post-module__fFuUMG__header{margin-bottom:var(--spacing-xl);padding-bottom:var(--spacing-lg);border-bottom:1px solid var(--border-default)}.post-module__fFuUMG__meta{gap:var(--spacing-sm);margin-bottom:var(--spacing-sm);flex-wrap:wrap;align-items:center;display:flex}.post-module__fFuUMG__date{font-family:var(--font-mono);color:var(--text-tertiary);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:6px;align-items:center;padding:.25rem .625rem;font-size:.75rem;display:inline-flex}.post-module__fFuUMG__tags{flex-wrap:wrap;gap:.375rem;display:flex}.post-module__fFuUMG__tag{color:var(--accent-cyan);transition:all var(--duration-fast)ease;background:#06b6d41a;border:1px solid #06b6d433;border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.post-module__fFuUMG__tag:hover{background:#06b6d426;border-color:#06b6d44d}.post-module__fFuUMG__title{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,5vw,2.75rem);line-height:1.15}.post-module__fFuUMG__content{color:var(--text-secondary);font-size:1.0625rem;line-height:1.85}.post-module__fFuUMG__content>:first-child{margin-top:0}.post-module__fFuUMG__content h2{color:var(--text-primary);letter-spacing:-.02em;border-top:1px solid var(--border-subtle);margin-top:2.5em;margin-bottom:.75em;padding-top:.5em;font-size:1.625rem;font-weight:700}.post-module__fFuUMG__content h3{color:var(--text-primary);letter-spacing:-.015em;margin-top:2em;margin-bottom:.5em;font-size:1.25rem;font-weight:600}.post-module__fFuUMG__content h4{color:var(--text-primary);margin-top:1.5em;margin-bottom:.5em;font-size:1.0625rem;font-weight:600}.post-module__fFuUMG__content p{margin-bottom:1.75em}.post-module__fFuUMG__content ul,.post-module__fFuUMG__content ol{margin-bottom:1.75em;padding-left:1.5em}.post-module__fFuUMG__content li{margin-bottom:.625em;padding-left:.375em}.post-module__fFuUMG__content li::marker{color:var(--accent-pink)}.post-module__fFuUMG__content strong{color:var(--text-primary);font-weight:600}.post-module__fFuUMG__content em{color:var(--text-primary);font-style:italic}.post-module__fFuUMG__content blockquote{background:var(--bg-secondary);border:1px solid var(--border-default);border-left:3px solid var(--accent-pink);color:var(--text-primary);border-radius:12px;margin:2em 0;padding:1.25rem 1.5rem;font-style:italic;position:relative}.post-module__fFuUMG__content blockquote p:last-child{margin-bottom:0}.post-module__fFuUMG__content a{color:var(--accent-pink);text-underline-offset:3px;transition:all var(--duration-fast)ease;-webkit-text-decoration:underline #ec48994d;text-decoration:underline #ec48994d}.post-module__fFuUMG__content a:hover{-webkit-text-decoration-color:var(--accent-pink);text-decoration-color:var(--accent-pink)}.post-module__fFuUMG__content code{font-family:var(--font-mono);background:var(--bg-tertiary);border:1px solid var(--border-subtle);color:var(--accent-pink);border-radius:6px;padding:.2em .4em;font-size:.875em}.post-module__fFuUMG__content pre{background:var(--bg-secondary);border:1px solid var(--border-default);border-radius:14px;margin:1.75em 0;padding:1.25rem;overflow-x:auto}.post-module__fFuUMG__content pre code{color:var(--text-secondary);background:0 0;border:none;border-radius:0;padding:0;font-size:.875rem;line-height:1.7}.post-module__fFuUMG__content img{border:1px solid var(--border-default);border-radius:12px;max-width:100%;height:auto;margin:2em 0}.post-module__fFuUMG__imageWrapper{margin:2em 0;display:block}.post-module__fFuUMG__postImage{border:1px solid var(--border-default);max-width:100%;height:auto;transition:all var(--duration-fast)ease;border-radius:12px}.post-module__fFuUMG__postImage:hover{border-color:var(--border-active);box-shadow:var(--shadow-lg)}.post-module__fFuUMG__imageCaption{color:var(--text-tertiary);text-align:center;margin-top:.75rem;font-size:.875rem;font-style:italic;display:block}.post-module__fFuUMG__figure{margin:2em 0}.post-module__fFuUMG__figure img{margin:0}.post-module__fFuUMG__figcaption{color:var(--text-tertiary);text-align:center;margin-top:.75rem;font-size:.875rem;font-style:italic}.post-module__fFuUMG__content hr{background:linear-gradient(90deg,transparent 0%,var(--border-default)50%,transparent 100%);border:none;height:1px;margin:3em 0}@media (max-width:768px){.post-module__fFuUMG__article{padding-top:var(--spacing-lg);padding-bottom:var(--spacing-2xl);padding-left:var(--spacing-sm);padding-right:var(--spacing-sm)}.post-module__fFuUMG__backLink{padding:.375rem .75rem;font-size:.8125rem}.post-module__fFuUMG__title{font-size:1.75rem}.post-module__fFuUMG__content{font-size:1rem}.post-module__fFuUMG__content h2{font-size:1.375rem}.post-module__fFuUMG__content h3{font-size:1.125rem}.post-module__fFuUMG__content blockquote{padding:1rem}.post-module__fFuUMG__content pre{border-radius:10px;padding:1rem}}
.home-module__Hx0lNG__main{flex-direction:column;min-height:100vh;display:flex;position:relative}.home-module__Hx0lNG__hero{padding:var(--spacing-3xl)0 var(--spacing-2xl);justify-content:space-between;align-items:flex-start;gap:var(--spacing-xl);display:flex;position:relative;overflow:hidden}.home-module__Hx0lNG__hero:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(60% 40% at 50% 30%,#ec489926 0%,#06b6d414 40%,#0000 70%);width:800px;height:600px;position:absolute;top:-100px;left:50%;transform:translate(-50%)}.home-module__Hx0lNG__heroContent{z-index:1;flex:1;max-width:700px;position:relative}.home-module__Hx0lNG__heroTitle{letter-spacing:-.04em;margin-bottom:var(--spacing-md);opacity:0;animation:home-module__Hx0lNG__heroFadeIn .8s var(--ease-out-expo).1s forwards;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;line-height:1.05}.home-module__Hx0lNG__heroTitle .home-module__Hx0lNG__gradient-text{display:inline}.home-module__Hx0lNG__heroSubtitle{color:var(--text-secondary);max-width:560px;margin-bottom:var(--spacing-lg);opacity:0;animation:home-module__Hx0lNG__heroFadeIn .8s var(--ease-out-expo).25s forwards;font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.7}.home-module__Hx0lNG__heroActions{gap:var(--spacing-sm);opacity:0;animation:home-module__Hx0lNG__heroFadeIn .8s var(--ease-out-expo).4s forwards;flex-wrap:wrap;display:flex}@keyframes home-module__Hx0lNG__heroFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.home-module__Hx0lNG__sectionTitle{align-items:center;gap:var(--spacing-md);padding-bottom:var(--spacing-sm);margin-bottom:var(--spacing-lg);margin-top:var(--spacing-xl);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.1em;font-size:.8125rem;font-weight:600;display:flex}.home-module__Hx0lNG__sectionTitle:after{content:"";background:linear-gradient(90deg,var(--border-default)0%,transparent 100%);flex:1;height:1px}.home-module__Hx0lNG__postList{gap:var(--spacing-md);margin-bottom:var(--spacing-2xl);grid-template-columns:repeat(auto-fill,minmax(320px,1fr));display:grid}.home-module__Hx0lNG__postCard{background:var(--bg-secondary);border:1px solid var(--border-default);padding:var(--spacing-lg);transition:all var(--duration-normal)var(--ease-out-expo);border-radius:16px;display:block;position:relative;overflow:hidden}.home-module__Hx0lNG__postCard:before{content:"";opacity:0;transition:opacity var(--duration-normal)ease;pointer-events:none;background:linear-gradient(135deg,#ec489908 0%,#0000 50%,#06b6d405 100%);position:absolute;inset:0}.home-module__Hx0lNG__postCard:after{content:"";background:var(--gradient-primary);transform-origin:0;height:2px;transition:transform var(--duration-normal)var(--ease-out-expo);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.home-module__Hx0lNG__postCard:hover{border-color:var(--border-pink);transform:translateY(-4px);box-shadow:0 20px 40px -12px #0006,0 0 60px -12px #ec489926}.home-module__Hx0lNG__postCard:hover:before{opacity:1}.home-module__Hx0lNG__postCard:hover:after{transform:scaleX(1)}.home-module__Hx0lNG__postDate{font-family:var(--font-mono);color:var(--text-tertiary);margin-bottom:var(--spacing-sm);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:6px;align-items:center;padding:.25rem .625rem;font-size:.75rem;display:inline-flex}.home-module__Hx0lNG__postTitle{letter-spacing:-.02em;margin-bottom:var(--spacing-xs);color:var(--text-primary);transition:color var(--duration-fast)ease;font-size:1.375rem;font-weight:700;line-height:1.3}.home-module__Hx0lNG__postCard:hover .home-module__Hx0lNG__postTitle{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.home-module__Hx0lNG__postExcerpt{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;line-height:1.65;display:-webkit-box;overflow:hidden}.home-module__Hx0lNG__emptyState{text-align:center;padding:var(--spacing-2xl)var(--spacing-lg);background:var(--bg-secondary);border:1px dashed var(--border-default);border-radius:16px}.home-module__Hx0lNG__emptyState p{color:var(--text-tertiary);font-size:1rem}@media (max-width:768px){.home-module__Hx0lNG__hero{gap:var(--spacing-lg);padding:var(--spacing-2xl)0 var(--spacing-xl);flex-direction:column}.home-module__Hx0lNG__heroContent{max-width:100%}.home-module__Hx0lNG__heroTitle{font-size:clamp(2.25rem,8vw,3rem)}.home-module__Hx0lNG__heroSubtitle{font-size:1.0625rem}.home-module__Hx0lNG__heroActions{flex-direction:column;width:100%}.home-module__Hx0lNG__heroActions a{justify-content:center;width:100%}.home-module__Hx0lNG__postList{grid-template-columns:1fr}.home-module__Hx0lNG__postCard{padding:var(--spacing-md)}}@media (max-width:480px){.home-module__Hx0lNG__hero{padding:var(--spacing-xl)0}.home-module__Hx0lNG__sectionTitle{font-size:.75rem}.home-module__Hx0lNG__postTitle{font-size:1.25rem}}.home-module__Hx0lNG__postCard{opacity:0;animation:home-module__Hx0lNG__cardFadeIn .5s var(--ease-out-expo)forwards}.home-module__Hx0lNG__postCard:first-child{animation-delay:.5s}.home-module__Hx0lNG__postCard:nth-child(2){animation-delay:.6s}.home-module__Hx0lNG__postCard:nth-child(3){animation-delay:.7s}.home-module__Hx0lNG__postCard:nth-child(4){animation-delay:.8s}.home-module__Hx0lNG__postCard:nth-child(5){animation-delay:.9s}.home-module__Hx0lNG__postCard:nth-child(6){animation-delay:1s}@keyframes home-module__Hx0lNG__cardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.ArchitectureDiagram-module__TncyGW__container{background:linear-gradient(135deg,#0d1117 0%,#161b22 100%);border:1px solid #ffffff1a;border-radius:16px;margin:2rem 0;padding:1.5rem;overflow-x:auto}.ArchitectureDiagram-module__TncyGW__diagram{justify-content:center;align-items:flex-start;gap:1rem;min-width:900px;padding:1rem;display:flex}.ArchitectureDiagram-module__TncyGW__section{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;align-items:center;min-width:120px;padding:1.25rem;display:flex}.ArchitectureDiagram-module__TncyGW__sectionLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;display:flex}.ArchitectureDiagram-module__TncyGW__cloudflare{background:#f3802014;border-color:#f3802033}.ArchitectureDiagram-module__TncyGW__cloudflare .ArchitectureDiagram-module__TncyGW__sectionLabel{color:#f38020}.ArchitectureDiagram-module__TncyGW__cloudflareIcon{font-size:1rem}.ArchitectureDiagram-module__TncyGW__aws{background:#ff99000d;border-color:#ff990026;min-width:400px;padding:1.5rem}.ArchitectureDiagram-module__TncyGW__aws .ArchitectureDiagram-module__TncyGW__sectionLabel{color:#f90}.ArchitectureDiagram-module__TncyGW__awsLogo{filter:brightness(0)saturate()invert(61%)sepia(98%)saturate(1000%)hue-rotate(360deg)brightness(103%)contrast(105%)}.ArchitectureDiagram-module__TncyGW__awsContent{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.ArchitectureDiagram-module__TncyGW__node,.ArchitectureDiagram-module__TncyGW__awsNode{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;align-items:center;gap:.5rem;padding:.75rem;transition:all .2s;display:flex}.ArchitectureDiagram-module__TncyGW__node:hover,.ArchitectureDiagram-module__TncyGW__awsNode:hover{background:#ffffff14;border-color:#ffffff1f;transform:translateY(-2px)}.ArchitectureDiagram-module__TncyGW__nodeLabel{color:var(--text-secondary);text-align:center;font-size:.75rem;line-height:1.3}.ArchitectureDiagram-module__TncyGW__icon{filter:drop-shadow(0 2px 4px #0000004d)}.ArchitectureDiagram-module__TncyGW__iconPlaceholder{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;font-weight:700;display:flex}.ArchitectureDiagram-module__TncyGW__arrow{flex-direction:column;align-self:center;align-items:center;gap:.25rem;padding:0 .5rem;display:flex}.ArchitectureDiagram-module__TncyGW__arrowLine{background:linear-gradient(90deg,transparent,var(--accent-cyan),transparent);width:40px;height:2px;position:relative}.ArchitectureDiagram-module__TncyGW__arrowLine:after{content:"→";color:var(--accent-cyan);font-size:1rem;position:absolute;top:-8px;right:-8px}.ArchitectureDiagram-module__TncyGW__arrowLabel{color:var(--text-tertiary);white-space:nowrap;font-size:.65rem}.ArchitectureDiagram-module__TncyGW__arrowVertical{flex-direction:column;align-items:center;height:30px;display:flex}.ArchitectureDiagram-module__TncyGW__arrowLineVertical{background:linear-gradient(180deg,var(--accent-cyan),transparent);width:2px;height:100%}.ArchitectureDiagram-module__TncyGW__cluster{background:#ff990014;border:1px dashed #ff99004d;border-radius:12px;width:100%;padding:1rem}.ArchitectureDiagram-module__TncyGW__clusterLabel{color:#f90;text-transform:uppercase;letter-spacing:.05em;text-align:center;margin-bottom:.75rem;font-size:.7rem;font-weight:600}.ArchitectureDiagram-module__TncyGW__tasks{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.ArchitectureDiagram-module__TncyGW__task{background:#0003;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;display:flex}.ArchitectureDiagram-module__TncyGW__task span{color:var(--text-tertiary);font-size:.65rem}.ArchitectureDiagram-module__TncyGW__bottomRow{justify-content:center;gap:4rem;width:100%;padding:.5rem 0;display:flex}.ArchitectureDiagram-module__TncyGW__arrowToDb,.ArchitectureDiagram-module__TncyGW__arrowToLogs{flex-direction:column;align-items:center;gap:.25rem;height:30px;display:flex}.ArchitectureDiagram-module__TncyGW__arrowLineDashed{background:repeating-linear-gradient(180deg,var(--text-tertiary),var(--text-tertiary)4px,transparent 4px,transparent 8px);width:2px;height:100%}.ArchitectureDiagram-module__TncyGW__arrowLabelSmall{color:var(--text-tertiary);font-size:.6rem}.ArchitectureDiagram-module__TncyGW__bottomServices{justify-content:center;gap:2rem;width:100%;display:flex}.ArchitectureDiagram-module__TncyGW__caption{text-align:center;color:var(--text-tertiary);margin-top:1.5rem;font-size:.8rem;font-style:italic}@media (max-width:768px){.ArchitectureDiagram-module__TncyGW__diagram{flex-direction:column;gap:.5rem;min-width:auto}.ArchitectureDiagram-module__TncyGW__arrow{padding:.5rem 0;transform:rotate(90deg)}.ArchitectureDiagram-module__TncyGW__aws{min-width:100%}.ArchitectureDiagram-module__TncyGW__tasks{flex-direction:column}.ArchitectureDiagram-module__TncyGW__bottomServices{flex-direction:column;gap:1rem}.ArchitectureDiagram-module__TncyGW__bottomRow{gap:2rem}}
