@charset "UTF-8";:root{--color-primary: #4f46e5;--color-primary-hover: #4338ca;--color-secondary: #06b6d4;--text-primary: #151a2e;--text-secondary: #5c6584;--surface: #ffffff;--surface-muted: #f5f6fb;--surface-strong: #ebeefb;--border-color: #dcdfef;--shadow-soft: 0 18px 45px rgba(30, 27, 75, .13);--shadow-card: 0 12px 26px rgba(30, 27, 75, .08);--layout-bg: #f0f1fa;--accent-soft: rgba(79, 70, 229, .1);--rail-bg: #0d0f22}[data-theme=dark]{--color-primary: #818cf8;--color-primary-hover: #a5b4fc;--color-secondary: #22d3ee;--text-primary: #e6e8f5;--text-secondary: #9498b8;--surface: #171a34;--surface-muted: #10122480;--surface-strong: #232752;--border-color: #34395f;--shadow-soft: 0 18px 45px rgba(0, 0, 0, .38);--shadow-card: 0 12px 26px rgba(0, 0, 0, .28);--layout-bg: #0a0b1a;--accent-soft: rgba(129, 140, 248, .14);--rail-bg: #05060f}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--layout-bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"ss01" 1}img{max-width:100%;display:block}a{color:var(--text-primary)}a:hover{color:var(--color-primary)}@keyframes pulseDot{0%,to{box-shadow:0 0 #34d39973}50%{box-shadow:0 0 0 7px #34d39900}}@keyframes st-hero-role-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.st-editorial{min-height:100vh;display:flex}.st-editorial__rail{position:fixed;top:0;left:0;bottom:0;width:84px;z-index:30;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:20px 0;background:var(--rail-bg);border-right:1px solid rgba(255,255,255,.08)}.st-editorial__rail-avatar{padding:0;border:none;background:none;cursor:pointer;border-radius:50%;text-decoration:none}.st-editorial__rail-avatar img{width:44px;height:44px;border-radius:50%;border:2px solid var(--color-primary);object-fit:cover}.st-editorial__rail-items{display:flex;flex-direction:column;gap:6px;align-items:center}.st-editorial__rail-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:60px;height:52px;padding:9px 0;border:none;border-radius:14px;cursor:pointer;background:transparent;font-family:inherit;text-decoration:none;transition:background .2s ease}.st-editorial__rail-item svg{width:20px;height:20px;color:#fff;opacity:.45;transition:opacity .2s ease}.st-editorial__rail-item span{font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#ffffff73}.st-editorial__rail-item.is-active{background:#818cf82e}.st-editorial__rail-item.is-active svg{opacity:1}.st-editorial__rail-item.is-active span{color:#a5b4fc}.st-editorial__rail-theme{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;cursor:pointer;font-size:15px}.st-editorial__rail-theme:hover{border-color:var(--color-primary)}.st-editorial__main{flex:1;margin-left:84px;min-width:0}.st-editorial__section{padding:clamp(56px,8vw,120px) clamp(24px,6vw,96px);border-top:1px solid var(--border-color)}.st-editorial__heading{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:clamp(28px,4vw,48px);letter-spacing:-.02em;margin:0 0 clamp(28px,4vw,48px) 0;color:var(--text-primary)}.st-editorial__btn{display:inline-block;padding:15px 28px;border:none;border-radius:999px;font-family:inherit;font-weight:700;font-size:15px;text-decoration:none;cursor:pointer}.st-editorial__btn--primary{background:var(--color-primary);color:#fff;box-shadow:0 10px 20px #0f766e38;transition:background .25s ease}.st-editorial__btn--primary:hover{background:var(--color-primary-hover);color:#fff}.st-editorial__btn--ghost{background:var(--surface);color:var(--text-primary);border:1px solid var(--border-color);transition:border-color .25s ease}.st-editorial__btn--ghost:hover{border-color:var(--color-primary);color:var(--text-primary)}.st-editorial__hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:40px;position:relative;overflow:hidden;background:radial-gradient(900px 480px at 85% 10%,var(--accent-soft),transparent 60%),var(--layout-bg)}.st-editorial__hero h1{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:44px;line-height:.98;letter-spacing:-.035em;margin:0;color:var(--text-primary);max-width:1100px;text-wrap:balance}.st-editorial__hero h1 em{font-style:normal;color:var(--color-primary)}.st-editorial__hero-top{display:flex;align-items:center;gap:clamp(32px,5vw,64px);flex-wrap:wrap}.st-editorial__hero-intro{flex:1 1 480px;min-width:0}.st-editorial__hero-media{flex:1 1 320px;aspect-ratio:4/3;border-radius:16px;overflow:hidden;border:1px solid var(--border-color);box-shadow:var(--shadow-soft)}.st-editorial__hero-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 42%}.st-editorial__hero-status{display:inline-flex;align-items:center;gap:9px;margin:0 0 26px;color:var(--text-secondary);font-size:14px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.st-editorial__hero-status:before{content:"";width:8px;height:8px;border-radius:50%;background:#34d399;animation:pulseDot 2s ease infinite}.st-editorial__hero-roles{display:flex;align-items:center;margin:4px 0 0;overflow:hidden;text-align:center}.st-editorial__hero-role{display:inline-block;color:var(--color-primary);font-size:30px;font-weight:700;letter-spacing:-.01em;animation:st-hero-role-in .4s ease}.st-editorial__hero-row{display:flex;gap:32px;flex-wrap:wrap;margin-top:32px;flex-direction:column}.st-editorial__hero-row>p{max-width:520px;margin:0;color:var(--text-secondary);font-size:clamp(16px,2vw,20px);line-height:1.7}.st-editorial__hero-actions{display:flex;gap:12px;flex-wrap:wrap}.st-editorial__hero-stats{display:flex;gap:clamp(24px,5vw,64px);flex-wrap:wrap;margin-top:clamp(40px,6vw,72px);padding-top:28px;border-top:1px solid var(--border-color)}.st-editorial__hero-stats strong{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:30px;color:var(--text-primary)}.st-editorial__hero-stats span{display:block;margin-top:4px;color:var(--text-secondary);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.st-editorial__about{background:var(--surface)}.st-editorial__about-grid{display:grid;grid-template-columns:minmax(240px,340px) 1fr;gap:clamp(28px,5vw,64px);align-items:start}.st-editorial__about-photo{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:4px;border:1px solid var(--border-color);box-shadow:var(--shadow-soft)}.st-editorial__about-body{display:grid;gap:32px}.st-editorial__about-lede{margin:0;color:var(--text-primary);font-size:clamp(19px,2.4vw,26px);line-height:1.55;font-weight:500;text-wrap:pretty}.st-editorial__about-list{display:grid;gap:22px}.st-editorial__about-row{display:grid;grid-template-columns:140px 1fr;gap:18px;padding-top:22px;border-top:1px solid var(--border-color)}.st-editorial__about-row h3{font-family:Space Grotesk,sans-serif;font-weight:600;margin:0 0 8px;color:var(--text-primary);font-size:19px}.st-editorial__about-row h3 span{color:var(--text-secondary);font-weight:500;font-size:15px}.st-editorial__about-row ul{display:grid;gap:7px;margin:0;padding-left:18px;color:var(--text-secondary);font-size:15px;line-height:1.65}.st-editorial__about-period{color:var(--text-secondary);font-size:13px;font-weight:800;line-height:1.5}.st-editorial__about-education{display:grid;gap:6px}.st-editorial__about-education p{margin:0;color:var(--text-primary);font-size:15px;font-weight:600}.st-editorial__about-education p span{color:var(--text-secondary);font-weight:500}.st-editorial__skills{background:var(--layout-bg)}.st-editorial__skills-list{display:grid;gap:30px}.st-editorial__skills-row{display:grid;grid-template-columns:minmax(180px,260px) 1fr;gap:20px;padding-top:24px;border-top:1px solid var(--border-color);align-items:start}.st-editorial__skills-row h3{font-family:Space Grotesk,sans-serif;font-weight:600;margin:0;color:var(--text-primary);font-size:19px;letter-spacing:-.01em}.st-editorial__skills-row h3 span{color:var(--text-secondary);font-size:14px;font-weight:500}.st-editorial__skills-chips{display:flex;flex-wrap:wrap;gap:10px}.st-editorial__skill-chip{display:inline-flex;align-items:center;gap:9px;min-height:44px;padding:0 16px 0 8px;border-radius:999px;background:var(--surface);border:1px solid var(--border-color);color:var(--text-primary);font-size:14px;font-weight:700;cursor:default;transition:transform .2s ease,border-color .2s ease}.st-editorial__skill-chip img{width:28px;height:28px;object-fit:contain;padding:4px;border-radius:8px;background:#fff;border:1px solid var(--border-color)}.st-editorial__skill-chip:hover{transform:translateY(-2px);border-color:var(--color-primary)}.st-editorial__projects{background:var(--surface)}.st-editorial__projects-head{display:flex;align-items:baseline;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:clamp(28px,4vw,48px)}.st-editorial__projects-head .st-editorial__heading{margin-bottom:0}.st-editorial__projects-tabs{display:flex;flex-wrap:wrap;gap:8px}.st-editorial__tab{cursor:pointer;padding:10px 16px;border-radius:999px;font-weight:700;font-size:13.5px;line-height:1;font-family:inherit;transition:.2s ease;color:var(--text-secondary);background:var(--surface);border:1px solid var(--border-color)}.st-editorial__tab:hover{border-color:var(--color-primary)}.st-editorial__tab.is-active{color:#fff;background:var(--color-primary);border-color:var(--color-primary)}.st-editorial__projects-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px;align-items:stretch}.st-editorial__project-card{display:flex;flex-direction:column;gap:18px;height:100%;padding:clamp(18px,2.5vw,24px);border-radius:4px;background:var(--layout-bg);border:1px solid var(--border-color);transition:border-color .2s ease,transform .2s ease}.st-editorial__project-card:hover{border-color:var(--color-primary);transform:translateY(-3px)}.st-editorial__project-media{position:relative;overflow:hidden;border-radius:4px;border:1px solid var(--border-color)}.st-editorial__project-media img,.st-editorial__project-media .st-editorial__img-fallback{width:100%;aspect-ratio:16/10;object-fit:cover}.st-editorial__project-body{display:flex;flex-direction:column;gap:14px;flex:1}.st-editorial__project-body h3{font-family:Space Grotesk,sans-serif;font-weight:600;margin:0;color:var(--text-primary);font-size:clamp(20px,2.2vw,26px);letter-spacing:-.02em}.st-editorial__project-desc{color:var(--text-secondary);line-height:1.65;font-size:15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.st-editorial__project-desc p{margin:0}.st-editorial__project-desc ul,.st-editorial__project-desc ol{margin:0;padding-left:20px}.st-editorial__project-desc a{color:var(--color-primary)}.st-editorial__project-type{align-self:flex-start;padding:6px 11px;border-radius:999px;background:var(--accent-soft);color:var(--color-primary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.st-editorial__project-tech{display:flex;flex-wrap:wrap;gap:8px}.st-editorial__project-tech span{padding:6px 10px;border-radius:999px;border:1px solid var(--border-color);background:var(--surface);color:var(--text-secondary);font-size:12px;font-weight:700;line-height:1}.st-editorial__project-links{display:flex;gap:10px;align-items:center;padding-top:4px;margin-top:auto}.st-editorial__project-demo{display:inline-flex;align-items:center;min-height:40px;padding:0 18px;border-radius:999px;color:#fff;background:var(--color-primary);font-size:13.5px;font-weight:800;text-decoration:none;transition:background .2s ease}.st-editorial__project-demo:hover{background:var(--color-primary-hover);color:#fff}.st-editorial__project-locked{display:inline-flex;align-items:center;min-height:40px;padding:0 18px;border-radius:999px;border:1px dashed var(--border-color);color:var(--text-secondary);font-size:13.5px;font-weight:800;text-decoration:none;transition:border-color .2s ease,color .2s ease}.st-editorial a.st-editorial__project-locked:hover{border-color:var(--color-primary);color:var(--color-primary)}.st-editorial__blog{background:var(--layout-bg)}.st-editorial__blog-item{border-top:1px solid var(--border-color)}.st-editorial__blog-row{display:grid;grid-template-columns:minmax(140px,220px) 1fr auto;gap:clamp(16px,3vw,32px);align-items:center;padding:22px 0;cursor:pointer;text-decoration:none}.st-editorial__blog-row>img,.st-editorial__blog-row>.st-editorial__img-fallback{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:4px;border:1px solid var(--border-color)}.st-editorial__blog-meta{display:grid;gap:8px;min-width:0}.st-editorial__blog-meta h3{font-family:Space Grotesk,sans-serif;font-weight:600;margin:0;color:var(--text-primary);font-size:clamp(19px,2.4vw,26px);line-height:1.2;letter-spacing:-.01em}.st-editorial__blog-meta>p{margin:0;color:var(--text-secondary);line-height:1.6;font-size:14.5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.st-editorial__blog-tags{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.st-editorial__blog-tags span{color:var(--color-primary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.st-editorial__blog-tags small{color:var(--text-secondary);font-weight:700}.st-editorial__see-more{display:inline-flex;align-items:center;gap:4px;color:var(--color-primary);font-size:13px;font-weight:800;text-decoration:none;white-space:nowrap;transition:gap .2s ease}.st-editorial__see-more:hover{gap:8px}.st-editorial__img-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent-soft),var(--surface-muted));color:var(--color-primary)}.st-editorial__img-fallback svg{width:26%;height:26%;opacity:.55}.st-editorial-read{min-height:100vh;background:var(--surface)}.st-editorial-read__main{margin-left:84px;max-width:1440px;padding:clamp(28px,5vw,64px) clamp(20px,6vw,96px) 96px}.st-editorial-read__layout{display:flex;align-items:flex-start;gap:clamp(32px,4vw,64px)}.st-editorial-read__sidebar{flex:0 0 240px;position:sticky;top:clamp(28px,5vw,64px)}.st-editorial-read__sidebar h2{margin:0 0 14px;color:var(--text-secondary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.st-editorial-read__sidebar nav{display:grid;gap:2px}.st-editorial-read__sidebar-link{display:block;padding:9px 11px;border-radius:8px;color:var(--text-secondary);text-decoration:none;font-size:13.5px;font-weight:600;line-height:1.4;transition:background .2s ease,color .2s ease}.st-editorial-read__sidebar-link:hover{background:var(--accent-soft);color:var(--color-primary)}.st-editorial-read__sidebar-link.is-active{background:var(--accent-soft);color:var(--color-primary);font-weight:800}.st-editorial-read__content{flex:1;min-width:0;max-width:900px}.st-editorial-read__back{display:inline-flex;align-items:center;gap:6px;color:var(--text-secondary);text-decoration:none;font-size:13.5px;font-weight:700;margin-bottom:clamp(24px,4vw,40px);transition:color .2s ease,gap .2s ease}.st-editorial-read__back:hover{color:var(--color-primary);gap:9px}.st-editorial-read__hero{border-radius:12px;overflow:hidden;border:1px solid var(--border-color);box-shadow:var(--shadow-soft);margin-bottom:clamp(24px,4vw,40px)}.st-editorial-read__hero img{width:100%;max-height:460px;object-fit:cover}.st-editorial-read__hero .st-editorial__img-fallback{width:100%;height:280px}.st-editorial-read__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.st-editorial-read__meta span{padding:6px 11px;border-radius:999px;background:var(--accent-soft);color:var(--color-primary);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.st-editorial-read__meta small{color:var(--text-secondary);font-weight:700;font-size:13px}.st-editorial-read__title{font-family:Space Grotesk,sans-serif;font-weight:600;max-width:860px;margin:0 0 clamp(24px,4vw,40px);color:var(--text-primary);font-size:clamp(28px,4vw,46px);letter-spacing:-.02em;line-height:1.15}.st-editorial-read__body{max-width:760px;color:var(--text-secondary);font-size:16px;line-height:1.85;padding-top:clamp(20px,3vw,32px);border-top:1px solid var(--border-color)}.st-editorial-read__body p{margin:0 0 16px}.st-editorial-read__body ul,.st-editorial-read__body ol{margin:0 0 16px;padding-left:22px}.st-editorial-read__body h2,.st-editorial-read__body h3{font-family:Space Grotesk,sans-serif;font-weight:600;color:var(--text-primary);margin:28px 0 14px}.st-editorial-read__body blockquote{margin:0 0 16px;padding-left:16px;border-left:3px solid var(--color-primary);color:var(--text-primary);font-style:italic}.st-editorial-read__body a{color:var(--color-primary)}.st-editorial-read__tech{display:flex;flex-wrap:wrap;gap:8px;max-width:760px;margin-top:clamp(20px,3vw,32px)}.st-editorial-read__tech span{padding:6px 10px;border-radius:999px;border:1px solid var(--border-color);color:var(--text-secondary);font-size:12px;font-weight:700}.st-editorial-read__links{display:flex;gap:10px;align-items:center;margin-top:clamp(20px,3vw,32px)}.st-editorial__contact{background:var(--rail-bg);border-top:1px solid rgba(255,255,255,.08)}.st-editorial__contact .st-editorial__heading{color:#fff}.st-editorial__contact-grid{display:grid;grid-template-columns:minmax(260px,1fr) minmax(320px,1.1fr);gap:clamp(28px,5vw,64px);align-items:start}.st-editorial__contact-info{display:grid;gap:26px}.st-editorial__contact-info>p{margin:0;color:#ffffffb8;font-size:clamp(17px,2vw,21px);line-height:1.65;max-width:460px}.st-editorial__contact-lines{display:grid;gap:12px}.st-editorial__contact-lines a{font-family:Space Grotesk,sans-serif;font-weight:600;color:#fff;font-size:clamp(18px,2.4vw,26px);text-decoration:none;overflow-wrap:anywhere}.st-editorial__contact-lines a:hover{color:#a5b4fc}.st-editorial__contact-lines span{color:#fff9;font-size:15px;font-weight:600}.st-editorial__contact-social{display:flex;gap:10px;flex-wrap:wrap}.st-editorial__contact-social a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;border-radius:999px;color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.18);font-size:13px;font-weight:800;text-decoration:none;transition:transform .2s ease,border-color .2s ease}.st-editorial__contact-social a:hover{transform:translateY(-2px);border-color:#a5b4fc;color:#fff}.st-editorial__contact-social a i{font-size:17px;line-height:1}.st-editorial__contact-social a .st-icon--linkedin:before{color:#7dd3fc}.st-editorial__contact-form{background:#ffffff0a;padding:30px;border-radius:4px;border:1px solid rgba(255,255,255,.12);display:flex;flex-direction:column;gap:16px}.st-editorial__contact-form input,.st-editorial__contact-form textarea{width:100%;padding:14px 16px;font-size:15px;font-family:inherit;border:1px solid rgba(255,255,255,.16);border-radius:4px;background:#ffffff0d;color:#fff;transition:all .25s ease}.st-editorial__contact-form input::placeholder,.st-editorial__contact-form textarea::placeholder{color:#ffffff73}.st-editorial__contact-form input:focus,.st-editorial__contact-form textarea:focus{outline:none;border-color:#a5b4fc;box-shadow:0 0 0 4px #818cf82e}.st-editorial__contact-form textarea{min-height:160px;resize:vertical}.st-editorial__contact-form button{width:100%;padding:15px 0;border-radius:999px;font-size:15px;font-weight:700;font-family:inherit;background:#818cf8;color:#0d0f22;border:none;cursor:pointer;transition:.25s ease}.st-editorial__contact-form button:hover{background:#a5b4fc}.st-editorial__footer{margin:clamp(40px,6vw,72px) 0 0 0;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);color:#ffffff73;font-size:13px;font-weight:600}@media(max-width:860px){.st-editorial__about-grid{grid-template-columns:1fr}.st-editorial__about-grid .st-editorial__about-photo{max-width:340px}.st-editorial__about-row,.st-editorial__skills-row{grid-template-columns:1fr;gap:10px}.st-editorial__contact-grid{grid-template-columns:1fr}.st-editorial-read__layout{flex-direction:column}.st-editorial-read__sidebar{flex:none;width:100%;position:static;padding-bottom:20px;border-bottom:1px solid var(--border-color);margin-bottom:4px}.st-editorial-read__sidebar nav{display:flex;flex-wrap:wrap;gap:6px}.st-editorial-read__sidebar-link{border:1px solid var(--border-color)}.st-editorial-read__content{max-width:none}}@media(max-width:760px){.st-editorial__blog-row{grid-template-columns:1fr auto}.st-editorial__blog-row>img,.st-editorial__blog-row>.st-editorial__img-fallback{grid-column:1/-1;max-width:320px}}@media(max-width:640px){.st-editorial__rail{top:auto;right:0;bottom:0;width:100%;height:auto;flex-direction:row;justify-content:space-between;gap:8px;padding:8px 12px calc(8px + env(safe-area-inset-bottom));border-right:none;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -12px 30px #00000047}.st-editorial__rail-avatar{display:none}.st-editorial__rail-items{flex-direction:row;flex:1;min-width:0;justify-content:space-evenly;gap:2px}.st-editorial__rail-item{width:auto;flex:1 1 0;min-width:0;max-width:64px;height:48px;padding:6px 0;gap:3px;border-radius:12px}.st-editorial__rail-item svg{width:18px;height:18px}.st-editorial__rail-item span{font-size:8px;letter-spacing:.04em;max-width:100%;overflow:hidden}.st-editorial__rail-theme{flex-shrink:0;width:34px;height:34px;font-size:13px}.st-editorial__main,.st-editorial-read__main{margin-left:0;padding-bottom:72px}.st-editorial__hero{min-height:calc(100vh - 64px)}.st-editorial__hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 16px}.st-editorial__hero-stats strong{font-size:26px}}.not-found-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center}.not-found-section .not-found-container{max-width:520px}.not-found-section .error-code-wrapper{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:clamp(72px,15vw,130px);line-height:1;color:var(--color-primary)}.not-found-section .error-title{font-family:Space Grotesk,sans-serif;font-weight:600;font-size:clamp(22px,4vw,32px);margin:12px 0;color:var(--text-primary)}.not-found-section .error-message{color:var(--text-secondary);line-height:1.65;margin:0 0 28px}.not-found-section .back-home-btn{display:inline-block;padding:15px 28px;border-radius:999px;font-weight:700;font-size:15px;text-decoration:none;background:var(--color-primary);color:#fff}.not-found-section .back-home-btn:hover{background:var(--color-primary-hover);color:#fff}@keyframes st-skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.st-skeleton{display:block;border-radius:6px;background:linear-gradient(90deg,var(--surface-muted) 25%,var(--surface-strong) 50%,var(--surface-muted) 75%);background-size:200% 100%;animation:st-skeleton-shimmer 1.4s ease-in-out infinite}.st-skeleton--text{height:.9em;width:100%}.st-skeleton--circle{border-radius:50%}.st-editorial__skeleton-group{display:flex;flex-direction:column;gap:12px}.st-editorial__skeleton-row{display:flex;gap:12px;flex-wrap:wrap}.st-editorial__skeleton-chip{height:34px;width:96px;border-radius:999px}.st-editorial__skeleton-card{height:260px;border-radius:16px;flex:1 1 260px}@font-face{font-family:icomoon;src:url(/assets/icomoon-CZuzGvgV.eot?vdck4m);src:url(/assets/icomoon-CZuzGvgV.eot?vdck4m#iefix) format("embedded-opentype"),url(/assets/icomoon-BGOENXfn.ttf?vdck4m) format("truetype"),url(/assets/icomoon-Dg_HERoV.woff?vdck4m) format("woff"),url(/assets/icomoon-CjRBuVxt.svg?vdck4m#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}[class^=st-icon--],[class*=" st-icon--"]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.st-icon--linkedin:before{content:"";color:#007ebb}.st-icon--facebook:before{content:""}.st-icon--wordpress:before{content:"";color:#21759b}.st-icon--vs-code:before{content:""}.st-icon--react:before{content:"";color:#00d8ff}.st-icon--menu:before{content:""}.st-icon--redux:before{content:"";color:#764abc}.st-icon--vs-code1:before{content:"";color:#3079d9}.st-icon--javascript:before{content:"";color:#dbd400}.st-icon--github:before{content:""}.st-icon--git:before{content:"";color:#ee513b}.st-icon--mongodb:before{content:"";color:#41d25e}.st-icon--node:before{content:"";color:#8cc84b}.st-icon--css:before{content:"";color:#004ecc}.st-icon--html:before{content:"";color:#ff4314}
