pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#c9d1d9;background:#0d1117}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#ff7b72}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#d2a8ff}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#79c0ff}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#a5d6ff}.hljs-built_in,.hljs-symbol{color:#ffa657}.hljs-comment,.hljs-code,.hljs-formula{color:#8b949e}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#7ee787}.hljs-subst{color:#c9d1d9}.hljs-section{color:#1f6feb;font-weight:700}.hljs-bullet{color:#f2cc60}.hljs-emphasis{color:#c9d1d9;font-style:italic}.hljs-strong{color:#c9d1d9;font-weight:700}.hljs-addition{color:#aff5b4;background-color:#033a16}.hljs-deletion{color:#ffdcd7;background-color:#67060c}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background-color:#0f172a;color:#e2e8f0;font-family:system-ui,-apple-system,Segoe UI,roboto,sans-serif;line-height:1.6}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;font-weight:600;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}p{margin-bottom:1rem}.navbar{position:sticky;top:0;z-index:1000;height:4rem;background:#1e293bf2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 6px -1px #0006}.navbar__container{display:flex;justify-content:space-between;align-items:center;max-width:1536px;height:100%;margin:0 auto;padding:0 1.5rem}.navbar__left{display:flex;align-items:center;gap:2rem}.navbar__logo{display:flex;align-items:center;gap:.5rem;color:#e2e8f0;font-size:1.25rem;font-weight:700;transition:color .15s ease-in-out}.navbar__logo:hover{color:#60a5fa}.navbar__logo-icon{display:block;width:auto;height:2rem}@media(max-width:640px){.navbar__logo-text{display:none}}.navbar__menu{display:flex;align-items:center;gap:1rem;list-style:none}@media(max-width:768px){.navbar__menu--desktop{display:none}}.navbar__menu-link{display:block;padding:.5rem 1rem;border-radius:.5rem;color:#94a3b8;font-size:1rem;font-weight:500;transition:all .15s ease-in-out}.navbar__menu-link--active{background:#3b82f633;color:#60a5fa}.navbar__menu-link:hover{background:#ffffff0d;color:#e2e8f0}.navbar__right,.navbar__user{display:flex;align-items:center;gap:1rem}@media(max-width:640px){.navbar__user{gap:.5rem}}.navbar__user-avatar{display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,#1e293bcc,#33415599);color:#e2e8f0;font-size:.875rem}.navbar__user-name{color:#e2e8f0;font-weight:500}@media(max-width:640px){.navbar__user-name{display:none}}.navbar__login-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:.5rem;background:#3b82f6;color:#fff;font-size:.875rem;font-weight:600;transition:all .15s ease-in-out;cursor:pointer}.navbar__login-btn:hover{background:#60a5fa;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0006}@media(max-width:640px){.navbar__login-btn span{display:none}}.navbar__logout-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:transparent;color:#94a3b8;font-size:.875rem;font-weight:600;transition:all .15s ease-in-out;cursor:pointer}.navbar__logout-btn:hover{background:#ffffff0d;color:#e2e8f0;border-color:#94a3b8}@media(max-width:640px){.navbar__logout-btn span{display:none}}.navbar__mobile-toggle{display:none;padding:.5rem;border:none;background:transparent;color:#e2e8f0;font-size:1.5rem;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.navbar__mobile-toggle:hover{color:#60a5fa}@media(max-width:768px){.navbar__mobile-toggle{display:block}}.navbar__mobile-menu{position:absolute;top:4rem;right:0;left:0;z-index:1001;background:#1e293bfa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 10px 15px -3px #00000080;animation:slide-down .2s ease-out}.navbar__mobile-list{list-style:none;padding:1rem}.navbar__mobile-item{border-bottom:1px solid rgba(255,255,255,.1)}.navbar__mobile-item:last-child{border-bottom:none}.navbar__mobile-link{display:block;padding:1rem;color:#94a3b8;font-weight:500;transition:all .15s ease-in-out}.navbar__mobile-link:hover{padding-left:1.5rem;background:#ffffff0d;color:#e2e8f0}@keyframes slide-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer{margin-top:auto;padding:3rem 0 1.5rem;background:#1e293bf2;border-top:1px solid rgba(255,255,255,.1)}.footer__container{max-width:1536px;margin:0 auto;padding:0 1.5rem}.footer__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}@media(max-width:768px){.footer__content{grid-template-columns:1fr;gap:1.5rem}}.footer__section{display:flex;flex-direction:column;gap:1rem}.footer__title{margin-bottom:.5rem;color:#e2e8f0;font-size:1.25rem;font-weight:700}.footer__description{color:#94a3b8;font-size:.875rem;line-height:1.6}.footer__section-title{margin-bottom:.5rem;color:#e2e8f0;font-size:1.125rem;font-weight:600}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.5rem}.footer__link{color:#94a3b8;font-size:.875rem;transition:color .15s ease-in-out}.footer__link:hover{padding-left:.25rem;color:#60a5fa}.footer__social{display:flex;gap:1rem}.footer__social-link{display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#ffffff0d;color:#94a3b8;font-size:1.125rem;transition:all .15s ease-in-out}.footer__social-link:hover{background:#3b82f6;color:#fff;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0006}.footer__bottom{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer__copyright{margin-bottom:.25rem;color:#94a3b8;font-size:.875rem}.footer__tagline{color:#94a3b8;font-size:.75rem;opacity:.7}.sidebar{position:fixed;top:4rem;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;width:16rem;background:#1e293bf2;transition:width .3s ease-in-out;border-right:1px solid rgba(255,255,255,.1);box-shadow:0 4px 6px -1px #0006}.sidebar__toggle{display:flex;justify-content:flex-end;align-items:center;padding:1rem;border:none;background:transparent;color:#94a3b8;font-size:1.125rem;transition:all .15s ease-in-out;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer}.sidebar__toggle:hover{background:#ffffff0d;color:#60a5fa}.sidebar__nav{flex:1;padding:1rem 0;overflow:hidden auto}.sidebar__nav::-webkit-scrollbar{width:4px}.sidebar__nav::-webkit-scrollbar-track{background:transparent}.sidebar__nav::-webkit-scrollbar-thumb{border-radius:2px;background:#ffffff1a}.sidebar__nav::-webkit-scrollbar-thumb:hover{background:#94a3b8}.sidebar__menu{list-style:none;display:flex;flex-direction:column;gap:.25rem;padding:0 .5rem}.sidebar__menu-link{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.5rem;color:#94a3b8;font-size:1rem;font-weight:500;transition:all .15s ease-in-out;white-space:nowrap}.sidebar__menu-link--active{background:#3b82f633;color:#60a5fa;border-left:3px solid #3b82f6}.sidebar__menu-link:hover{background:#ffffff0d;color:#e2e8f0}.sidebar__menu-icon{display:flex;justify-content:center;align-items:center;min-width:1.5rem;font-size:1.125rem}.sidebar__menu-label{overflow:hidden;transition:opacity .3s ease-in-out,width .3s ease-in-out}.sidebar--collapsed{width:4rem}.sidebar--collapsed .sidebar__menu-label{width:0;opacity:0}.sidebar--collapsed .sidebar__toggle{justify-content:center}@media(max-width:768px){.sidebar:not(.sidebar--collapsed){transform:translate(-100%)}}.public-layout{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(180deg,#0f172a,#334155)}.public-layout__main{flex:1;width:100%;max-width:1536px;margin:0 auto;padding:2rem 1.5rem}@media(max-width:768px){.public-layout__main{padding:1.5rem 1rem}}.admin-layout{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(180deg,#0f172a,#334155)}.admin-layout__wrapper{display:flex;flex:1;padding-top:4rem}.admin-layout__main{flex:1;margin-left:16rem;padding:2rem 1.5rem;transition:margin-left .3s ease-in-out}@media(max-width:768px){.admin-layout__main{margin-left:0;padding:1.5rem 1rem}}.sidebar--collapsed+.admin-layout__main{margin-left:4rem}@media(max-width:768px){.sidebar--collapsed+.admin-layout__main{margin-left:0}}.user-dropdown{position:relative}.user-dropdown__trigger{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border:none;border-radius:.5rem;background:transparent;color:#e2e8f0;font-size:.875rem;cursor:pointer;transition:all .15s ease-in-out}.user-dropdown__trigger:hover{background:#ffffff0d}@media(max-width:640px){.user-dropdown__trigger{padding:.25rem}.user-dropdown__trigger .user-dropdown__name{display:none}}.user-dropdown__avatar{display:flex;justify-content:center;align-items:center;width:2rem;height:2rem;color:#60a5fa;font-size:2rem}.user-dropdown__name{font-weight:500}.user-dropdown__chevron{font-size:1rem;transition:transform .2s}.user-dropdown__trigger:hover .user-dropdown__chevron{transform:translateY(2px)}.user-dropdown__menu{position:absolute;top:calc(100% + 4px);right:0;z-index:100;min-width:200px;padding:.25rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#1e293bfa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 15px -3px #00000080;opacity:1;pointer-events:auto;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);transform:translateY(0)}.user-dropdown__menu[data-open=false]{opacity:0;pointer-events:none;transform:translateY(-10px)}.user-dropdown__item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;border:none;border-radius:.25rem;background:transparent;color:#e2e8f0;font-size:.875rem;font-weight:500;text-align:left;text-decoration:none;cursor:pointer;transition:all .15s ease-in-out}.user-dropdown__item--logout{color:#ef4444}.user-dropdown__item--logout:hover{background:#ef44441a}.user-dropdown__item:hover{background:#ffffff0d;color:#60a5fa}.user-dropdown__icon{font-size:1.25rem}.user-dropdown__divider{height:1px;margin:.25rem 0;background:#ffffff1a}.btn{display:inline-flex;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.5rem;border:2px solid transparent;border-radius:.5rem;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.5;text-align:center;transition:all .15s ease-in-out;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none}.btn--primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.btn--primary:hover:not(:disabled){background:#60a5fa;border-color:#60a5fa;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0006}.btn--primary:active:not(:disabled){background:#0b63f3;border-color:#0b63f3;transform:translateY(0)}.btn--secondary{background:transparent;color:#e2e8f0;border-color:#ffffff1a}.btn--secondary:hover:not(:disabled){background:#ffffff0d;border-color:#3b82f6;color:#60a5fa;transform:translateY(-1px);box-shadow:0 1px 2px #0000004d}.btn--secondary:active:not(:disabled){background:#3b82f633;border-color:#3b82f6;transform:translateY(0)}.btn--accent{background:#8b5cf6;color:#fff;border-color:#8b5cf6}.btn--accent:hover:not(:disabled){background:#ad8cf9;border-color:#ad8cf9;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0006}.btn--accent:active:not(:disabled){background:#692cf3;border-color:#692cf3;transform:translateY(0)}.btn--danger{background:#ef4444;color:#fff;border-color:#ef4444}.btn--danger:hover:not(:disabled){background:#f37373;border-color:#f37373;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0006}.btn--danger:active:not(:disabled){background:#eb1515;border-color:#eb1515;transform:translateY(0)}.btn--success{background:#10b981;color:#fff;border-color:#10b981}.btn--success:hover:not(:disabled){background:#14e8a2;border-color:#14e8a2;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0006}.btn--success:active:not(:disabled){background:#0c8a60;border-color:#0c8a60;transform:translateY(0)}.btn--warning{background:#f59e0b;color:#fff;border-color:#f59e0b}.btn--warning:hover:not(:disabled){background:#f7b13c;border-color:#f7b13c;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0006}.btn--warning:active:not(:disabled){background:#c57f08;border-color:#c57f08;transform:translateY(0)}.btn--small{padding:.25rem 1rem;font-size:.875rem}.btn--large{padding:1rem 2rem;font-size:1.125rem}.btn--full{width:100%}.btn--icon{width:2.5rem;height:2.5rem;padding:.5rem;border-radius:9999px}.btn--ghost{background:transparent;color:#e2e8f0;border-color:transparent}.btn--ghost:hover:not(:disabled){background:#ffffff0d;border-color:#ffffff1a}.btn--ghost:active:not(:disabled){background:#3b82f633}.btn:visited{color:inherit}.btn:disabled,.btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.auth-form{width:100%;max-width:28rem;margin:0 auto;padding:3rem;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:#1e293bcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 15px -3px #00000080}.auth-form__title{margin:0 0 .5rem;color:#e2e8f0;font-size:1.875rem;font-weight:700;text-align:center}.auth-form__subtitle{margin:0 0 2rem;color:#94a3b8;font-size:.875rem;text-align:center}.auth-form__field{margin-bottom:1.5rem}.auth-form__label{display:block;margin-bottom:.5rem;color:#e2e8f0;font-size:.875rem;font-weight:600}.auth-form__input-wrapper{position:relative;display:flex;align-items:center}.auth-form__input-icon{position:absolute;left:1rem;color:#94a3b8;font-size:1rem;pointer-events:none}.auth-form__input{width:100%;padding:1rem 1rem 1rem 2.75rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#0f172a99;color:#e2e8f0;font-size:1rem;transition:all .15s ease-in-out}.auth-form__input::placeholder{color:#94a3b8}.auth-form__input--error{border-color:#ef4444}.auth-form__input:focus{outline:none;border-color:#3b82f6;background:#0f172acc;box-shadow:0 0 0 3px #3b82f61a}.auth-form__toggle-password{position:absolute;right:1rem;padding:.25rem;border:none;background:transparent;color:#94a3b8;font-size:1rem;transition:color .15s ease-in-out;cursor:pointer}.auth-form__toggle-password:hover{color:#e2e8f0}.auth-form__checkbox-wrapper{display:flex;align-items:center;gap:.5rem}.auth-form__checkbox{width:1rem;height:1rem;cursor:pointer;accent-color:#3b82f6}.auth-form__checkbox-label{color:#94a3b8;font-size:.875rem;cursor:pointer}.auth-form__error{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem;border:1px solid rgba(239,68,68,.3);border-radius:.5rem;background:#ef44441a;color:#fca5a5;font-size:.875rem}.auth-form__success{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem;border:1px solid rgba(34,197,94,.3);border-radius:.5rem;background:#22c55e1a;color:#86efac;font-size:.875rem}.auth-form__notice{margin-top:.5rem;padding:1rem;border:1px solid rgba(59,130,246,.3);border-radius:.5rem;background:#3b82f61a}.auth-form__notice-content{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem;color:#93c5fd}.auth-form__notice-content svg{flex-shrink:0;margin-top:.125rem}.auth-form__notice-title{margin:0 0 .25rem;color:#dbeafe;font-size:1rem;font-weight:600}.auth-form__notice-text{margin:0;color:#93c5fd;font-size:.875rem;line-height:1.5}.auth-form__notice-button{width:100%;padding:.5rem 1rem;border:1px solid rgba(59,130,246,.5);border-radius:.5rem;background:#3b82f633;color:#dbeafe;font-size:.875rem;font-weight:600;transition:all .15s ease-in-out;cursor:pointer}.auth-form__notice-button:disabled{opacity:.6;cursor:not-allowed}.auth-form__notice-button:hover:not(:disabled){background:#3b82f64d;border-color:#3b82f6b3}.auth-form__notice-success{padding:.5rem 1rem;border:1px solid rgba(34,197,94,.3);border-radius:.5rem;background:#22c55e1a;color:#86efac;font-size:.875rem;text-align:center}.auth-form__button{display:flex;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.5rem;padding:1rem;border:none;border-radius:.5rem;background:#3b82f6;color:#fff;font-size:1rem;font-weight:600;transition:all .15s ease-in-out;cursor:pointer}.auth-form__button:disabled{opacity:.6;cursor:not-allowed}.auth-form__button:hover:not(:disabled){background:#60a5fa;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0006}.auth-form__spinner{animation:spin 1s linear infinite}.auth-form__links{margin-top:1.5rem;text-align:center}.auth-form__link{color:#3b82f6;font-size:.875rem;transition:color .15s ease-in-out}.auth-form__link:hover{color:#60a5fa}@media(max-width:640px){.auth-form{max-width:100%;padding:2rem}}.oauth-buttons{display:flex;flex-direction:column;gap:1rem}.oauth-buttons__button{display:flex;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;transition:all .15s ease-in-out;cursor:pointer}.oauth-buttons__button--google{background:#4285f4;color:#fff}.oauth-buttons__button--google:hover:not(:disabled){background:#5a95f5}.oauth-buttons__button--github{background:#24292e;color:#fff}.oauth-buttons__button--github:hover:not(:disabled){background:#2f363d}.oauth-buttons__button:disabled{opacity:.6;cursor:not-allowed}.oauth-buttons__button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px -1px #0006}.password-strength{margin-top:.5rem}.password-strength__label{display:flex;justify-content:space-between;margin-bottom:.25rem;font-size:.875rem}.password-strength__text{color:#94a3b8}.password-strength__score{font-weight:600}.password-strength__score--very-weak{color:#ef4444}.password-strength__score--weak{color:#f97316}.password-strength__score--medium{color:#eab308}.password-strength__score--strong{color:#84cc16}.password-strength__score--very-strong{color:#22c55e}.password-strength__bar{height:.25rem;overflow:hidden;border-radius:.25rem;background:#ffffff1a}.password-strength__fill{height:100%;border-radius:.25rem;transition:all .3s ease-in-out}.breadcrumbs{margin-bottom:1.5rem}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none}.breadcrumbs__item{display:flex;align-items:center;gap:.25rem;color:#94a3b8;font-size:.875rem}.breadcrumbs__link{color:#94a3b8;text-decoration:none;transition:color .15s ease-in-out}.breadcrumbs__link:hover{color:#3b82f6}.breadcrumbs__current{color:#e2e8f0;font-weight:500}.breadcrumbs__separator{color:#94a3b8;font-size:.875rem}@media(max-width:640px){.breadcrumbs__item{font-size:.75rem}}.post-card{display:flex;flex-direction:column;height:100%;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:linear-gradient(135deg,#1e293bcc,#33415599);color:#e2e8f0;transition:all .3s ease-in-out;text-decoration:none}.post-card__image{position:relative;width:100%;height:200px;overflow:hidden;background:#334155}.post-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease-in-out}.post-card__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,rgba(15,23,42,.4) 100%)}.post-card__content{display:flex;flex:1;flex-direction:column;gap:1rem;padding:1.5rem}.post-card__category{display:inline-block;width:fit-content;padding:.25rem 1rem;border-radius:.5rem;background:#3b82f633;color:#60a5fa;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.post-card__title{display:-webkit-box;margin:0;overflow:hidden;color:#e2e8f0;font-size:1.25rem;font-weight:700;line-height:1.4;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.post-card__excerpt{display:-webkit-box;flex:1;margin:0;overflow:hidden;color:#94a3b8;font-size:1rem;line-height:1.6;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical}.post-card__meta{display:flex;flex-direction:column;gap:.5rem;margin-top:auto;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1)}.post-card__author{display:flex;align-items:center;gap:.5rem;color:#94a3b8;font-size:.875rem}.post-card__avatar{width:32px;height:32px;border-radius:50%;object-fit:cover}.post-card__avatar--placeholder{display:flex;justify-content:center;align-items:center;background:#334155;color:#94a3b8}.post-card__avatar--placeholder svg{font-size:18px}.post-card__stats{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.post-card__stat{display:flex;align-items:center;gap:.25rem;color:#94a3b8;font-size:.875rem}.post-card__stat svg{color:#3b82f6;font-size:16px}.post-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #3b82f626;border-color:#3b82f64d}.post-card:hover .post-card__image img{transform:scale(1.05)}@media(max-width:640px){.post-card__image{height:160px}.post-card__content{padding:1rem}.post-card__title{font-size:1.125rem}.post-card__stats{gap:.5rem}}.post-meta{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.post-meta__author{display:flex;align-items:center;gap:1rem}.post-meta__avatar{width:56px;height:56px;border:2px solid rgba(255,255,255,.1);border-radius:9999px;object-fit:cover}.post-meta__avatar--placeholder{display:flex;justify-content:center;align-items:center;background:#334155;color:#94a3b8}.post-meta__avatar--placeholder svg{width:28px;height:28px}.post-meta__author-info{display:flex;flex-direction:column;gap:.25rem}.post-meta__author-name{color:#e2e8f0;font-size:1.125rem;font-weight:600}.post-meta__date{display:flex;align-items:center;gap:.25rem;color:#94a3b8;font-size:.875rem}.post-meta__stats{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}.post-meta__stat{display:flex;align-items:center;gap:.25rem;color:#94a3b8;font-size:.875rem}.post-meta__icon{color:#3b82f6;font-size:16px}.post-meta__category{display:inline-flex;padding:.25rem 1rem;border:1px solid rgba(59,130,246,.3);border-radius:.5rem;background:#3b82f626;color:#60a5fa;font-size:.875rem;font-weight:600;text-transform:uppercase;transition:all .15s ease-in-out;text-decoration:none;letter-spacing:.5px}.post-meta__category:hover{background:#3b82f640;border-color:#3b82f6}.post-meta__tags{display:flex;align-items:center;gap:.5rem}.post-meta__tags-icon{color:#3b82f6;font-size:18px;flex-shrink:0}.post-meta__tags-list{display:flex;flex-wrap:wrap;gap:.5rem}.post-meta__tag{padding:.25rem 1rem;border:1px solid rgba(59,130,246,.3);border-radius:.5rem;background:#3b82f626;color:#60a5fa;font-size:.75rem;font-weight:500;transition:all .15s ease-in-out;text-decoration:none}.post-meta__tag:hover{background:#3b82f640;border-color:#3b82f6;transform:translateY(-1px)}@media(max-width:640px){.post-meta{gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.post-meta__avatar{width:48px;height:48px}.post-meta__avatar--placeholder svg{width:24px;height:24px}.post-meta__author-name{font-size:1rem}.post-meta__stats{gap:1rem}.post-meta__stat{font-size:.75rem}}.table-of-contents{position:sticky;top:5.5rem;max-height:calc(100vh - 7rem);padding:1.5rem;overflow-y:auto;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:#1e293b80}.table-of-contents__title{margin:0 0 1rem;color:#e2e8f0;font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.table-of-contents__list{margin:0;padding:0;list-style:none}.table-of-contents__item{margin-bottom:.25rem}.table-of-contents__item--level-1{margin-left:0}.table-of-contents__item--level-2{margin-left:1rem}.table-of-contents__item--level-3{margin-left:1.5rem}.table-of-contents__link{display:block;padding:.25rem .5rem;border-left:2px solid transparent;color:#94a3b8;font-size:.875rem;line-height:1.5;text-decoration:none;transition:all .15s ease-in-out}.table-of-contents__link--active{border-left-color:#3b82f6;background:#3b82f61a;color:#3b82f6;font-weight:500}.table-of-contents__link:hover{background:#3b82f60d;color:#e2e8f0;border-left-color:#3b82f6}@media(max-width:1023px){.table-of-contents{position:relative;top:auto;max-height:400px;margin-bottom:2rem}}@media(max-width:640px){.table-of-contents{padding:1rem}.table-of-contents__title{font-size:.875rem}.table-of-contents__link{font-size:.75rem}.table-of-contents__item--level-2{margin-left:.5rem}.table-of-contents__item--level-3{margin-left:1rem}}.table-of-contents::-webkit-scrollbar{width:4px}.table-of-contents::-webkit-scrollbar-track{background:transparent}.table-of-contents::-webkit-scrollbar-thumb{border-radius:.25rem;background:#4755694d}.table-of-contents::-webkit-scrollbar-thumb:hover{background:#47556980}.category-filter{display:flex;align-items:center;gap:1rem}.category-filter__label{color:#94a3b8;font-size:1rem;font-weight:500}.category-filter__select-wrapper{position:relative;display:inline-block}.category-filter__select{min-width:200px;padding:.5rem 2rem .5rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#1e293bcc;color:#e2e8f0;font-size:1rem;font-weight:500;transition:all .3s ease-in-out;appearance:none;cursor:pointer}.category-filter__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.category-filter__select:hover{border-color:#3b82f6;background:#1e293bf2}.category-filter__select option{padding:.5rem;background:#1e293b;color:#e2e8f0}.category-filter__icon{position:absolute;top:50%;right:1rem;color:#94a3b8;font-size:20px;transition:color .15s ease-in-out;transform:translateY(-50%);pointer-events:none}.category-filter__select-wrapper:hover .category-filter__icon{color:#3b82f6}.category-filter__selected{display:none}@media(max-width:768px){.category-filter{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.category-filter__select-wrapper,.category-filter__select{width:100%}}@media(max-width:640px){.category-filter__label{font-size:.875rem}}.tag-filter__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.tag-filter__label{color:#e2e8f0;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.tag-filter__clear{padding:.25rem .5rem;border:none;border-radius:.25rem;background:transparent;color:#94a3b8;font-size:.75rem;font-weight:500;transition:all .15s ease-in-out;cursor:pointer}.tag-filter__clear:hover{background:#ffffff0d;color:#3b82f6}.tag-filter__loading{color:#94a3b8;font-size:.875rem}.tag-filter__chips{display:flex;flex-wrap:wrap;gap:.5rem}.tag-filter__chip{display:flex;align-items:center;gap:.25rem;padding:.25rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:1rem;background:#ffffff0d;color:#94a3b8;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out;cursor:pointer}.tag-filter__chip--selected,.tag-filter__chip[data-selected=true]{background:#3b82f633;color:#e2e8f0;border-color:#3b82f6}.tag-filter__chip:hover{background:#3b82f633;color:#e2e8f0;transform:translateY(-1px);border-color:#3b82f6}.tag-filter__chip-name{line-height:1}.tag-filter__chip-count{color:#94a3b8;font-size:.75rem}.tag-filter__chip-icon{width:.875rem;height:.875rem;color:#e2e8f0}@media(max-width:640px){.tag-filter__chips{gap:.25rem}.tag-filter__chip{padding:.25rem .5rem;font-size:.75rem}}.post-filters{margin-bottom:3rem;padding:1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:#1e293b}.post-filters__row{display:flex;gap:1rem}.post-filters__row--primary{flex-wrap:wrap;align-items:center;margin-bottom:1rem}.post-filters__row--tags{margin-bottom:0}.post-filters__category{flex:0 0 auto}.post-filters__search{display:flex;flex:1;gap:.5rem;min-width:250px}.post-filters__search-wrapper{position:relative;display:flex;flex:1;align-items:center}.post-filters__search-icon{position:absolute;left:1rem;width:1.25rem;height:1.25rem;color:#94a3b8;pointer-events:none}.post-filters__search-input{flex:1;padding:.5rem 1rem .5rem 2.75rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#ffffff0d;color:#e2e8f0;font-size:1rem;transition:all .3s ease-in-out}.post-filters__search-input::placeholder{color:#94a3b8}.post-filters__search-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.post-filters__search-clear{position:absolute;right:.5rem;display:flex;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;border:none;border-radius:.25rem;background:transparent;color:#94a3b8;transition:all .15s ease-in-out;cursor:pointer}.post-filters__search-clear:hover{background:#ffffff0d;color:#e2e8f0}.post-filters__search-clear svg{width:1rem;height:1rem}.post-filters__search-button{padding:.5rem 1.5rem;border:none;border-radius:.5rem;background:#3b82f6;color:#e2e8f0;font-size:1rem;font-weight:500;transition:all .3s ease-in-out;cursor:pointer}.post-filters__search-button:hover{background:#60a5fa}.post-filters__search-button:active{transform:scale(.98)}.post-filters__clear-all{padding:.5rem 1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:transparent;color:#94a3b8;font-size:.875rem;font-weight:500;transition:all .3s ease-in-out;cursor:pointer;white-space:nowrap}.post-filters__clear-all:hover{background:#ffffff0d;color:#e2e8f0;border-color:#3b82f6}@media(max-width:1024px){.post-filters__row--primary{flex-direction:column;align-items:stretch}.post-filters__category,.post-filters__search{width:100%}.post-filters__search{min-width:unset}}@media(max-width:640px){.post-filters{padding:1rem}.post-filters__search{flex-direction:column}.post-filters__search-button{width:100%}}.load-more{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 0}.load-more__info{text-align:center}.load-more__count{margin:0;color:#94a3b8;font-size:.875rem}.load-more__button{padding:1rem 3rem;border:none;border-radius:.5rem;background:#3b82f6;color:#e2e8f0;font-size:1rem;font-weight:600;transition:all .3s ease-in-out;cursor:pointer}.load-more__button[data-loading=true]{display:flex;align-items:center;gap:.5rem}.load-more__button:hover:not([disabled]){background:#60a5fa;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0006}.load-more__button:active:not([disabled]){transform:translateY(0)}.load-more__button[disabled],.load-more__button[data-loading=true]{opacity:.6;cursor:not-allowed}.load-more__icon{width:1.25rem;height:1.25rem}.load-more__icon--spinning{animation:spin 1s linear infinite}@media(max-width:640px){.load-more{padding:2rem 0}.load-more__button{width:100%;max-width:300px}}.admin-categories{min-height:100vh;padding:2rem 0}.admin-categories__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.admin-categories__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem}.admin-categories__title{margin:0;color:#e2e8f0;font-size:1.875rem;font-weight:700}.admin-categories__subtitle{margin-top:.25rem;color:#94a3b8;font-size:1rem}.admin-categories__content{padding:2rem;border-radius:.75rem;background:#1e293b;box-shadow:0 1px 2px #0000004d}.admin-categories__loading,.admin-categories__error{padding:2rem;color:#94a3b8;text-align:center}.admin-categories__error{color:#ef4444}.category-list__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.category-card{padding:1.5rem;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;background:#0f172a;transition:all .3s ease-in-out}.category-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.category-card__color{width:24px;height:24px;border:2px solid rgba(255,255,255,.08);border-radius:9999px;flex-shrink:0}.category-card__name{margin:0;color:#e2e8f0;font-size:1.125rem;font-weight:600}.category-card__description{margin:0 0 1rem;color:#94a3b8;font-size:.875rem;line-height:1.6}.category-card__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.category-card__slug,.category-card__icon{padding:.25rem .5rem;border-radius:.25rem;background:#ffffff0d;color:#64748b;font-size:.75rem}.category-card__actions{display:flex;gap:.5rem;margin-top:1rem}.category-card:hover{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0006;transform:translateY(-2px)}.empty-state{padding:4rem;text-align:center}.admin-category-form{min-height:100vh;padding:2rem 0}.admin-category-form__container{max-width:800px;margin:0 auto;padding:0 1.5rem}.admin-category-form__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem}.admin-category-form__title{margin:0;color:#e2e8f0;font-size:1.875rem;font-weight:700}.admin-category-form__subtitle{margin-top:.25rem;color:#94a3b8;font-size:1rem}.admin-category-form__content{padding:2rem;border-radius:.75rem;background:#1e293b;box-shadow:0 1px 2px #0000004d}.admin-category-form__loading,.admin-category-form__error{padding:2rem;color:#94a3b8;text-align:center}.admin-category-form__error{color:#ef4444}.category-form .form-group{margin-bottom:1.5rem}.category-form .form-group:last-of-type{margin-bottom:2rem}.category-form .form-label{display:block;margin-bottom:.25rem;color:#e2e8f0;font-size:.875rem;font-weight:500}.category-form .form-required{color:#ef4444}.category-form .form-input,.category-form .form-textarea{width:100%;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#0f172a;color:#e2e8f0;font-size:1rem;transition:all .3s ease-in-out}.category-form .form-input::placeholder,.category-form .form-textarea::placeholder{color:#64748b}.category-form .form-input--error,.category-form .form-textarea--error{border-color:#ef4444}.category-form .form-input--error:focus,.category-form .form-textarea--error:focus{box-shadow:0 0 0 3px #ef44441a}.category-form .form-textarea{resize:vertical;min-height:100px}.category-form .form-input:focus,.category-form .form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.category-form .form-color-picker{display:flex;align-items:center;gap:.5rem}.category-form .form-color-picker .form-color-input{width:60px;height:42px;padding:.25rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;cursor:pointer;transition:all .3s ease-in-out}.category-form .form-color-picker .form-color-input:hover{border-color:#3b82f6}.category-form .form-color-picker .form-input{flex:1}.category-form .form-error{display:block;margin-top:.25rem;color:#ef4444;font-size:.75rem}.category-form .form-hint{display:block;margin-top:.25rem;color:#64748b;font-size:.75rem}.category-form .form-actions{display:flex;justify-content:flex-end;gap:.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;justify-content:center;align-items:center;padding:1.5rem;background:#00000080}.modal{width:100%;max-width:500px;max-height:90vh;overflow-y:auto;border-radius:.75rem;background:#1e293b;box-shadow:0 10px 15px -3px #00000080}.modal__header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.modal__title{margin:0;color:#e2e8f0;font-size:1.25rem;font-weight:600}.modal__body{padding:1.5rem}.modal__footer{display:flex;justify-content:flex-end;gap:.5rem;padding:1.5rem;border-top:1px solid rgba(255,255,255,.08)}.rich-text-editor{display:flex;flex-direction:column;width:100%}.content-renderer,.editor__content{min-height:300px;padding:1.5rem;color:#e2e8f0;font-size:1rem;line-height:1.6;outline:none}[contenteditable=true].content-renderer:empty:before,[contenteditable=true].editor__content:empty:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none}.content-renderer h1,.editor__content h1,.content-renderer h2,.editor__content h2,.content-renderer h3,.editor__content h3,.content-renderer h4,.editor__content h4,.content-renderer h5,.editor__content h5,.content-renderer h6,.editor__content h6{margin-top:2rem;margin-bottom:1rem;color:#e2e8f0;font-weight:700;line-height:1.3}.content-renderer h1,.editor__content h1{font-size:1.875rem}.content-renderer h2,.editor__content h2{font-size:1.5rem}.content-renderer h3,.editor__content h3{font-size:1.25rem}.content-renderer h4,.editor__content h4{font-size:1.125rem}.content-renderer h5,.editor__content h5,.content-renderer h6,.editor__content h6{font-size:1rem}.content-renderer p,.editor__content p{margin:0 0 1rem;line-height:1.7}.content-renderer ul,.editor__content ul,.content-renderer ol,.editor__content ol{margin:1rem 0;padding-left:2rem}.content-renderer li,.editor__content li{margin-bottom:.25rem;line-height:1.7}.content-renderer blockquote,.editor__content blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-radius:.25rem;background:#3b82f61a;color:#94a3b8;border-left:4px solid #3b82f6;font-style:italic}.content-renderer code,.editor__content code{padding:2px 6px;border-radius:.25rem;background:#e2e8f01a;color:#60a5fa;font-family:Courier New,monospace;font-size:.9em}.content-renderer pre,.editor__content pre{margin:1.5rem 0;padding:1.5rem;overflow-x:auto;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#0f172a}.content-renderer pre code,.editor__content pre code{padding:0;background:transparent;color:#e2e8f0;font-size:.875rem}.content-renderer img,.editor__content img{max-width:100%;height:auto;margin:1.5rem 0;border:1px solid rgba(255,255,255,.1);border-radius:.5rem}.content-renderer a,.editor__content a{color:#3b82f6;text-decoration:underline;transition:color .3s ease-in-out}.content-renderer a:hover,.editor__content a:hover{color:#60a5fa}.content-renderer hr,.editor__content hr{margin:2rem 0;border:none;border-top:1px solid rgba(255,255,255,.1)}.editor__wrapper{display:flex;flex-direction:column;width:100%;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:#1e293b}.editor-menu__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1);background:#33415580}.editor-menu__group{display:flex;align-items:center;gap:.25rem}.editor-menu__separator{width:1px;height:24px;margin:0 .25rem;background:#ffffff1a}.editor-menu__button{display:flex;justify-content:center;align-items:center;width:32px;height:32px;padding:0;border:1px solid transparent;border-radius:.25rem;background:transparent;color:#94a3b8;transition:all .3s ease-in-out;cursor:pointer}.editor-menu__button--active{background:#3b82f633;color:#3b82f6;border-color:#3b82f64d}.editor-menu__button--disabled{opacity:.4;cursor:not-allowed}.editor-menu__button:hover:not(.editor-menu__button--disabled){background:#ffffff0d;color:#e2e8f0;border-color:#ffffff1a}.editor-menu__button svg{width:18px;height:18px}.editor-menu__dropdown{padding:.25rem .5rem;border:1px solid rgba(255,255,255,.1);border-radius:.25rem;background:#1e293b;color:#e2e8f0;font-size:.875rem;cursor:pointer;transition:all .3s ease-in-out}.editor-menu__dropdown:focus{outline:none;border-color:#3b82f6}.editor-menu__dropdown:hover{border-color:#3b82f64d;background:#ffffff0d}.image-upload__modal{position:fixed;z-index:1000;display:flex;justify-content:center;align-items:center;background:#0f172acc;inset:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.image-upload__content{display:flex;flex-direction:column;width:90%;max-width:600px;max-height:90vh;padding:2rem;overflow-y:auto;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:#1e293b;box-shadow:0 20px 40px #0f172a80}.image-upload__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.image-upload__header h3{margin:0;color:#e2e8f0;font-size:1.25rem;font-weight:700}.image-upload__close{display:flex;justify-content:center;align-items:center;width:32px;height:32px;padding:0;border:none;border-radius:.25rem;background:transparent;color:#94a3b8;transition:all .3s ease-in-out;cursor:pointer}.image-upload__close:hover{background:#ffffff0d;color:#e2e8f0}.image-upload__close svg{width:20px;height:20px}.image-upload__dropzone{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:2rem;border:2px dashed rgba(255,255,255,.1);border-radius:.5rem;background:#3341554d;transition:all .3s ease-in-out;cursor:pointer}.image-upload__dropzone:hover{border-color:#3b82f6;background:#3b82f61a}.image-upload__dropzone p{margin:1rem 0 0;color:#94a3b8;text-align:center}.image-upload__icon{width:48px;height:48px;color:#94a3b8}.image-upload__input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.image-upload__preview-section{display:flex;flex-direction:column;gap:1rem}.image-upload__preview{width:100%;max-height:400px;border-radius:.5rem;object-fit:contain}.image-upload__input-text{padding:.5rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:.25rem;background:#0f172a;color:#e2e8f0;font-size:1rem}.image-upload__input-text:focus{outline:none;border-color:#3b82f6}.image-upload__error{padding:.5rem 1rem;border-radius:.25rem;background:#ef44441a;color:#ef4444;font-size:.875rem}.image-upload__progress{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.image-upload__progress-container{width:100%;height:8px;overflow:hidden;border-radius:.25rem;background:#3b82f633}.image-upload__progress-bar{height:100%;border-radius:.25rem;background:#3b82f6;transition:width .3s ease-in-out}.image-upload__progress-text{color:#94a3b8;font-size:.875rem;text-align:center}.image-upload__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.image-upload__button{padding:.5rem 1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:.25rem;background:transparent;color:#e2e8f0;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease-in-out}.image-upload__button--cancel:hover{background:#ffffff0d}.image-upload__button--upload{background:#3b82f6;border-color:#3b82f6;color:#e2e8f0}.image-upload__button--upload:disabled{opacity:.5;cursor:not-allowed}.image-upload__button--upload:hover:not(:disabled){background:#60a5fa;border-color:#60a5fa}.content-renderer img{display:block;max-width:100%;height:auto;margin:2rem auto}.posts-table__bulk-actions{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#3b82f61a;border-bottom:1px solid rgba(255,255,255,.1)}.posts-table__bulk-count{color:#e2e8f0;font-size:.875rem;font-weight:600}.posts-table__wrapper{overflow-x:auto}.posts-table__table{width:100%;border-collapse:collapse}.posts-table__table thead{background:#ffffff0d;border-bottom:2px solid rgba(255,255,255,.1)}.posts-table__table thead th{padding:1rem 1.5rem;color:#94a3b8;font-size:.875rem;font-weight:600;text-align:left;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.posts-table__table tbody tr{border-bottom:1px solid rgba(255,255,255,.1);transition:background-color .15s ease-in-out}.posts-table__table tbody tr:hover{background:#ffffff0d}.posts-table__table tbody td{padding:1rem 1.5rem;color:#e2e8f0;font-size:.875rem;vertical-align:middle}.posts-table__checkbox-cell{width:40px;text-align:center}.posts-table__checkbox-cell input[type=checkbox]{width:1rem;height:1rem;cursor:pointer;accent-color:#3b82f6}.posts-table__sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.posts-table__sortable:hover{color:#3b82f6}.posts-table__row:last-child{border-bottom:none}.posts-table__title-cell{min-width:200px;max-width:400px}.posts-table__title-wrapper{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.posts-table__title-link{color:#e2e8f0;font-weight:600;text-decoration:none;transition:color .15s ease-in-out}.posts-table__title-link:hover{color:#3b82f6}.posts-table__pinned-badge{padding:.25rem .5rem;border-radius:.25rem;background:#f59e0b33;color:#f59e0b;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.posts-table__excerpt{overflow:hidden;color:#94a3b8;font-size:.75rem;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.posts-table__actions{display:flex;gap:.5rem;white-space:nowrap}.posts-table__action-btn{display:inline-flex;justify-content:center;align-items:center;padding:.25rem;border:none;border-radius:.25rem;background:transparent;color:#94a3b8;transition:all .15s ease-in-out;cursor:pointer}.posts-table__action-btn--danger:hover{color:#ef4444}.posts-table__action-btn:disabled{opacity:.5;cursor:not-allowed}.posts-table__action-btn:hover{background:#ffffff0d;color:#3b82f6}.posts-table__action-btn svg{width:1.125rem;height:1.125rem}.status-badge{display:inline-block;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.status-badge--draft{background:#94a3b833;color:#94a3b8}.status-badge--published{background:#10b98133;color:#10b981}.status-badge--scheduled{background:#3b82f633;color:#3b82f6}.status-badge--archived{background:#f59e0b33;color:#f59e0b}.post-form{min-height:100vh;padding:1.5rem}.post-form__container{max-width:1600px;margin:0 auto}.post-form__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}@media(max-width:768px){.post-form__header{flex-direction:column;align-items:flex-start}}.post-form__title{margin:0;color:#e2e8f0;font-size:1.5rem;font-weight:700}.post-form__status{display:flex;align-items:center;gap:.5rem}.post-form__save-status{padding:.25rem .5rem;border:1px solid rgba(255,255,255,.1);border-radius:.25rem;background:#1e293b;color:#94a3b8;font-size:.875rem}.post-form__save-status--saved{color:#10b981;border-color:#10b981}.post-form__save-status--error{color:#ef4444;border-color:#ef4444}.post-form__form{width:100%}.post-form__layout{display:grid;grid-template-columns:1fr 350px;gap:2rem}@media(max-width:1024px){.post-form__layout{grid-template-columns:1fr}}.post-form__main{min-width:0}.post-form__sidebar{position:sticky;top:1.5rem;height:fit-content}@media(max-width:1024px){.post-form__sidebar{position:static}}.post-form__sidebar-section{margin-bottom:1rem;padding:1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:#1e293b}.post-form__sidebar-section:last-child{margin-bottom:0}.post-form__sidebar-title{margin:0 0 1rem;color:#e2e8f0;font-size:1rem;font-weight:600}.post-form__field{margin-bottom:1.5rem}.post-form__field:last-child{margin-bottom:0}.post-form__label{display:block;margin-bottom:.5rem;color:#e2e8f0;font-size:.875rem;font-weight:600}.post-form__input{width:100%;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#1e293b;color:#e2e8f0;font-size:1rem;transition:all .15s ease-in-out}.post-form__input::placeholder{color:#94a3b8}.post-form__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.post-form__textarea{width:100%;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#1e293b;color:#e2e8f0;font-family:system-ui,-apple-system,Segoe UI,roboto,sans-serif;font-size:1rem;transition:all .15s ease-in-out;resize:vertical}.post-form__textarea::placeholder{color:#94a3b8}.post-form__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.post-form__select{width:100%;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#1e293b;color:#e2e8f0;font-size:1rem;transition:all .15s ease-in-out;cursor:pointer}.post-form__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.post-form__select:hover{border-color:#3b82f6}.post-form__select option{background:#1e293b}.post-form__checkbox-label{display:flex;align-items:center;gap:.5rem;color:#e2e8f0;font-size:.875rem;cursor:pointer}.post-form__checkbox-label input[type=checkbox]{width:1.125rem;height:1.125rem;cursor:pointer;accent-color:#3b82f6}.post-form__slug-preview{margin-top:.25rem;color:#94a3b8;font-size:.875rem}.post-form__slug-preview code{padding:.25rem .5rem;border:1px solid rgba(255,255,255,.1);border-radius:.25rem;background:#1e293b;color:#3b82f6;font-family:monospace}.post-form__seo-section{margin-bottom:1.5rem;padding:1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:#1e293b}.post-form__seo-summary{color:#e2e8f0;font-size:1rem;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.post-form__seo-summary:hover{color:#3b82f6}.post-form__seo-fields{padding-top:1.5rem}.post-form__tags{display:flex;flex-wrap:wrap;gap:.5rem;min-height:2rem;margin-bottom:.5rem}.post-form__tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:.25rem;background:#3b82f633;color:#3b82f6;font-size:.875rem}.post-form__tag-remove{padding:0;border:none;background:transparent;color:#3b82f6;font-size:1.125rem;line-height:1;transition:color .15s ease-in-out;cursor:pointer}.post-form__tag-remove:hover{color:#ef4444}.post-form__tag-input{display:flex;gap:.5rem}.post-form__featured-image{position:relative;margin-bottom:1rem;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:.5rem}.post-form__featured-image-preview{display:block;width:100%;height:auto}.post-form__remove-image{width:100%;margin-top:.5rem}.post-form__actions{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem}.editor__wrapper{border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#1e293b;transition:all .15s ease-in-out}.editor__wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.editor__content{min-height:500px;padding:1.5rem;color:#e2e8f0;font-size:1rem;line-height:1.7}.editor__content[data-placeholder]:empty:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none}.editor__content:focus{outline:none}.editor__content h1,.editor__content h2,.editor__content h3,.editor__content h4,.editor__content h5,.editor__content h6{margin-top:1.5rem;margin-bottom:1rem;color:#e2e8f0;font-weight:700}.editor__content h1:first-child,.editor__content h2:first-child,.editor__content h3:first-child,.editor__content h4:first-child,.editor__content h5:first-child,.editor__content h6:first-child{margin-top:0}.editor__content p{margin-bottom:1rem}.editor__content p:last-child{margin-bottom:0}.editor__content a{color:#3b82f6;text-decoration:underline}.editor__content a:hover{color:#60a5fa}.editor__content ul,.editor__content ol{margin-bottom:1rem;padding-left:2rem}.editor__content li{margin-bottom:.25rem}.editor__content code{padding:.25rem .5rem;border-radius:.25rem;background:#334155;font-family:monospace;font-size:.9em}.editor__content pre{margin-bottom:1rem;padding:1rem;overflow-x:auto;border-radius:.5rem;background:#334155}.editor__content pre code{padding:0;background:transparent}.editor__content blockquote{margin:1.5rem 0;padding-left:1.5rem;color:#94a3b8;border-left:4px solid #3b82f6;font-style:italic}.editor__content img{max-width:100%;height:auto;margin:1rem 0;border-radius:.5rem}.alert{margin-bottom:1.5rem;padding:1rem 1.5rem;border-radius:.5rem;font-size:.875rem}.alert--error{border:1px solid #ef4444;background:#ef44441a;color:#ef4444}.alert--success{border:1px solid #10b981;background:#10b9811a;color:#10b981}.media-library{position:relative;display:flex;flex-direction:column;width:90vw;max-width:1200px;max-height:90vh;overflow:hidden;border-radius:1rem;background:#1e293b;box-shadow:0 10px 15px -3px #00000080}.media-library__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#0f172a;border-bottom:1px solid rgba(255,255,255,.1)}.media-library__title{display:flex;align-items:center;gap:.5rem;margin:0;color:#e2e8f0;font-size:1.25rem;font-weight:700}.media-library__title-icon{width:1.5rem;height:1.5rem;color:#3b82f6}.media-library__close{display:flex;justify-content:center;align-items:center;padding:.5rem;border:none;border-radius:.25rem;background:transparent;color:#94a3b8;transition:all .15s ease-in-out;cursor:pointer}.media-library__close:hover{background:#ffffff0d;color:#e2e8f0}.media-library__close svg{width:1.5rem;height:1.5rem}.media-library__toolbar{display:flex;align-items:center;gap:1rem;padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.media-library__toolbar{flex-direction:column;align-items:stretch}}.media-library__search{position:relative;flex:1;min-width:200px}.media-library__search-icon{position:absolute;top:50%;left:1rem;width:1.125rem;height:1.125rem;color:#94a3b8;transform:translateY(-50%);pointer-events:none}.media-library__search-input{width:100%;padding:.5rem 1rem .5rem 2.625rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#0f172a;color:#e2e8f0;font-size:.875rem;transition:all .15s ease-in-out}.media-library__search-input::placeholder{color:#94a3b8}.media-library__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.media-library__upload-section{display:flex;align-items:center}.media-library__file-input{display:none}.media-library__content{flex:1;padding:1.5rem;overflow-y:auto}.media-library__loading{display:flex;justify-content:center;align-items:center;min-height:300px;color:#94a3b8;font-size:1rem}.media-library__empty{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:300px;padding:2rem;text-align:center}.media-library__empty-icon{width:4rem;height:4rem;margin-bottom:1rem;color:#94a3b8}.media-library__empty-text{margin-bottom:1.5rem;color:#94a3b8;font-size:1.125rem}.media-library__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem}@media(max-width:768px){.media-library__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}}@media(max-width:640px){.media-library__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.media-library__item{overflow:hidden;border:2px solid transparent;border-radius:.5rem;background:#0f172a;transition:all .15s ease-in-out;cursor:pointer}.media-library__item--selected{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.media-library__item:hover{border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0006}.media-library__image-wrapper{position:relative;width:100%;padding-top:100%;overflow:hidden;background:#334155}.media-library__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.media-library__selected-overlay{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background:#3b82f64d}.media-library__check-icon{width:2rem;height:2rem;color:#fff}.media-library__item-info{padding:.5rem}.media-library__item-name{margin-bottom:.25rem;overflow:hidden;color:#e2e8f0;font-size:.75rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.media-library__item-meta{display:flex;align-items:center;gap:.25rem;color:#94a3b8;font-size:.75rem}.media-library__item-meta span{white-space:nowrap}.media-library__footer{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#0f172a;border-top:1px solid rgba(255,255,255,.1)}@media(max-width:640px){.media-library__footer{flex-direction:column;gap:1rem}}.media-library__selected-info{display:flex;flex:1;align-items:center;gap:1rem;min-width:0}@media(max-width:640px){.media-library__selected-info{width:100%}}.media-library__selected-name{flex:1;min-width:0;overflow:hidden;color:#e2e8f0;font-size:.875rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.media-library__actions{display:flex;align-items:center;gap:.5rem}@media(max-width:640px){.media-library__actions{justify-content:flex-end;width:100%}}.auth-page{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:3rem 1.5rem;background:linear-gradient(135deg,#0f172af2,#1e293bf2)}.auth-page__container{width:100%;max-width:28rem}.auth-page__divider{display:flex;align-items:center;margin:2rem 0;color:#94a3b8;font-size:.875rem}.auth-page__divider:before,.auth-page__divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.auth-page__divider:before{margin-right:1rem}.auth-page__divider:after{margin-left:1rem}.auth-page__divider-text{padding:0 .5rem;font-weight:600}@media(max-width:640px){.auth-page{padding:2rem 1rem}}.post-list{padding:3rem 2rem}.post-list__container{max-width:1280px;margin:0 auto}.post-list__header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:3rem}.post-list__title{margin:0;color:#e2e8f0;font-size:clamp(2rem,4vw,2.5rem);font-weight:700}.post-list__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.post-list__loading,.post-list__error{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:6rem;color:#94a3b8;text-align:center}.post-list__loading p,.post-list__error p{margin:1rem 0 0;font-size:1.125rem}.post-list__coming-soon{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;margin:3rem 0;padding:9rem;border:1px solid rgba(255,255,255,.1);border-radius:1rem;background:linear-gradient(135deg,#1e293bcc,#33415599);text-align:center}.post-list__coming-soon-icon{margin-bottom:1.5rem;color:#60a5fa;font-size:72px;animation:float 3s ease-in-out infinite}.post-list__coming-soon-icon svg{display:block}.post-list__coming-soon-title{margin:0 0 1.5rem;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#e2e8f0;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.post-list__coming-soon-text{max-width:600px;margin:0 0 2rem;color:#94a3b8;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.6}.post-list__coming-soon-btn{padding:1rem 2rem;border:none;border-radius:.5rem;background:#3b82f6;color:#fff;font-size:1rem;font-weight:600;transition:all .3s ease-in-out;cursor:pointer}.post-list__coming-soon-btn:hover{background:#60a5fa;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0006}.post-list__loading-icon{color:#3b82f6;font-size:48px;animation:spin 1s linear infinite}.post-list__sentinel{display:flex;justify-content:center;padding:2rem 0}.post-list__loading-more{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#94a3b8}.post-list__loading-more p{margin:0;font-size:1rem}.post-list__loading-more .post-list__loading-icon{font-size:32px}.post-list__end{padding:2rem;color:#94a3b8;font-size:1rem;text-align:center}.post-list__end p{margin:0;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#33415580}@media(max-width:1024px){.post-list__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}}@media(max-width:768px){.post-list{padding:2rem 1.5rem}.post-list__header{flex-direction:column;align-items:flex-start}.post-list__grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:640px){.post-list{padding:1.5rem 1rem}.post-list__header{margin-bottom:1.5rem}.post-list__grid{gap:1rem}}.home-page{min-height:100vh;background:#0f172a}.home-page .post-list{background:linear-gradient(180deg,#0f172a,#1e293b,#0f172a)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hero{position:relative;display:flex;justify-content:center;align-items:center;min-height:60vh;padding:6rem 2rem;overflow:hidden;background:linear-gradient(180deg,#0f172a,#334155)}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 50%,rgba(59,130,246,.1) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}.hero__container{position:relative;z-index:1;max-width:900px;text-align:center}.hero__title{margin-bottom:2rem;color:#e2e8f0;font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2}.hero__highlight{background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}.hero__subtitle{max-width:700px;margin-right:auto;margin-bottom:1.5rem;margin-left:auto;color:#94a3b8;font-size:clamp(1.125rem,2vw,1.25rem);line-height:1.6}.hero__tagline{max-width:700px;margin-right:auto;margin-bottom:3rem;margin-left:auto;color:#60a5fa;font-size:clamp(1rem,1.5vw,1.125rem);font-weight:500;line-height:1.6;opacity:.9;font-style:italic}.hero__cta{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:.75rem;background:#3b82f6;color:#fff;font-size:1.125rem;font-weight:600;transition:all .3s ease-in-out;cursor:pointer;box-shadow:0 4px 6px -1px #0006}.hero__cta:hover{background:#60a5fa;transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000080}.hero__cta:active{transform:translateY(0)}.hero__cta svg{font-size:1.25rem;animation:bounce 2s ease-in-out infinite}@media(max-width:768px){.hero{min-height:50vh;padding:3rem 1.5rem}.hero__subtitle,.hero__tagline{font-size:1rem}.hero__cta{padding:.5rem 1.5rem;font-size:1rem}}@keyframes pulse{0%,to{opacity:.5}50%{opacity:.8}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.about-page{max-width:1200px;min-height:100vh;margin:0 auto;padding:3rem 2rem;color:#e2e8f0}.about-page__section-title{margin:0 0 2rem;color:#e2e8f0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;text-align:center}.about-page__hero{margin-bottom:4rem;padding:4rem 3rem;border-radius:.75rem;background:linear-gradient(135deg,#1e293bf2,#334155cc);box-shadow:0 10px 15px -3px #00000080;text-align:center}.about-page__hero-content{max-width:800px;margin:0 auto}.about-page__hero-title{margin:0 0 1rem;color:#e2e8f0;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.2}.about-page__hero-highlight{color:#3b82f6;background:linear-gradient(90deg,#3b82f6,#60a5fa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-page__hero-subtitle{margin:0 0 3rem;color:#94a3b8;font-size:clamp(1rem,2vw,1.25rem)}.about-page__hero-stats{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}.about-page__stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1.5rem 2rem;border:1px solid rgba(59,130,246,.3);border-radius:.5rem;background:#33415566}.about-page__stat-value{color:#3b82f6;font-size:clamp(2rem,3vw,2.5rem);font-weight:700;line-height:1}.about-page__stat-label{color:#94a3b8;font-size:.875rem;text-align:center}.about-page__hero-description{margin:0;color:#e2e8f0;font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.8;text-align:left}.about-page__hero-description strong{color:#60a5fa;font-weight:600}.about-page__skills{margin-bottom:4rem}.about-page__skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media(max-width:1024px){.about-page__skills-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-page__skills-grid{grid-template-columns:1fr}}.about-page__skill-card{padding:3rem;border:1px solid rgba(255,255,255,.3);border-radius:.75rem;background:linear-gradient(135deg,#1e293bcc,#33415599);box-shadow:0 4px 6px -1px #0006;text-align:center;transition:all .3s ease-in-out}.about-page__skill-card:hover{border-color:#3b82f6;background:linear-gradient(135deg,#1e293bf2,#334155cc);transform:translateY(-8px);box-shadow:0 10px 15px -3px #00000080}.about-page__skill-card:hover .about-page__skill-icon{color:#60a5fa;transform:scale(1.1)}.about-page__skill-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 1.5rem;border-radius:.75rem;background:linear-gradient(135deg,#3b82f633,#60a5fa1a);color:#3b82f6;font-size:48px;transition:all .3s ease-in-out}.about-page__skill-title{margin:0 0 1rem;color:#e2e8f0;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:600}.about-page__skill-description{margin:0 0 1.5rem;color:#94a3b8;font-size:1rem;line-height:1.6;text-align:left}.about-page__skill-description strong{color:#60a5fa;font-weight:600}.about-page__skill-list{margin:0;padding:0;color:#e2e8f0;font-size:.875rem;line-height:1.8;text-align:left;list-style:none}.about-page__skill-list li{position:relative;margin:.5rem 0;padding-left:1.5rem}.about-page__skill-list li:before{position:absolute;top:8px;left:0;width:6px;height:6px;border-radius:50%;background:#3b82f6;content:""}.about-page__tech-stack{margin-bottom:4rem}.about-page__tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.about-page__tech-card{padding:2rem;border:1px solid rgba(255,255,255,.3);border-radius:.75rem;background:linear-gradient(135deg,#1e293bcc,#33415599);box-shadow:0 4px 6px -1px #0006;transition:all .3s ease-in-out}.about-page__tech-card:hover{border-color:#3b82f6;transform:translateY(-4px);box-shadow:0 10px 15px -3px #00000080}.about-page__tech-title{margin:0 0 1.5rem;color:#60a5fa;font-size:clamp(1.125rem,2vw,1.25rem);font-weight:600}.about-page__tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.about-page__tech-tag{padding:.25rem 1rem;border:1px solid rgba(59,130,246,.3);border-radius:.25rem;background:#33415566;color:#e2e8f0;font-size:.75rem;transition:all .15s ease-in-out}.about-page__tech-tag:hover{border-color:#3b82f6;background:#3b82f633;color:#3b82f6;transform:scale(1.05)}.about-page__collapsible-section{margin-bottom:3rem}.about-page__collapsible-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:2rem 3rem;border:1px solid rgba(255,255,255,.3);border-radius:.75rem;background:linear-gradient(135deg,#1e293bcc,#33415599);color:#e2e8f0;font-family:inherit;cursor:pointer;box-shadow:none;transition:all .3s ease-in-out,background .3s ease}.about-page__collapsible-header:hover{border-color:#3b82f6;background:linear-gradient(135deg,#1e293bf2,#334155cc);box-shadow:0 1px 2px #0000004d}.about-page__collapsible-header:hover .about-page__collapsible-icon{color:#60a5fa;transform:scale(1.1)}.about-page__collapsible-header[aria-expanded=true]{margin-bottom:0;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background:#33415533;box-shadow:none}.about-page__collapsible-header[aria-expanded=true]:hover{background:#33415533;box-shadow:none}.about-page__collapsible-section:has(.about-page__collapsible-header[aria-expanded=true]:hover) .about-page__collapsible-content{border-color:#3b82f6}.about-page__collapsible-title{display:flex;align-items:center;gap:1rem}.about-page__collapsible-title h2{margin:0;color:#e2e8f0;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:600}.about-page__collapsible-icon{color:#3b82f6;font-size:32px;transition:all .3s ease-in-out}.about-page__collapsible-chevron{color:#3b82f6;font-size:28px;transition:transform .3s ease-in-out}.about-page__collapsible-chevron--expanded{transform:rotate(180deg)}.about-page__collapsible-content{padding:3rem;border:1px solid rgba(255,255,255,.3);border-top:none;border-radius:0 0 .75rem .75rem;background:#33415533;box-shadow:none;opacity:1;max-height:5000px;overflow:hidden;transition:max-height .4s ease-out,opacity .3s ease-out,padding .3s ease-out,border-color .2s ease}.about-page__collapsible-content--collapsed{max-height:0;opacity:0;padding:0 3rem}.about-page__work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:768px){.about-page__work-grid{grid-template-columns:1fr}}.about-page__work-card{position:relative;padding:2rem;border:1px solid rgba(255,255,255,.3);border-left:4px solid #3b82f6;border-radius:.75rem;background:linear-gradient(135deg,#1e293bcc,#33415599);box-shadow:0 1px 2px #0000004d;transition:all .3s ease-in-out}.about-page__work-card:hover{border-left-color:#60a5fa;background:linear-gradient(135deg,#1e293bf2,#334155cc);transform:translate(8px);box-shadow:0 4px 6px -1px #0006}.about-page__work-card p{margin:1rem 0 0;color:#94a3b8;font-size:.875rem;line-height:1.6}.about-page__work-card p strong{color:#60a5fa;font-weight:600}.about-page__work-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.about-page__work-header h3{margin:0;color:#e2e8f0;font-size:clamp(1.125rem,2vw,1.25rem);font-weight:600}.about-page__work-icon{color:#3b82f6;font-size:28px;flex-shrink:0}.about-page__work-link{color:#60a5fa;text-decoration:none;transition:color .15s ease-in-out;border-bottom:1px solid transparent}.about-page__work-link:hover{color:#3b82f6;border-bottom-color:#3b82f6}.about-page__work-badge{display:inline-block;margin-bottom:1rem;padding:.25rem 1rem;border:1px solid rgba(59,130,246,.3);border-radius:.25rem;background:#33415566;color:#3b82f6;font-size:.75rem;font-weight:600}.about-page__work-badge--featured{border-color:#60a5fa;background:#60a5fa33;color:#60a5fa}.about-page__philosophy-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(max-width:768px){.about-page__philosophy-grid{grid-template-columns:1fr}}.about-page__philosophy-card{padding:2rem;border:1px solid rgba(255,255,255,.3);border-radius:.75rem;background:linear-gradient(135deg,#1e293bcc,#33415599);box-shadow:0 1px 2px #0000004d}.about-page__philosophy-card h3{margin:0 0 1.5rem;color:#60a5fa;font-size:clamp(1.125rem,2vw,1.25rem);font-weight:600}.about-page__philosophy-card p{margin:1rem 0;color:#e2e8f0;font-size:.875rem;line-height:1.7}.about-page__philosophy-card p:last-child{margin-bottom:0}.about-page__philosophy-card p strong{color:#60a5fa;font-weight:600}.about-page__philosophy-card ul{margin:1rem 0 0;padding-left:2rem;color:#e2e8f0}.about-page__philosophy-card ul li{margin:.5rem 0;font-size:.875rem;line-height:1.6}.about-page__philosophy-card ul li::marker{color:#3b82f6}.about-page__philosophy-card ul li strong{color:#60a5fa;font-weight:600}.about-page__contact{margin-bottom:0}.about-page__contact-intro{margin:0 0 3rem;color:#94a3b8;font-size:clamp(1rem,1.5vw,1.125rem);text-align:center}.about-page__contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1024px){.about-page__contact-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-page__contact-grid{grid-template-columns:1fr}}.about-page__contact-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;border:1px solid rgba(255,255,255,.3);border-radius:.75rem;background:linear-gradient(135deg,#1e293bcc,#33415599);color:#e2e8f0;text-align:center;text-decoration:none;box-shadow:0 4px 6px -1px #0006;transition:all .3s ease-in-out}.about-page__contact-card:hover{border-color:#3b82f6;background:linear-gradient(135deg,#1e293bf2,#334155cc);transform:translateY(-8px);box-shadow:0 10px 15px -3px #00000080}.about-page__contact-card:hover .about-page__contact-icon{color:#60a5fa;transform:scale(1.2)}.about-page__contact-card--primary{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f61a,#60a5fa0d)}.about-page__contact-card--primary:hover{border-color:#60a5fa;background:linear-gradient(135deg,#3b82f633,#60a5fa1a)}.about-page__contact-card--info{border-style:dashed;cursor:default}.about-page__contact-card--info:hover{transform:none;box-shadow:0 4px 6px -1px #0006}.about-page__contact-card--info:hover .about-page__contact-icon{transform:none}.about-page__contact-icon{color:#3b82f6;font-size:48px;transition:all .3s ease-in-out}.about-page__contact-label{color:#94a3b8;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.about-page__contact-value{color:#e2e8f0;font-size:1rem;word-break:break-word}@media(max-width:768px){.about-page{padding:3rem 1.5rem}.about-page__hero{padding:3rem 2rem}.about-page__hero-stats{gap:1.5rem}.about-page__stat{padding:1rem 1.5rem}.about-page__collapsible-header{padding:1.5rem 2rem}.about-page__collapsible-content{padding:2rem}}@media(max-width:640px){.about-page{padding:2rem 1rem}.about-page__hero{padding:2rem 1.5rem}.about-page__hero-stats{flex-direction:column;gap:1rem}.about-page__stat{width:100%}.about-page__skill-card{padding:2rem}.about-page__skill-icon{width:64px;height:64px;font-size:36px}.about-page__tech-card{padding:1.5rem}.about-page__collapsible-header{padding:1rem 1.5rem}.about-page__collapsible-icon{font-size:24px}.about-page__collapsible-chevron{font-size:20px}.about-page__collapsible-content,.about-page__work-card{padding:1.5rem}.about-page__work-card:hover{transform:translate(4px)}.about-page__work-icon{font-size:24px}.about-page__philosophy-card,.about-page__contact-card{padding:1.5rem}.about-page__contact-icon{font-size:36px}}.profile{max-width:1200px;min-height:100vh;margin:0 auto;padding:3rem 2rem;color:#e2e8f0}.profile__container{display:flex;flex-direction:column;gap:3rem}.profile__header{margin-bottom:2rem;padding:2rem;border-radius:.75rem;background:linear-gradient(135deg,#1e293bf2,#334155cc);box-shadow:0 10px 15px -3px #00000080;text-align:center}.profile__subtitle{margin:0;color:#e2e8f0;font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.3;letter-spacing:-.01em;background:linear-gradient(135deg,#e2e8f0,#60a5fa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.profile__content{display:flex;flex-direction:column;gap:2rem}.profile .card{padding:3rem;border:1px solid rgba(255,255,255,.3);border-radius:.75rem;background:linear-gradient(135deg,#1e293bcc,#33415599);box-shadow:0 4px 6px -1px #0006;transition:all .3s ease-in-out}.profile .card:hover{border-color:#3b82f680;box-shadow:0 10px 15px -3px #00000080}.profile .card__title{margin:0 0 1.5rem;color:#e2e8f0;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:600;border-bottom:2px solid rgba(59,130,246,.3);padding-bottom:1rem}.profile .card__body{color:#e2e8f0}.profile .card--warning{border-color:#f59e0b80;background:linear-gradient(135deg,#f59e0b1a,#1e293bcc)}.profile .card--warning .card__title{color:#f59e0b;border-bottom-color:#f59e0b80}.profile .profile-info{display:grid;grid-template-columns:1fr;gap:1.5rem}.profile .profile-info__item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.5rem;background:#3341554d;transition:background .15s ease-in-out}.profile .profile-info__item:hover{background:#33415580}.profile .profile-info__item--full{flex-direction:column;align-items:flex-start;gap:.5rem}.profile .profile-info__label{min-width:140px;color:#94a3b8;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.profile .profile-info__value{color:#e2e8f0;font-size:1rem;font-weight:400}.profile .profile-info__bio{margin:0;padding:1rem;border-left:3px solid #3b82f6;background:#1e293b66;border-radius:.25rem;color:#e2e8f0;font-size:1rem;line-height:1.7;white-space:pre-wrap;word-break:break-word}.profile .badge{display:inline-flex;align-items:center;padding:.25rem 1rem;border:1px solid;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .15s ease-in-out}.profile .badge--admin{border-color:#ef444480;background:#ef444426;color:#ef4444}.profile .badge--admin:hover{border-color:#ef4444;background:#ef444440;transform:scale(1.05)}.profile .badge--moderator{border-color:#8b5cf680;background:#8b5cf626;color:#8b5cf6}.profile .badge--moderator:hover{border-color:#8b5cf6;background:#8b5cf640;transform:scale(1.05)}.profile .badge--user{border-color:#3b82f680;background:#3b82f626;color:#3b82f6}.profile .badge--user:hover{border-color:#3b82f6;background:#3b82f640;transform:scale(1.05)}.profile .badge--success{border-color:#10b98180;background:#10b98126;color:#10b981}.profile .badge--success:hover{border-color:#10b981;background:#10b98140;transform:scale(1.05)}.profile .badge--warning{border-color:#f59e0b80;background:#f59e0b26;color:#f59e0b}.profile .badge--warning:hover{border-color:#f59e0b;background:#f59e0b40;transform:scale(1.05)}.profile .badge--danger{border-color:#ef444480;background:#ef444426;color:#ef4444}.profile .badge--danger:hover{border-color:#ef4444;background:#ef444440;transform:scale(1.05)}.profile .badge--default{border-color:#94a3b880;background:#94a3b826;color:#94a3b8}.profile .badge--default:hover{border-color:#94a3b8;background:#94a3b840;transform:scale(1.05)}.profile .actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;padding:0}@media(max-width:640px){.profile .actions{grid-template-columns:1fr;gap:1rem}}.profile .actions .btn{width:100%}.profile .alert{padding:1.5rem;border:1px solid;border-radius:.5rem;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.profile .alert--warning{border-color:#f59e0b80;background:#f59e0b1a;color:#f59e0b}.profile .alert--warning a{color:#f59e0b;text-decoration:underline;font-weight:600}.profile .alert--warning a:hover{color:#f7b13c}.profile .alert--info{border-color:#3b82f680;background:#3b82f61a;color:#3b82f6}.profile .alert--success{border-color:#10b98180;background:#10b9811a;color:#10b981}.profile .alert--danger{border-color:#ef444480;background:#ef44441a;color:#ef4444}@media(max-width:768px){.profile{padding:3rem 1.5rem}.profile__header{padding:2rem 1.5rem}.profile .card{padding:2rem}.profile .profile-info{gap:1rem}.profile .profile-info__item{flex-direction:column;align-items:flex-start;gap:.25rem}.profile .profile-info__label{min-width:unset}}@media(max-width:640px){.profile{padding:2rem 1rem}.profile__header{padding:1.5rem 1rem}.profile .card{padding:1.5rem}.profile .profile-info__bio{padding:.5rem}.profile .badge{font-size:.675rem;padding:.1875rem .5rem}}.profile-edit{max-width:800px;min-height:100vh;margin:0 auto;padding:3rem 2rem;color:#e2e8f0}.profile-edit__container{display:flex;flex-direction:column;gap:3rem}.profile-edit__header{margin-bottom:2rem;padding:3rem 2rem;border-radius:.75rem;background:linear-gradient(135deg,#1e293bf2,#334155cc);box-shadow:0 10px 15px -3px #00000080;text-align:center}.profile-edit__title{margin:0 0 1rem;color:#e2e8f0;font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.2}.profile-edit__subtitle{margin:0;color:#94a3b8;font-size:clamp(1rem,2vw,1.125rem);font-weight:400}.profile-edit__content{padding:3rem;border:1px solid rgba(255,255,255,.3);border-radius:.75rem;background:linear-gradient(135deg,#1e293bcc,#33415599);box-shadow:0 4px 6px -1px #0006}.profile-edit__form{display:flex;flex-direction:column;gap:2rem}.profile-edit .alert{padding:1.5rem;border:1px solid;border-radius:.5rem;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.profile-edit .alert--error{border-color:#ef444480;background:#ef44441a;color:#ef4444}.profile-edit .alert--success{border-color:#10b98180;background:#10b9811a;color:#10b981}.profile-edit .alert--warning{border-color:#f59e0b80;background:#f59e0b1a;color:#f59e0b}.profile-edit .form__group{display:flex;flex-direction:column;gap:.5rem}.profile-edit .form__label{color:#e2e8f0;font-size:1rem;font-weight:600;letter-spacing:.3px}.profile-edit .form__input,.profile-edit .form__textarea{width:100%;padding:1rem;border:1px solid rgba(255,255,255,.5);border-radius:.5rem;background:#3341554d;color:#e2e8f0;font-family:system-ui,-apple-system,Segoe UI,roboto,sans-serif;font-size:1rem;transition:all .15s ease-in-out}.profile-edit .form__input:focus,.profile-edit .form__textarea:focus{border-color:#3b82f6;background:#33415580;outline:none;box-shadow:0 0 0 3px #3b82f633}.profile-edit .form__input::placeholder,.profile-edit .form__textarea::placeholder{color:#94a3b8}.profile-edit .form__input:disabled,.profile-edit .form__textarea:disabled{background:#33415533;color:#94a3b8;cursor:not-allowed;opacity:.6}.profile-edit .form__input--success,.profile-edit .form__textarea--success{border-color:#10b981b3}.profile-edit .form__input--success:focus,.profile-edit .form__textarea--success:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b98133}.profile-edit .form__input--error,.profile-edit .form__textarea--error{border-color:#ef4444b3}.profile-edit .form__input--error:focus,.profile-edit .form__textarea--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef444433}.profile-edit .form__textarea{min-height:120px;resize:vertical}.profile-edit .form__help{margin:0;color:#94a3b8;font-size:.875rem;line-height:1.5}.profile-edit .form__help--success{color:#10b981;font-weight:500}.profile-edit .form__help--error{color:#ef4444;font-weight:500}.profile-edit .form__actions{display:flex;gap:1rem;margin-top:1.5rem}.profile-edit .form__actions .btn{flex:1;justify-content:center}.profile-edit .form__actions .btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.profile-edit{padding:3rem 1.5rem}.profile-edit__header{padding:2rem 1.5rem}.profile-edit__content{padding:2rem}.profile-edit .form__actions{flex-direction:column}.profile-edit .form__actions .btn{width:100%}}@media(max-width:640px){.profile-edit{padding:2rem 1rem}.profile-edit__header{padding:1.5rem 1rem}.profile-edit__content{padding:1.5rem}.profile-edit__form{gap:1.5rem}.profile-edit .form__input,.profile-edit .form__textarea{padding:.5rem 1rem}}.blog-page{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 8rem);padding:3rem 2rem}.blog-page__empty-state{max-width:600px;padding:4rem 3rem;border:1px solid rgba(255,255,255,.1);border-radius:1rem;background:linear-gradient(135deg,#1e293bcc,#33415599);box-shadow:0 10px 15px -3px #00000080;text-align:center}.blog-page__icon{display:inline-flex;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:2rem;border:2px solid #3b82f6;border-radius:50%;background:#33415580;color:#60a5fa;font-size:64px;transition:all .3s ease-in-out;box-shadow:0 0 40px #3b82f64d}.blog-page__icon svg{display:block}.blog-page__title{margin:0 0 1.5rem;color:#e2e8f0;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.2}.blog-page__message{margin:0 0 2rem;color:#94a3b8;font-size:1.125rem;line-height:1.8}.blog-page__cta{margin:0;color:#e2e8f0;font-size:1rem;line-height:1.8}.blog-page__link{color:#60a5fa;font-weight:600;text-decoration:none;transition:all .15s ease-in-out}.blog-page__link:hover{color:#3b82f6;text-decoration:underline}@media(hover:hover){.blog-page__empty-state:hover .blog-page__icon{border-color:#60a5fa;background:#334155b3;transform:scale(1.05);box-shadow:0 0 60px #3b82f680}}@media(max-width:768px){.blog-page{padding:2rem 1.5rem}.blog-page__empty-state{padding:3rem 2rem}.blog-page__icon{width:100px;height:100px;margin-bottom:1.5rem;font-size:56px}.blog-page__title{margin-bottom:1rem;font-size:clamp(1.75rem,6vw,2.5rem)}.blog-page__message{margin-bottom:1.5rem;font-size:1rem}}@media(max-width:640px){.blog-page{padding:1.5rem 1rem}.blog-page__empty-state{padding:2rem 1rem}.blog-page__icon{width:80px;height:80px;font-size:48px}.blog-page__title{font-size:clamp(1.5rem,8vw,2rem)}.blog-page__message,.blog-page__cta{font-size:.875rem}}.blog-post{min-height:calc(100vh - 8rem);padding:3rem 0}.blog-post__container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.blog-post__breadcrumbs-skeleton{margin-bottom:2rem}.blog-post__article{background:linear-gradient(135deg,#1e293bcc,#33415599);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:3rem;box-shadow:0 10px 15px -3px #00000080}.blog-post__header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.blog-post__title{margin:0 0 1rem;color:#e2e8f0;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.25}.blog-post__excerpt{margin:0;color:#94a3b8;font-size:1.25rem;line-height:1.625}.blog-post__layout{display:grid;grid-template-columns:1fr;gap:3rem;margin-top:2rem}@media(min-width:1024px){.blog-post__layout{grid-template-columns:1fr 280px}}.blog-post__main{min-width:0}.blog-post__featured-image{margin-bottom:3rem;overflow:hidden;border-radius:.75rem}.blog-post__featured-image img{width:100%;height:auto;max-height:500px;object-fit:cover;border-radius:.75rem}@media(max-width:1023px){.blog-post__sidebar{order:-1}}.post-content{color:#e2e8f0;font-size:1.125rem;line-height:1.625;word-wrap:break-word}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin-top:2em;margin-bottom:.75em;color:#e2e8f0;font-weight:700;line-height:1.375;scroll-margin-top:100px}.post-content h1:first-child,.post-content h2:first-child,.post-content h3:first-child,.post-content h4:first-child,.post-content h5:first-child,.post-content h6:first-child{margin-top:0}.post-content h1{font-size:1.875rem}.post-content h2{padding-bottom:.5rem;border-bottom:2px solid rgba(255,255,255,.1);font-size:1.5rem}.post-content h3{font-size:1.25rem}.post-content h4{font-size:1.125rem}.post-content h5,.post-content h6{font-size:1rem}.post-content p{margin-bottom:1.5em;line-height:1.625}.post-content p:last-child{margin-bottom:0}.post-content a{color:#60a5fa;text-decoration:underline;text-decoration-color:#60a5fa4d;text-underline-offset:3px;transition:all .15s ease-in-out}.post-content a:hover{color:#3b82f6;text-decoration-color:#3b82f6}.post-content a:visited{color:#a78bfa}.post-content strong,.post-content b{font-weight:700;color:#e2e8f0}.post-content em,.post-content i{font-style:italic}.post-content ul,.post-content ol{margin-bottom:1.25em;padding-left:2rem;line-height:1.625}.post-content ul{list-style-type:disc}.post-content ul ul{list-style-type:circle}.post-content ul ul ul{list-style-type:square}.post-content ol{list-style-type:decimal}.post-content li{margin-bottom:.5rem}.post-content li::marker{color:#3b82f6}.post-content blockquote{margin:2rem 0;padding:1rem 1.5rem;border-left:4px solid #3b82f6;background:#3b82f60d;border-radius:.5rem;color:#94a3b8;font-style:italic}.post-content blockquote p{margin-bottom:1rem}.post-content blockquote p:last-child{margin-bottom:0}.post-content blockquote cite{display:block;margin-top:.5rem;color:#94a3b8;font-size:.875rem;font-style:normal}.post-content code{padding:.2em .4em;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:.25rem;color:#60a5fa;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9em}.post-content pre{margin:1.75em 0;padding:1.5rem;overflow-x:auto;background:#1a1f2e;border:1px solid rgba(59,130,246,.2);border-radius:.75rem;box-shadow:0 4px 6px -1px #0006}.post-content pre code{padding:0;background:transparent;border:none;border-radius:0;color:#e2e8f0;font-size:.875rem;line-height:1.6}.post-content img{display:block;max-width:100%;height:auto;margin:3rem auto;border-radius:.75rem;box-shadow:0 4px 6px -1px #0006}.post-content figure{margin:3rem 0}.post-content figure img{margin:0 auto 1rem}.post-content figure figcaption{color:#94a3b8;font-size:.875rem;font-style:italic;text-align:center}.post-content hr{margin:4rem 0;border:none;border-top:2px solid rgba(255,255,255,.1)}.post-content table{width:100%;margin:3rem 0;overflow-x:auto;border-collapse:collapse;border:1px solid rgba(255,255,255,.1);border-radius:.5rem}.post-content table th,.post-content table td{padding:1rem 1.5rem;border:1px solid rgba(255,255,255,.1);text-align:left}.post-content table th{background:#33415580;color:#e2e8f0;font-weight:600}.post-content table tr:nth-child(2n){background:#1e293b4d}.post-content table tr:hover{background:#3b82f60d}.post-content kbd{display:inline-block;padding:.2em .5em;background:#1e293b;border:1px solid rgba(255,255,255,.1);border-radius:.25rem;box-shadow:0 2px #ffffff1a;color:#e2e8f0;font-family:Consolas,Monaco,Courier New,monospace;font-size:.85em;line-height:1}.post-content abbr{border-bottom:1px dotted #94a3b8;cursor:help;text-decoration:none}.post-content mark{padding:.1em .3em;background:#f59e0b4d;color:#e2e8f0}.post-content del{color:#94a3b8;text-decoration:line-through}.post-content ins{background:#10b98133;color:#e2e8f0;text-decoration:none}.post-content sup,.post-content sub{font-size:.75em;line-height:0}.post-content .footnotes{margin-top:4rem;padding-top:3rem;border-top:2px solid rgba(255,255,255,.1);color:#94a3b8;font-size:.875rem}.post-content .footnotes ol{padding-left:1.5rem}.post-content .footnotes p{margin-bottom:.5rem}@media(max-width:768px){.post-content{font-size:1rem}.post-content h1{font-size:1.5rem}.post-content h2{font-size:1.25rem}.post-content h3{font-size:1.125rem}.post-content pre{padding:1rem;font-size:.85rem}.post-content ul,.post-content ol{padding-left:1.5rem}}@media(max-width:768px){.blog-post{padding:2rem 0}.blog-post__container{padding:0 1rem}.blog-post__article{padding:1.5rem}.blog-post__header{margin-bottom:1.5rem;padding-bottom:1.5rem}.blog-post__layout{gap:2rem}.blog-post__featured-image{margin-bottom:1.5rem}.blog-post__featured-image img{max-height:300px}}.blog-listing{min-height:calc(100vh - 8rem);padding:3rem 1rem;background:#0f172a}.blog-listing__container{max-width:1200px;margin:0 auto}.blog-listing__header{margin-bottom:3rem;text-align:center}.blog-listing__title{margin-bottom:1rem;color:#e2e8f0;font-size:1.875rem;font-weight:700}.blog-listing__subtitle{color:#94a3b8;font-size:1.125rem;line-height:1.6}.blog-listing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.blog-listing__loading,.blog-listing__error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;color:#94a3b8}.blog-listing__loading-icon{width:3rem;height:3rem;margin-bottom:1rem;color:#3b82f6;animation:spin 1s linear infinite}.blog-listing__loading-more{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;color:#94a3b8}.blog-listing__error{color:#ef4444}.blog-listing__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;padding:3rem;text-align:center}.blog-listing__empty-icon{width:5rem;height:5rem;margin-bottom:1.5rem;color:#94a3b8}.blog-listing__empty-icon svg{width:100%;height:100%}.blog-listing__empty-title{margin-bottom:1rem;color:#e2e8f0;font-size:1.5rem;font-weight:600}.blog-listing__empty-text{max-width:500px;margin-bottom:2rem;color:#94a3b8;font-size:1rem;line-height:1.6}.blog-listing__empty-btn{padding:1rem 2rem;color:#e2e8f0;font-size:1rem;font-weight:500;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;cursor:pointer;transition:all .3s ease-in-out}.blog-listing__empty-btn:hover{background:#3b82f633;border-color:#3b82f6}.blog-listing__sentinel{min-height:50px}.blog-listing__end{padding:2rem 0;color:#94a3b8;font-size:.875rem;text-align:center}@media(max-width:1024px){.blog-listing__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(max-width:768px){.blog-listing{padding:2rem 1rem}.blog-listing__header{margin-bottom:2rem}.blog-listing__title{font-size:1.5rem}.blog-listing__subtitle{font-size:1rem}.blog-listing__grid{gap:1rem}}@media(max-width:640px){.blog-listing__grid{grid-template-columns:1fr}}@keyframes spin{to{transform:rotate(360deg)}}.contact-page{max-width:1200px;min-height:100vh;margin:0 auto;padding:3rem 2rem;color:#e2e8f0}.contact-page__hero{margin-bottom:4rem;padding:4rem 3rem;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:linear-gradient(135deg,#1e293bcc,#33415599);box-shadow:0 4px 6px -1px #0006;text-align:center}.contact-page__title{margin:0 0 1.5rem;color:#e2e8f0;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.2}.contact-page__subtitle{max-width:800px;margin:0 auto;color:#94a3b8;font-size:1.125rem;line-height:1.8}.contact-page__section-title{margin:0 0 2rem;color:#60a5fa;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;line-height:1.3;text-align:center}.contact-page__methods{margin-bottom:4rem}.contact-page__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.contact-page__icon{color:#3b82f6;font-size:48px;transition:all .3s ease-in-out}.contact-page__card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem 2rem;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:#3341554d;color:#e2e8f0;text-align:center;text-decoration:none;transition:all .3s ease-in-out}.contact-page__card--primary{border:2px solid #3b82f6;background:#33415566}.contact-page__card--primary:hover{border-color:#60a5fa;box-shadow:0 8px 32px #3b82f64d}.contact-page__card--info{cursor:default;border-style:dashed}.contact-page__card--info:hover{transform:none;box-shadow:none}.contact-page__card--info:hover .contact-page__icon{transform:none}.contact-page__card:hover{border-color:#3b82f6;background:#33415580;transform:translateY(-8px);box-shadow:0 10px 15px -3px #00000080}.contact-page__card:hover .contact-page__icon{color:#60a5fa;transform:scale(1.1)}.contact-page__card-title{margin:0;color:#e2e8f0;font-size:1.25rem;font-weight:600}.contact-page__card-text{margin:0;color:#60a5fa;font-size:1rem;font-weight:500;overflow-wrap:break-word}.contact-page__card-description{margin:0;color:#94a3b8;font-size:.875rem;line-height:1.6}.contact-page__cta{margin-bottom:4rem;padding:3rem;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:linear-gradient(135deg,#1e293bcc,#33415599);box-shadow:0 4px 6px -1px #0006}.contact-page__cta-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.contact-page__cta-item{padding:2rem;border:1px solid rgba(59,130,246,.2);border-left:4px solid #3b82f6;border-radius:.5rem;background:#3341554d;transition:all .3s ease-in-out}.contact-page__cta-item:hover{border-left-color:#60a5fa;background:#33415580;transform:translate(8px)}.contact-page__cta-title{margin:0 0 .5rem;color:#60a5fa;font-size:1.125rem;font-weight:600}.contact-page__cta-text{margin:0;color:#94a3b8;font-size:1rem;line-height:1.7}.contact-page__response{padding:2rem 3rem;border:1px solid rgba(59,130,246,.3);border-radius:.75rem;background:linear-gradient(135deg,#1e293bf2,#334155cc);text-align:center;box-shadow:0 4px 6px -1px #0006}.contact-page__response-text{margin:0;color:#e2e8f0;font-size:1.125rem;line-height:1.8}.contact-page__response-text strong{color:#60a5fa;font-weight:600}@media(max-width:1024px){.contact-page__cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.contact-page{padding:3rem 1.5rem}.contact-page__hero{padding:3rem 2rem}.contact-page__cards,.contact-page__cta-content{grid-template-columns:1fr}}@media(max-width:640px){.contact-page{padding:2rem 1rem}.contact-page__hero{margin-bottom:3rem;padding:2rem 1rem}.contact-page__title{font-size:clamp(2rem,8vw,2.5rem)}.contact-page__subtitle{font-size:1rem}.contact-page__section-title{margin-bottom:1.5rem;font-size:clamp(1.5rem,6vw,1.75rem)}.contact-page__methods,.contact-page__cta{margin-bottom:3rem}.contact-page__cards{gap:1.5rem}.contact-page__card{padding:2rem 1rem}.contact-page__card:hover{transform:translateY(-4px)}.contact-page__icon{font-size:40px}.contact-page__cta{padding:2rem 1rem}.contact-page__cta-content{gap:1.5rem}.contact-page__cta-item{padding:1rem}.contact-page__cta-item:hover{transform:translate(4px)}.contact-page__response{padding:1rem 1.5rem}.contact-page__response-text{font-size:1rem}}.admin-posts{min-height:100vh;padding:1.5rem}.admin-posts__container{max-width:1400px;margin:0 auto}.admin-posts__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem}@media(max-width:640px){.admin-posts__header{flex-direction:column;align-items:flex-start}}.admin-posts__title{margin:0;color:#e2e8f0;font-size:1.875rem;font-weight:700}.admin-posts__subtitle{margin-top:.25rem;color:#94a3b8;font-size:1rem}.admin-posts__filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}@media(max-width:768px){.admin-posts__filters{flex-direction:column}}.admin-posts__search{position:relative;flex:1;min-width:200px}.admin-posts__search-icon{position:absolute;top:50%;left:1rem;width:1.25rem;height:1.25rem;color:#94a3b8;transform:translateY(-50%);pointer-events:none}.admin-posts__search-input{width:100%;padding:.5rem 1rem .5rem 2.75rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#1e293b;color:#e2e8f0;font-size:1rem;transition:all .15s ease-in-out}.admin-posts__search-input::placeholder{color:#94a3b8}.admin-posts__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.admin-posts__filter-group{display:flex;flex-wrap:wrap;gap:.5rem}.admin-posts__select{padding:.5rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#1e293b;color:#e2e8f0;font-size:1rem;transition:all .15s ease-in-out;cursor:pointer}.admin-posts__select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.admin-posts__select:hover{border-color:#3b82f6}.admin-posts__select option{background:#1e293b}.admin-posts__content{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:.75rem;background:#1e293b}.admin-posts__loading,.admin-posts__error{padding:2rem;color:#94a3b8;text-align:center}.admin-posts__error{color:#ef4444}.empty-state{padding:4rem 1.5rem;text-align:center}.empty-state__text{margin-bottom:1.5rem;color:#94a3b8;font-size:1.125rem}.ProseMirror{outline:none}.ProseMirror:focus{outline:none}.ProseMirror-focused{outline:none}.ProseMirror-selectednode{outline:2px solid rgba(59,130,246,.5);outline-offset:2px;border-radius:.25rem}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;height:0;color:#94a3b8;pointer-events:none}.ProseMirror img.ProseMirror-selectednode{outline:2px solid #3b82f6;outline-offset:4px}.ProseMirror a{cursor:pointer}.ProseMirror code{padding:2px 6px;border-radius:.25rem;background-color:#e2e8f01a;font-family:Courier New,monospace;font-size:.9em}.ProseMirror pre{padding:1.5rem;overflow-x:auto;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;background:#0f172a}.ProseMirror pre code{padding:0;background:transparent;color:#e2e8f0;font-size:.875rem}.ProseMirror blockquote{margin:1.5rem 0;padding:1rem 1.5rem;border-radius:.25rem;background:#3b82f61a;color:#94a3b8;border-left:4px solid #3b82f6;font-style:italic}.ProseMirror ul[data-type=taskList]{list-style:none;padding:0}.ProseMirror ul[data-type=taskList] li{display:flex;align-items:flex-start}.ProseMirror ul[data-type=taskList] li>label{flex:0 0 auto;margin-right:.5rem;-webkit-user-select:none;user-select:none}.ProseMirror ul[data-type=taskList] li>div{flex:1 1 auto}.ProseMirror mark{padding:2px 4px;border-radius:.25rem;background-color:#3b82f64d}.ProseMirror ::selection{background:#3b82f64d}
