.sort-page{color:#fff;padding:30px 20px;text-align:center}.sort-title{font-size:2rem;margin-bottom:20px}.sort-controls{display:flex;justify-content:center;gap:15px;margin-bottom:30px;flex-wrap:wrap}.sort-controls button{background:#1e293b;color:#fff;border:1px solid #334155;padding:12px 18px;border-radius:8px;cursor:pointer;font-size:16px}.sort-controls button:hover{background:#334155}.sort-controls button:disabled{opacity:.6;cursor:not-allowed}.array-container{display:flex;align-items:flex-end;justify-content:center;gap:8px;height:400px;padding:20px;border-radius:12px;background:#111827;overflow-x:auto}.bar-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.array-bar{width:22px;background:#38bdf8;border-radius:4px 4px 0 0;transition:height .2s ease,background .2s ease}.array-bar.active{background:#f59e0b}.array-bar.sorted{background:#22c55e}.bar-label{margin-top:8px;font-size:12px;color:#cbd5e1}.info-layout{display:flex;gap:20px;margin-top:30px;justify-content:center;flex-wrap:wrap}.code-panel{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:20px;min-width:300px;text-align:left}.code-panel h3{margin-bottom:15px;color:#e2e8f0;border-bottom:1px solid #334155;padding-bottom:10px}.code-panel p{margin:10px 0;color:#cbd5e1;font-size:14px}.code-panel code{background:#0f172a;padding:2px 6px;border-radius:4px;color:#38bdf8;font-family:monospace}.pseudo-code{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:20px;min-width:300px;text-align:left}.pseudo-code h3{margin-bottom:15px;color:#e2e8f0;border-bottom:1px solid #334155;padding-bottom:10px}.pseudo-line{padding:5px 10px;font-family:monospace;font-size:13px;color:#94a3b8;border-radius:4px;margin:2px 0}.pseudo-line.active-line{background:#f59e0b;color:#0f172a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#0f172a;color:#fff;min-height:100vh}.header{background:#1e293b;padding:15px 20px;border-bottom:1px solid #334155}.logo{height:40px;width:auto}.sort-navbar{background:#1e293b;padding:15px 20px;border-bottom:1px solid #334155}.sort-navbar ul{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.sort-navbar li{display:inline-block}.sort-navbar button{background:#334155;color:#fff;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s ease}.sort-navbar button:hover{background:#475569}main{padding:30px 20px;text-align:center}main h2{font-size:1.8rem;margin-bottom:25px;color:#e2e8f0}
