html:not([data-theme=dark]) i.cancel-reason-icon,html[data-theme=light] i.cancel-reason-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;margin-left:6px!important;border:2px solid #0c1222!important;border-radius:7px!important;background:#fff7ed!important;color:#ea580c!important;-webkit-text-fill-color:#ea580c!important;font-size:14px!important;font-style:normal!important;line-height:1!important;box-shadow:2px 2px 0 #ea580c!important;cursor:help!important;vertical-align:middle!important;transition:transform .12s ease,box-shadow .12s ease!important}html:not([data-theme=dark]) i.cancel-reason-icon:hover,html[data-theme=light] i.cancel-reason-icon:hover{transform:translate(-1px,-1px)!important;box-shadow:3px 3px 0 #ea580c!important;background:#ffedd5!important}html:not([data-theme=dark]) i.cancel-reason-icon:before,html[data-theme=light] i.cancel-reason-icon:before{font-family:remixicon!important;font-style:normal!important;font-weight:400!important;color:#ea580c!important;-webkit-text-fill-color:#ea580c!important;line-height:1!important;background:none!important;background-clip:border-box!important;-webkit-background-clip:border-box!important;display:inline-block!important}html[data-theme=dark] i.cancel-reason-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important;margin-left:6px!important;border:1.5px solid rgba(251,146,60,.5)!important;border-radius:7px!important;background:rgba(251,146,60,.15)!important;color:#fb923c!important;-webkit-text-fill-color:#fb923c!important;font-size:14px!important;font-style:normal!important;line-height:1!important;cursor:help!important;vertical-align:middle!important;transition:all .15s ease!important}html[data-theme=dark] i.cancel-reason-icon:hover{background:rgba(251,146,60,.25)!important;border-color:rgba(251,146,60,.7)!important;transform:translate(-1px,-1px)!important}html[data-theme=dark] i.cancel-reason-icon:before{font-family:remixicon!important;font-style:normal!important;font-weight:400!important;color:#fb923c!important;-webkit-text-fill-color:#fb923c!important;line-height:1!important;background:none!important;background-clip:border-box!important;-webkit-background-clip:border-box!important;display:inline-block!important}html:not([data-theme=dark]) i.order-card-cancel-reason,html[data-theme=light] i.order-card-cancel-reason{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;margin-left:5px!important;border:1.5px solid #0c1222!important;border-radius:6px!important;background:#fff7ed!important;color:#ea580c!important;-webkit-text-fill-color:#ea580c!important;font-size:12px!important;font-style:normal!important;line-height:1!important;box-shadow:1.5px 1.5px 0 #ea580c!important;cursor:help!important;vertical-align:middle!important}html:not([data-theme=dark]) i.order-card-cancel-reason:before,html[data-theme=light] i.order-card-cancel-reason:before{font-family:remixicon!important;font-style:normal!important;font-weight:400!important;color:#ea580c!important;-webkit-text-fill-color:#ea580c!important;line-height:1!important;background:none!important;background-clip:border-box!important;-webkit-background-clip:border-box!important;display:inline-block!important}html[data-theme=dark] i.order-card-cancel-reason{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;margin-left:5px!important;border:1px solid rgba(251,146,60,.5)!important;border-radius:6px!important;background:rgba(251,146,60,.15)!important;font-size:12px!important;cursor:help!important;vertical-align:middle!important}html[data-theme=dark] i.order-card-cancel-reason,html[data-theme=dark] i.order-card-cancel-reason:before{color:#fb923c!important;-webkit-text-fill-color:#fb923c!important;font-style:normal!important;line-height:1!important}html[data-theme=dark] i.order-card-cancel-reason:before{font-family:remixicon!important;font-weight:400!important;background:none!important;background-clip:border-box!important;-webkit-background-clip:border-box!important;display:inline-block!important}.scroll-box-purple{overflow-x:auto;overflow-y:hidden;white-space:nowrap;scrollbar-width:none}.scroll-box-purple::-webkit-scrollbar{height:0;opacity:0;transition:all .3s ease}.scroll-box-purple:hover{scrollbar-width:thin;scrollbar-color:#764ba2 rgba(118,75,162,.1)}.scroll-box-purple:hover::-webkit-scrollbar{height:5px;opacity:1}.scroll-box-purple::-webkit-scrollbar-track{background:rgba(118,75,162,.1);border-radius:3px}.scroll-box-purple::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#667eea,#764ba2,#f093fb);border-radius:3px}.scroll-box-purple::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#5a67d8,#6b46a1,#e879f9)}.scroll-box-purple span{display:inline-block;padding-bottom:2px;transition:padding .3s ease}.scroll-box-purple:hover span{padding-bottom:8px}.orders-page-wrapper{width:100%;max-width:100%;padding:0 8px 10px 0;min-height:240px}.orders-page-wrapper .empty-state{display:block;color:inherit}.bulk-selection-bar{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:linear-gradient(135deg,rgba(30,58,95,.15),rgba(34,211,238,.1));border:1px solid rgba(30,58,95,.3);border-radius:16px;margin-bottom:20px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bulk-info{display:flex;align-items:center;gap:10px;color:var(--ads-text-primary);font-size:14px}.bulk-info i{font-size:20px;color:var(--ads-purple-bright)}.bulk-info strong{color:var(--ads-cyan)}.bulk-actions{display:flex;gap:10px}.bulk-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;background:var(--ads-gradient-main);border:none;border-radius:10px;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.bulk-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(30,58,95,.3)}.bulk-btn-clear{background:rgba(239,68,68,.15);color:#ef4444}.bulk-btn-clear:hover{background:rgba(239,68,68,.25);box-shadow:none;transform:none}.custom-checkbox{position:relative;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;inset:0}.custom-checkbox .checkmark{width:22px;height:22px;background:hsla(0,0%,100%,.05);border:2px solid var(--ads-glass-border);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.custom-checkbox:hover .checkmark{border-color:var(--ads-purple)}.custom-checkbox input:checked~.checkmark{background:var(--ads-gradient-main);border-color:transparent}.custom-checkbox input:checked~.checkmark:after{content:"✓";color:#fff;font-size:14px;font-weight:700}.custom-checkbox input:disabled~.checkmark{opacity:.5;cursor:not-allowed}.orders-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;flex-wrap:wrap}.status-tabs{display:flex;gap:8px;flex-wrap:wrap}button.status-tab{appearance:none;-webkit-appearance:none}.status-tab{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;background:var(--ads-glass-bg);border:1px solid var(--ads-glass-border);border-radius:12px;color:var(--ads-text-secondary);font-size:13px;font-weight:600;text-decoration:none;cursor:pointer;font-family:inherit;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease;white-space:nowrap}.status-tab:active,.status-tab:hover{border-color:var(--ads-purple);color:var(--ads-text-primary);transform:translate3d(-1px,-1px,0)}.status-tab.active{background:var(--ads-gradient-main);border-color:transparent;color:#fff}.status-tab i{font-size:16px}.orders-search-form{flex-shrink:0}.orders-search-box{display:flex;align-items:center;gap:10px;padding:8px 8px 8px 18px;background:var(--ads-glass-bg);border:1px solid var(--ads-glass-border);border-radius:14px;min-width:280px}.orders-search-box:focus-within{border-color:var(--ads-purple)}.orders-search-box>i{color:var(--ads-text-muted);font-size:18px}.orders-search-box input{flex:1;background:transparent;border:none;outline:none;color:var(--ads-text-primary);font-size:14px;min-width:150px}.orders-search-box button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--ads-gradient-main);border:none;border-radius:10px;color:#fff;cursor:pointer;transition:all .2s ease}.orders-search-box button:hover{transform:scale(1.05)}.orders-table-container{background:var(--ads-glass-bg);border:1px solid var(--ads-glass-border);border-radius:20px;overflow:visible}.orders-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:18px}.orders-table td.td-link{overflow:hidden}.orders-table td.td-service{overflow:hidden;white-space:normal}.order-leftover{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.order-row-actions{display:flex;flex-wrap:nowrap;gap:6px}.order-row-actions .order-card-action-btn{padding:6px 10px;font-size:11px;white-space:nowrap;flex-shrink:0}.order-refill-left{font-weight:700;white-space:nowrap}.order-refill-left.is-off{color:#94a3b8;font-weight:600}.order-card-refill{font-size:11px;color:var(--ads-text-secondary);margin-bottom:6px}.order-card-actions.is-main{margin-bottom:8px}.orders-table{width:100%;min-width:980px;table-layout:auto;border-collapse:collapse}.orders-table thead{background:linear-gradient(135deg,rgba(30,58,95,.08),rgba(34,211,238,.04))}.orders-table th{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--ads-text-muted);text-align:left;white-space:nowrap;overflow:visible;text-overflow:unset}.orders-table td,.orders-table th{padding:12px 10px;border-bottom:1px solid var(--ads-glass-border)}.orders-table td{font-size:13px;color:var(--ads-text-secondary);vertical-align:top;overflow:hidden}.orders-table tbody tr:last-child td{border-bottom:none}.orders-table tbody tr:hover{background:rgba(30,58,95,.03)}.td-checkbox,.th-checkbox{width:44px;min-width:44px;text-align:center}.td-id,.th-id{min-width:132px;white-space:nowrap}.td-date,.th-date{min-width:92px;white-space:nowrap}.td-link,.th-link{min-width:120px;max-width:180px}.td-sum,.th-sum{min-width:76px;white-space:nowrap}.td-qty,.td-start,.th-qty,.th-start{min-width:64px;white-space:nowrap}.td-status,.th-status{min-width:110px;white-space:nowrap}.td-left,.th-left{min-width:168px}.orders-desk-list{display:none;flex-direction:column;gap:10px;padding:14px}.orders-desk-select{display:flex;align-items:center;gap:10px;font:800 12px/1 Space Grotesk,sans-serif;opacity:.6;padding:0 4px 4px}.order-desk{border-radius:14px;padding:14px 16px}html:not([data-theme=dark]) .order-desk,html[data-theme=light] .order-desk{background:#fff;border:2px solid #0c1222;box-shadow:3px 3px 0 #0c1222}html[data-theme=dark] .order-desk{background:#14181f;border:1.5px solid hsla(0,0%,100%,.7);box-shadow:3px 3px 0 hsla(0,0%,100%,.22)}.order-desk-top{display:flex;align-items:flex-start;gap:12px}.order-desk-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.order-desk-line{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.order-desk-facts{align-items:stretch;gap:8px}.order-stat{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:72px;padding:8px 12px;border-radius:10px}html:not([data-theme=dark]) .order-stat,html[data-theme=light] .order-stat{background:#fff8f0;border:1.5px solid #0c1222}html[data-theme=dark] .order-stat{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.22)}.order-stat-lab{font:800 10px/1 Space Grotesk,sans-serif;letter-spacing:.05em;text-transform:uppercase;opacity:.5}.order-stat-val{font:800 14px/1.2 Space Grotesk,sans-serif;color:var(--ads-text-primary);white-space:nowrap}.order-stat-link{flex:1 1 200px;min-width:160px;max-width:320px}.order-stat-link .order-link-wrap{max-width:100%;min-width:0}.order-desk-facts .order-charge{color:#10b981}.order-desk-actions{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;flex-shrink:0}.order-desk-svc{display:grid;grid-template-columns:auto 1fr auto;gap:10px 12px;align-items:start;margin:12px 0 0 40px;padding-top:12px;border-top:1px solid hsla(0,0%,50%,.22)}.order-svc-lab{margin-top:2px;font:800 11px/1.4 Space Grotesk,sans-serif;letter-spacing:.04em;text-transform:uppercase;opacity:.5}.order-svc-name{margin:0;font:700 13.5px/1.5 Space Grotesk,sans-serif;max-width:62ch;white-space:normal;overflow-wrap:break-word;word-break:normal}.order-desk-svc .btn-order-again{margin-top:0}.order-svc-field-card{display:grid;grid-template-columns:auto 1fr;gap:8px 10px;margin:0 0 10px;max-width:100%}.order-svc-field-card .order-svc-name{max-width:100%}@media (min-width:1025px){.orders-desk-list{display:flex}.orders-mobile-cards{display:none}}.order-id{display:inline-block;padding:4px 8px;background:linear-gradient(135deg,rgba(34,211,238,.15),rgba(30,58,95,.1));border-radius:8px;font-family:var(--ads-font-display);font-weight:700;font-size:12px;color:var(--ads-cyan);white-space:nowrap;overflow:visible;max-width:none;letter-spacing:0}.order-date{font-size:12px;color:var(--ads-text-muted);white-space:normal;line-height:1.3}.order-link-wrap{gap:8px;width:100%;min-width:0}.order-link-wrap,.url-copy-btn{display:flex;align-items:center}.url-copy-btn{width:32px;height:32px;justify-content:center;background:transparent;border:none;padding:0;cursor:pointer;color:#6b7280;flex-shrink:0;transition:all .2s ease}.url-copy-btn:hover{color:var(--ads-purple-bright);transform:scale(1.1)}.url-copy-btn svg{width:20px;height:20px}.url-open-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:pointer;color:#6b7280;flex-shrink:0;transition:all .2s ease;text-decoration:none;font-size:18px}.url-open-btn:hover{color:#10b981;transform:scale(1.1)}.service-deleted{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:8px;font-size:12px;color:#ef4444;white-space:nowrap}.service-deleted i{font-size:14px}.link-scroll-container{flex:1;min-width:0;max-width:100%;overflow:hidden;white-space:nowrap}.link-scroll-container::-webkit-scrollbar{height:4px}.link-scroll-container::-webkit-scrollbar-track{background:transparent}.link-scroll-container::-webkit-scrollbar-thumb{background:rgba(30,58,95,.3);border-radius:4px}.link-scroll-container::-webkit-scrollbar-thumb:hover{background:rgba(30,58,95,.5)}.order-link{display:block;color:var(--ads-text-primary);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.btn-icon-sm{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(30,58,95,.1);border:none;border-radius:6px;color:var(--ads-purple-bright);cursor:pointer;flex-shrink:0;transition:all .2s ease}.btn-icon-sm:hover{background:rgba(30,58,95,.2);transform:scale(1.05)}.btn-icon-sm svg{width:16px;height:16px}.btn-icon{width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:rgba(30,58,95,.1);border:none;border-radius:8px;color:var(--ads-purple-bright);cursor:pointer;transition:all .2s ease;text-decoration:none}.btn-icon:hover{background:rgba(30,58,95,.2);transform:scale(1.05)}.btn-icon i{font-size:16px}.service-wrap{display:flex;align-items:flex-start;gap:8px;width:100%;min-width:0}.service-scroll-container{flex:1;min-width:0;max-width:100%;position:relative;overflow:visible}.service-scroll-container::-webkit-scrollbar{height:4px}.service-scroll-container::-webkit-scrollbar-track{background:transparent}.service-scroll-container::-webkit-scrollbar-thumb{background:rgba(30,58,95,.3);border-radius:4px}.service-scroll-container::-webkit-scrollbar-thumb:hover{background:rgba(30,58,95,.5)}.order-service{display:block;width:100%;max-width:100%;font-size:13px;font-weight:700;line-height:1.35;padding:0;margin:0;border:0;background:none;color:inherit;text-align:left;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-order-service{background:linear-gradient(135deg,rgba(16,185,129,.15),rgba(16,185,129,.1));color:#10b981;flex-shrink:0}.btn-order-service:hover{background:linear-gradient(135deg,rgba(16,185,129,.25),rgba(16,185,129,.2))}.btn-order-again{width:auto;min-height:32px;padding:6px 12px;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:transparent;border:2px solid #06b6d4;border-radius:10px;color:#0891b2;cursor:pointer;flex-shrink:0;font:800 12px/1 Space Grotesk,sans-serif;box-shadow:2px 2px 0 #06b6d4;text-decoration:none;white-space:nowrap}.btn-order-again:hover{background:rgba(6,182,212,.12);transform:translate(-1px,-1px);box-shadow:3px 3px 0 #06b6d4;color:#0e7490}.btn-order-again i{font-size:15px;line-height:1}html[data-theme=dark] .btn-order-again{border-color:#22d3ee;color:#67e8f9;box-shadow:2px 2px 0 #22d3ee;background:transparent}html[data-theme=dark] .btn-order-again:hover{background:rgba(34,211,238,.14);color:#a5f3fc;box-shadow:3px 3px 0 #22d3ee}.order-charge{font-family:var(--ads-font-display);font-weight:700;color:#10b981}.order-quantity,.order-remains,.order-startcount{font-family:var(--ads-font-display);font-weight:600;color:var(--ads-text-primary)}.order-service.is-open{color:#d97706}.order-svc-pop{position:absolute;left:0;top:calc(100% + 6px);z-index:50;min-width:240px;max-width:min(420px,72vw);padding:12px 14px;border-radius:12px;font:700 13px/1.45 Space Grotesk,sans-serif;white-space:normal;word-break:break-word}html:not([data-theme=dark]) .order-svc-pop,html[data-theme=light] .order-svc-pop{background:#fff;color:#0c1222;border:2.5px solid #0c1222;box-shadow:4px 4px 0 #d97706}html[data-theme=dark] .order-svc-pop{background:#14181f;color:#f4fff8;border:2px solid #a3e635;box-shadow:4px 4px 0 rgba(163,230,53,.35)}.order-svc-pop p{margin:0 0 10px}.order-svc-pop-x{border:0;background:transparent;font:800 12px/1 inherit;cursor:pointer;padding:0;opacity:.7}.order-card-info{position:relative}.order-svc-pop-card{position:relative;top:0;left:0;margin:8px 0}.order-status-cell{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.order-status{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;font-size:12px;font-weight:700;white-space:nowrap}.status-completed{background:rgba(16,185,129,.15);color:#10b981}.status-pending{background:rgba(251,191,36,.15);color:#f59e0b}.status-inprogress{background:rgba(59,130,246,.15);color:#3b82f6}.status-processing{background:rgba(249,115,22,.15);color:#f97316}.status-partial{background:rgba(30,58,95,.15);color:#1e3a5f}.status-canceled{background:rgba(239,68,68,.15);color:#ef4444}.cancel-reason-icon{font-size:16px;color:#f97316;cursor:help;transition:all .2s ease}.cancel-reason-icon:hover{color:#ea580c;transform:scale(1.1)}a.order-status{text-decoration:none;transition:all .2s ease}a.order-status:hover{transform:translateY(-1px);filter:brightness(1.1)}.status-canceled-wrap{display:flex;align-items:center;gap:8px}.cancel-reason-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);border-radius:6px;color:#ef4444;cursor:pointer;transition:all .2s ease}.cancel-reason-btn:hover{background:rgba(239,68,68,.2)}.cancel-reason-btn i{font-size:14px}.status-default{background:rgba(100,116,139,.15);color:#64748b}.order-status i{font-size:14px;cursor:help}.td-actions{white-space:normal;min-width:220px}.order-actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.btn-action{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:6px;font-size:11px;font-weight:600;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;white-space:nowrap}.btn-refill{background:linear-gradient(135deg,rgba(59,130,246,.2),rgba(59,130,246,.1));color:#3b82f6}.btn-refill:hover{background:linear-gradient(135deg,rgba(59,130,246,.3),rgba(59,130,246,.2))}.btn-refill-disabled{background:rgba(100,116,139,.1);color:#64748b;cursor:not-allowed}.btn-cancel{background:linear-gradient(135deg,rgba(239,68,68,.2),rgba(239,68,68,.1));color:#ef4444}.btn-cancel:hover{background:linear-gradient(135deg,rgba(239,68,68,.3),rgba(239,68,68,.2))}.action-cancel-requested,.action-refilling{font-size:11px;color:var(--ads-text-muted);font-style:italic;white-space:nowrap}.empty-orders{text-align:center;padding:60px 20px!important}.empty-state{display:flex;flex-direction:column;align-items:center;gap:12px}.empty-state i{font-size:48px;color:var(--ads-purple);opacity:.5}.empty-state h3{font-size:18px;font-weight:700;color:var(--ads-text-primary);margin:0}.empty-state p{font-size:14px;color:var(--ads-text-muted);margin:0}.orders-pagination{gap:8px;margin-top:24px}.orders-pagination,.page-btn{display:flex;align-items:center;justify-content:center}.page-btn{width:40px;height:40px;background:var(--ads-glass-bg);border:1px solid var(--ads-glass-border);border-radius:10px;color:var(--ads-text-secondary);text-decoration:none;transition:all .2s ease}.page-btn:hover{border-color:var(--ads-purple);color:var(--ads-text-primary)}.page-numbers{display:flex;gap:4px}.page-num{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--ads-glass-bg);border:1px solid var(--ads-glass-border);border-radius:10px;color:var(--ads-text-secondary);font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease}.page-num:hover{border-color:var(--ads-purple);color:var(--ads-text-primary)}.page-num.active{background:var(--ads-gradient-main);border-color:transparent;color:#fff}.order-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;z-index:99999;padding:20px;box-sizing:border-box}.order-modal-overlay.show{display:flex}.order-modal{width:100%;max-width:550px;max-height:85vh;background:#1a1a2e;border:1px solid rgba(30,58,95,.3);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 80px rgba(0,0,0,.5)}[data-theme=light] .order-modal{background:#fff;border-color:rgba(30,58,95,.2)}.order-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:linear-gradient(135deg,rgba(30,58,95,.2),rgba(34,211,238,.1));border-bottom:1px solid rgba(30,58,95,.2)}.order-modal-header h3{font-size:16px;font-weight:700;color:#fff;margin:0}[data-theme=light] .order-modal-header h3{color:#1a1a2e}.order-modal-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.1);border:none;border-radius:12px;color:#fff;font-size:20px;cursor:pointer}.order-modal-close:hover{background:rgba(239,68,68,.2);color:#ef4444}[data-theme=light] .order-modal-close{background:rgba(0,0,0,.05);color:#64748b}.order-modal-body{padding:24px;overflow-y:auto;flex:1;background:#1a1a2e}[data-theme=light] .order-modal-body{background:#fff}.detail-group{margin-bottom:20px}.detail-group:last-child{margin-bottom:0}.detail-group label{display:block;font-size:13px;font-weight:600;color:#a1a1aa;margin-bottom:8px}[data-theme=light] .detail-group label{color:#64748b}.detail-group input,.detail-group textarea{width:100%;padding:14px 16px;background:hsla(0,0%,100%,.05);border:1px solid rgba(30,58,95,.2);border-radius:12px;color:#fff;font-size:14px;resize:none;box-sizing:border-box}.detail-group textarea{min-height:120px}[data-theme=light] .detail-group input,[data-theme=light] .detail-group textarea{background:#f8fafc;border-color:#e2e8f0;color:#1a1a2e}.orders-toast{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;gap:10px;padding:16px 24px;background:#1a1a2e;border:1px solid rgba(16,185,129,.4);border-radius:14px;color:#10b981;font-size:14px;font-weight:600;box-shadow:0 15px 50px rgba(0,0,0,.4);z-index:100000;opacity:0;transform:translateY(20px);transition:all .3s ease}.orders-toast.show{opacity:1;transform:translateY(0)}.orders-toast i{font-size:20px}[data-theme=light] .orders-toast{background:#fff;box-shadow:0 15px 50px rgba(0,0,0,.15)}@media (max-width:1200px){.status-tabs{order:2;width:100%}.orders-search-form{order:1;width:100%}.orders-search-box{min-width:auto;width:100%}.bulk-selection-bar{flex-direction:column;gap:12px;align-items:stretch}.bulk-actions{justify-content:stretch}.bulk-btn{flex:1;justify-content:center}}@media (max-width:768px){.status-tab span{display:none}.status-tab{padding:12px 14px}.orders-table{min-width:0}.orders-table td,.orders-table th{padding:12px}.order-link,.order-service{max-width:none}}.orders-mobile-cards{display:flex;flex-direction:column;gap:12px;padding:0}.order-card-mobile{background:var(--ads-glass-bg);border-radius:16px;overflow:visible;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid var(--ads-glass-border);transition:transform .18s ease,box-shadow .18s ease}.order-card-main{padding:14px 16px;display:flex;align-items:center;gap:12px}.order-card-main .custom-checkbox{flex-shrink:0}.order-card-info{flex:1;min-width:0}.order-card-top{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.order-card-id{font-size:13px;font-weight:700;color:var(--ads-purple)}.order-card-date{font-size:11px;color:var(--ads-text-muted)}.order-card-service{width:100%;font-size:13px;color:var(--ads-text-primary);overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-word;margin-bottom:8px;font-weight:700;line-height:1.4;padding:0;border:0;background:none;text-align:left;cursor:pointer}.order-card-info .pp-rate-btn,.order-card-info .pp-rate-done{margin:0 0 8px}.order-card-stats{display:flex;gap:12px;font-size:11px;color:var(--ads-text-secondary);flex-wrap:wrap}.order-card-stats span{display:flex;align-items:center;gap:3px}.order-card-stats strong{color:var(--ads-text-primary);font-weight:600}.order-card-expand{width:36px;height:36px;border-radius:10px;background:var(--ads-card-bg);border:1px solid var(--ads-glass-border);cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--ads-text-secondary);transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease;flex-shrink:0}.order-card-expand:active,.order-card-expand:hover{transform:translate3d(0,-1px,0)}.order-card-expand.expanded,.order-card-expand:active,.order-card-expand:hover{background:var(--ads-purple);color:#fff;border-color:var(--ads-purple)}.order-card-expand.expanded i{transform:rotate(180deg)}.order-card-expand i{font-size:18px;transition:transform .2s}.order-card-details{background:var(--ads-card-bg);padding:0 16px;border-top:1px solid transparent;max-height:0;opacity:0;overflow:hidden;pointer-events:none;transform:translate3d(0,-6px,0);transition:max-height .28s ease,opacity .2s ease,padding .2s ease,transform .22s ease,border-color .2s ease}.order-card-details.show{max-height:320px;opacity:1;padding:14px 16px;border-top-color:var(--ads-glass-border);pointer-events:auto;transform:translateZ(0)}.order-card-link-row{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:10px 12px;background:var(--ads-glass-bg);border-radius:10px;border:1px solid var(--ads-glass-border)}.order-card-link-text{flex:1;font-size:11px;color:var(--ads-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.order-card-start{font-size:12px;color:var(--ads-text-secondary);padding:0 12px 12px}.order-comments{margin:8px 0 0;padding:8px 10px;border:1.5px solid rgba(12,18,34,.12);border-radius:10px;font-size:12px;line-height:1.4}.order-comments .order-stat-lab{display:block;margin-bottom:4px;font-weight:800;opacity:.65;text-transform:uppercase;letter-spacing:.04em;font-size:10px}.order-comments ol{margin:0;padding-left:18px}.order-comments li{margin:2px 0;word-break:break-word}html[data-theme=dark] .order-comments{border-color:hsla(0,0%,100%,.12)}.order-card-details .order-comments{margin:0 12px 12px}.order-card-link-btn{width:32px;height:32px;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:transform .18s ease,background-color .18s ease,color .18s ease;flex-shrink:0;text-decoration:none}.order-card-link-btn:active,.order-card-link-btn:hover{transform:translate3d(0,-2px,0) scale(1.06)}.order-card-link-btn.copy{background:rgba(30,58,95,.1);color:var(--ads-purple)}.order-card-link-btn.copy:hover{background:rgba(30,58,95,.2)}.order-card-link-btn.open{background:rgba(6,182,212,.1);color:#06b6d4}.order-card-link-btn.open:hover{background:rgba(6,182,212,.2)}.order-card-link-btn.details{background:rgba(59,130,246,.1);color:#3b82f6}.order-card-link-btn.details:hover{background:rgba(59,130,246,.2)}.order-card-action-btn.reorder{background:transparent;color:#0891b2;border:2px solid #06b6d4;box-shadow:2px 2px 0 #06b6d4}.order-card-action-btn.reorder:hover{background:rgba(6,182,212,.12);color:#0e7490;box-shadow:3px 3px 0 #06b6d4}html[data-theme=dark] .order-card-action-btn.reorder{border-color:#22d3ee;color:#67e8f9;box-shadow:2px 2px 0 #22d3ee;background:transparent}html[data-theme=dark] .order-card-action-btn.reorder:hover{background:rgba(34,211,238,.14);color:#a5f3fc;box-shadow:3px 3px 0 #22d3ee}.order-card-actions{display:flex;gap:8px;flex-wrap:wrap}.order-card-action-btn{padding:8px 14px;border-radius:8px;font-size:12px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;gap:5px;border:none;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:transform .18s ease,box-shadow .18s ease}.order-card-action-btn:active{transform:translateY(-1px)}.order-card-action-btn.refill{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.order-card-action-btn.refill:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.3)}.order-card-action-btn.cancel{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.order-card-action-btn.cancel:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(239,68,68,.3)}.order-card-action-btn.disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.order-card-action-status{padding:6px 12px;border-radius:8px;font-size:11px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.order-card-action-status.refilling{background:rgba(30,58,95,.1);color:var(--ads-purple)}.order-card-action-status.cancel-requested{background:rgba(245,158,11,.1);color:#f59e0b}.order-card-status{font-size:10px;padding:3px 8px;border-radius:6px;font-weight:600;display:inline-flex;align-items:center;gap:3px;white-space:nowrap}.order-card-status.status-completed{background:#dcfce7;color:#16a34a}.order-card-status.status-pending{background:#fff8f0;color:#d97706}.order-card-status.status-inprogress{background:#dbeafe;color:#2563eb}.order-card-status.status-processing{background:#e0e7ff;color:#4f46e5}.order-card-status.status-partial{background:#fae8ff;color:#1e3a5f}.order-card-status.status-canceled{background:#fee2e2;color:#dc2626}.order-card-status.status-default{background:#f1f5f9;color:#64748b}[data-theme=dark] .order-card-status.status-completed{background:rgba(16,185,129,.2);color:#34d399}[data-theme=dark] .order-card-status.status-pending{background:rgba(245,158,11,.2);color:#fbbf24}[data-theme=dark] .order-card-status.status-inprogress{background:rgba(59,130,246,.2);color:#60a5fa}[data-theme=dark] .order-card-status.status-processing{background:rgba(99,102,241,.2);color:#a5b4fc}[data-theme=dark] .order-card-status.status-partial{background:rgba(30,58,95,.2);color:#fbbf24}[data-theme=dark] .order-card-status.status-canceled{background:rgba(239,68,68,.2);color:#f87171}[data-theme=dark] .order-card-status.status-default{background:rgba(100,116,139,.2);color:#94a3b8}.order-card-cancel-reason{color:#f59e0b;font-size:14px;cursor:help}.order-card-service-deleted{font-size:11px;color:#ef4444;display:flex;align-items:center;gap:4px}@media (max-width:768px){.orders-table-wrap{display:none}.orders-table-container{padding:16px}.orders-toolbar{flex-direction:column;gap:12px}.status-tabs{width:100%;overflow-x:auto;padding-bottom:4px}.orders-search-box,.orders-search-box input,.orders-search-form{width:100%}.bulk-selection-bar{flex-direction:column;gap:10px;padding:12px 16px}.bulk-actions{width:100%;justify-content:center}}@media (max-width:1024px){html body .orders-table-wrap{display:none!important}html body .orders-mobile-cards{display:flex!important}html body .orders-desk-list{display:none!important}html body .orders-table-container{overflow:visible!important}html body .orders-table-container,html[data-theme=dark] body .orders-page-wrapper .orders-table-container,html[data-theme=light] body .orders-page-wrapper .orders-table-container{background:transparent!important;border:0!important;box-shadow:none!important}}html[data-theme=light] body .orders-page-wrapper .status-tab{border:2px solid #0c1222;box-shadow:2px 2px 0 #0c1222}html[data-theme=light] body .orders-page-wrapper .status-tab.active{background:#1e3a5f;color:#fff;border-color:#0c1222}html[data-theme=light] body .orders-page-wrapper .status-tab:active,html[data-theme=light] body .orders-page-wrapper .status-tab:hover{box-shadow:3px 3px 0 #0c1222}html[data-theme=dark] body .orders-page-wrapper .status-tab{border:2px solid #fff;box-shadow:2px 2px 0 #fff}html[data-theme=dark] body .orders-page-wrapper .status-tab.active{background:#a3e635;color:#111;border-color:#a3e635;box-shadow:2px 2px 0 #a3e635}html[data-theme=dark] body .orders-page-wrapper .status-tab:active,html[data-theme=dark] body .orders-page-wrapper .status-tab:hover{box-shadow:3px 3px 0 #fff}html[data-theme=light] body .orders-page-wrapper .orders-search-box,html[data-theme=light] body .orders-page-wrapper .orders-table-container{border:2.5px solid #0c1222;box-shadow:4px 4px 0 #0c1222;background:#fff}html[data-theme=dark] body .orders-page-wrapper .orders-search-box,html[data-theme=dark] body .orders-page-wrapper .orders-table-container{border:2.5px solid #fff;box-shadow:4px 4px 0 #fff;background:#12161c}html[data-theme=light] body .order-card-mobile{border:2.5px solid #0c1222;box-shadow:3px 3px 0 #0c1222;background:#fff}html[data-theme=dark] body .order-card-mobile{border:2.5px solid #fff;box-shadow:3px 3px 0 #fff;background:#14181f}.btn-order-again,.bulk-btn,.orders-search-box button,.url-copy-btn,.url-open-btn{transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease}@media (min-width:1025px){.orders-page-wrapper .custom-checkbox{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.orders-page-wrapper .custom-checkbox .checkmark{position:relative;width:20px;height:20px;flex:none;display:block;line-height:0}.orders-page-wrapper .custom-checkbox input:checked~.checkmark:after{content:"";position:absolute;left:50%;top:46%;width:5px;height:9px;margin:0;border:solid #fff;border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg);color:transparent;font-size:0;font-weight:700;line-height:0}}.btn-order-again:active,.bulk-btn:active,.orders-search-box button:active,.url-copy-btn:active,.url-open-btn:active{transform:translate3d(0,-2px,0)}.pp-rate-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;border:2px solid #0c1222;background:#fff8f0;color:#0c1222;border-radius:999px;padding:6px 12px;font:800 12px/1 Space Grotesk,Segoe UI,sans-serif;cursor:pointer;white-space:nowrap;width:auto;min-height:32px;box-shadow:2px 2px 0 #d97706;transition:transform .18s ease,box-shadow .18s ease}html[data-theme=dark] .pp-rate-btn{background:#1c1917;color:#fff;border-color:#fff;box-shadow:2px 2px 0 #d97706}.pp-rate-btn:active,.pp-rate-btn:hover{transform:translate3d(-1px,-1px,0);box-shadow:3px 3px 0 #d97706}.pp-rate-btn.is-wait{opacity:.72;box-shadow:2px 2px 0 #94a3b8;border-color:#94a3b8;background:#f8fafc}html[data-theme=dark] .pp-rate-btn.is-wait{background:#1c1917;border-color:#64748b;box-shadow:2px 2px 0 #64748b}.pp-rate-done{display:inline-flex;align-items:center;font:700 11px/1 Space Grotesk,Segoe UI,sans-serif;color:#16a34a;white-space:nowrap}html[data-theme=dark] .pp-rate-done{color:#34d399}.pp-rate-wait{color:#d97706!important;font-weight:700}@media (min-width:1025px){html body .orders-page-wrapper .orders-desk-list{display:flex!important}html body .orders-page-wrapper .orders-mobile-cards{display:none!important}html body .orders-page-wrapper .order-card-action-btn{white-space:nowrap!important}}.pp-rate-box{position:fixed;inset:0;z-index:9000;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.45);padding:16px;animation:ordersRateIn .18s ease}@keyframes ordersRateIn{0%{opacity:0}to{opacity:1}}.pp-rate-card{background:#fff;color:#111;border:2.5px solid #0c1222;border-radius:16px;padding:18px;max-width:420px;width:100%;box-shadow:6px 6px 0 #d97706;transform:translateZ(0);animation:ordersRateCard .22s ease}@keyframes ordersRateCard{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}html[data-theme=dark] .pp-rate-card{background:#12161c;color:#fff;border-color:#fff}.pp-rate-card h3{margin:0 0 8px;font-size:16px}.pp-rate-card p{margin:0 0 10px;font-size:13px;line-height:1.4}.pp-rate-stars{display:flex;gap:6px;margin:8px 0 12px}.pp-rate-stars button{font-size:28px;border:0;background:none;cursor:pointer;line-height:1;padding:0;transition:transform .15s ease}.pp-rate-stars button:active,.pp-rate-stars button:hover{transform:scale(1.15)}.pp-rate-card textarea{display:block;width:100%;min-height:88px;margin:0 0 12px;border:2px solid #0c1222;border-radius:10px;padding:8px 10px;font:700 13px/1.4 Space Grotesk,sans-serif;resize:vertical;box-sizing:border-box;background:inherit;color:inherit}html[data-theme=dark] .pp-rate-card textarea{border-color:#fff}.pp-rate-actions{display:flex;flex-wrap:wrap;gap:10px}.pp-rate-send,.pp-rate-x{flex:1 1 140px;min-height:42px;border-radius:12px;font:800 13px/1 Space Grotesk,sans-serif;border:2.5px solid #0c1222;cursor:pointer;padding:8px 12px;transition:transform .18s ease,box-shadow .18s ease}.pp-rate-send{background:#1e3a5f;color:#fff}.pp-rate-x{background:#fff;color:#0c1222}html[data-theme=dark] .pp-rate-x{background:#1c1917;color:#fff;border-color:#fff}.pp-rate-send:active,.pp-rate-send:hover,.pp-rate-x:active,.pp-rate-x:hover{transform:translate3d(-1px,-1px,0)}.pp-rate-msg{margin:10px 0 0;font-size:12px;font-weight:700}.pp-rate-rules{margin:-4px 0 12px;font-size:12px;line-height:1.35;font-weight:650;opacity:.72}@media (hover:none),(max-width:1024px){.btn-order-again:active,.btn-order-again:hover,.bulk-btn:active,.bulk-btn:hover,.order-card-action-btn:active,.order-card-action-btn:hover,.order-card-expand:active,.order-card-expand:hover,.order-card-link-btn:active,.order-card-link-btn:hover,.pp-rate-btn:active,.pp-rate-btn:hover,.status-tab:active,.status-tab:hover,.url-copy-btn:active,.url-copy-btn:hover,.url-open-btn:active,.url-open-btn:hover{transform:translate3d(-1px,-1px,0)}}html.pp-theme-swap,html.pp-theme-swap *,html.pp-theme-swap :after,html.pp-theme-swap :before{transition:none!important;animation:none!important;animation-play-state:paused!important}.orders-page-wrapper .orders-desk-list{display:flex!important;gap:0;padding:0}.orders-page-wrapper .orders-mobile-cards{display:none!important}.oh-group{flex-direction:column;margin-bottom:14px}.oh-day,.oh-group{display:flex;gap:10px}.oh-day{position:sticky;top:0;z-index:5;align-items:center;width:max-content;margin-bottom:4px;padding:5px 10px 5px 5px;border-radius:15px;font-size:14px;font-weight:500}html:not([data-theme=dark]) .oh-day,html[data-theme=light] .oh-day{background:#fff;border:1px solid #0c1222;color:#0c1222}html[data-theme=dark] .oh-day{background:#14181f;border:1px solid #a3e635;color:#e2e8f0}.oh-day-ico{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:15px;flex-shrink:0;line-height:1}.oh-day-ico i{font-size:18px;line-height:1;width:auto;height:auto;display:block}html:not([data-theme=dark]) .oh-day-ico,html[data-theme=light] .oh-day-ico{background:rgba(101,163,13,.15);color:#65a30d}html[data-theme=dark] .oh-day-ico{background:rgba(163,230,53,.12);color:#a3e635}.oh-card{margin-bottom:10px;padding:0;overflow:hidden;border-radius:16px}html:not([data-theme=dark]) .oh-card,html[data-theme=light] .oh-card{background:#fff;border:1px solid #d7d7d7;box-shadow:none}html[data-theme=dark] .oh-card{background:#14181f;border:1px solid #242b39;box-shadow:none}.oh-filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 20px}.oh-dd{position:relative}.oh-dd-btn{display:flex;align-items:center;gap:10px;padding:7px 14px 7px 7px;border-radius:15px;font-size:16px;font-weight:500;cursor:pointer;color:#111;background:#a3e635;border:1px solid #a3e635}.oh-dd-btn i:first-child{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(0,0,0,.12)}.oh-dd-menu{position:absolute;z-index:20;top:calc(100% + 8px);left:0;min-width:220px;margin:0;padding:8px;list-style:none;border-radius:12px;background:#14181f;border:1px solid #242b39}html:not([data-theme=dark]) .oh-dd-menu,html[data-theme=light] .oh-dd-menu{background:#fff;border:1px solid #d7d7d7}.oh-dd-menu button{width:100%;text-align:left;padding:10px 12px;border:0;background:none;color:inherit;font-size:14px;border-radius:8px;cursor:pointer}.oh-dd-menu button.is-on,.oh-dd-menu button:hover{background:rgba(163,230,53,.18)}.oh-filters .orders-search-form{margin-left:auto}.oh-filters .orders-search-box{height:56px;min-width:240px;border-radius:15px;padding:8px 8px 8px 12px}html[data-theme=dark] .oh-filters .orders-search-box{border:1px solid #242b39;background:#0e1116}.oc-block{display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px 15px;min-width:0}.oc-block+.oc-block{border-top:1px solid #d7d7d7;flex-wrap:wrap}html[data-theme=dark] .oc-block+.oc-block{border-top:1px solid #242b39}.oc-first,.oc-last{display:flex;align-items:center;gap:14px;min-width:0}.oc-first{flex:1}.oc-last{gap:10px;margin-left:auto;flex-shrink:0}.oc-id{border-radius:10px;background:#a3e635;height:30px;color:#111;font-size:14px;font-weight:500;line-height:20px;padding:5px 10px;min-width:100px;text-align:center}.oc-id,.oc-name{white-space:nowrap}.oc-name{color:var(--ads-text-primary);font-size:15px;font-weight:400;letter-spacing:-.64px;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1;margin:0}.oc-status{border-radius:10px;font-size:14px;font-weight:600;line-height:24px;letter-spacing:-.4px;display:flex}.oc-status span{display:block;padding:5px 15px}.oc-status.pending{border:1px solid rgba(225,176,74,.1);background:linear-gradient(180deg,rgba(225,176,74,.07),transparent);color:#e1b04a}.oc-status.inprogress{border:1px solid rgba(6,182,212,.15);background:linear-gradient(180deg,rgba(6,182,212,.1),transparent);color:#22d3ee}.oc-status.completed{border:1px solid rgba(163,230,53,.2);background:linear-gradient(180deg,rgba(163,230,53,.12),transparent);color:#a3e635}.oc-status.partial{border:1px solid hsla(0,0%,68%,.1);background:linear-gradient(180deg,hsla(0,0%,68%,.07),transparent);color:#aeaeae}.oc-status.processing{border:1px solid rgba(163,230,53,.15);background:linear-gradient(180deg,rgba(163,230,53,.08),transparent);color:#bef264}.oc-status.cancelled{border:1px solid rgba(239,68,68,.1);background:linear-gradient(180deg,rgba(239,68,68,.07),transparent);color:#ef4444}.oc-repeat .btn-repeat,.oc-repeat .btn-repeat:focus,.oc-repeat .btn-repeat:hover{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid #a3e635!important;background:#a3e635;color:#111!important;font-size:18px;padding:0;text-decoration:none;cursor:pointer}.oc-repeat .btn-repeat.is-ticket{background:#06b6d4;border-color:#06b6d4!important;color:#fff!important}.oc-repeat .btn-repeat.is-cancel{background:transparent;border-color:#ef4444!important;color:#ef4444!important}.oc-repeat .btn-repeat:disabled{opacity:.5;cursor:wait}.oc-alt-first{display:flex;align-items:center;gap:10px;flex-wrap:wrap;width:100%}.oc-item{background:var(--ads-glass-bg,#0e1116);border:1px solid #d7d7d7;border-radius:10px;overflow:hidden;display:flex}html[data-theme=dark] .oc-item{border:1px solid #242b39;background:#0e1116}html:not([data-theme=dark]) .oc-item,html[data-theme=light] .oc-item{background:#f8fafc}.oc-item>span{padding:5px 15px 5px 5px;gap:10px;color:var(--ads-text-primary);font-weight:400}.oc-item>span,.oc-item>span .icon{display:flex;align-items:center;font-size:14px}.oc-item>span .icon{width:28px;height:28px;justify-content:center;color:#a3e635}.oc-item>span .link{max-width:220px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oc-item>span .link a{color:inherit;text-decoration:none;transition:color .14s ease}.oc-item>span .link a:hover{color:#a3e635!important}.oc-item .primary-color{color:#a3e635;margin-right:4px}.oh-card .order-comments{margin:0 15px 12px}.oh-card .pp-rate-btn{flex-shrink:0}.orders-page-wrapper .oh-wrap{background:transparent!important;border:none!important;box-shadow:none!important;border-radius:0!important;overflow:visible!important}.orders-page-wrapper .oh-wrap .orders-desk-list{padding:0!important;gap:0!important;background:none!important}.oh-card{transition:transform .15s ease,box-shadow .15s ease}html[data-theme=dark] .oh-card{background:#171f2e!important;border:1px solid #242b39!important;border-radius:15px!important;box-shadow:0 8px 24px rgba(0,0,0,.25)!important}html:not([data-theme=dark]) .oh-card,html[data-theme=light] .oh-card{background:#fcfcfc!important;border:1px solid #ececec!important;border-radius:15px!important;box-shadow:0 8px 28px rgba(15,23,42,.06)!important}.oh-card:hover{transform:translateY(-1px)}html[data-theme=dark] .oh-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.35)!important;border-color:rgba(163,230,53,.35)!important}.oc-item{background:#151b26!important;border:1px solid #242b39!important;border-radius:10px!important}html:not([data-theme=dark]) .oc-item,html[data-theme=light] .oc-item{background:#f4f4f4!important;border:1px solid #d7d7d7!important}.oc-item>span .icon{width:32px!important;height:32px!important;border-radius:10px;background:rgba(163,230,53,.14);color:#a3e635!important}html:not([data-theme=dark]) .oc-item>span .icon,html[data-theme=light] .oc-item>span .icon{background:rgba(101,163,13,.12);color:#65a30d!important}html[data-theme=dark] .oh-day{background:#171f2e!important;border:1px solid #242b39!important;box-shadow:0 4px 18px rgba(0,0,0,.2)}html:not([data-theme=dark]) .oh-day,html[data-theme=light] .oh-day{background:#fff8f0!important;border:1px solid #ead9c4!important;box-shadow:0 4px 16px rgba(15,23,42,.05);color:#0c1222!important}html:not([data-theme=dark]) .oh-dd-btn,html[data-theme=light] .oh-dd-btn{background:#fde68a!important;border-color:#0c1222!important;color:#0c1222!important}html:not([data-theme=dark]) .oh-dd-menu button.is-on,html:not([data-theme=dark]) .oh-dd-menu button:hover,html[data-theme=light] .oh-dd-menu button.is-on,html[data-theme=light] .oh-dd-menu button:hover{background:hsla(48,97%,77%,.55)!important}html:not([data-theme=dark]) .oc-id,html[data-theme=light] .oc-id{background:#fde68a!important;color:#0c1222!important}html:not([data-theme=dark]) .oc-repeat .btn-repeat,html:not([data-theme=dark]) .oc-repeat .btn-repeat:focus,html:not([data-theme=dark]) .oc-repeat .btn-repeat:hover,html[data-theme=light] .oc-repeat .btn-repeat,html[data-theme=light] .oc-repeat .btn-repeat:focus,html[data-theme=light] .oc-repeat .btn-repeat:hover{background:#fde68a!important;border-color:#0c1222!important;color:#0c1222!important}html:not([data-theme=dark]) .oc-repeat .btn-repeat.is-ticket,html[data-theme=light] .oc-repeat .btn-repeat.is-ticket{background:#0c1222!important;border-color:#0c1222!important;color:#fff!important;-webkit-text-fill-color:#fff!important}html:not([data-theme=dark]) .oc-repeat .btn-repeat.is-ticket i,html[data-theme=light] .oc-repeat .btn-repeat.is-ticket i{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}html:not([data-theme=dark]) .oh-card,html[data-theme=light] .oh-card{background:#fff8f0!important;border:1px solid #ead9c4!important;box-shadow:0 8px 28px rgba(92,58,20,.08)!important}html:not([data-theme=dark]) .oc-item,html[data-theme=light] .oc-item{background:#fff7ed!important;border:1px solid #ead9c4!important}html:not([data-theme=dark]) .oc-item>span .icon,html[data-theme=light] .oc-item>span .icon{background:rgba(234,88,12,.12)!important;color:#ea580c!important}html:not([data-theme=dark]) .oc-item .primary-color,html:not([data-theme=dark]) .oc-item>span .link a:hover,html[data-theme=light] .oc-item .primary-color,html[data-theme=light] .oc-item>span .link a:hover{color:#ea580c!important}html:not([data-theme=dark]) .oc-status.completed,html[data-theme=light] .oc-status.completed{border:1px solid rgba(180,83,9,.18)!important;background:linear-gradient(180deg,hsla(48,97%,77%,.45),transparent)!important;color:#b45309!important}html:not([data-theme=dark]) .oc-status.processing,html[data-theme=light] .oc-status.processing{border:1px solid rgba(234,88,12,.15)!important;background:linear-gradient(180deg,rgba(255,237,213,.7),transparent)!important;color:#c2410c!important}html:not([data-theme=dark]) .oc-status.inprogress,html[data-theme=light] .oc-status.inprogress{border:1px solid rgba(194,65,12,.12)!important;background:linear-gradient(180deg,rgba(255,237,213,.55),transparent)!important;color:#9a3412!important}html:not([data-theme=dark]) .oh-day-ico,html[data-theme=light] .oh-day-ico{background:#fff7ed!important;color:#ea580c!important}html:not([data-theme=dark]) .oh-filters .orders-search-box,html[data-theme=light] .oh-filters .orders-search-box{background:#fff8f0!important;border:1px solid #ead9c4!important}@media (max-width:991px){.oc-block,.oc-first{flex-wrap:wrap}.oc-name{white-space:normal;width:100%}.oc-last{width:100%;margin-left:0;justify-content:flex-end}.oc-item.oc-link .link{max-width:140px}.oh-filters .orders-search-form{margin-left:0;width:100%}}