/* R188.5.5.6.46 — Client Orders Native UI. Page-only styles; frozen shell is intentionally untouched. */
.k-client-orders-native{display:grid;gap:18px;width:100%;max-width:2400px;margin:0 auto;padding:20px clamp(14px,2vw,28px) 36px;box-sizing:border-box}
.k-client-orders-native__head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:24px;border:1px solid #e2e8f0;border-radius:24px;background:linear-gradient(145deg,#fff,#f8fafc);box-shadow:0 10px 28px rgba(15,23,42,.05)}
.k-client-orders-native__head>div{min-width:0}.k-client-orders-native__head span{display:block;font-size:11px;font-weight:900;letter-spacing:.12em;color:#f97316}.k-client-orders-native__head h1{margin:6px 0 8px;font-size:clamp(28px,3vw,44px);line-height:1.02;color:#0f172a}.k-client-orders-native__head p{margin:0;max-width:760px;color:#64748b;line-height:1.5}.k-client-orders-native__head>.k-btn{flex:0 0 auto}
.k-client-orders-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.k-client-orders-status-grid button{display:grid;grid-template-columns:1fr auto;gap:3px 10px;align-items:center;text-align:left;min-height:90px;padding:14px 15px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;color:#334155;cursor:pointer;box-shadow:0 6px 18px rgba(15,23,42,.035)}
.k-client-orders-status-grid button span{font-size:13px;font-weight:850}.k-client-orders-status-grid button b{font-size:24px;line-height:1;color:#0f172a}.k-client-orders-status-grid button small{grid-column:1/-1;color:#94a3b8;font-size:10px}.k-client-orders-status-grid button.is-active{border-color:rgba(249,115,22,.45);background:#fff7ed;box-shadow:0 8px 22px rgba(249,115,22,.08)}.k-client-orders-status-grid button.is-active span,.k-client-orders-status-grid button.is-active b{color:#c2410c}
.k-client-orders-tools{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid #e2e8f0;border-radius:18px;background:#fff}.k-client-orders-search{display:flex;align-items:center;gap:9px;min-width:0;padding:0 12px;border:1px solid #e2e8f0;border-radius:13px;background:#f8fafc}.k-client-orders-search>span{font-size:20px;color:#94a3b8}.k-client-orders-search input{width:100%;min-width:0;height:46px;border:0;outline:0;background:transparent;color:#0f172a;font:inherit}.k-client-orders-search:focus-within{border-color:#fb923c;background:#fff;box-shadow:0 0 0 3px rgba(249,115,22,.09)}
.k-client-orders-exchange-note{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border:1px solid #fed7aa;border-radius:15px;background:#fff7ed;color:#9a3412}.k-client-orders-exchange-note[hidden]{display:none!important}.k-client-orders-exchange-note>div{display:grid;gap:2px}.k-client-orders-exchange-note b{font-size:12px}.k-client-orders-exchange-note span{font-size:10px;color:#c2410c}
.k-client-orders-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.k-client-order-card{display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border:1px solid #e2e8f0;border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.05);position:relative}.k-client-order-card::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#94a3b8}.k-client-order-card.is-active::before{background:#f97316}.k-client-order-card.has-offers::before{background:#2563eb}.k-client-order-card.is-assigned::before{background:#7c3aed}.k-client-order-card.is-completed::before{background:#16a34a}.k-client-order-card.is-cancelled::before{background:#94a3b8}
.k-client-order-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px 10px}.k-client-order-card__status{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.k-client-order-card__status span,.k-client-order-card__status b{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:999px;font-size:9px;font-weight:900}.k-client-order-card__status span{background:#f1f5f9;color:#475569}.k-client-order-card.has-offers .k-client-order-card__status b{background:#eff6ff;color:#1d4ed8}.k-client-order-card.is-completed .k-client-order-card__status span{background:#f0fdf4;color:#15803d}.k-client-order-card__number{display:grid;text-align:right;gap:2px}.k-client-order-card__number b{font-size:12px;color:#334155}.k-client-order-card__number small{font-size:9px;color:#94a3b8}
.k-client-order-card__main{display:grid;gap:13px;padding:5px 16px 15px}.k-client-order-card__identity{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:center}.k-client-order-card__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#fff7ed;color:#f97316;font-size:13px}.k-client-order-card__identity h3{margin:0;font-size:18px;line-height:1.2;color:#0f172a}.k-client-order-card__identity p{margin:4px 0 0;color:#64748b;font-size:11px}.k-client-order-card__progress{height:6px;overflow:hidden;border-radius:999px;background:#eef2f7}.k-client-order-card__progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f97316,#fb923c)}.k-client-order-card.is-completed .k-client-order-card__progress span{background:#16a34a}
.k-client-order-card__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.k-client-order-card__facts>div{min-width:0;padding:10px;border-radius:13px;background:#f8fafc}.k-client-order-card__facts small,.k-client-order-card__facts strong{display:block}.k-client-order-card__facts small{color:#94a3b8;font-size:9px;text-transform:uppercase;letter-spacing:.04em}.k-client-order-card__facts strong{margin-top:4px;overflow:hidden;text-overflow:ellipsis;color:#334155;font-size:12px;line-height:1.3}
.k-client-order-offers{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;border-radius:14px}.k-client-order-offers>div{display:grid;gap:2px;min-width:0}.k-client-order-offers small{font-size:9px;color:#64748b}.k-client-order-offers strong{font-size:11px;color:#0f172a}.k-client-order-offers.has-items{background:#eff6ff;border:1px solid #dbeafe}.k-client-order-offers.is-waiting{background:#f8fafc;border:1px solid #eef2f7}.k-client-order-offers__pulse{width:9px;height:9px;border-radius:50%;background:#f97316;box-shadow:0 0 0 0 rgba(249,115,22,.3);animation:kClientOrderPulse 1.8s infinite}@keyframes kClientOrderPulse{70%{box-shadow:0 0 0 8px rgba(249,115,22,0)}100%{box-shadow:0 0 0 0 rgba(249,115,22,0)}}
.k-client-order-card__actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:0 16px 16px}.k-client-order-card__actions>.k-btn{min-height:42px}
.k-client-orders-loading{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.k-client-orders-loading>div{height:290px;border-radius:22px;background:linear-gradient(100deg,#f1f5f9 30%,#f8fafc 45%,#f1f5f9 60%);background-size:220% 100%;animation:kClientOrdersSkeleton 1.3s infinite}@keyframes kClientOrdersSkeleton{to{background-position-x:-220%}}.k-client-orders-empty{display:flex;align-items:flex-start;gap:14px;padding:22px;border:1px solid #e2e8f0;border-radius:22px;background:#fff}.k-client-orders-empty>span{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:#fff7ed;color:#f97316;font-size:24px}.k-client-orders-empty h2{margin:0 0 5px}.k-client-orders-empty p{margin:0 0 14px;color:#64748b}.k-client-orders-empty>div{min-width:0}
.k-client-orders-dialog{width:min(760px,calc(100vw - 28px));max-height:min(88dvh,900px);padding:0;border:0;border-radius:24px;background:transparent;box-shadow:0 30px 90px rgba(15,23,42,.3)}.k-client-orders-dialog::backdrop{background:rgba(15,23,42,.5);backdrop-filter:blur(3px)}.k-client-orders-dialog__sheet{overflow:auto;max-height:min(88dvh,900px);border-radius:24px;background:#fff}.k-client-orders-dialog__sheet>header{position:sticky;top:0;z-index:3;display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:17px 18px;border-bottom:1px solid #eef2f7;background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}.k-client-orders-dialog__sheet>header span{display:block;color:#f97316;font-size:9px;font-weight:900;letter-spacing:.11em}.k-client-orders-dialog__sheet>header h2{margin:4px 0 0;font-size:21px}.k-client-orders-dialog__sheet>header button{display:grid;place-items:center;width:36px;height:36px;border:0;border-radius:12px;background:#f1f5f9;color:#475569;font-size:22px;cursor:pointer}.k-client-orders-dialog__body{padding:18px}
.k-client-orders-filter-dialog{display:grid;gap:16px}.k-client-orders-filter-dialog h3{margin:0;font-size:13px;color:#334155}.k-client-orders-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.k-client-orders-choice,.k-client-orders-sort-choice{display:grid;grid-template-columns:1fr auto;gap:3px 10px;align-items:center;text-align:left;padding:12px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;color:#334155;cursor:pointer}.k-client-orders-choice span,.k-client-orders-sort-choice span{font-weight:800}.k-client-orders-choice small{grid-column:1/-1;color:#94a3b8;font-size:9px}.k-client-orders-choice b,.k-client-orders-sort-choice b{color:#f97316}.k-client-orders-choice.is-active,.k-client-orders-sort-choice.is-active{border-color:#fdba74;background:#fff7ed}.k-client-orders-sort-list{display:grid;gap:7px}.k-client-orders-dialog__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:4px}
.k-client-orders-offers-dialog{display:grid;gap:14px}.k-client-orders-offers-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px;border-radius:16px;background:#f8fafc}.k-client-orders-offers-summary small{display:block;color:#94a3b8;font-size:9px}.k-client-orders-offers-summary h3{margin:4px 0 0;font-size:17px}.k-client-orders-offers-summary>div:last-child{text-align:right}.k-client-orders-offers-summary strong{display:block;margin-top:4px}.k-client-orders-offers-note{margin:0;color:#64748b;font-size:11px;line-height:1.5}.k-client-orders-bids{display:grid;gap:10px}.k-client-native-bid{padding:14px;border:1px solid #e2e8f0;border-radius:17px;background:#fff}.k-client-native-bid>header{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:9px;align-items:center}.k-client-native-bid__avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#eff6ff;color:#1d4ed8;font-weight:900}.k-client-native-bid>header>div:nth-child(2){display:grid;min-width:0}.k-client-native-bid>header b{font-size:13px}.k-client-native-bid>header span{overflow:hidden;text-overflow:ellipsis;color:#64748b;font-size:9px}.k-client-native-bid>header>strong{font-size:15px;color:#0f172a}.k-client-native-bid__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin-top:12px}.k-client-native-bid__facts span{display:grid;gap:2px;padding:8px;border-radius:11px;background:#f8fafc}.k-client-native-bid__facts small{font-size:8px;color:#94a3b8;text-transform:uppercase}.k-client-native-bid__facts b{font-size:10px}.k-client-native-bid__facts em{font-size:8px;color:#64748b;font-style:normal}.k-client-native-bid>p{margin:10px 0 0;padding:10px;border-radius:11px;background:#fff7ed;color:#9a3412;font-size:10px;line-height:1.45}.k-client-native-bid__actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:11px}.k-client-native-bid__accepted,.k-client-native-bid__declined{display:block;padding:10px;border-radius:11px;font-size:11px;font-weight:850;text-align:center}.k-client-native-bid__accepted{background:#f0fdf4;color:#15803d}.k-client-native-bid__declined{background:#f8fafc;color:#64748b}
.k-client-orders-actions-dialog{display:grid;gap:8px}.k-client-orders-actions-dialog>a,.k-client-orders-actions-dialog>button{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;width:100%;padding:12px;border:1px solid #e2e8f0;border-radius:15px;background:#fff;color:#334155;text-decoration:none;text-align:left;cursor:pointer}.k-client-orders-actions-dialog>a>span,.k-client-orders-actions-dialog>button>span{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:#f8fafc;color:#f97316}.k-client-orders-actions-dialog div{display:grid;min-width:0}.k-client-orders-actions-dialog b{font-size:12px}.k-client-orders-actions-dialog small{margin-top:2px;color:#94a3b8;font-size:9px}.k-client-orders-actions-dialog i{font-style:normal;color:#94a3b8;font-size:20px}
.k-client-orders-confirm{text-align:center}.k-client-orders-confirm__mark{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 12px;border-radius:18px;background:#f0fdf4;color:#16a34a;font-size:28px;font-weight:900}.k-client-orders-confirm h3{margin:0;font-size:20px}.k-client-orders-confirm>p{max-width:520px;margin:8px auto 15px;color:#64748b;line-height:1.5}.k-client-orders-confirm__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:14px}.k-client-orders-confirm__facts span{display:grid;gap:3px;padding:10px;border-radius:12px;background:#f8fafc}.k-client-orders-confirm__facts small{color:#94a3b8;font-size:8px;text-transform:uppercase}.k-client-orders-confirm__facts b{font-size:11px}.k-client-orders-dialog-empty{padding:20px;text-align:center;border:1px dashed #cbd5e1;border-radius:16px;background:#f8fafc}.k-client-orders-dialog-empty h3{margin:0 0 5px}.k-client-orders-dialog-empty p{margin:0 0 12px;color:#64748b}
@media(min-width:1900px){.k-client-orders-list,.k-client-orders-loading{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:900px){.k-client-orders-native{padding-inline:14px}.k-client-orders-list,.k-client-orders-loading{grid-template-columns:1fr}.k-client-orders-native__head{align-items:stretch;flex-direction:column}.k-client-orders-native__head>.k-btn{width:100%}}
@media(max-width:760px){.k-client-orders-native{gap:12px;padding:10px 10px 26px}.k-client-orders-native__head{padding:15px;border-radius:18px;box-shadow:none}.k-client-orders-native__head span{font-size:9px}.k-client-orders-native__head h1{font-size:27px}.k-client-orders-native__head p{font-size:11px}.k-client-orders-status-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.k-client-orders-status-grid button{min-height:76px;padding:11px;border-radius:15px}.k-client-orders-status-grid button b{font-size:20px}.k-client-orders-tools{grid-template-columns:minmax(0,1fr) auto;padding:7px;border-radius:15px}.k-client-orders-tools>.k-btn{min-height:46px;padding-inline:11px}.k-client-order-card{border-radius:18px;box-shadow:none}.k-client-order-card__head{padding:12px 13px 8px}.k-client-order-card__main{padding:4px 13px 13px}.k-client-order-card__facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.k-client-order-card__facts>div{padding:8px}.k-client-order-card__actions{grid-template-columns:minmax(0,1fr) auto;padding:0 13px 13px}.k-client-order-offers{align-items:stretch;flex-direction:column}.k-client-order-offers>.k-btn{width:100%}.k-client-orders-dialog{width:100vw;max-width:none;max-height:94dvh;margin:auto 0 0;border-radius:24px 24px 0 0}.k-client-orders-dialog__sheet{max-height:94dvh;border-radius:24px 24px 0 0}.k-client-orders-dialog__body{padding:14px}.k-client-orders-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.k-client-orders-offers-summary{display:grid;grid-template-columns:1fr auto}.k-client-native-bid>header{grid-template-columns:34px minmax(0,1fr)}.k-client-native-bid>header>strong{grid-column:2;justify-self:start}.k-client-native-bid__facts{grid-template-columns:repeat(2,minmax(0,1fr))}.k-client-native-bid__actions{grid-template-columns:1fr}.k-client-orders-confirm__facts{grid-template-columns:1fr}.k-client-orders-exchange-note{align-items:stretch;flex-direction:column}.k-client-orders-exchange-note>.k-btn{width:100%}}
@media(max-width:360px){.k-client-orders-native{padding-inline:8px}.k-client-orders-status-grid button{min-height:72px;padding:9px}.k-client-orders-tools{grid-template-columns:1fr}.k-client-orders-tools>.k-btn{width:100%}.k-client-order-card__facts{grid-template-columns:1fr}.k-client-order-card__actions{grid-template-columns:1fr}.k-client-order-card__actions>.k-btn{width:100%}.k-client-orders-choice-grid{grid-template-columns:1fr}.k-client-orders-dialog__actions{grid-template-columns:1fr}}
