:root{--sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif;--bg: #1C1F26;--internal: #121821;--border: #3e4552;--text: #e6eef7;--muted: #9ab0c3;--accent: #60a5fa;--small: .5rem;--med: 1rem;--large: 1.5rem;--xlarge: 2rem;--radius: 25px;--butrad: 8px;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: light){:root{--sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif;--bg: #1C1F26;--internal: #121821;--border: #1f2a37;--text: #e6eef7;--muted: #9ab0c3;--accent: #60a5fa}}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}html:focus-within{scroll-behavior:smooth}html,body,#root{font-size:100%;height:100%}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;font-family:var(--sans);font-weight:400;color:var(--text);background:var(--bg)}a{font-weight:500;color:var(--muted);text-decoration:inherit}a:hover{color:var(--accent)}a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}img,svg,video{max-width:100%;height:auto;display:block}@font-face{font-family:moon-rounded;src:url(/assets/Moon-Light-Ch9HD9Ov.otf) format("opentype")}h1{font-size:3.2em;line-height:1.1}h3{font-size:clamp(1rem,1vw,1.5rem)}.blog-container{max-width:800px;margin:0 auto;padding:2rem}.blog-header{margin-bottom:3rem;text-align:center;color:#e4e6eb}.posts-grid{display:flex;flex-direction:column;gap:1.5rem}.post-card{background:#1c1f26;border:2px solid #3E4552;border-radius:8px;padding:1.5rem;cursor:pointer;transition:all .2s ease}.post-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#d1d5db}.post-meta{display:flex;justify-content:space-between;color:#e4e6eb;font-size:.875rem;margin-bottom:.75rem}.post-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#e4e6eb}.post-description{font-family:Georgia,serif;color:#e4e6eb;line-height:1.6;margin-bottom:1rem}.read-more{color:#3b82f6;font-weight:500;font-size:.875rem}.back-button{background:#1c1f26;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;margin-bottom:2rem;color:#e4e6eb}.back-button:hover{background:1C1F26}.post-content{max-width:100%}.post-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.markdown-content{font-family:Georgia,serif;line-height:1.7}.markdown-content h1,.markdown-content h2,.markdown-content h3{margin-top:2rem;margin-bottom:1rem}.markdown-content p{margin-bottom:1rem}.markdown-content pre{background:#1c1f26;padding:1rem;border-radius:6px;overflow-x:auto}.loading{text-align:center;padding:2rem;color:#e4e6eb}.app{font-family:var(--sans);color:var(--text);background-color:var(--bg);width:100%;height:100%;padding:var(large);margin:0;display:flex;flex-direction:column}.sidebar{font-family:var(--sans);background-color:var(--bg);border-radius:var(--radius);border:2px solid var(--border);position:relative;top:var(--small);display:flex;flex-direction:column;align-items:center}.content{font-family:var(--sans);color:var(--text);border-radius:var(--radius);border:2px solid var(--border);background-color:var(--bg);position:relative;top:var(--large);display:flex;flex-direction:column;align-items:center;row-gap:var(--large)}.info{width:95%;text-align:center;margin-bottom:var(--med)}.tabsbar{font-family:var(--sans);background-color:var(--bg);border-radius:var(--radius) var(--radius) 0 0;min-height:var(--xlarge);padding:var(--small);display:flex;flex-direction:row;justify-content:center;gap:var(--large)}.tab{color:var(--text);font-size:1rem;font-weight:500;font-family:var(--sans);background-color:var(--bg);border:2px solid var(--bg);transition:border-bottom .3s ease;transition:color .3s ease}.tab:hover{color:var(--accent)}.tab.active{border-bottom:5px solid var(--accent)}@media (min-width: 975px){.app{flex-direction:row;justify-content:center;gap:var(--large)}.sidebar{top:var(--large);width:24%;height:calc(100dvh - 2 * var(--large));overflow:auto}.content{top:var(--large);width:66%;height:calc(100dvh - 2 * var(--large))}.info{overflow:auto}.tab{font-size:1.5rem}}.content h1,.content h2,.content h3{text-align:center}.timeline-title{font-size:var(--xlarge);font-weight:700;margin-bottom:1rem}.timeline-wrapper{padding:2rem;border-color:5px solid var(--muted)}.timeline-item{position:relative;display:flex;align-items:flex-start;margin-bottom:3rem;min-height:120px}.timeline-item:last-child{margin-bottom:0}.timeline-circle{position:absolute;left:-5.6%;top:.5rem;z-index:10;width:1rem;height:1rem;background-color:#2a2e37;border-radius:50%;border:4px solid #3e4552;box-shadow:0 4px 6px -1px #0000001a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.timeline-circle-inner{width:.25rem;height:.25rem;background-color:#e4e6eb;border-radius:50%}.timeline-content{background-color:#1c1f26;padding:1.5rem;margin-left:2%;text-align:left;border-radius:.75rem;flex:1;box-shadow:0 1px 3px #0000001a;border:1px solid #3e4552;transition:box-shadow .2s ease}.timeline-content:hover{box-shadow:0 4px 6px -1px #0000001a}.timeline-date{font-size:.875rem;color:#e4e6eb;margin-bottom:.25rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.timeline-event-title{font-weight:600;color:#e4e6eb;margin-bottom:.5rem;margin-top:.5rem;font-size:1.125rem;line-height:1.4}.timeline-description{font-family:"moon2.0-rounded";font-size:.875rem;font-weight:300;color:#e4e6eb;line-height:1.5;margin:0}.timeline-logo-square{height:100px;width:100px}.timeline-logo-rectangle{height:100px;width:150px}.avatar{width:200px;height:200px;display:flex;justify-content:center;align-items:center;background-color:"white";border-radius:25px;border:2px solid #3e4552}.Albatross{scale:65%}.contacts{font-family:var(--sans);font-weight:400;font-size:var(--med);margin-right:1.2rem}.contacts li{font-weight:300}.contacts li::marker{content:">  ";color:var(--accent)}.title{color:var(--muted)}.social{display:flex;justify-content:center;align-items:center;background-color:var(--bg);padding:1.5rem;gap:var(--xlarge)}.logo{display:flex;justify-content:center;align-items:center;width:3rem;height:3rem;transition:transform .5s ease}@media (min-width: 900px){.logo:hover{transform:scale(1.2);z-index:1}}.shiny-text{color:#b5b5b5a4;background:linear-gradient(120deg,#fff0 40%,#fffc,#fff0 60%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;display:inline-block;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:100%}to{background-position:-100%}}.shint-text.disabled{animation:none}
