@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&family=Source+Sans+3:wght@400;600&display=swap";:root{--bg-base: #f5f5f5;--panel: #141414;--text-strong: #262626;--text-muted: #595959;--content-surface: #ffffff;--content-border: #f0f0f0;--shadow-soft: 0 10px 30px rgba(0, 0, 0, .05)}.site-shell{min-height:100vh;background:var(--bg-base);font-family:"Source Sans 3",sans-serif}.site-sider.ant-layout-sider{background:var(--panel);border-right:1px solid #303030;position:sticky;top:0;height:100vh;overflow:auto}.brand-block{padding:24px 20px 10px}.brand-logo{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;margin-bottom:10px;border-radius:8px;background:#531dab;color:#f9f0ff;font-family:Sora,sans-serif;font-size:.84rem;font-weight:700}.mobile-close-button{margin-top:10px;border:1px solid #434343;border-radius:8px;background:#262626;color:#f5f5f5;padding:6px 10px;font-size:.84rem;cursor:pointer}.mobile-close-button:hover{background:#1f1f1f}.brand-title.ant-typography{color:#f5f5f5;font-size:1.1rem;margin:0;font-family:Sora,sans-serif;font-weight:700}.site-menu.ant-menu{background:#141414;color:#bfbfbf;border-inline-end:none;font-size:.98rem;padding-inline:10px}.site-menu.ant-menu .ant-menu-item{border-radius:10px;margin-block:6px}.site-menu.ant-menu .ant-menu-item-selected{background:#531dab;color:#fff}.site-menu.ant-menu-dark .ant-menu-item:hover:not(.ant-menu-item-selected){background:#262626;color:#fff}.site-main-layout{background:transparent;min-height:100vh}.site-main-content{height:100vh;padding:20px;display:flex;flex-direction:column;overflow:hidden;min-width:0}.page-scroll-region{flex:1;overflow:auto;padding-right:2px;min-width:0;overflow-x:hidden}.app-breadcrumbs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.mobile-topbar{margin-bottom:10px}.mobile-menu-button{border:1px solid #531dab;border-radius:8px;background:#722ed1;color:#fff;padding:8px 10px;font-size:.9rem;cursor:pointer}.content-page{background:var(--content-surface);border:1px solid var(--content-border);border-radius:20px;padding:16px;box-shadow:var(--shadow-soft);animation:fade-up .5s ease both}.content-breadcrumb.ant-breadcrumb{margin-bottom:14px}.content-hero{border-top:4px solid;border-radius:14px;background:#fafafa;padding:12px 14px;margin-bottom:14px}.content-title.ant-typography{margin:0;font-family:Sora,sans-serif}.content-description.ant-typography{margin:10px 0 0;max-width:780px;color:#595959}.content-card.ant-card{border-radius:12px;border:1px solid #f0f0f0;min-height:180px}.content-card .ant-card-body{display:flex;flex-direction:column;height:100%;padding:14px}.content-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.meta-text.ant-typography{color:#8c8c8c;font-size:.85rem}.content-card-title.ant-typography{margin-top:0;margin-bottom:6px}.content-card-summary.ant-typography{color:#595959;margin-bottom:10px;flex:1}.content-open-btn{align-self:flex-start}.content-open-btn a{color:inherit}.content-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.content-detail-card.ant-card{border-radius:14px;border:1px solid #f0f0f0}.home-hero{padding:22px;border-radius:16px;border:1px solid #f0f0f0;background:linear-gradient(180deg,#faf5ff,#fff)}.home-badge{display:inline-flex;padding:4px 10px;border-radius:999px;border:1px solid #d3adf7;background:#f9f0ff;color:#531dab;font-size:.82rem;font-weight:600;margin-bottom:10px}.home-title.ant-typography{margin-top:0;margin-bottom:12px;max-width:860px;font-family:Sora,sans-serif}.home-subtitle.ant-typography{font-size:.98rem;color:#595959;max-width:820px}.home-intro-grid{margin-top:14px}.home-info-card.ant-card{border:1px solid #f0f0f0;border-radius:12px}.home-info-card .ant-card-head-title{color:#531dab;font-weight:600}.home-link-actions{display:flex;flex-wrap:wrap;gap:10px}.home-category-card .ant-typography{margin-top:10px}.home-category-card .ant-btn a{color:inherit}.page-footer{margin-top:12px;border:1px solid #f0f0f0;background:#fff;border-radius:12px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.page-footer-main,.page-footer-meta{display:flex;flex-direction:column;gap:2px}.page-footer-title.ant-typography{margin:0;color:#531dab;font-family:Sora,sans-serif;font-weight:600}.page-footer-text.ant-typography{color:#8c8c8c;margin:0}.dsa-page__hero{margin-bottom:12px}.dsa-page__demo-card.ant-card{border:1px solid #f0f0f0;border-radius:12px}.dsa-page__demo-card .ant-card-head{border-bottom:1px solid #f0f0f0}.dsa-page__demo-card .ant-card-head-title{color:#531dab;font-weight:600}.blog-page__hero{margin-bottom:10px}.blog-page__meta-row{margin-top:10px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.blog-page__meta{color:#8c8c8c}.blog-page__article-card.ant-card{border:1px solid #f0f0f0;border-radius:12px}.blog-page__article-card .ant-card-body{max-width:900px}.blog-code-block{background:#141414;color:#f5f5f5;border-radius:10px;padding:12px;overflow-x:auto;font-size:.86rem;line-height:1.5}.blog-list{margin:0;padding-left:18px;color:#434343;line-height:1.6}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 992px){.site-main-content{padding:12px}.content-page{padding:14px;border-radius:14px}.app-breadcrumbs{gap:6px;margin-bottom:10px}.site-sider.ant-layout-sider{position:fixed;z-index:1000;left:0;box-shadow:0 8px 24px #00000059}.content-detail-grid{grid-template-columns:1fr}.dsa-page__demo-card .ant-card-body,.blog-page__article-card .ant-card-body{padding:12px}.page-footer{flex-direction:column;align-items:flex-start}}.insertion-sorting-visualizer__bar,.bubble-sorting-visualizer__bar,.merge-sorting-visualizer__bar,.selection-sorting-visualizer__bar{width:5px}.sorting-visualizer{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:.5rem 0;min-width:0}.sorting-visualizer__controls{margin:1.5rem 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.sorting-visualizer__inputs label{margin-right:1rem;display:flex;flex-direction:column;font-size:.9rem}.sorting-visualizer__inputs input{padding:.4rem;margin-top:.2rem;width:100px;border:1px solid #ccc;border-radius:4px}.sorting-visualizer__buttons button{margin-right:.8rem;padding:.6rem 1rem;background-color:#722ed1;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s}.sorting-visualizer__buttons button:hover{background-color:#531dab}.sorting-visualizer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.sorting-visualizer__canvas{display:flex;align-items:flex-end;justify-content:center;overflow-x:auto}@media (max-width: 768px){.sorting-visualizer{padding:0}.sorting-visualizer__controls{margin:.9rem 0;gap:.7rem}.sorting-visualizer__buttons{display:flex;width:100%;gap:.6rem}.sorting-visualizer__buttons button{flex:1;margin-right:0;padding:.55rem .7rem;font-size:.85rem}.sorting-visualizer__grid{grid-template-columns:1fr;gap:1rem;margin-top:1rem}}.randomized-backtracking{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;padding:.5rem 0;min-width:0}.randomized-backtracking__content{margin-top:2px;display:flex;gap:20px}.randomized-backtracking__controls{display:flex;flex-direction:column;gap:8px;min-width:220px}.randomized-backtracking__controls .ant-btn{border-radius:8px}.randomized-backtracking__controls .ant-btn-primary{background:#722ed1;border-color:#722ed1}.randomized-backtracking__controls .ant-btn-primary:hover{background:#531dab!important;border-color:#531dab!important}.randomized-backtracking__button{margin-bottom:0!important}.randomized-backtracking__canvas-container canvas{width:100%;max-width:600px;height:auto;display:block}@media (max-width: 992px){.randomized-backtracking{padding:0}.randomized-backtracking__content{flex-direction:column;gap:10px}.randomized-backtracking__controls{width:100%}.randomized-backtracking__controls .ant-btn{width:100%;margin-bottom:10px!important}}.convex-hull-page{min-width:0}.convex-hull-page__button.ant-btn-primary{background:#722ed1;border-color:#722ed1;border-radius:8px}.convex-hull-page__button.ant-btn-primary:hover{background:#531dab!important;border-color:#531dab!important}.convex-hull-page__canvas-wrap{margin-top:12px;overflow-x:auto}.convex-hull-page__canvas{border:1px solid #d9d9d9;background-color:#fff;display:block;width:100%;max-width:800px;height:auto}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
