@import url("https://ui.saurabhchirde.com/components/v1.0.0/components.css");@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap");:root{--primary-color:#192b52;--theme-background-color:#f2f2f24c;--theme-primary-color:#16284f;--theme-background-color:#181d29;--theme-primary-color:#e8e8e8;--accent-primary:#3b82f6;--accent-secondary:#8b5cf6;--accent-gradient:linear-gradient(135deg,#667eea,#764ba2);--gradient-text:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb)}:root[data-theme=dark]{--theme-background-color:#0a0a0f!important;--theme-primary-color:#e8e8e8;--title-color:rgb(241,241,241);--subtitle-color:rgb(192,192,192);--btn-hover:rgba(242,242,242,0.148);--card-bg:rgba(26,26,35,0.7);--card-border:rgb(79,79,79);--nav-bar-shadow:rgba(45,45,45,0.726);--accent-primary:#60a5fa;--accent-secondary:#a78bfa;--bg-gradient:radial-gradient(ellipse at top,rgba(102,126,234,0.15) 0%,transparent 50%),radial-gradient(ellipse at bottom,rgba(118,75,162,0.15) 0%,transparent 50%)}:root[data-theme=light]{--theme-background-color:#f8f9fa;--theme-primary-color:#16284f;--title-color:rgb(34,34,34);--subtitle-color:rgb(95,95,95);--btn-hover:rgba(29,29,29,0.146);--card-bg:rgba(255,255,255,0.8);--card-border:rgb(210,210,210);--nav-bar-shadow:rgba(24,24,24,0.195);--accent-primary:#3b82f6;--accent-secondary:#8b5cf6;--bg-gradient:radial-gradient(ellipse at top,rgba(102,126,234,0.08) 0%,transparent 50%),radial-gradient(ellipse at bottom,rgba(118,75,162,0.08) 0%,transparent 50%)}*{font-family:Montserrat,sans-serif;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth;background-color:var(--theme-background-color);font-size:clamp(14px,1.2vw,16px)}body{margin:0;padding:0;background:var(--theme-background-color);position:relative;overflow-x:hidden}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:var(--bg-gradient);z-index:0;pointer-events:none}.body{min-height:80vh}.row{margin:auto}a{text-decoration:none;color:var(--title-color)}body.darkTheme{background-color:var(--theme-background-color);color:var(--theme-primary-color)}hr{width:3%;margin-top:-.5rem;border-style:none;border-top:2px solid;color:var(--title-color)}.blog-box{display:flex;gap:0}section p{padding:15px 0;font-size:1.1rem;color:rgb(154,154,154)}small{font-size:.9rem}.practice{text-decoration:none}hr{max-width:80%}.cursor-icon{margin:auto;width:100%;display:none}.cursor-icon img{margin:1rem;width:48%}.row{display:flex}.box{margin:1rem 6rem 1rem 1rem;width:48%;border:0 solid gray;font-size:1.4rem;padding:3rem 0;background-color:#0479540f}::-webkit-scrollbar{width:5px;height:5px;color:var(--primary-color)}::-webkit-scrollbar-thumb{width:5px;height:5px;background-color:var(--primary-color)}::-webkit-scrollbar-track{background:transparent}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.chakra-skeleton{background:linear-gradient(90deg,var(--card-bg) 0,rgba(102,126,234,.1) 50%,var(--card-bg) 100%)!important;background-size:1000px 100%!important;animation:shimmer 2s linear infinite!important}.custom-shimmer{position:relative;overflow:hidden;background:var(--card-bg)}.custom-shimmer:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.2) 50%,transparent);background-size:200% 100%;animation:shimmer 2s infinite}@media screen and (max-width:768px){.section-dark{max-width:80%;display:block;background-color:#001f60f3;color:rgb(227,227,227);text-align:center;border-radius:10px}hr{width:8%}section{width:100%}.section-dark{max-width:90%}section p{color:rgb(154,154,154);font-size:1rem}hr{max-width:90%}.box{display:none}}