.ch-flash-wrap{position:fixed;z-index:80;right:24px;top:95px;width:min(390px,calc(100% - 32px))}.ch-flash{padding:13px 16px;border-radius:10px;box-shadow:0 16px 35px rgba(16,24,40,.15);font-size:13px;font-weight:600;background:#fff;border:1px solid #e5e7eb}.ch-flash--success{border-color:#bbf7d0;color:#166534}.ch-flash--warning{border-color:#fde68a;color:#92400e}.ch-flash--danger{border-color:#fecaca;color:#b91c1c}.ch-app{background:#f7f9fc;min-height:calc(100vh - 82px);padding:48px 0 85px}.ch-shell--narrow{max-width:930px}.ch-app-hero{display:flex;align-items:end;justify-content:space-between;gap:30px;padding:12px 0 47px}.ch-app-hero h1{font-size:39px;line-height:1.2;letter-spacing:-1.6px;margin:10px 0 8px}.ch-app-hero p{margin:0;color:#667085;font-size:14px}.ch-app-hero--compact{padding-bottom:31px}.ch-app-section{margin-top:39px}.ch-app-section__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.ch-app-section__head h2{font-size:21px;letter-spacing:-.5px;margin:0 0 3px}.ch-app-section__head p{margin:0;color:#667085;font-size:12px}.ch-subtle-link{color:#1fa8f8;text-decoration:none;font-size:12px;font-weight:800}.ch-order-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.ch-order-grid--list{grid-template-columns:repeat(3,1fr)}.ch-order-card{min-width:0;background:#fff;padding:17px;border:1px solid #e8edf5;border-radius:13px;color:#101828;text-decoration:none;transition:transform .2s,box-shadow .2s}.ch-order-card:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(16,24,40,.08)}.ch-order-card__top{display:flex;justify-content:space-between;gap:5px;color:#98a2b3;font:700 10px Inter}.ch-status{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:5px 8px;border-radius:20px;font-size:9px;line-height:1.2;font-weight:800;text-align:center}.ch-status--requested,.ch-status--paid,.ch-status--in_repair{color:#1fa8f8;background:#eaf2ff}.ch-status--assigned,.ch-status--accepted{color:#6d28d9;background:#f3e8ff}.ch-status--on_the_way,.ch-status--diagnosis,.ch-status--payment_pending{color:#a85200;background:#fff4dc}.ch-status--picked_up,.ch-status--at_workshop,.ch-status--returning{color:#087990;background:#e5f8fb}.ch-status--awaiting_approval{color:#9a6700;background:#fef6c7}.ch-status--ready_for_delivery,.ch-status--completed{color:#147a3d;background:#e8f7ed}.ch-status--cancelled{color:#b42318;background:#fee4e2}.ch-order-card__vehicle{display:flex;align-items:center;gap:9px;margin:19px 0 20px}.ch-order-card__vehicle>span,.ch-car-square{height:34px;width:34px;flex:none;border-radius:9px;background:#eef4ff;display:grid;place-items:center;color:#1fa8f8;font-size:17px}.ch-order-card__vehicle strong{display:block;font-size:13px;line-height:1.35}.ch-order-card__vehicle small{display:block;color:#98a2b3;font-size:10px;margin-top:2px}.ch-order-card__meta{display:flex;justify-content:space-between;gap:8px;color:#667085;font-size:10px;border-top:1px solid #eef1f5;padding-top:12px}.ch-order-card__link{color:#1fa8f8;font-weight:800;font-size:11px;margin-top:17px}.ch-order-card__link span{font-family:Arial;font-size:15px;float:right}.ch-empty{min-height:220px;grid-column:1/-1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px;background:#fff;border:1px dashed #cbd5e1;border-radius:14px}.ch-empty>span{height:42px;width:42px;border-radius:12px;display:grid;place-items:center;background:#eef4ff;color:#1fa8f8;font-size:21px}.ch-empty h3{font-size:16px;margin:12px 0 2px}.ch-empty p{margin:0 0 13px;color:#667085;font-size:12px}.ch-empty--short{min-height:160px}.ch-vehicle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.ch-vehicle-card{position:relative;min-height:96px;padding:18px;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e8edf5;border-radius:13px}.ch-vehicle-card__icon{height:42px;width:42px;display:grid;place-items:center;color:#1fa8f8;font-size:22px;background:#eef4ff;border-radius:12px}.ch-vehicle-card h3{font-size:14px;margin:0 0 2px}.ch-vehicle-card p{font-size:10px;color:#667085;margin:0}.ch-vehicle-card--add{border-style:dashed}.ch-primary{position:absolute;top:12px;right:12px;color:#147a3d;background:#e8f7ed;font-size:9px;font-weight:800;padding:3px 6px;border-radius:8px}.ch-pagination{margin-top:30px}.ch-pagination .pagination{justify-content:center;margin:0}.ch-form-card,.ch-detail-card{background:#fff;border:1px solid #e6ebf2;border-radius:15px;padding:32px}.ch-form-step{display:flex;align-items:flex-start;gap:14px}.ch-form-step>span{height:31px;width:31px;display:grid;place-items:center;border-radius:10px;background:#eef4ff;color:#1fa8f8;font:800 11px Inter}.ch-form-step h2{font-size:19px;letter-spacing:-.5px;margin:0 0 2px}.ch-form-step p{color:#667085;font-size:12px;margin:0}.ch-form-divider{height:1px;background:#edf0f5;margin:27px 0}.ch-vehicle-select-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin-top:22px}.ch-vehicle-select{border:1px solid #d9e1ed;border-radius:11px;padding:14px;display:flex;align-items:center;gap:10px;cursor:pointer;position:relative}.ch-vehicle-select input{position:absolute;opacity:0}.ch-vehicle-select:has(input:checked){border-color:#1fa8f8;background:#f5f8ff;box-shadow:0 0 0 3px rgba(31,168,248,.08)}.ch-vehicle-select__visual{height:32px;width:32px;background:#eef4ff;color:#1fa8f8;border-radius:8px;display:grid;place-items:center;font-size:17px}.ch-vehicle-select strong,.ch-vehicle-select small{display:block}.ch-vehicle-select strong{font-size:12px}.ch-vehicle-select small{font-size:10px;color:#667085}.ch-vehicle-select i{position:absolute;right:12px;font-style:normal;color:#fff;background:#1fa8f8;border-radius:50%;height:16px;width:16px;font-size:10px;display:none;place-items:center}.ch-vehicle-select:has(input:checked) i{display:grid}.ch-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-top:22px}.ch-form-grid__full{grid-column:1/-1}.ch-form-card label,.ch-status-form label,.ch-upload-form label,.ch-quote-form label{display:block}.ch-form-card label>span,.ch-status-form label>span,.ch-upload-form label>span,.ch-quote-form label>span{display:block;font-size:11px;font-weight:800;color:#475467;margin-bottom:6px}.ch-form-card label>span em,.ch-status-form label>span em{font-style:normal;font-weight:500;color:#98a2b3}input,select,textarea{width:100%;font:500 13px 'Noto Sans Georgian','Inter',Arial,sans-serif;color:#101828;background:#fff;border:1px solid #d6deea;border-radius:9px;padding:11px 12px;outline:none;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:#1fa8f8;box-shadow:0 0 0 3px rgba(31,168,248,.1)}textarea{resize:vertical}.ch-form-submit{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:30px;padding-top:24px;border-top:1px solid #edf0f5}.ch-form-submit p{font-size:11px;color:#667085;max-width:390px;margin:0}.ch-breadcrumb{display:flex;gap:8px;align-items:center;color:#98a2b3;font-size:11px;margin-bottom:19px}.ch-breadcrumb a{color:#667085;text-decoration:none}.ch-breadcrumb strong{color:#344054}.ch-order-head{padding:23px 26px;background:#fff;border:1px solid #e6ebf2;border-radius:15px;display:flex;justify-content:space-between;gap:25px;align-items:center;margin-bottom:20px}.ch-order-head__title{display:flex;gap:13px;align-items:center}.ch-order-head__title>div>span,.ch-order-head__title p{display:block;color:#98a2b3;font-size:10px;margin:0}.ch-order-head__title h1{font-size:23px;letter-spacing:-.7px;margin:2px 0}.ch-order-head__status{display:flex;gap:10px;align-items:center;margin:15px 0 0 47px;font-size:11px;color:#667085}.ch-order-head__assistant{border-left:1px solid #e7edf4;padding-left:22px;min-width:205px}.ch-order-head__assistant span,.ch-order-head__assistant small{display:block;color:#98a2b3;font-size:10px}.ch-order-head__assistant strong{font-size:13px;display:block;margin:3px 0}.ch-order-layout{display:grid;grid-template-columns:minmax(0,1fr) 335px;gap:18px}.ch-order-main{display:grid;gap:18px}.ch-detail-card{padding:22px}.ch-detail-card__head{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:20px}.ch-detail-card__head h2,.ch-detail-card>h2{font-size:16px;letter-spacing:-.3px;margin:0}.ch-detail-card__head span{font-size:10px;color:#98a2b3}.ch-timeline{padding:2px 0}.ch-timeline__item{display:grid;grid-template-columns:19px 1fr;gap:10px;position:relative;padding-bottom:21px}.ch-timeline__item:not(:last-child):before{content:"";position:absolute;width:1px;background:#d9e2f0;left:6px;top:13px;bottom:0}.ch-timeline__dot{height:13px;width:13px;border:3px solid #bed1f7;background:#fff;border-radius:50%;position:relative;z-index:1}.ch-timeline__dot.active{border-color:#1fa8f8;box-shadow:0 0 0 4px #eaf1ff}.ch-timeline__item h3{font-size:12px;margin:0 0 2px}.ch-timeline__item p{font-size:11px;color:#667085;margin:0 0 3px}.ch-timeline__item small,.ch-timeline__item time{font-size:10px;color:#98a2b3}.ch-order-side{display:grid;align-content:start;gap:18px}.ch-detail-card--side{padding:20px}.ch-detail-card--side>h2{margin-bottom:15px}.ch-detail-card dl{margin:0}.ch-detail-card dl>div{padding:12px 0;border-top:1px solid #edf1f6}.ch-detail-card dt{font-size:10px;color:#98a2b3;margin-bottom:3px}.ch-detail-card dd{font-size:11px;color:#475467;line-height:1.5;margin:0}.ch-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.ch-photo-card{height:145px;overflow:hidden;border-radius:10px;position:relative;color:#fff;text-decoration:none;background:#dce6f6}.ch-photo-card img{height:100%;width:100%;object-fit:cover;transition:transform .2s}.ch-photo-card:hover img{transform:scale(1.04)}.ch-photo-card>div{position:absolute;left:0;right:0;bottom:0;padding:20px 10px 8px;background:linear-gradient(transparent,rgba(16,24,40,.8))}.ch-photo-card strong,.ch-photo-card small{display:block;font-size:9px}.ch-photo-card small{opacity:.78;margin-top:1px}.ch-quote-card{border-color:#d5e2ff}.ch-quote-items>div,.ch-quote-total{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid #edf1f6;font-size:11px}.ch-quote-items small{color:#98a2b3}.ch-quote-total{border:0;padding:15px 0;font-size:13px}.ch-quote-total strong{font-family:Inter;font-size:18px}.ch-quote-note{color:#667085;border-top:1px solid #edf1f6;padding-top:10px;font-size:11px;line-height:1.6}.ch-button--full{width:100%}.ch-paid-state,.ch-quote-state{padding:10px;text-align:center;background:#e8f7ed;color:#147a3d;font-size:11px;font-weight:800;border-radius:8px}.ch-quote-state{background:#f4f4f5;color:#667085}.ch-awaiting-card{text-align:center}.ch-awaiting-card>span{height:34px;width:34px;margin:auto;background:#fff3df;color:#b45309;display:grid;place-items:center;border-radius:10px;font-weight:800}.ch-awaiting-card h2{margin:11px 0 4px}.ch-awaiting-card p,.ch-side-copy{font-size:11px;line-height:1.7;color:#667085;margin:0}.ch-assistant-order-list{border:1px solid #e4eaf2;background:#fff;border-radius:13px;overflow:hidden}.ch-assistant-order,.ch-operations-row{display:grid;grid-template-columns:100px 1.4fr 1fr 150px 38px;gap:15px;align-items:center;padding:17px 20px;color:#101828;text-decoration:none;border-bottom:1px solid #edf1f6}.ch-assistant-order:last-child,.ch-operations-row:last-child{border-bottom:0}.ch-assistant-order:hover{background:#f8fbff}.ch-assistant-order__number{font:800 12px Inter;color:#1fa8f8}.ch-assistant-order strong,.ch-assistant-order span{display:block}.ch-assistant-order strong{font-size:12px}.ch-assistant-order span{font-size:10px;color:#98a2b3;margin-top:2px}.ch-assistant-order__customer span{margin:0 0 2px}.ch-assistant-order__arrow{font:400 19px Arial;color:#1fa8f8!important}.ch-assistant-workspace{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:18px}.ch-assistant-workspace__main{display:grid;gap:18px}.ch-assistant-workspace__side{display:grid;align-content:start;gap:18px}.ch-status-form{display:grid;grid-template-columns:1fr 1.2fr auto;gap:11px;align-items:end}.ch-status-form .ch-button,.ch-upload-form .ch-button{min-height:42px}.ch-upload-form{display:grid;grid-template-columns:1fr 1.4fr 1fr auto;align-items:end;gap:10px;margin-bottom:18px}.ch-file-input{height:42px;border:1px dashed #9db9ed;border-radius:9px;cursor:pointer;display:grid;place-items:center;color:#1fa8f8;font-size:11px;font-weight:800}.ch-file-input input{display:none}.ch-photo-grid--compact{grid-template-columns:repeat(4,1fr)}.ch-photo-grid--compact .ch-photo-card{height:97px}.ch-quote-form{display:grid;gap:12px}.ch-quote-form__item{display:grid;grid-template-columns:1fr 1.5fr .8fr .9fr;gap:8px;border:1px solid #e3e9f2;padding:10px;border-radius:10px}.ch-quote-form label>span{font-size:9px}.ch-quote-form input,.ch-quote-form select,.ch-quote-form textarea{padding:9px;font-size:11px}.ch-quote-version{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid #edf1f6;font-size:11px}.ch-quote-version strong,.ch-quote-version span{display:block}.ch-quote-version span{color:#98a2b3;font-size:10px}.ch-quote-version b{font-family:Inter}.ch-operations-table{border:1px solid #e4eaf2;background:#fff;border-radius:13px;overflow:hidden}.ch-operations-table__head,.ch-operations-row{display:grid;grid-template-columns:90px 1fr 1fr 160px 245px;gap:15px;align-items:center;padding:14px 18px}.ch-operations-table__head{background:#f8fafc;color:#667085;font-size:10px;font-weight:800;text-transform:uppercase}.ch-operations-row>div strong,.ch-operations-row>div small{display:block}.ch-operations-row>div strong{font-size:11px}.ch-operations-row>div small{font-size:10px;color:#98a2b3;margin-top:2px}.ch-operations-row form{display:flex;gap:6px}.ch-operations-row select{padding:8px;font-size:10px}.ch-operations-row button{border:0;border-radius:7px;background:#eef4ff;color:#1fa8f8;padding:0 9px;font:800 10px 'Noto Sans Georgian',Arial,sans-serif}@media(max-width:900px){.ch-order-grid,.ch-order-grid--list{grid-template-columns:repeat(2,1fr)}.ch-order-layout,.ch-assistant-workspace{grid-template-columns:1fr}.ch-order-side{grid-template-columns:repeat(2,1fr)}.ch-assistant-order{grid-template-columns:80px 1.5fr 1fr 130px 25px}.ch-operations-table{overflow:auto}.ch-operations-table__head,.ch-operations-row{min-width:850px}}@media(max-width:640px){.ch-app{padding:29px 0 60px}.ch-app-hero{align-items:flex-start;flex-direction:column;padding:7px 0 29px;gap:17px}.ch-app-hero h1{font-size:29px}.ch-app-section{margin-top:31px}.ch-app-section__head{align-items:flex-start}.ch-app-section__head h2{font-size:18px}.ch-order-grid,.ch-order-grid--list,.ch-vehicle-grid,.ch-vehicle-select-grid,.ch-order-side{grid-template-columns:1fr}.ch-form-card,.ch-detail-card{padding:18px}.ch-form-grid,.ch-status-form,.ch-upload-form{grid-template-columns:1fr}.ch-form-submit{align-items:flex-start;flex-direction:column}.ch-order-head{align-items:flex-start;flex-direction:column;padding:18px}.ch-order-head__assistant{border-left:0;border-top:1px solid #e7edf4;padding:13px 0 0;width:100%}.ch-order-head__status{margin-left:0;align-items:flex-start;flex-direction:column}.ch-photo-grid{grid-template-columns:repeat(2,1fr)}.ch-photo-grid--compact{grid-template-columns:repeat(2,1fr)}.ch-assistant-order{grid-template-columns:64px 1fr 18px}.ch-assistant-order__customer,.ch-assistant-order>div:nth-child(4){display:none}.ch-assistant-order__vehicle strong{font-size:12px}.ch-quote-form__item{grid-template-columns:1fr 1fr}.ch-quote-form__wide{grid-column:1/-1}.ch-order-card__top{align-items:flex-start}.ch-flash-wrap{right:16px;top:81px}.ch-operations-table{margin:0 -16px;border-radius:0}}
