@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&family=Noto+Sans+Georgian:wght@400;500;600;700&display=swap";:root{--ant-table-cell-font-size: 12px;--max-w: 1500px;--radius: 12px;--bg: #f7f8fa;--panel: #ffffff;--text: #1f1f1f;--muted: #595959;--border: #eaeaea;--primary: #1677ff;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--primary-color: #fa9f1e }*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg);font:14px/1.6 Noto Sans,Noto Sans Georgian,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{display:block;max-width:100%;height:auto}button{font:inherit}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:none}.st-container{min-height:100%}.app{min-height:100vh}.container{width:100%;max-width:var(--max-w);margin-inline:auto;padding-inline:var(--space-4)}h1,h2,h3,h4,h5,h6{margin:0 0 var(--space-3);line-height:1.25}h1{font-size:clamp(24px,3vw,32px)}h2{font-size:clamp(20px,2.5vw,28px)}h3{font-size:clamp(18px,2vw,22px)}p{margin:0 0 var(--space-3);color:#262626}.small{font-size:12px;color:var(--muted)}.flex{display:flex}.center{display:grid;place-items:center}.row{display:flex;gap:var(--space-3)}.col{display:flex;flex-direction:column;gap:var(--space-3)}.gap-2{gap:var(--space-2)}.gap-3{gap:var(--space-3)}.mt-2{margin-top:var(--space-2)}.mt-3{margin-top:var(--space-3)}.mt-4{margin-top:var(--space-4)}.mb-4{margin-bottom:var(--space-4)}.p-4{padding:var(--space-4)}.rounded{border-radius:var(--radius)}.card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-4)}input,select,textarea{font:inherit}label{display:inline-block;margin-bottom:6px;color:#434343}.ant-btn{border-radius:8px}.ant-input,.ant-select-selector,.ant-picker,.ant-input-affix-wrapper{border-radius:8px!important}.ant-card{border-radius:var(--radius)}.ant-card-head-title{font-weight:600}.ant-layout{background:transparent}.ant-menu-horizontal{border-bottom:none!important}.section{padding:var(--space-6) 0}.section-title{margin-bottom:var(--space-4);font-weight:700}.ant-switch-inner svg{margin-top:2px}@media(max-width:768px){.app{padding:var(--space-4) 0}.row{flex-direction:column}}[data-theme=dark]{--bg: #0f1115;--panel: #1a1a1a;--text: #e6e6e6;--muted: #a0a0a0;--border: #333333;--primary: #7C3AED;color-scheme:dark}[data-theme=dark] body{background:var(--bg);color:var(--text)}[data-theme=dark] a{color:var(--primary)}[data-theme=dark] .white-wrapper,[data-theme=dark] .grey-wrapper{background-color:var(--panel)}[data-theme=dark] label{color:var(--muted)}[data-theme=dark] p{color:var(--text)}[data-theme=dark] .billing-required-modal .ant-modal-content{background-color:var(--panel)}[data-theme=dark] .billing-required-modal .ant-modal-confirm-title,[data-theme=dark] .billing-required-modal .ant-modal-confirm-content{color:var(--text)}[data-theme=dark] .billing-required-modal .ant-modal-confirm-body>.anticon{color:#faad14}@font-face{font-family:NotoSansGeorgian;src:url(/assets/NotoSansGeorgian-Regular-CLR2HB1N.ttf) format("woff2"),url(/assets/NotoSansGeorgian-Regular-CLR2HB1N.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap;unicode-range:U+10A0-10FF,U+2D00-2D2F,U+1C90-1CBF}@font-face{font-family:Nunito,sans-serif;src:local("Calibri"),local("Calibri Regular"),url(/assets/calibri-CEN2ltsc.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{--font-main: "Noto Sans", "Noto Sans Georgian", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif}html{font-family:var(--font-main)}.white-wrapper{width:100%;background-color:#fff}.grey-wrapper{width:100%;background-color:#f5f9f7}.tracking-dot-done,.tracking-dot-latest{min-width:28px}.ant-btn-icon{font-size:15x}@keyframes dashboardFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-fade-in{animation:dashboardFadeIn .45s ease both}.dashboard-stat-card,.dashboard-section-card{border-radius:14px;box-shadow:0 10px 24px #110c2e0f;transition:transform .25s ease,box-shadow .25s ease;height:100%}.dashboard-stat-card:hover,.dashboard-section-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px #110c2e1a}.dashboard-stat-card-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.dashboard-stat-icon{width:52px;height:52px;min-width:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:22px}.dashboard-stat-trend{display:inline-flex;align-items:center;gap:4px;margin-top:8px;font-size:12px;font-weight:600;padding:2px 8px;border-radius:20px}.dashboard-stat-trend.is-up{color:#10b981;background:#10b9811f}.dashboard-stat-trend.is-down{color:#ef4444;background:#ef44441f}.dashboard-section-card .ant-card-head{border-bottom:none;padding-bottom:0}.dashboard-section-title{font-weight:600;font-size:15px}.dashboard-section-subtitle{font-size:12px;font-weight:400;margin-top:2px}.dashboard-recent-order-item{padding:10px 0!important}[data-theme=dark] .dashboard-stat-card,[data-theme=dark] .dashboard-section-card{box-shadow:0 10px 24px #00000059}[data-theme=dark] .dashboard-stat-card:hover,[data-theme=dark] .dashboard-section-card:hover{box-shadow:0 16px 32px #00000080}[data-theme=dark] .dashboard-stat-trend.is-up{background:#10b9812e}[data-theme=dark] .dashboard-stat-trend.is-down{background:#ef44442e}
