.order-hub .hub-head{display:flex;align-items:center;gap:14px;margin-bottom:22px}.order-hub .hub-head h1{font-size:clamp(20px,3vw,26px);margin:0}.order-hub .hub-head p{margin:3px 0 0;color:var(--text-muted);font-size:13px;font-weight:600}.order-hub .hub-section-title{font-size:15px;font-weight:800;color:var(--text-secondary);margin:26px 0 12px;display:flex;align-items:center;gap:10px}.order-hub .hub-section-title:before{content:"";width:4px;height:18px;border-radius:2px;background:var(--primary)}.order-hub .hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:14px;gap:14px}.order-hub .hub-card,.order-hub .hub-track{display:flex;align-items:center;gap:14px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px 20px;box-shadow:var(--shadow-sm);transition:.18s;text-decoration:none;color:inherit}.order-hub .hub-card:hover,.order-hub .hub-track:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:var(--border-strong);text-decoration:none}.order-hub .hub-card.soon{opacity:.9}.order-hub .hub-ico{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;flex:none}.order-hub .hub-ico svg{width:26px;height:26px}.order-hub .hub-card.available .hub-ico{background:var(--primary-soft);color:var(--primary)}.order-hub .hub-card.soon .hub-ico{background:var(--bg-muted);color:var(--text-muted)}.order-hub .hub-track .hub-ico{background:var(--gradient);color:#fff}.order-hub .hub-card-body,.order-hub .hub-track-body{flex:1 1}.order-hub .hub-card-body h3,.order-hub .hub-track-body h3{margin:0 0 3px;font-size:16px}.order-hub .hub-card-body p,.order-hub .hub-track-body p{margin:0;font-size:13px;color:var(--text-muted)}.order-hub .hub-badge{font-size:11px;font-weight:800;padding:4px 10px;border-radius:999px;white-space:nowrap}.order-hub .hub-badge.ready{background:color-mix(in srgb,var(--success) 15%,transparent);color:var(--success)}.order-hub .hub-badge.soon{background:var(--bg-muted);color:var(--text-muted)}.order-hub .hub-arrow{color:var(--primary);flex:none}.order-hub .hub-arrow svg{width:22px;height:22px}.order-hub .mk-tabs{display:flex;gap:6px;background:var(--bg-surface);border:1px solid var(--border);border-radius:14px;padding:5px;margin-bottom:24px}.order-hub .mk-tab{flex:1 1;display:flex;align-items:center;justify-content:center;gap:8px;padding:11px;border-radius:10px;font:inherit;font-size:14px;font-weight:800;color:var(--text-muted);cursor:pointer;border:0;background:transparent}.order-hub .mk-tab.on{background:var(--primary);color:#fff}.order-hub .mk-tab svg{width:17px;height:17px}.order-hub .mk-step{display:flex;align-items:center;gap:9px;margin:0 0 13px}.order-hub .mk-step-num{width:23px;height:23px;border-radius:50%;background:var(--primary);color:#fff;font-size:12.5px;font-weight:800;display:grid;place-items:center;flex:0 0 auto}.order-hub .mk-step h2{font-size:16px;font-weight:800;margin:0}.order-hub .mk-step span{font-size:12.5px;color:var(--text-muted);font-weight:600}.order-hub .mk-tpl-row{display:flex;gap:11px;margin-bottom:26px;flex-wrap:wrap}.order-hub .mk-tpl{flex:1 1;min-width:200px;display:flex;align-items:center;gap:12px;background:var(--bg-surface);border:1.5px solid var(--border);border-radius:12px;padding:14px 16px;cursor:pointer;font:inherit;text-align:inherit;color:inherit}.order-hub .mk-tpl.sel{border-color:var(--primary);background:var(--primary-soft)}.order-hub .mk-tpl.soon{opacity:.6;cursor:default}.order-hub .mk-tpl-ic{width:40px;height:40px;border-radius:10px;background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;flex:0 0 auto}.order-hub .mk-tpl.sel .mk-tpl-ic{background:var(--primary);color:#fff}.order-hub .mk-tpl-ic svg{width:21px;height:21px}.order-hub .mk-tpl b{font-size:14.5px;font-weight:800;display:block}.order-hub .mk-tpl small{font-size:12px;color:var(--text-muted);font-weight:600}.order-hub .mk-tpl .pick{font-size:12px;color:var(--primary)}.order-hub .mk-tpl .pick,.order-hub .mk-tpl .soon-chip{-webkit-margin-start:auto;margin-inline-start:auto;font-weight:800}.order-hub .mk-tpl .soon-chip{font-size:11px;color:var(--gold);background:var(--gold-soft);padding:3px 9px;border-radius:99px}.order-hub .mk-experts{display:flex;flex-direction:column;gap:13px}.order-hub .mk-exp{background:var(--bg-surface);border:1.5px solid var(--border);border-radius:12px;padding:16px 17px}.order-hub .mk-exp.official{border-color:var(--gold)}.order-hub .mk-exp-top{display:flex;gap:14px;align-items:flex-start}.order-hub .mk-ava{width:56px;height:56px;border-radius:50%;flex:0 0 auto;display:grid;place-items:center;font-size:18px;font-weight:800;color:#fff;overflow:hidden}.order-hub .mk-ava img{width:100%;height:100%;object-fit:cover}.order-hub .mk-exp-id{flex:1 1;min-width:0}.order-hub .mk-name{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.order-hub .mk-name b{font-size:15.5px;font-weight:800}.order-hub .mk-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:800;padding:3px 9px;border-radius:99px}.order-hub .mk-badge.verified{background:var(--primary-soft);color:var(--primary)}.order-hub .mk-badge.official{background:var(--gold-soft);color:var(--gold)}.order-hub .mk-badge svg{width:12px;height:12px}.order-hub .mk-bio{font-size:12.8px;color:var(--text-muted);margin:4px 0 0;font-weight:500}.order-hub .mk-stats{display:flex;align-items:center;gap:9px;margin-top:8px;font-size:12.5px;font-weight:800}.order-hub .mk-stats .st{display:inline-flex;align-items:center;gap:5px;color:var(--primary)}.order-hub .mk-stats svg{width:14px;height:14px}.order-hub .mk-stats .sub{color:var(--text-muted);font-weight:600}.order-hub .mk-contacts{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.order-hub .mk-cc{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:var(--text);background:var(--bg-muted);border:1px solid var(--border);border-radius:8px;padding:5px 10px}.order-hub .mk-cc svg{width:14px;height:14px;color:var(--text-muted)}.order-hub .mk-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:13px;border-top:1px solid var(--border);flex-wrap:wrap}.order-hub .mk-price{font-size:13px;font-weight:800;color:var(--text-secondary)}.order-hub .mk-cta{display:inline-flex;align-items:center;gap:7px;background:var(--primary);color:#fff;border:0;border-radius:10px;padding:10px 18px;font:inherit;font-size:13.5px;font-weight:800;cursor:pointer;text-decoration:none}.order-hub .mk-cta svg{width:16px;height:16px}.order-hub .mk-disclaim{display:flex;align-items:flex-start;gap:8px;margin-top:12px;background:var(--gold-soft);border-radius:9px;padding:9px 12px;font-size:11.8px;font-weight:700;color:var(--gold);line-height:1.55}.order-hub .mk-disclaim svg{width:15px;height:15px;flex:0 0 auto;margin-top:1px}.order-hub .mk-track{background:var(--bg-surface);border:1px solid var(--border);border-radius:12px;padding:22px;text-align:center}.order-hub .mk-track h3{font-size:15px;font-weight:800;margin:0 0 6px}.order-hub .mk-track p{font-size:13px;color:var(--text-muted);margin:0 0 16px;font-weight:500}.order-hub .mk-loading{text-align:center;color:var(--text-muted);font-size:13px;font-weight:600;padding:30px}