@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";:root{--bg: #1D2125;--bg-soft: #22272B;--text: #F7F8F9;--text-soft: #F1F2F4;--button: #6CC3E0}body.light{--bg: #F7F8F9;--bg-soft: #e8eaf0;--text: #121416;--text-soft: #15181a;--button: #227D9B;font-weight:500}body{overflow:auto;scrollbar-width:1px;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}.error--container{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px}.error--container a{color:#ff4500;font-weight:700}*{margin:0;padding:0;box-sizing:border-box;font-family:Quicksand,sans-serif;letter-spacing:1px}body{background:var(--bg);color:var(--text)}body a{text-decoration:none;color:inherit}body img{width:100%;height:100%;object-fit:cover;display:block}body ol,body ul{margin-left:30px}body .block{display:flex;align-items:center;justify-content:center;text-align:center;background:var(--bg-soft);height:200px;width:100%;flex-direction:column}body .container{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;max-width:920px;margin:auto;gap:50px}body .container footer{display:flex;align-items:center;justify-content:space-between;font-size:14px;color:var(--text);height:50px;border-top:1px solid var(--bg-soft)}#logo{height:12rem;width:100%;display:flex;align-items:center;justify-content:center}#logo img{width:12rem}@media (max-width: 1024px){body .container{padding:0 1rem}body .container .blogs .post--list .post{flex-direction:column}body .container .blogs .post--list .post .image--container,body .container .blogs .post--list .post .content--container{width:100%}body .container .blogs .post--list .post .image--container{height:250px}body .container .blogs .post--list .post .image--container img{height:100%}body .container .single--blog--page .single--top--head{flex-direction:column}body .container .single--blog--page .single--top--head .single--head--right{height:300px}body .container .single--blog--page .single--top--head .single--head--left h1{font-size:28px}}@media (max-width: 1080px){.single--blog--page{width:90vw}}@media (max-width: 768px){body .container .blogs .post--list .post .content--container h1{font-size:18px}body .container .blogs .post--list .post .content--container p{font-size:13px}body .container .single--blog--page{width:80vw}body .container .single--blog--page .single--top--head{gap:20px}body .container .single--blog--page .single--top--head .single--head--left h1{font-size:24px}body .container .single--blog--page .single--top--head .single--head--right{height:250px}body .container .single--blog--page .content{font-size:14px;line-height:28px;width:100%}body .container footer{flex-direction:column;gap:5px;height:auto;padding:1rem 0;text-align:center}}@media (max-width: 480px){body .container .blogs .post--list .post{gap:20px}body .container .blogs .post--list .post .image--container{height:200px}body .container .blogs .post--list .post .image--container img{height:100%}body .container .single--blog--page{width:100%}body .container .single--blog--page .single--top--head .single--head--left h1{font-size:20px}body .container .single--blog--page .single--top--head .single--head--right{height:200px}body .container .single--blog--page .content{font-size:13px;line-height:26px;width:100%}body .container .single--blog--page .content table{font-size:.85rem}body .container .single--blog--page .content table th,body .container .single--blog--page .content table td{padding:.5rem}body .container .post-card{height:fit-content}}.navbar{position:relative;display:flex;align-items:center;justify-content:space-between;height:70px;padding:0 1rem;border-bottom:1px solid var(--bg-soft)}.navbar .logo{color:var(--button);font-size:24px;text-decoration:none;font-weight:600}.navbar .hamburger{display:none;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;z-index:1100}.navbar .hamburger span{height:2px;width:20px;background:var(--text);transition:all .3s ease}.navbar .hamburger.open span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}.navbar .hamburger.open span:nth-child(2){opacity:0}.navbar .hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.navbar .nav--links{display:flex;align-items:center;gap:14px;list-style:none;font-size:14px}.navbar .nav--links .nav-link a,.navbar .nav--links .nav-link button{color:var(--text);text-decoration:none;background:none;border:none;cursor:pointer;font-size:inherit}.navbar .nav--links #theme-toggle{height:30px;width:30px;display:flex;align-items:center;justify-content:center;background:var(--bg-soft);border-radius:6px;border:none;cursor:pointer}.navbar .nav--links #theme-toggle svg{fill:var(--text);width:20px;height:20px}.navbar .nav--links #theme-toggle svg path{fill:var(--text)}.navbar .nav--links #theme-toggle .theme-indicator{display:block;width:20px;height:20px;border-radius:50%;background:linear-gradient(to right,#fdd835 50%,#37474f 50%)}@media (max-width: 768px){.navbar .hamburger{display:flex}.navbar .nav--links{position:fixed;top:0;left:-20px;padding-top:2rem;padding-bottom:2rem;height:fit-content;width:100vw;background:var(--bg);flex-direction:column;align-items:center;justify-content:center;transform:translateY(-100%);transition:transform .3s ease-in-out;z-index:1000}.navbar .nav--links.open{transform:translateY(0);top:80px;left:-20px}.navbar .nav--links .nav-link{margin:1rem 0}}
