@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");.cls-1{fill:#ffc541}.cls-2{fill:#4e4066}.cls-3{fill:#6f5b92}.cls-4{fill:#f78d5e}.cls-5{fill:#fa976c}.cls-6{fill:#b65c32;opacity:0.6}.cls-7{fill:#b65c32;opacity:0.4}.cls-8{fill:#b65c32}.cls-9{fill:#f4b73b}.cls-10{opacity:0.6}.cls-11{fill:#f9c358}.cls-12{fill:#9b462c}.cls-13{fill:#aa512e}.cls-14{fill:#7d6aa5}.wheel{animation:wheel-rotate 6s ease infinite;transform-origin:center;transform-box:fill-box}@keyframes wheel-rotate{50%{transform:rotate(360deg);animation-timing-function:cubic-bezier(0.55, 0.085, 0.68, 0.53)}100%{transform:rotate(960deg)}}.clock-hand-1{animation:clock-rotate 3s linear infinite;transform-origin:bottom;transform-box:fill-box}.clock-hand-2{animation:clock-rotate 6s linear infinite;transform-origin:bottom;transform-box:fill-box}@keyframes clock-rotate{100%{transform:rotate(360deg)}}#box-top{animation:box-top-anim 2s linear infinite;transform-origin:right top;transform-box:fill-box}@keyframes box-top-anim{50%{transform:rotate(-5deg)}}#umbrella{animation:umbrella-anim 6s linear infinite;transform-origin:center;transform-box:fill-box}@keyframes umbrella-anim{25%{transform:translateY(10px) rotate(5deg)}75%{transform:rotate(-5deg)}}#cup{animation:cup-rotate 3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;transform-origin:top left;transform-box:fill-box}@keyframes cup-rotate{50%{transform:rotate(-5deg)}}#pillow{animation:pillow-anim 3s linear infinite;transform-origin:center;transform-box:fill-box}@keyframes pillow-anim{25%{transform:rotate(10deg) translateY(5px)}75%{transform:rotate(-10deg)}}#stripe{animation:stripe-anim 3s linear infinite;transform-origin:center;transform-box:fill-box}@keyframes stripe-anim{25%{transform:translate(10px, 0) rotate(-10deg)}75%{transform:translateX(10px)}}#bike{animation:bike-anim 6s ease infinite}@keyframes bike-anim{0%{transform:translateX(-1300px)}50%{transform:translateX(0);animation-timing-function:cubic-bezier(0.47, 0, 0.745, 0.715)}100%{transform:translateX(1300px)}}#rucksack{animation:ruck-anim 3s linear infinite;transform-origin:top;transform-box:fill-box}@keyframes ruck-anim{50%{transform:rotate(5deg)}}.circle{animation:circle-anim ease infinite;transform-origin:center;transform-box:fill-box;perspective:0px}.circle.c1{animation-duration:2s}.circle.c2{animation-duration:3s}.circle.c3{animation-duration:1s}.circle.c4{animation-duration:1s}.circle.c5{animation-duration:2s}.circle.c6{animation-duration:3s}@keyframes circle-anim{50%{transform:scale(0.2) rotateX(360deg) rotateY(360deg)}}.four,#ou{animation:four-anim cubic-bezier(0.39, 0.575, 0.565, 1) infinite}.four.a{transform-origin:bottom left;animation-duration:3s;transform-box:fill-box}.four.b{transform-origin:bottom right;animation-duration:3s;transform-box:fill-box}#ou{animation-duration:6s;transform-origin:center;transform-box:fill-box}@keyframes four-anim{50%{transform:scale(0.98)}}.text-404{font-size:30px;font-weight:700;color:#4c4f69;display:block}[data-theme="dark"] .text-404{color:#cdd6f4}.btn-404{margin-top:10px;padding-top:6px;padding-bottom:6px;padding-left:12px;padding-right:12px;transition:all .2s ease;color:#6f5b92;border:3px solid #6f5b92;text-align:center;font-size:24px;font-weight:500;background-color:transparent;outline:none;border-radius:8px;text-decoration:none !important;display:inline-block}[data-theme="dark"] .btn-404{color:#548f6f;border:3px solid #548f6f}.btn-404:hover{color:#eff1f5;background-color:#6f5b92}[data-theme="dark"] .btn-404:hover{color:#1a1a21;background-color:#548f6f}html{padding-left:calc(100vw - 100%)}:root{--primary: #548f6f;--primary-light: #548f6f;--primary-rgb: 84, 143, 111;--primary-light-rgb: 84, 143, 111}body{font-family:"Poppins", sans-serif;color:#4c4f69;background-color:#eff1f5}.badge{font-weight:500}.bg-light,.bg-light *,.badge-light,.badge-light *{color:#4c4f69 !important}.bg-dark,.bg-dark *,.badge-dark,.badge-dark *{color:#cdd6f4 !important}[data-theme="light"]{scrollbar-color:#4c4f69 #eff1f5}[data-theme="light"] ::-webkit-scrollbar{scrollbar-width:thin;width:8px;background:#eff1f5}[data-theme="light"] ::-webkit-scrollbar-thumb{background:#4c4f69;border-radius:10px;border:2px solid #eff1f5}[data-theme="light"] ::-webkit-scrollbar-thumb:hover{background:#616587}[data-theme="dark"]{scrollbar-color:#548f6f #1a1a21}[data-theme="dark"] ::-webkit-scrollbar{width:8px;background:#1a1a21}[data-theme="dark"] ::-webkit-scrollbar-thumb{background:#548f6f;border-radius:10px;border:2px solid #1a1a21}[data-theme="dark"] ::-webkit-scrollbar-thumb:hover{background:#6da988}.markdown-body a{color:#548f6f;text-decoration:none;position:relative;display:inline-block;transition:color 0.3s ease, text-shadow 0.3s ease}[data-theme="dark"] .markdown-body a{color:#548f6f}.markdown-body a:hover{color:#548f6f;text-shadow:0 0 1px currentColor}[data-theme="dark"] .markdown-body a:hover{color:#6da988;text-shadow:0 0 1px currentColor}.markdown-body a::after{content:"";position:absolute;bottom:0;left:0;height:2px;background-color:currentColor;width:0;transition:width 0.35s}.markdown-body a:hover::after{width:100%}.markdown-body a.img-href::after{content:none !important}.search-box{box-shadow:none !important}.adjspace{margin-top:33px}.post.card{border-radius:9px;text-decoration:none !important;padding:15px;height:100%}.post.card .card-footer{font-size:14px;margin:0 -15px -15px -15px;padding:15px 35px}.post .post-metadata{font-size:14px;margin-top:-6px}.post .tag:hover{background-color:#548f6f;color:white !important}.post footer{font-size:10px;color:#6c757d;text-decoration:underline;text-decoration-color:yellow;text-align:right;margin-top:4em;margin-right:2em}.post h1,.post h2{margin-top:32px}.post hr{background:#1994ff}.post img:not(.emoji){display:block;max-width:100%;height:auto;margin:1rem auto}.post .video{position:relative;padding-bottom:56.25%;margin-bottom:1rem;width:100%}.post .video iframe{position:absolute;height:100%;width:100%}.post a:not(.btn):not([class^="carousel-"]):not([class^="list-"]):not(.no-underline){display:inline-block;text-decoration:none}.post a:not(.btn):not([class^="carousel-"]):not([class^="list-"]):not(.no-underline):hover{color:#548f6f}.post a:not(.btn):not([class^="carousel-"]):not([class^="list-"]):not(.no-underline)::after{content:"";display:block;height:0.15em;margin-top:-0.15em;width:0;background:#548f6f;transition:width 0.35s}.post a:not(.btn):not([class^="carousel-"]):not([class^="list-"]):not(.no-underline):hover::after{width:100%}.post pre{background:#eff1f5;border:1px solid #ddd;color:#45475a;font-family:monospace;font-size:14px;line-height:20px;margin-bottom:1.6em;max-width:100%;padding:1em 1.5em;display:block;page-break-inside:avoid;overflow:auto;word-wrap:break-word}.post code.highlighter-rouge{background-color:#eff1f5;color:#45475a;border-radius:3px;margin:0;padding:0.2em 0.65em}.post blockquote{border-left:0.25em solid #548f6f;color:#1994ff;padding:0 1em}.post table:not(.highlight){display:block;overflow-x:auto;margin:1rem 0}.post table:not(.highlight) td,.post table:not(.highlight) th{border:1px solid #ddd;padding:8px 16px}.post table:not(.highlight) th{padding-top:12px;padding-bottom:12px;font-weight:500;text-align:left;background-color:#548f6f;color:white}.post table:not(.highlight) tr:nth-child(even){background-color:rgba(0,0,0,0.05)}.social{text-decoration:none !important}#attribution{opacity:0.5}#attribution a{text-decoration:none;font-weight:bold}@media only screen and (min-width: 768px){#attribution{writing-mode:vertical-rl;transform:rotate(180deg);position:fixed;bottom:56px;right:22px}}footer.mt-auto.py-3.text-center{user-select:none}.vertical-center{margin-top:30px}.circle-image{width:100%;height:100%;border-radius:50%;object-fit:cover;object-position:center;margin-bottom:10px}.lp-container{display:flex;justify-content:flex-start;align-items:center;width:100%}.lp-text-container p{margin:0;margin-bottom:-6px;user-select:none}.lp-image-container{margin-left:auto;width:20%}.landing-title{opacity:0;animation:slideInLeftSmall 0.75s ease-out forwards}.landing-title h1,.landing-title h2,.landing-title h3,.landing-title h4,.landing-title h5,.landing-title h6,.landing-title p,.landing-title{font-weight:800 !important}@keyframes slideInLeftSmall{0%{opacity:0;transform:translateX(-60px)}100%{opacity:1;transform:translateX(0)}}.fade-in-delayed{opacity:0;animation:fadeIn 1s ease 1s forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}#hello-there{font-weight:800;font-style:italic;font-size:30px}.lp-line2{font-size:20px;font-weight:300;opacity:0%}.bold-brand{font-weight:800;display:inline-block;transition:letter-spacing 0.3s ease}.bold-brand:hover{letter-spacing:5px}.lp-345{opacity:0%;font-weight:400;font-size:18px;text-align:center}.vp-banner{display:none;border-radius:12px;transition:transform 0.3s ease;margin-top:-15px}[data-theme="light"] .light-theme-image{display:block}[data-theme="dark"] .dark-theme-image{display:block}.vp-banner:hover{transform:scale(1.05)}.img-href img{max-width:100%;height:auto}.code-block-wrapper{position:relative;margin-bottom:2rem}.code-block-placeholder{min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center}:root{--primary-light: #548f6f;--primary-dark: #548f6f}[data-theme='light']{--primary: var(--primary-light)}[data-theme='dark']{--primary: var(--primary-dark)}.link-after,.nav-link::after,.navbar-brand::after,.nav-item.active::after{content:"";display:block;height:0.15em;background:var(--primary)}.nav-link,.navbar-brand{user-select:none}.nav-link::after,.navbar-brand::after{width:0;transition:width 0.35s}.nav-link:hover::after,.navbar-brand:hover::after{width:100%}.nav-link img::after,.navbar-brand img::after{content:none !important;text-decoration:none !important}.nav-item.active{font-weight:bold}.nav-item.active::after{width:100% !important}.navbar-brand{margin-bottom:-14px}.navbar-brand::after{margin-top:-0.25em}.project.card{border-radius:9px;text-decoration:none !important;margin:10px auto;background-color:#F4F6FA;box-shadow:0 2px 6px rgba(0,0,0,0.15);border:0px !important;transition:transform 0.3s ease, box-shadow 0.3s ease}.project.card .card-img-top{height:200px;object-fit:cover;border-radius:9px 9px 0 0}.project.card:hover:not(.post){transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.15)}:root{--badge-pill-color: #548f6f}[data-theme='dark']{--badge-pill-color: #548f6f}.badge-pill{border-color:var(--badge-pill-color) !important}.text-primary{color:var(--badge-pill-color) !important}.project-title{display:inline-block;transition:letter-spacing 0.3s ease}.project-title:hover{letter-spacing:3px}.img-bright:hover img{filter:brightness(1.15)}.timeline-body{position:relative;border-radius:0 9px 9px 0;padding:5px 0}.timeline-body:after{content:"";width:4px;height:100%;background-color:#548f6f;position:absolute;left:-4px;top:0}.timeline-body .timeline-item{position:relative}.timeline-body .timeline-item:after{content:"";width:20px;height:20px;border-radius:50%;border:4px solid #548f6f;background-color:#eff1f5;position:absolute;left:-12px;top:8px;z-index:10}.timeline-body .timeline-item .content{margin:40px;padding-bottom:20px;border-bottom:1px dashed #45475a}.timeline-body .timeline-item .content .date{margin-top:-5px;margin-bottom:15px;color:#6c757d}.highlight,[data-theme="dark"] pre,[data-theme="dark"] code.highlighter-rouge{background-color:#eff1f5;color:#4c4f69;padding:1rem;border-radius:8px}.highlight .c,[data-theme="dark"] pre .c,[data-theme="dark"] code.highlighter-rouge .c,.highlight .cm,[data-theme="dark"] pre .cm,[data-theme="dark"] code.highlighter-rouge .cm,.highlight .cp,[data-theme="dark"] pre .cp,[data-theme="dark"] code.highlighter-rouge .cp,.highlight .c1,[data-theme="dark"] pre .c1,[data-theme="dark"] code.highlighter-rouge .c1,.highlight .cs,[data-theme="dark"] pre .cs,[data-theme="dark"] code.highlighter-rouge .cs{color:#9ca0b0;font-style:italic}.highlight .k,[data-theme="dark"] pre .k,[data-theme="dark"] code.highlighter-rouge .k,.highlight .kc,[data-theme="dark"] pre .kc,[data-theme="dark"] code.highlighter-rouge .kc,.highlight .kd,[data-theme="dark"] pre .kd,[data-theme="dark"] code.highlighter-rouge .kd,.highlight .kn,[data-theme="dark"] pre .kn,[data-theme="dark"] code.highlighter-rouge .kn,.highlight .kp,[data-theme="dark"] pre .kp,[data-theme="dark"] code.highlighter-rouge .kp,.highlight .kr,[data-theme="dark"] pre .kr,[data-theme="dark"] code.highlighter-rouge .kr,.highlight .kt,[data-theme="dark"] pre .kt,[data-theme="dark"] code.highlighter-rouge .kt{color:#8839ef;font-weight:bold}.highlight .o,[data-theme="dark"] pre .o,[data-theme="dark"] code.highlighter-rouge .o,.highlight .ow,[data-theme="dark"] pre .ow,[data-theme="dark"] code.highlighter-rouge .ow{color:#1e66f5;font-weight:bold}.highlight .n,[data-theme="dark"] pre .n,[data-theme="dark"] code.highlighter-rouge .n,.highlight .nb,[data-theme="dark"] pre .nb,[data-theme="dark"] code.highlighter-rouge .nb,.highlight .bp,[data-theme="dark"] pre .bp,[data-theme="dark"] code.highlighter-rouge .bp{color:#4c4f69}.highlight .nf,[data-theme="dark"] pre .nf,[data-theme="dark"] code.highlighter-rouge .nf,.highlight .fm,[data-theme="dark"] pre .fm,[data-theme="dark"] code.highlighter-rouge .fm{color:#1e66f5}.highlight .nc,[data-theme="dark"] pre .nc,[data-theme="dark"] code.highlighter-rouge .nc,.highlight .nn,[data-theme="dark"] pre .nn,[data-theme="dark"] code.highlighter-rouge .nn{color:#df8e1d;font-weight:bold}.highlight .s,[data-theme="dark"] pre .s,[data-theme="dark"] code.highlighter-rouge .s,.highlight .sa,[data-theme="dark"] pre .sa,[data-theme="dark"] code.highlighter-rouge .sa,.highlight .sb,[data-theme="dark"] pre .sb,[data-theme="dark"] code.highlighter-rouge .sb,.highlight .sc,[data-theme="dark"] pre .sc,[data-theme="dark"] code.highlighter-rouge .sc,.highlight .dl,[data-theme="dark"] pre .dl,[data-theme="dark"] code.highlighter-rouge .dl,.highlight .sd,[data-theme="dark"] pre .sd,[data-theme="dark"] code.highlighter-rouge .sd,.highlight .s2,[data-theme="dark"] pre .s2,[data-theme="dark"] code.highlighter-rouge .s2,.highlight .se,[data-theme="dark"] pre .se,[data-theme="dark"] code.highlighter-rouge .se,.highlight .sh,[data-theme="dark"] pre .sh,[data-theme="dark"] code.highlighter-rouge .sh,.highlight .si,[data-theme="dark"] pre .si,[data-theme="dark"] code.highlighter-rouge .si,.highlight .sx,[data-theme="dark"] pre .sx,[data-theme="dark"] code.highlighter-rouge .sx,.highlight .sr,[data-theme="dark"] pre .sr,[data-theme="dark"] code.highlighter-rouge .sr,.highlight .s1,[data-theme="dark"] pre .s1,[data-theme="dark"] code.highlighter-rouge .s1,.highlight .ss,[data-theme="dark"] pre .ss,[data-theme="dark"] code.highlighter-rouge .ss{color:#40a02b}.highlight .m,[data-theme="dark"] pre .m,[data-theme="dark"] code.highlighter-rouge .m,.highlight .mb,[data-theme="dark"] pre .mb,[data-theme="dark"] code.highlighter-rouge .mb,.highlight .mf,[data-theme="dark"] pre .mf,[data-theme="dark"] code.highlighter-rouge .mf,.highlight .mh,[data-theme="dark"] pre .mh,[data-theme="dark"] code.highlighter-rouge .mh,.highlight .mi,[data-theme="dark"] pre .mi,[data-theme="dark"] code.highlighter-rouge .mi,.highlight .mo,[data-theme="dark"] pre .mo,[data-theme="dark"] code.highlighter-rouge .mo,.highlight .il,[data-theme="dark"] pre .il,[data-theme="dark"] code.highlighter-rouge .il{color:#fe640b}.highlight .nt,[data-theme="dark"] pre .nt,[data-theme="dark"] code.highlighter-rouge .nt{color:#8839ef;font-weight:bold}.highlight .na,[data-theme="dark"] pre .na,[data-theme="dark"] code.highlighter-rouge .na{color:#1e66f5}.highlight .err,[data-theme="dark"] pre .err,[data-theme="dark"] code.highlighter-rouge .err{color:#d20f39;background-color:transparent}.highlight .gd,[data-theme="dark"] pre .gd,[data-theme="dark"] code.highlighter-rouge .gd{color:#d20f39;background-color:rgba(210,15,57,0.15)}.highlight .gi,[data-theme="dark"] pre .gi,[data-theme="dark"] code.highlighter-rouge .gi{color:#40a02b;background-color:rgba(64,160,43,0.15)}#theme-toggler:before{font-family:"Font Awesome 6 Free";font-weight:900}[data-theme="light"] #theme-toggler:before{content:""}[data-theme="dark"] #theme-toggler:before{content:""}[data-theme="light"] #theme-toggler:before{color:#4c4f69}[data-theme="dark"] #theme-toggler:before{color:#dfb14e}[data-theme="light"] .navbar-themed .navbar-brand,[data-theme="light"] .navbar-themed .navbar-nav .nav-link.active{color:#4c4f69}[data-theme="dark"] .navbar-themed .navbar-brand,[data-theme="dark"] .navbar-themed .navbar-nav .nav-link.active{color:#cdd6f4}[data-theme="light"] .navbar-themed .navbar-nav .nav-link{color:#6c6f85}[data-theme="dark"] .navbar-themed .navbar-nav .nav-link{color:#a6adc8}[data-theme="light"] .text-themed{color:#4c4f69}[data-theme="dark"] .text-themed{color:#cdd6f4}[data-theme="light"] .bg-themed{background-color:#eff1f5}[data-theme="dark"] .bg-themed{background-color:#45475a}.card{border:0px !important}[data-theme="dark"] body{background-color:#1a1a21;color:#cdd6f4}[data-theme="dark"] .highlight,[data-theme="dark"] pre,[data-theme="dark"] code.highlighter-rouge{background-color:#1e1e2e;color:#cdd6f4;padding:1rem;border-radius:8px}[data-theme="dark"] .highlight .c,[data-theme="dark"] pre .c,[data-theme="dark"] code.highlighter-rouge .c,[data-theme="dark"] .highlight .cm,[data-theme="dark"] pre .cm,[data-theme="dark"] code.highlighter-rouge .cm,[data-theme="dark"] .highlight .cp,[data-theme="dark"] pre .cp,[data-theme="dark"] code.highlighter-rouge .cp,[data-theme="dark"] .highlight .c1,[data-theme="dark"] pre .c1,[data-theme="dark"] code.highlighter-rouge .c1,[data-theme="dark"] .highlight .cs,[data-theme="dark"] pre .cs,[data-theme="dark"] code.highlighter-rouge .cs{color:#6c7086;font-style:italic}[data-theme="dark"] .highlight .k,[data-theme="dark"] pre .k,[data-theme="dark"] code.highlighter-rouge .k,[data-theme="dark"] .highlight .kc,[data-theme="dark"] pre .kc,[data-theme="dark"] code.highlighter-rouge .kc,[data-theme="dark"] .highlight .kd,[data-theme="dark"] pre .kd,[data-theme="dark"] code.highlighter-rouge .kd,[data-theme="dark"] .highlight .kn,[data-theme="dark"] pre .kn,[data-theme="dark"] code.highlighter-rouge .kn,[data-theme="dark"] .highlight .kp,[data-theme="dark"] pre .kp,[data-theme="dark"] code.highlighter-rouge .kp,[data-theme="dark"] .highlight .kr,[data-theme="dark"] pre .kr,[data-theme="dark"] code.highlighter-rouge .kr,[data-theme="dark"] .highlight .kt,[data-theme="dark"] pre .kt,[data-theme="dark"] code.highlighter-rouge .kt{color:#cba6f7;font-weight:bold}[data-theme="dark"] .highlight .o,[data-theme="dark"] pre .o,[data-theme="dark"] code.highlighter-rouge .o,[data-theme="dark"] .highlight .ow,[data-theme="dark"] pre .ow,[data-theme="dark"] code.highlighter-rouge .ow{color:#89b4fa;font-weight:bold}[data-theme="dark"] .highlight .n,[data-theme="dark"] pre .n,[data-theme="dark"] code.highlighter-rouge .n,[data-theme="dark"] .highlight .nb,[data-theme="dark"] pre .nb,[data-theme="dark"] code.highlighter-rouge .nb,[data-theme="dark"] .highlight .bp,[data-theme="dark"] pre .bp,[data-theme="dark"] code.highlighter-rouge .bp{color:#cdd6f4}[data-theme="dark"] .highlight .nf,[data-theme="dark"] pre .nf,[data-theme="dark"] code.highlighter-rouge .nf,[data-theme="dark"] .highlight .fm,[data-theme="dark"] pre .fm,[data-theme="dark"] code.highlighter-rouge .fm{color:#89b4fa}[data-theme="dark"] .highlight .nc,[data-theme="dark"] pre .nc,[data-theme="dark"] code.highlighter-rouge .nc,[data-theme="dark"] .highlight .nn,[data-theme="dark"] pre .nn,[data-theme="dark"] code.highlighter-rouge .nn{color:#f9e2af;font-weight:bold}[data-theme="dark"] .highlight .s,[data-theme="dark"] pre .s,[data-theme="dark"] code.highlighter-rouge .s,[data-theme="dark"] .highlight .sa,[data-theme="dark"] pre .sa,[data-theme="dark"] code.highlighter-rouge .sa,[data-theme="dark"] .highlight .sb,[data-theme="dark"] pre .sb,[data-theme="dark"] code.highlighter-rouge .sb,[data-theme="dark"] .highlight .sc,[data-theme="dark"] pre .sc,[data-theme="dark"] code.highlighter-rouge .sc,[data-theme="dark"] .highlight .dl,[data-theme="dark"] pre .dl,[data-theme="dark"] code.highlighter-rouge .dl,[data-theme="dark"] .highlight .sd,[data-theme="dark"] pre .sd,[data-theme="dark"] code.highlighter-rouge .sd,[data-theme="dark"] .highlight .s2,[data-theme="dark"] pre .s2,[data-theme="dark"] code.highlighter-rouge .s2,[data-theme="dark"] .highlight .se,[data-theme="dark"] pre .se,[data-theme="dark"] code.highlighter-rouge .se,[data-theme="dark"] .highlight .sh,[data-theme="dark"] pre .sh,[data-theme="dark"] code.highlighter-rouge .sh,[data-theme="dark"] .highlight .si,[data-theme="dark"] pre .si,[data-theme="dark"] code.highlighter-rouge .si,[data-theme="dark"] .highlight .sx,[data-theme="dark"] pre .sx,[data-theme="dark"] code.highlighter-rouge .sx,[data-theme="dark"] .highlight .sr,[data-theme="dark"] pre .sr,[data-theme="dark"] code.highlighter-rouge .sr,[data-theme="dark"] .highlight .s1,[data-theme="dark"] pre .s1,[data-theme="dark"] code.highlighter-rouge .s1,[data-theme="dark"] .highlight .ss,[data-theme="dark"] pre .ss,[data-theme="dark"] code.highlighter-rouge .ss{color:#a6e3a1}[data-theme="dark"] .highlight .m,[data-theme="dark"] pre .m,[data-theme="dark"] code.highlighter-rouge .m,[data-theme="dark"] .highlight .mb,[data-theme="dark"] pre .mb,[data-theme="dark"] code.highlighter-rouge .mb,[data-theme="dark"] .highlight .mf,[data-theme="dark"] pre .mf,[data-theme="dark"] code.highlighter-rouge .mf,[data-theme="dark"] .highlight .mh,[data-theme="dark"] pre .mh,[data-theme="dark"] code.highlighter-rouge .mh,[data-theme="dark"] .highlight .mi,[data-theme="dark"] pre .mi,[data-theme="dark"] code.highlighter-rouge .mi,[data-theme="dark"] .highlight .mo,[data-theme="dark"] pre .mo,[data-theme="dark"] code.highlighter-rouge .mo,[data-theme="dark"] .highlight .il,[data-theme="dark"] pre .il,[data-theme="dark"] code.highlighter-rouge .il{color:#fab387}[data-theme="dark"] .highlight .nt,[data-theme="dark"] pre .nt,[data-theme="dark"] code.highlighter-rouge .nt{color:#cba6f7;font-weight:bold}[data-theme="dark"] .highlight .na,[data-theme="dark"] pre .na,[data-theme="dark"] code.highlighter-rouge .na{color:#89b4fa}[data-theme="dark"] .highlight .err,[data-theme="dark"] pre .err,[data-theme="dark"] code.highlighter-rouge .err{color:#f38ba8;background-color:transparent}[data-theme="dark"] .highlight .gd,[data-theme="dark"] pre .gd,[data-theme="dark"] code.highlighter-rouge .gd{color:#f38ba8;background-color:rgba(243,139,168,0.15)}[data-theme="dark"] .highlight .gi,[data-theme="dark"] pre .gi,[data-theme="dark"] code.highlighter-rouge .gi{color:#a6e3a1;background-color:rgba(166,227,161,0.15)}[data-theme="dark"] pre,[data-theme="dark"] code.highlighter-rouge{border:none}[data-theme="dark"] .gist{filter:invert(90%) hue-rotate(180deg)}[data-theme="dark"] input{background-color:#313244;border-color:#45475a;color:#1a1a21}[data-theme="dark"] input::placeholder{color:rgba(205,214,244,0.64)}[data-theme="dark"] input:focus{background-color:#2c2d3d;color:#cdd6f4}[data-theme="dark"] .card{background-color:#2c2d3d;border-color:#1a1a21;border:0px !important}[data-theme="dark"] .card.border .card-footer{background-color:#11111b}[data-theme="dark"] table:not(.highlight) td,[data-theme="dark"] .post table:not(.highlight) th,.post [data-theme="dark"] table:not(.highlight) th{border-color:#2c2d3d}[data-theme="dark"] table:not(.highlight) tr:nth-child(even){background-color:#45475a}[data-theme="dark"] .list-group-item-action{background-color:#2c2d3d;color:#cdd6f4}[data-theme="dark"] .list-group-item-action:hover,[data-theme="dark"] .list-group-item-action:focus{background-color:#262634}[data-theme="dark"] .post footer{text-decoration:none}[data-theme="dark"] .timeline-body .timeline-item:after{background-color:#1a1a21}.custom-container{margin:0 auto;padding:0 15px}@media (min-width: 1950px){.custom-container{max-width:1800px}}@media (min-width: 1120px) and (max-width: 1949px){.custom-container{max-width:1140px}}.vp.card{border-radius:10px;text-decoration:none !important;margin:9px auto;transition:transform 400ms}.vp.card .card-img-top{border-radius:9px 9px 9px 9px;width:100%;height:170px;object-fit:cover}.vp.card:hover:not(.post){transform:translateY(-5px)}#hi-im-adrian{font-size:20px;font-weight:700;display:inline-block;transition:letter-spacing 0.3s ease}#hi-im-author:hover{letter-spacing:2px}#about-content{position:relative}.modal-button-container{display:flex;flex-direction:column;align-items:center;gap:10px;margin:0}.preferences-label{font-size:0.9rem;font-weight:400;opacity:0.6;text-transform:lowercase}.modal-buttons-row{display:flex;gap:16px;justify-content:center}.modal-opener{display:flex;align-items:center;justify-content:center;padding:0.6rem 1.4rem;background:#2c2d3d;border:none;border-radius:8px;cursor:pointer;font-size:0.95rem;font-weight:500;color:#cdd6f4;transition:transform 0.2s ease}[data-theme="light"] .modal-opener{background:#e6e9ef;color:#4c4f69}.modal-opener:hover{transform:scale(1.05)}.modal-opener .modal-button-label{text-transform:lowercase}.about-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.075);display:none;justify-content:center;align-items:center;z-index:2000;opacity:0;transition:opacity 0.25s ease}.about-modal-overlay.visible{opacity:1}[data-theme="dark"] .about-modal-overlay{background:rgba(0,0,0,0.125)}.about-code-block{position:fixed;max-width:650px;width:90%;max-height:75vh;overflow:hidden;font-family:inherit !important;left:50%;top:50%;transform:translate(-50%, -50%) scale(0.9);user-select:none;opacity:0;transition:transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1),opacity 0.2s ease;background:rgba(32,32,41,0.7) !important;backdrop-filter:blur(24px) !important;-webkit-backdrop-filter:blur(24px) !important;border:1px solid #2c2d3d !important;border-radius:12px}.visible .about-code-block{opacity:1;transform:translate(-50%, -50%) scale(1)}[data-theme="light"] .about-code-block{background:rgba(250,251,252,0.7) !important;border-color:#ccd0da !important}.about-code-block .code-block-header{cursor:grab}.about-code-block.dragging{transition:none !important;cursor:grabbing}.about-code-block.dragging .code-block-header{cursor:grabbing}.about-code-block .code-block-content{max-height:calc(75vh - 50px);overflow-y:auto;font-family:inherit !important}.about-code-block .code-block-content::-webkit-scrollbar{width:8px}.about-code-block .code-block-content::-webkit-scrollbar-track{background:rgba(0,0,0,0.1);border-radius:10px}.about-code-block .code-block-content::-webkit-scrollbar-thumb{background:rgba(137,180,250,0.4);border-radius:10px}.about-code-block .code-block-content::-webkit-scrollbar-thumb:hover{background:rgba(137,180,250,0.6)}.about-code-block .normal-content{font-family:inherit !important;font-size:0.95rem;line-height:1.8}.about-code-block .normal-content p{margin:0;font-family:inherit !important}.about-code-block .normal-content a{font-family:inherit !important}.about-modal-button{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.5rem 1.2rem;background:#2c2d3d;border:none;border-radius:6px;cursor:pointer;font-size:0.85rem;font-weight:500;color:#cdd6f4;text-decoration:none !important;transition:transform 0.2s ease;margin:0.3rem}[data-theme="light"] .about-modal-button{background:#e6e9ef;color:#4c4f69}.about-modal-button:hover{transform:scale(1.05);text-decoration:none !important}.about-modal-button .button-text{text-transform:lowercase}.about-modal-button .button-icon{font-size:0.9rem}.image-button-nav{display:flex;gap:10px}.vpbuttonclass,.nonvpbuttonclass{transition:transform 0.3s ease, box-shadow 0.3s !important;border-radius:12px}.vpbuttonclass:hover{transform:scale(1.025);box-shadow:0 2px 6px rgba(0,0,0,0.15)}.nonvpbuttonclass:hover{transform:scale(1.05);box-shadow:0 0px 8px rgba(0,0,0,0.205)}.vpbuttonclass2{transition:transform 0.3s ease, box-shadow 0.3s !important;border-radius:12px;margin-bottom:10px}.vpbuttonclass2:hover{transform:scale(1.025);box-shadow:0 2px 6px rgba(0,0,0,0.15)}.inspavatar{transition:transform 0.2s ease, filter 0.2s ease !important}.inspavatar:hover{transform:scale(1.05);filter:brightness(1.1)}.avatar-wrapper{display:flex;gap:0.75rem;justify-content:center;align-items:center;margin:2rem 0;overflow-x:auto}.avatar-wrapper img{margin:0 !important;width:42px !important;height:42px !important;box-shadow:none !important;border-radius:50%;object-fit:cover;flex-shrink:0}.avatar-wrapper a{display:inline-flex;align-items:center;justify-content:center}.aboutvpimg{border-radius:12px}#back-button{position:absolute;top:6px;left:-40px;background:none;border:none;cursor:pointer;display:none;z-index:1000}#back-button i{font-size:34px;color:#4c4f69;opacity:25%}[data-theme="dark"] #back-button i{color:#cdd6f4;opacity:25%}#back-button:hover i{opacity:50%}[data-theme="dark"] #back-button:hover i{opacity:50%}.simple-lightbox img{width:50%}.sl-overlay{background:#000 !important}.sl-wrapper .sl-image{border-radius:20px !important}.sl-wrapper .sl-close{color:#eff1f5 !important}.tippy-box[data-theme~="custom-theme"]{background-color:#4c4f69;color:#eff1f5;font-weight:600;font-size:0.875rem;padding:0.5rem 0.75rem;box-shadow:0 2px 8px rgba(0,0,0,0.15);border-radius:6px}[data-theme="dark"] .tippy-box[data-theme~="custom-theme"]{background-color:#cdd6f4;color:#1a1a21;box-shadow:0 2px 8px rgba(0,0,0,0.3)}.tippy-box[data-theme~="custom-theme"]>.tippy-arrow{color:#4c4f69}[data-theme="dark"] .tippy-box[data-theme~="custom-theme"]>.tippy-arrow{color:#cdd6f4}.light-theme-image-about,.dark-theme-image-about{display:flex}.light-theme-image-about,.dark-theme-image-about{display:none}[data-theme="light"] .light-theme-image-about{display:flex}[data-theme="dark"] .dark-theme-image-about{display:flex}.btn-adaptive{background-color:#2c2d3d !important;color:#548f6f !important;border:none !important;transition:all 0.3s ease !important;transform:translateY(0);font-weight:500;text-decoration:none !important;display:inline-block !important;will-change:transform}.btn-adaptive:hover{background-color:#3b3c53 !important;color:#6da988 !important;transform:translateY(-6px) !important;text-decoration:none !important}[data-theme="light"] .btn-adaptive{background-color:#e6e9ef !important;color:#548f6f !important}[data-theme="light"] .btn-adaptive:hover{background-color:#dbe1e6 !important;color:#4b7f63 !important;text-decoration:none !important}
