*{box-sizing:border-box}body{margin:0;background:#f9fafb;color:#111827;font-family:Inter,Segoe UI,Arial,sans-serif}button,input,textarea,select{font:inherit}select::-ms-expand{display:none}button{cursor:pointer}.loginPage{min-height:100vh;display:grid;place-items:center;padding:24px;background:linear-gradient(135deg,#fff1f2,#ffe4e6)}.loginPanel{width:min(448px,100%);background:#fff;border-radius:24px;box-shadow:0 24px 80px #1e40af2e;padding:32px;text-align:center}.shieldIcon{width:64px;height:64px;display:grid;place-items:center;margin:0 auto 16px;border-radius:999px;background:#ffe4e6;color:#bf0c37;font-size:28px}.loginPanel h1,.pageHeader h1,.detailHero h1,.detailCard h1{margin:0;color:#111827}.loginPanel p,.pageHeader p{margin:8px 0 0;color:#6b7280}.loginForm{display:grid;gap:16px;margin-top:32px;text-align:left}.loginForm label{display:grid;gap:8px;color:#374151;font-weight:500;font-size:14px}.loginForm input,.loginForm select,.searchBox input,.searchBox select,.filterRow select,.inputRow input,.inputRow select,.inputRow textarea,.modalFieldRow input,.modalFieldRow select,.modalFieldRow textarea,.fieldWithLabel input:not([type=checkbox]):not([type=radio]),.fieldWithLabel select,.fieldWithLabel textarea,.orderFilters input,.orderFilters select{width:100%;max-width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:10px;padding:12px 14px;outline:none;background:#fff;min-height:46px}.loginForm input:focus,.loginForm select:focus,.searchBox input:focus,.searchBox select:focus,.filterRow select:focus,.inputRow input:focus,.inputRow select:focus,.inputRow textarea:focus,.modalFieldRow input:focus,.modalFieldRow select:focus,.modalFieldRow textarea:focus,.fieldWithLabel input:not([type=checkbox]):not([type=radio]):focus,.fieldWithLabel select:focus,.fieldWithLabel textarea:focus,.orderFilters input:focus,.orderFilters select:focus{border-color:#bf0c37;box-shadow:0 0 0 3px #bf0c372e}.tokenInput{text-align:center;letter-spacing:.28em}.loginForm button,.primaryButton{border:0;border-radius:10px;background:#bf0c37;color:#fff;padding:12px 18px;font-weight:600}.dangerButton{border:0;border-radius:10px;background:#dc2626;color:#fff;padding:12px 18px;font-weight:600}.loginFooter{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb;color:#6b7280;font-size:12px;text-align:center}.modalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1118278c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:grid;place-items:center;z-index:1000;padding:20px}.confirmModal{width:min(460px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 22px 70px #0f172a47;padding:24px}.confirmModal h3{margin:0 0 8px;font-size:22px}.confirmModal p{margin:0;color:#4b5563;line-height:1.45}.confirmActions{margin-top:20px;display:flex;justify-content:flex-end;gap:10px}.messengerFloat{position:fixed;z-index:1100;width:min(360px,calc(100vw - 24px));height:min(560px,calc(100vh - 24px));max-height:min(560px,calc(100vh - 24px));display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 50px #0f172a59,0 0 0 1px #0f172a0f;overflow:hidden;pointer-events:auto}.messengerFloatTop{display:flex;align-items:stretch;gap:0;flex-shrink:0;border-bottom:1px solid #e5e7eb;background:linear-gradient(180deg,#fafafa,#fff)}.messengerFloatDrag{flex:1;min-width:0;padding:12px 14px;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.messengerFloatDrag:active{cursor:grabbing}.messengerFloatTitles{display:flex;flex-direction:column;gap:2px;min-width:0}.messengerFloatTitles strong{font-size:15px;font-weight:700;color:#111827}.messengerFloatTitles span{font-size:12px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.messengerFloatClose{flex-shrink:0;width:44px;border:0;background:transparent;font-size:22px;line-height:1;color:#6b7280;cursor:pointer;display:grid;place-items:center;border-left:1px solid #e5e7eb}.messengerFloatClose:hover{background:#bf0c3714;color:#bf0c37}.messengerFloatBody{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:14px 16px 16px;font-size:14px;color:#4b5563;-webkit-overflow-scrolling:touch}.messengerFloatHint{margin:0 0 10px;line-height:1.45}.messengerFloatHintFooter{margin-top:14px;margin-bottom:0;font-size:12px;color:#9ca3af}.messengerDemoBadge{margin:0 0 12px;padding:6px 10px;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:#6b7280;background:#f3f4f6;border-radius:8px;text-align:center}.messengerThread{display:flex;flex-direction:column;gap:10px}.messengerBubbleRow{display:flex;flex-direction:column;max-width:100%}.messengerBubbleRow.incoming{align-items:flex-start}.messengerBubbleRow.outgoing{align-items:flex-end}.messengerBubble{max-width:92%;padding:10px 12px;border-radius:14px;line-height:1.45;font-size:13px}.messengerBubble.incoming{background:#f3f4f6;color:#111827;border-bottom-left-radius:4px}.messengerBubble.outgoing{background:#bf0c37;color:#fff;border-bottom-right-radius:4px}.messengerBubbleTime{margin-top:4px;font-size:11px;color:#9ca3af}.messengerBubbleRow.outgoing .messengerBubbleTime{text-align:right}.tableActionGroup{display:flex;flex-wrap:wrap;gap:12px}.inlineActions{display:flex;gap:12px;margin:12px 0 16px;flex-wrap:wrap}.orderFilters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:12px}.compactInfo{text-align:left;padding:0;margin:8px 0 0}.popoutForm{margin-top:12px}.modalFormGrid{display:grid;gap:10px}.modalFieldRow{display:grid;grid-template-columns:150px minmax(0,1fr);align-items:center;gap:12px}.modalFieldRow span{color:#4b5563;font-weight:600;font-size:14px}.modalFieldRow input,.modalFieldRow select{width:100%;max-width:100%;box-sizing:border-box}.modalFieldRow.modalFieldRowTextarea{grid-template-columns:150px minmax(0,1fr);align-items:start}.orderDescriptionField{grid-column:1 / -1}.orderDescriptionField textarea,.modalFieldRow textarea{resize:vertical;min-height:110px;line-height:1.45;white-space:pre-wrap}.loginError{margin:14px 0 0!important;color:#b91c1c!important;font-size:13px;text-align:center}.appShell{display:flex;min-height:100vh}.sidebar{width:256px;background:#fff;border-right:1px solid #e5e7eb;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.sidebarBrand{padding:24px;border-bottom:1px solid #e5e7eb}.sidebarBrand h1{margin:0;font-size:20px}.sidebarBrand p{margin:4px 0 0;color:#6b7280;font-size:14px}.navigation{display:grid;gap:4px;padding:16px}.navigation button,.logout{display:flex;align-items:center;gap:12px;border:0;background:transparent;color:#374151;padding:12px 16px;border-radius:10px;text-align:left}.navigation button:hover,.logout:hover{background:#f3f4f6}.navigation button.active{background:#bf0c371f;color:#d91e47;border-left:3px solid #bf0c37}.logout{margin:auto 16px 16px;width:calc(100% - 32px);border-top:1px solid #e5e7eb;border-radius:0}.mainContent{flex:1;overflow:auto;position:relative}.page{padding:32px}.themeToggle{position:sticky;top:16px;float:right;margin:16px 16px 0 0;border:1px solid #d1d5db;border-radius:999px;background:#fff;color:#111827;padding:8px 14px;font-weight:600;z-index:30}.pageHeader{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:24px}.pageHeader h1{font-size:32px}.statsRow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-bottom:32px}.calendarPanel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:24px;margin-bottom:32px}.calendarHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:20px}.calendarHeader h2{margin:0}.calendarHeader p{margin:6px 0 0;color:#6b7280}.calendarLayout{display:block}.monthCard{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.weekHeader{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));background:#f9fafb;border-bottom:1px solid #e5e7eb}.weekHeader span{padding:12px;color:#6b7280;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.monthGrid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.calendarMonthWeeks{display:flex;flex-direction:column}.calendarWeekBlock{position:relative;border-bottom:1px solid #e5e7eb}.calendarWeekBlock:last-child{border-bottom:0}.calendarWeekBarLanes{position:absolute;top:32px;left:0;right:0;z-index:2;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));column-gap:0;row-gap:4px;padding:0;pointer-events:none}.calendarBarSpacer{display:block;flex-shrink:0}.monthGrid.monthGridWeekRow{border-top:0}.calendarSpanBar{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;margin:0 2px;min-width:0;border:0;border-radius:8px;padding:3px 8px;text-align:left;font:inherit;font-size:11px;font-weight:600;line-height:1.3;overflow:hidden;cursor:pointer;color:#fff;background:#6b7280;box-shadow:inset 0 0 0 1px #00000026;pointer-events:all}.calendarSpanBar span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendarSpanBar span:first-child{font-weight:700}.calendarSpanBar span:last-child{font-weight:400;opacity:.88}.calendarSpanBar:hover{filter:brightness(.9)}.calendarSpanBar.calendarCat-default,.calendarDayOrderPill.calendarCat-default{background:#6b7280;color:#fff}.calendarSpanBar.calendarCat-detailing,.calendarDayOrderPill.calendarCat-detailing{background:#2563eb;color:#fff}.calendarSpanBar.calendarCat-ambient,.calendarDayOrderPill.calendarCat-ambient{background:#db2777;color:#fff}.calendarSpanBar.calendarCat-kodowanie,.calendarDayOrderPill.calendarCat-kodowanie{background:#f97316;color:#fff}.calendarSpanBar.calendarCat-audio,.calendarDayOrderPill.calendarCat-audio{background:#374151;color:#fff}.calendarSpanBar.calendarCat-dokladki,.calendarDayOrderPill.calendarCat-dokladki{background:#22c55e;color:#fff}.calendarSpanBar.calendarCat-elektronika,.calendarDayOrderPill.calendarCat-elektronika{background:#eab308;color:#fff}.calendarSpanBar.calendarCat-licznik,.calendarDayOrderPill.calendarCat-licznik{background:#dc2626;color:#fff}.calendarDayOrderPill{border-radius:6px;padding:3px 6px;font-size:11px;line-height:1.3;font-weight:600;display:flex;flex-direction:column;box-shadow:inset 0 0 0 1px #00000026;cursor:pointer}.calendarDayOrderPill span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendarDayOrderPill span:first-child{font-weight:700}.calendarDayOrderPill span:last-child{font-weight:400;opacity:.88}.calendarHoverPopover{width:280px;max-width:calc(100vw - 24px);padding:12px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 18px 44px #0f172a38;font-size:13px;line-height:1.45;color:#374151;pointer-events:auto}.calendarHoverPopoverClickable{cursor:pointer}.calendarHoverPopover strong{display:block;margin-bottom:6px;color:#111827}.calendarHoverPopover p{margin:6px 0 0}.calendarHoverDesc{white-space:pre-wrap;word-break:break-word}.calendarHoverStatus{display:inline-block;margin-bottom:8px;padding:2px 8px;border-radius:6px;font-size:11px;font-weight:700}.appToast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);z-index:2000;max-width:min(420px,calc(100vw - 32px));padding:12px 18px;border-radius:12px;font-size:14px;font-weight:600;box-shadow:0 14px 40px #0f172a40}.appToast_success{background:#15803d;color:#fff}.appToast_error{background:#b91c1c;color:#fff}.calendarDay{min-height:104px;border:0;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background:#fff;padding:10px;display:flex;flex-direction:column;gap:5px;text-align:left}.calendarDay:nth-child(7n){border-right:0}.calendarDay b{color:#111827}.calendarDay small:not(.calendarDayOrderPill){border-radius:8px;background:#bf0c371f;color:#d91e47;padding:4px 6px;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendarDay em{color:#6b7280;font-size:11px;font-style:normal}.calendarDay.hasOrders{background:linear-gradient(180deg,#fff,#f8fbff)}.calendarDay.today{background:linear-gradient(180deg,#fff7f9,#fffafb);box-shadow:inset 0 0 0 1px #bf0c3740}.signatureCanvas{width:100%;border:1px dashed #bf0c37;border-radius:12px;background:#fff;touch-action:none}.rodoPreview{margin-top:10px;max-width:220px;border:1px solid #e5e7eb;border-radius:10px;background:#fff}.calendarDay.muted{background:#f9fafb}.miniCalendarBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1090;background:#11182733}.miniCalendarPop{position:fixed;z-index:1100;width:284px;max-width:calc(100vw - 16px);background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 18px 50px #0f172a47,0 0 0 1px #0f172a0d;padding:12px 12px 10px}.miniCalendarHeader{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.miniCalendarHeader strong{font-size:13px;color:#111827}.miniCalendarClose{border:0;background:transparent;color:#6b7280;font-size:22px;line-height:1;padding:0 4px;cursor:pointer;border-radius:6px}.miniCalendarClose:hover{background:#f3f4f6;color:#111827}.miniCalendarMonthTitle{margin:0 0 8px;font-size:14px;font-weight:600;color:#374151;text-transform:capitalize}.miniCalendarNav{display:flex;gap:6px;margin-bottom:8px}.miniCalNavBtn{flex:1;padding:6px 8px!important;font-size:12px!important}.miniMonthCard{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.miniWeekHeader span{padding:6px 4px;font-size:10px}.miniMonthGrid{border-top:0}.miniCalendarDay{min-height:36px;border:0;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background:#fff;padding:4px 2px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;font:inherit}.miniCalendarDay:nth-child(7n){border-right:0}.miniCalendarDay b{font-size:13px;font-weight:600;color:#111827}.miniCalendarDay.muted{min-height:36px;background:#f9fafb;cursor:default}.miniCalendarDay.hasOrders{background:linear-gradient(180deg,#fff,#f8fbff)}.miniCalendarDay.today{background:linear-gradient(180deg,#fff7f9,#fffafb);box-shadow:inset 0 0 0 1px #bf0c3740}.miniCalendarDay.selectedDay{background:#bf0c3724;box-shadow:inset 0 0 0 2px #bf0c37}.miniCalendarDay.rangeMark:not(.selectedDay){box-shadow:inset 0 0 0 1px #bf0c3759}.miniBusyCount{font-size:9px;font-weight:700;color:#d91e47;background:#bf0c371f;border-radius:999px;padding:1px 5px;line-height:1.2}.miniCalendarHint{margin:8px 0 0;font-size:10px;color:#9ca3af;line-height:1.35}button.datePickerTrigger{width:100%;text-align:left;box-sizing:border-box;min-height:58px;padding:10px 14px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;font:inherit;font-size:14px;color:#111827;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:600}.datePickerValue{display:grid;gap:2px}.datePickerLabel{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;font-weight:700}.datePickerValue strong{color:#111827;font-size:15px;line-height:1.2}.datePickerIcon{font-size:18px;opacity:.8}button.datePickerTrigger:hover{border-color:#d1d5db;background:#fafafa}.agendaCard{padding:20px}.agendaCard h3{margin:0 0 16px}.agendaList{display:grid;gap:10px}.agendaItem{position:relative;border:1px solid #e5e7eb;border-radius:12px;background:#fff;text-align:left;padding:14px 40px 14px 14px;display:grid;gap:3px}.agendaItem:hover{border-color:#bf0c37;background:#bf0c371f}.agendaItem time{color:#6b7280;font-size:12px}.agendaItem strong{color:#111827}.agendaItem span{color:#6b7280;font-size:13px}.statusDot{position:absolute;top:16px;right:14px;width:12px;height:12px;border-radius:999px}.statCard,.tableCard,.detailCard,.detailHero,.partsCard,.statusColumn{background:#fff;border:1px solid #e5e7eb;border-radius:16px}.statCard{padding:24px;display:flex;justify-content:space-between;align-items:center}.statCard p{margin:0;color:#6b7280;font-size:14px}.statCard strong{display:block;font-size:32px;margin-top:4px}.statIcon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:#ffe4e6;color:#bf0c37}.statIcon.green,.infoIcon.green{background:#dcfce7;color:#16a34a}.statIcon.purple,.infoIcon.purple{background:#f3e8ff;color:#9333ea}.kanbanGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;overflow-x:auto}.statusColumn{overflow:hidden;transition:box-shadow .15s ease,border-color .15s ease;border:1px solid #e5e7eb;border-radius:16px;background-clip:padding-box}.statusColumn.dropActive{border-color:#bf0c37;box-shadow:0 0 0 3px #bf0c3733}.statusHeader{display:flex;align-items:center;gap:12px;padding:16px 24px;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom:1px solid #e5e7eb}.statusHeader b{margin-left:auto;background:#ffffff59;border-radius:8px;padding:4px 8px}.blue,.statusBadge.blue{background:#ffe4e6;color:#bf0c37}.yellow,.statusBadge.yellow{background:#fef3c7;color:#a16207}.purple,.statusBadge.purple{background:#f3e8ff;color:#7e22ce}.green,.statusBadge.green{background:#dcfce7;color:#15803d}.orange,.statusBadge.orange{background:#ffedd5;color:#c2410c}.slate,.statusBadge.slate{background:#e2e8f0;color:#334155}.rose,.statusBadge.rose{background:#ffe4e6;color:#be123c}.statusBody{padding:16px;display:grid;gap:12px;max-height:384px;overflow:auto}.orderTile{display:grid;gap:4px;text-align:left;border:1px solid #e5e7eb;border-radius:12px;padding:16px;background:#fff}.orderTile:active{cursor:grabbing}.orderTile:hover{border-color:#bf0c37;background:#bf0c371f}.orderTile span,.orderTile b{color:#111827}.orderTile small,.orderTile em,.orderTile time{color:#6b7280;font-style:normal;font-size:13px}.emptyState{text-align:center;color:#9ca3af;padding:24px}.tableCard{overflow:hidden}.tabBar{display:flex;gap:4px;margin-bottom:16px}.tabBtn{padding:8px 20px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;color:#374151;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:background .15s,border-color .15s}.tabBtn:hover{background:#f3f4f6;border-color:#9ca3af}.tabBtnActive{background:#2563eb;border-color:#2563eb;color:#fff}.tabBtnActive:hover{background:#1d4ed8;border-color:#1d4ed8}.tabBadge{background:#ffffff40;border-radius:10px;padding:1px 7px;font-size:12px;font-weight:600}.tabBtn:not(.tabBtnActive) .tabBadge{background:#e5e7eb;color:#374151}.ordersTableCard{overflow:visible}.searchBox{padding:16px;border-bottom:1px solid #e5e7eb;position:relative}.searchBox span{position:absolute;left:28px;top:50%;transform:translateY(-50%);color:#9ca3af}.searchBox input{padding-left:40px}.filterRow{display:grid;grid-template-columns:1fr 260px;gap:16px;padding:16px;border-bottom:1px solid #e5e7eb}.filterRow .searchBox{padding:0;border:0}table{width:100%;border-collapse:collapse}thead{background:#f9fafb}th{color:#6b7280;font-size:12px;text-transform:uppercase;letter-spacing:.04em;text-align:left;padding:12px 24px}td{padding:16px 24px;border-top:1px solid #e5e7eb;color:#374151}td.tableEmpty{text-align:center;color:#6b7280;font-weight:500;padding:28px 24px}td small{display:block;color:#6b7280;margin-top:2px}tr:hover{background:#f9fafb}.linkButton{border:0;background:transparent;color:#d91e47;padding:0;font-weight:600}.clientNameLink{border:0;background:transparent;color:#d91e47;padding:0;font-weight:700}.clientNameLink:hover{text-decoration:underline}.vehiclesGrid,.partsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:24px}.cardsEmpty,.partsEmpty{grid-column:1 / -1;margin:0}.vehicleCard{border:1px solid #e5e7eb;border-radius:12px;padding:24px;background:#fff;position:relative}.vehicleCardTop{display:flex;gap:16px;margin-bottom:16px;align-items:flex-start;justify-content:space-between}.vehicleCardTop span,.vehicleIcon{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;background:#ffe4e6;color:#bf0c37;flex:0 0 auto}.vehicleCard h3,.vehicleRow h3{margin:0;color:#111827}.iconDangerButton{margin-left:auto;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#b91c1c;width:36px;height:36px;display:grid;place-items:center;padding:0}.iconDangerButton:hover{background:#f9fafb}.iconDangerButton svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.5;fill:none;stroke-linecap:round;stroke-linejoin:round}.vehicleCard p,.vehicleRow p{margin:4px 0 0;color:#6b7280}dl{display:grid;gap:8px;margin:0}dl div{display:flex;justify-content:space-between;gap:12px;font-size:14px}dt{color:#6b7280}dd{margin:0;color:#111827;text-align:right}.vehicleCard dl dt,.vehicleCard dl dd{color:#111827!important}.vehicleCard dl div,.vehicleCard dl,.vehicleCard dl *:not(.vehicleCardTop span){color:#111827!important}.vehicleCard .vehicleCardTop span{background:#ffe4e6!important;color:#bf0c37!important}.vehicleCardActions{margin-left:auto;display:flex;gap:8px;align-items:flex-start}.vehicleDeleteButton{position:static;margin:0;padding:8px 12px}.vehicleDeleteAction{top:auto}.orderStatusSelect{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d1d5db;border-radius:10px;background:#fff;color:#111827;padding:12px 14px;min-height:46px;width:100%;min-width:180px;max-width:240px}.appSelect{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;border:1px solid #d1d5db!important;border-radius:10px!important;background-color:#fff!important;color:#111827!important;padding:12px 40px 12px 14px!important;min-height:46px!important;background-image:linear-gradient(45deg,transparent 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,transparent 50%)!important;background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px)!important;background-size:6px 6px,6px 6px!important;background-repeat:no-repeat!important}.appSelect:focus,.orderStatusSelect:focus{border-color:#bf0c37;box-shadow:0 0 0 3px #bf0c372e;outline:none}.orderActions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.orderDateCell{display:grid;gap:4px}.orderDateCell b{display:block;color:#111827;font-size:14px;line-height:1.25}.orderDateCell small{margin-top:0;color:#6b7280}.orderDatePill{display:inline-flex;width:fit-content;align-items:center;border-radius:999px;padding:4px 10px;font-size:11px;line-height:1.1;font-weight:700;text-transform:uppercase;letter-spacing:.04em;background:#bf0c371f;color:#bf0c37}.orderActions .secondaryButton{padding:8px 12px}.vehicleDeleteButton:hover{background:#ffe4e6;color:#bf0c37;border-color:#fda4af}.backButton{border:0;background:transparent;color:#d91e47;margin-bottom:24px;padding:0;font-weight:600}.detailHero,.detailCard{padding:32px;margin-bottom:24px}.infoGrid,.twoInfo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:24px}.infoGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.infoItem{display:flex;gap:12px;align-items:center}.infoIcon{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:#ffe4e6;color:#bf0c37}.infoItem p{margin:0;color:#6b7280;font-size:14px}.infoItem b{display:block;margin-top:2px}.sectionTitle{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px}.sectionTitle h1,.sectionTitle h2{margin:0}.sectionTitle p{margin:6px 0 0;color:#6b7280}.vehicleStack,.partsStack{display:grid;gap:16px}.vehicleRow{border:1px solid #e5e7eb;border-radius:12px;padding:24px;display:flex;gap:16px;align-items:flex-start}.vehicleOrders{margin-left:0;margin-top:12px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.vehicleOrders button{border:0;border-radius:8px;padding:6px 10px;color:#bf0c37;background:#fff1f2}.vehicleLinkedOrders{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.orderDetailGrid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,360px);gap:28px;align-items:start}.priceBlock{margin:24px 0}.priceBlock p{color:#6b7280;margin:0 0 8px}.priceBlock strong{font-size:32px}.partsStack>div{border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:grid;gap:4px}.partsStack span{color:#6b7280;font-size:14px}.orderDetailMainCard{padding:26px}.orderFormGrid{display:grid;gap:14px}.orderDetailField textarea{min-height:120px;resize:vertical;line-height:1.45;white-space:pre-wrap}.orderPartFormBox p{margin-bottom:12px}.orderPartFormBox .inputRow{grid-template-columns:repeat(3,minmax(0,1fr))}.orderPartFormBox .primaryButton{margin-top:18px}.orderActionsCard{display:grid;gap:12px;padding:22px;border-radius:14px}.orderActionsCard h3{margin:0 0 4px}.orderActionsCard .fieldWithLabel{margin-top:2px}.actionButton{margin-top:0!important}.orderDetailInfo{margin:14px 0 0;color:#166534;font-size:13px;font-weight:600}.dashedBox{border:1px dashed #d1d5db;border-radius:12px;padding:16px;margin-top:16px}.tableCard .dashedBox{border:0;border-bottom:1px solid #e5e7eb;border-radius:0;margin-top:0;padding:16px}.inputRow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.fieldWithLabel{display:flex;flex-direction:column;gap:6px;min-width:0}.fieldWithLabel>span{font-size:11px;color:#6b7280;font-weight:600}.fieldWithLabel .comboField,.fieldWithLabel .appSelectTrigger,.fieldWithLabel .serviceMultiSelect{width:100%}.tableCard .dashedBox .primaryButton,.tableCard .dashedBox .secondaryButton{margin-top:16px}.dashedBox>.primaryButton,.dashedBox>.secondaryButton{margin-top:16px}.collapsibleAdd{border-bottom:1px solid #e5e7eb}.collapsibleAddTrigger{width:calc(100% - 32px);margin:16px;display:inline-flex;align-items:center;gap:8px;justify-content:flex-start}.collapsibleAddBody{padding-bottom:8px}.intakePartsBox{margin-top:28px}.photoGrid{margin-bottom:18px}.partsDraftList{display:grid;gap:10px}.partsDraftRow{grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end}.partsDraftRow .inlineActions{align-self:end;margin-bottom:2px;flex-wrap:nowrap}.partsDraftActions{margin-top:16px;display:flex;gap:10px;flex-wrap:wrap}.partsDraftActions .primaryButton,.partsDraftActions .secondaryButton{margin-top:0}.defectDraftForm{margin-top:12px}.receptionCardSection h2{margin-top:22px;margin-bottom:10px}.receptionCardSection .dashedBox{margin-bottom:18px}.receptionCardSection .primaryButton,.receptionCardSection .secondaryButton{margin-top:12px}.receptionCardSection .photoGrid{margin-bottom:24px}.receptionSaveButton{display:inline-block;margin-top:22px!important}.comboField{position:relative}.comboField.open{z-index:120}select,.orderStatusSelect{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;border-radius:10px!important;border:1px solid #d1d5db!important;background-color:#fff!important;color:#111827!important;box-shadow:none!important;padding-right:40px!important;background-image:linear-gradient(45deg,transparent 50%,#6b7280 50%),linear-gradient(135deg,#6b7280 50%,transparent 50%)!important;background-position:calc(100% - 18px) calc(50% - 3px),calc(100% - 12px) calc(50% - 3px)!important;background-size:6px 6px,6px 6px!important;background-repeat:no-repeat!important;min-height:46px;line-height:1.2}select:focus,.orderStatusSelect:focus{border-color:#bf0c37!important;box-shadow:0 0 0 3px #bf0c372e!important;outline:none!important}.comboOptions{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:140;background:#fff;border:1px solid #d1d5db;border-radius:10px;box-shadow:0 12px 24px #0f172a1f;max-height:220px;overflow-y:auto}.comboOptionsPortal{position:fixed;top:0;left:0;z-index:1000}.comboOption{width:100%;border:0;border-bottom:1px solid #f3f4f6;background:#fff;text-align:left;padding:10px 12px;color:#1f2937}.comboOption:hover{background:#fff1f2}.comboOption.selected{background:#fff1f2;color:#bf0c37;font-weight:600}.comboOption.addOption{color:#bf0c37;font-weight:600}.appSelectTrigger{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #d1d5db;border-radius:10px;padding:12px 14px;background:#fff;color:#111827;text-align:left;font-size:14px;line-height:1.2}.appSelectTrigger.open{border-color:#bf0c37;box-shadow:0 0 0 3px #bf0c372e}.appSelectTrigger:disabled{cursor:default;opacity:.7}.appSelectPlaceholder{color:#9ca3af}.appSelectValue{color:#111827}.appSelectCaret{color:#6b7280;font-size:12px;line-height:1}.orderStatusSelectWrap{min-width:180px;max-width:240px;z-index:50}.servicePickerField{min-width:0}.serviceMultiSelect{display:grid;gap:8px}.serviceMultiTrigger{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid #d1d5db;border-radius:10px;padding:12px 14px;background:#fff;color:#111827;text-align:left;font-size:14px;line-height:1.2}.serviceMultiTrigger.open{border-color:#bf0c37;box-shadow:0 0 0 3px #bf0c372e}.serviceMultiPlaceholder{color:#9ca3af;font-weight:400}.serviceMultiValue{color:#111827;font-weight:400}.serviceMultiCaret{color:#6b7280;font-size:12px;line-height:1}.serviceMultiMenu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:40;padding:6px}.serviceMultiGroup{display:grid;gap:4px;padding:2px 0 6px}.serviceMultiGroup:not(:last-child){border-bottom:1px solid #f3f4f6;margin-bottom:6px}.serviceCategoryToggle{width:100%;border:0;background:transparent;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;text-align:left;padding:6px 8px;border-radius:8px}.serviceCategoryToggle:hover{background:#fff1f2}.serviceCategoryToggle span{font-size:13px;font-weight:700;color:#374151}.serviceCategoryToggle small{font-size:11px;color:#6b7280}.serviceCategoryToggle strong{color:#6b7280;font-size:11px}.serviceMultiOption{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;column-gap:10px;padding:6px 10px;border-radius:8px;color:#1f2937;font-size:14px}.serviceMultiOption:hover,.serviceMultiOption.selected{background:#fff1f2}.serviceMultiOption input{margin:0;width:16px;height:16px;justify-self:center;align-self:center}.serviceMultiSummary{display:flex;flex-wrap:wrap;gap:6px}.serviceMultiTag{display:inline-flex;align-items:center;border:1px solid #e5e7eb;border-radius:999px;padding:6px 10px;background:#f9fafb;font-size:12px}.full{width:100%;margin-top:12px}.secondaryButton,.successButton{border:0;border-radius:10px;padding:12px 18px;font-weight:600}.secondaryButton{background:#f3f4f6;color:#111827}.successButton{background:#16a34a;color:#fff}.fakeQr{width:200px;height:200px;display:grid;place-items:center;margin:16px auto;color:#111827;background:linear-gradient(90deg,#111827 10px,transparent 10px) 0 0 / 24px 24px,linear-gradient(#111827 10px,transparent 10px) 0 0 / 24px 24px,#fff;border:12px solid white;box-shadow:inset 0 0 0 1px #e5e7eb;font-weight:800}.qrPreview{text-align:center}.carDiagram{position:relative;background:radial-gradient(circle at 30% 20%,#f8fafc,#e5ebf3);border:2px solid #d1d5db;border-radius:12px;overflow:hidden;padding:0}.carDiagram svg{width:100%;max-height:400px}.damageDiagramImage{width:100%;height:auto;max-height:560px;object-fit:contain;object-position:center;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.damageDiagramSvg .diagramView{fill:none;stroke:#1f2937;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.damageDiagramSvg text{fill:#6b7280;stroke:none;font-size:15px;font-weight:700}.damageDiagramSvg rect,.damageDiagramSvg circle{fill:none}.defectPoint{position:absolute;width:32px;height:32px;margin:-16px 0 0 -16px;border-radius:999px;display:grid;place-items:center;background:#ef4444;color:#fff;font-weight:700;box-shadow:0 4px 10px #b91c1c66}.defectPoint.pending{background:#f59e0b;box-shadow:0 4px 10px #f59e0b73}.defectListRow{display:flex;align-items:center;justify-content:space-between;gap:12px}.photoGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.photoGrid button{height:128px;border:2px dashed #d1d5db;border-radius:12px;background:#fff;color:#6b7280}.rodoBox{display:flex;gap:12px;border:1px solid #d1d5db;border-radius:12px;padding:16px;margin-top:24px}.fieldWithLabelCheckbox{align-items:flex-start;justify-content:flex-start}.fieldWithLabelCheckbox input[type=checkbox]{width:100%;max-width:100%;min-height:42px;margin-top:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;border-radius:10px;padding:12px 18px;background:#f3f4f6;color:#111827;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative;line-height:1;box-sizing:border-box}.fieldWithLabelCheckbox input[type=checkbox]:after{content:"✕";color:#6b7280;font-size:14px;font-weight:700}.fieldWithLabelCheckbox input[type=checkbox]:checked{background:#bf0c37;color:#fff;box-shadow:0 8px 24px #bf0c3740}.fieldWithLabelCheckbox input[type=checkbox]:checked:after{content:"✓";color:#fff}.fieldWithLabelCheckbox input[type=checkbox]:focus-visible{outline:2px solid rgba(191,12,55,.35);outline-offset:2px}.partsCard{overflow:hidden;display:grid;grid-template-rows:auto auto auto auto auto 1fr auto;align-content:start;height:100%}.partsCard header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:16px 24px;display:flex;justify-content:space-between;gap:12px}.partsCard small{display:block;color:#6b7280;margin-top:3px}.partsCard>p,.partsCard .partsStack,.partsCard .primaryButton{margin-left:24px;margin-right:24px}.partsCard>p{margin-top:14px;min-height:26px;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.partsCard .partsStack{flex:1;min-height:124px;margin-top:14px}.partsCard .partsActions{margin:16px 24px 18px;display:grid;gap:10px}.partsCard .partsActions .full{margin-top:0;margin-left:0;margin-right:0;width:100%}.partsStatus{height:fit-content;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.partsStatus.pending{background:#fef3c7;color:#a16207}.partsStatus.ordered{background:#ffe4e6;color:#bf0c37}.partsStatus.delivered{background:#dcfce7;color:#15803d}.partsPaymentStatus{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.partsPaymentStatus.paid{background:#dcfce7;color:#15803d}.partsPaymentStatus.unpaid{background:#fef3c7;color:#a16207}.statusBadge{display:inline-block;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:600}@media (max-width: 1100px){.vehiclesGrid,.partsGrid,.calendarLayout,.statsRow,.infoGrid,.twoInfo,.orderDetailGrid{grid-template-columns:1fr}.orderActionsCard{margin-top:0}.sidebar{width:100%;height:auto;position:sticky;top:0;z-index:40;border-right:0;border-bottom:1px solid #e5e7eb;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.appShell{display:block}.sidebarBrand{display:none}.navigation{display:flex;gap:8px;padding:10px 12px;overflow:visible;flex-wrap:wrap}.navigation button{white-space:nowrap;border:1px solid #e5e7eb;padding:10px 12px}.logout{margin:0 12px 10px;width:calc(100% - 24px);border-top:0;border:1px solid #e5e7eb;border-radius:10px}.mainContent{overflow:visible}.themeToggle{float:none;margin:12px 12px 0 auto;display:block}.page{padding:20px 12px}.pageHeader{margin-bottom:20px}.pageHeader h1{font-size:24px}.filterRow{grid-template-columns:1fr}.tableCard{overflow:visible}.kanbanGrid{grid-template-columns:1fr;overflow-x:visible;gap:14px}}@media (max-width: 700px){.loginPanel{padding:24px 18px;border-radius:16px}.statsRow{gap:12px;margin-bottom:18px}.statCard{padding:14px}.statCard strong{font-size:24px}.calendarPanel,.detailHero,.detailCard{padding:16px}.monthGrid{overflow-x:auto}.calendarDay{min-height:88px;padding:8px}.inputRow,.orderFilters{grid-template-columns:1fr}.vehiclesGrid,.partsGrid{grid-template-columns:1fr;padding:14px;gap:14px}.vehicleRow{flex-direction:column;padding:14px}.vehicleOrders{margin-left:0;flex-wrap:wrap}.photoGrid{grid-template-columns:1fr 1fr}.confirmActions{flex-direction:column}.confirmActions button{width:100%}table,thead,tbody,tr,td{display:block;width:100%}thead{display:none}tbody{display:grid;gap:12px}tbody tr{border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:10px}td{border-top:0;padding:8px 4px;display:flex;justify-content:space-between;align-items:flex-start;gap:10px;text-align:right}td:before{content:attr(data-label);color:#6b7280;font-size:12px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;text-align:left}td.tableEmpty{text-align:center;justify-content:center}td.tableEmpty:before{content:""}td[data-label=Status],td[data-label=Akcje]{display:block;text-align:left}td[data-label=Status]:before,td[data-label=Akcje]:before{display:block;margin-bottom:8px}td[data-label=Status] .comboField,td[data-label=Status] .appSelectTrigger{width:100%}td[data-label=Termin]{display:block;text-align:left}td[data-label=Termin]:before{display:block;margin-bottom:8px}.modalFieldRow{grid-template-columns:1fr;align-items:stretch}}body[data-theme=dark]{background:#050505;color:#f5f5f5;font-family:Poppins,Segoe UI,Arial,sans-serif}body[data-theme=dark] .sidebar,body[data-theme=dark] .sidebarBrand,body[data-theme=dark] .tableCard,body[data-theme=dark] .detailCard,body[data-theme=dark] .detailHero,body[data-theme=dark] .statCard,body[data-theme=dark] .partsCard,body[data-theme=dark] .statusColumn,body[data-theme=dark] .calendarPanel,body[data-theme=dark] .monthCard,body[data-theme=dark] .agendaCard,body[data-theme=dark] .vehicleCard,body[data-theme=dark] .vehicleRow,body[data-theme=dark] .confirmModal,body[data-theme=dark] .loginPanel,body[data-theme=dark] .messengerFloat{background:#111;border-color:#252525;color:#f5f5f5}body[data-theme=dark] .messengerFloatTop{border-bottom-color:#252525;background:linear-gradient(180deg,#161616,#111)}body[data-theme=dark] .messengerFloatTitles strong{color:#f5f5f5}body[data-theme=dark] .messengerFloatTitles span{color:#a3a3a3}body[data-theme=dark] .messengerFloatClose{color:#a3a3a3;border-left-color:#252525}body[data-theme=dark] .messengerFloatBody,body[data-theme=dark] .messengerFloatHint{color:#c7c7c7}body[data-theme=dark] .messengerFloatHintFooter{color:#737373}body[data-theme=dark] .messengerDemoBadge{background:#1a1a1a;color:#a3a3a3}body[data-theme=dark] .messengerBubble.incoming{background:#252525;color:#f5f5f5}body[data-theme=dark] .messengerBubble.outgoing{background:#bf0c37;color:#fff}body[data-theme=dark] .messengerBubbleTime{color:#737373}body[data-theme=dark] .navigation button,body[data-theme=dark] .logout,body[data-theme=dark] .pageHeader p,body[data-theme=dark] .statusBody .emptyState,body[data-theme=dark] .emptyState,body[data-theme=dark] .agendaItem span,body[data-theme=dark] .agendaItem time,body[data-theme=dark] .partsStack span,body[data-theme=dark] .sectionTitle p,body[data-theme=dark] .vehicleCard p,body[data-theme=dark] .vehicleRow p,body[data-theme=dark] dt,body[data-theme=dark] td,body[data-theme=dark] th{color:#c7c7c7}body[data-theme=dark] .vehicleCard dl,body[data-theme=dark] .vehicleCard dl div,body[data-theme=dark] .vehicleCard dl dt,body[data-theme=dark] .vehicleCard dl dd,body[data-theme=dark] .vehicleCard dl *:not(.vehicleCardTop span){color:#f5f5f5!important}body[data-theme=dark] .modalFieldRow span{color:#c7c7c7}body[data-theme=dark] .fieldWithLabel>span{color:#c7c7c7}body[data-theme=dark] .orderDetailInfo{color:#86efac}body[data-theme=dark] h1,body[data-theme=dark] h2,body[data-theme=dark] h3,body[data-theme=dark] h4,body[data-theme=dark] h5,body[data-theme=dark] h6,body[data-theme=dark] strong,body[data-theme=dark] b{color:#f5f5f5;font-family:Poppins,Segoe UI,Arial,sans-serif;letter-spacing:.04em}body[data-theme=dark] .navigation button.active{background:#bf0c371f;color:#f5f5f5;border-left:3px solid #bf0c37}body[data-theme=dark] .navigation button:hover,body[data-theme=dark] .logout:hover{background:#bf0c371f}body[data-theme=dark] .searchBox,body[data-theme=dark] .filterRow,body[data-theme=dark] .tableCard .dashedBox,body[data-theme=dark] thead,body[data-theme=dark] td,body[data-theme=dark] th,body[data-theme=dark] .weekHeader,body[data-theme=dark] .calendarDay,body[data-theme=dark] .partsCard header{border-color:#252525;background:#0d0d0d}body[data-theme=dark] .statusHeader,body[data-theme=dark] .statusHeader b,body[data-theme=dark] .statusBadge,body[data-theme=dark] .calendarDay small:not(.calendarDayOrderPill),body[data-theme=dark] .vehicleOrders button,body[data-theme=dark] .statIcon,body[data-theme=dark] .infoIcon{background:#151515!important;color:#f5f5f5!important;border:1px solid #252525;box-sizing:border-box}body[data-theme=dark] .statusHeader.blue,body[data-theme=dark] .statusHeader.yellow,body[data-theme=dark] .statusHeader.purple,body[data-theme=dark] .statusHeader.green,body[data-theme=dark] .statusHeader.orange,body[data-theme=dark] .statusHeader.slate,body[data-theme=dark] .statusHeader.rose,body[data-theme=dark] .statusBadge.blue,body[data-theme=dark] .statusBadge.yellow,body[data-theme=dark] .statusBadge.purple,body[data-theme=dark] .statusBadge.green,body[data-theme=dark] .statusBadge.orange,body[data-theme=dark] .statusBadge.slate,body[data-theme=dark] .statusBadge.rose{background:#151515!important;color:#f5f5f5!important;border:1px solid #bf0c37!important;box-sizing:border-box}body[data-theme=dark] .statusColumn{border-color:#252525}body[data-theme=dark] .statusHeader{border-bottom-color:#252525}body[data-theme=dark] .calendarDay.muted{background:#050505}body[data-theme=dark] .calendarDay.hasOrders{background:#bf0c371f}body[data-theme=dark] .calendarDay.today{background:#bf0c372e;box-shadow:inset 0 0 0 1px #bf0c3773}body[data-theme=dark] .calendarWeekBlock{border-bottom-color:#252525}body[data-theme=dark] .calendarWeekBarLanes{background:transparent}body[data-theme=dark] .calendarHoverPopover{background:#111;border-color:#252525;color:#c7c7c7;box-shadow:0 18px 44px #00000073}body[data-theme=dark] .calendarHoverPopover strong{color:#f5f5f5}body[data-theme=dark] .appToast_success{background:#166534}body[data-theme=dark] .appToast_error{background:#991b1b}body[data-theme=dark] .miniCalendarPop{background:#111;border-color:#252525;box-shadow:0 18px 50px #0000008c,0 0 0 1px #252525}body[data-theme=dark] .miniCalendarHeader strong,body[data-theme=dark] .miniCalendarMonthTitle{color:#f5f5f5}body[data-theme=dark] .miniCalendarClose{color:#a3a3a3}body[data-theme=dark] .miniCalendarClose:hover{background:#1a1a1a;color:#f5f5f5}body[data-theme=dark] .miniMonthCard{border-color:#252525}body[data-theme=dark] .miniWeekHeader{background:#0d0d0d;border-color:#252525}body[data-theme=dark] .miniWeekHeader span{color:#a3a3a3}body[data-theme=dark] .miniCalendarDay{background:#111;border-color:#252525}body[data-theme=dark] .miniCalendarDay b{color:#f5f5f5}body[data-theme=dark] .miniCalendarDay.muted{background:#050505}body[data-theme=dark] .miniCalendarDay.hasOrders{background:#bf0c371f}body[data-theme=dark] .miniCalendarDay.today{background:#bf0c372e;box-shadow:inset 0 0 0 1px #bf0c3773}body[data-theme=dark] .miniCalendarDay.selectedDay{background:#bf0c3738;box-shadow:inset 0 0 0 2px #bf0c37}body[data-theme=dark] .miniBusyCount{background:#bf0c3733;color:#fda4af}body[data-theme=dark] .miniCalendarHint{color:#737373}body[data-theme=dark] button.datePickerTrigger{background:#0d0d0d;border-color:#252525;color:#f5f5f5}body[data-theme=dark] button.datePickerTrigger:hover{background:#161616;border-color:#404040}body[data-theme=dark] .orderDateCell b{color:#f5f5f5}body[data-theme=dark] .orderDateCell small{color:#c7c7c7}body[data-theme=dark] .datePickerLabel{color:#a3a3a3}body[data-theme=dark] .datePickerValue strong{color:#f5f5f5}body[data-theme=dark] .orderDatePill{background:#bf0c3738;color:#fda4af}body[data-theme=dark] .signatureCanvas,body[data-theme=dark] .rodoPreview{background:#0d0d0d;border-color:#bf0c37}body[data-theme=dark] .loginForm input,body[data-theme=dark] .loginForm select,body[data-theme=dark] .searchBox input,body[data-theme=dark] .searchBox select,body[data-theme=dark] .filterRow select,body[data-theme=dark] .inputRow input,body[data-theme=dark] .inputRow select,body[data-theme=dark] .inputRow textarea,body[data-theme=dark] .modalFieldRow input,body[data-theme=dark] .modalFieldRow select,body[data-theme=dark] .modalFieldRow textarea,body[data-theme=dark] .fieldWithLabel input:not([type=checkbox]):not([type=radio]),body[data-theme=dark] .fieldWithLabel select,body[data-theme=dark] .fieldWithLabel textarea,body[data-theme=dark] .orderFilters input,body[data-theme=dark] .orderFilters select,body[data-theme=dark] textarea,body[data-theme=dark] .comboOptions,body[data-theme=dark] .comboOption,body[data-theme=dark] .serviceMultiSelect,body[data-theme=dark] .serviceMultiTrigger{background:#0d0d0d;border-color:#252525;color:#f5f5f5}body[data-theme=dark] .serviceMultiPlaceholder{color:#8b8b8b}body[data-theme=dark] .serviceMultiValue,body[data-theme=dark] .serviceMultiCaret{color:#f5f5f5}body[data-theme=dark] .appSelect{background-color:#0d0d0d!important;color:#f5f5f5!important;border-color:#252525!important;background-image:linear-gradient(45deg,transparent 50%,#c7c7c7 50%),linear-gradient(135deg,#c7c7c7 50%,transparent 50%)!important}body[data-theme=dark] .appSelect:focus{border-color:#bf0c37!important;box-shadow:0 0 0 3px #bf0c372e!important}body[data-theme=dark] select,body[data-theme=dark] .orderStatusSelect{background-color:#0d0d0d!important;color:#f5f5f5!important;border-color:#252525!important;background-image:linear-gradient(45deg,transparent 50%,#c7c7c7 50%),linear-gradient(135deg,#c7c7c7 50%,transparent 50%)!important}body[data-theme=dark] select:focus,body[data-theme=dark] .orderStatusSelect:focus{border-color:#bf0c37!important;box-shadow:0 0 0 3px #bf0c372e!important}body[data-theme=dark] .comboOption:hover,body[data-theme=dark] .comboOption.selected,body[data-theme=dark] .orderTile:hover,body[data-theme=dark] tr:hover,body[data-theme=dark] .agendaItem:hover{background:#bf0c371f}body[data-theme=dark] .appSelectTrigger{background:#0d0d0d;border-color:#252525;color:#f5f5f5}body[data-theme=dark] .appSelectPlaceholder{color:#8b8b8b}body[data-theme=dark] .appSelectValue,body[data-theme=dark] .appSelectCaret{color:#f5f5f5}body[data-theme=dark] .calendarDay,body[data-theme=dark] .agendaItem,body[data-theme=dark] .orderTile,body[data-theme=dark] .photoGrid .dashedBox,body[data-theme=dark] .partsStack>div,body[data-theme=dark] .rodoBox,body[data-theme=dark] .serviceMultiTag{background:#111;border-color:#252525}body[data-theme=dark] .serviceCategoryToggle:hover{background:#bf0c371f}body[data-theme=dark] .serviceCategoryToggle span,body[data-theme=dark] .serviceCategoryToggle strong{color:#f5f5f5}body[data-theme=dark] .serviceCategoryToggle small{color:#c7c7c7}body[data-theme=dark] .serviceMultiOption{color:#f5f5f5}body[data-theme=dark] .serviceMultiOption:hover,body[data-theme=dark] .serviceMultiOption.selected{background:#bf0c371f}body[data-theme=dark] .fakeQr{background:#0d0d0d;color:#f5f5f5;box-shadow:inset 0 0 0 1px #252525}body[data-theme=dark] .primaryButton,body[data-theme=dark] .loginForm button{background:transparent;border:2px solid #bf0c37;color:#f5f5f5}body[data-theme=dark] .primaryButton:hover,body[data-theme=dark] .loginForm button:hover{background:#bf0c37;box-shadow:0 8px 24px #bf0c3759}body[data-theme=dark] .secondaryButton,body[data-theme=dark] .fieldWithLabelCheckbox input[type=checkbox]{background:#0d0d0d;color:#f5f5f5;border:1px solid #252525}body[data-theme=dark] .fieldWithLabelCheckbox input[type=checkbox]:checked{background:#bf0c37;border-color:#bf0c37;color:#fff}body[data-theme=dark] .collapsibleAdd{border-bottom-color:#252525}body[data-theme=dark] .orderStatusSelect{background:#0d0d0d;color:#f5f5f5;border-color:#252525}body[data-theme=dark] .vehicleDeleteButton:hover{background:#2a0f16;border-color:#bf0c37;color:#f5f5f5}body[data-theme=dark] .successButton{background:#bf0c37;color:#f5f5f5}body[data-theme=dark] .dangerButton{background:#8a0927}body[data-theme=dark] .linkButton{color:#d91e47}body[data-theme=dark] .blue,body[data-theme=dark] .yellow,body[data-theme=dark] .purple,body[data-theme=dark] .green,body[data-theme=dark] .orange,body[data-theme=dark] .statusBadge.blue,body[data-theme=dark] .statusBadge.yellow,body[data-theme=dark] .statusBadge.purple,body[data-theme=dark] .statusBadge.green,body[data-theme=dark] .statusBadge.orange,body[data-theme=dark] .calendarDay b,body[data-theme=dark] .orderTile span,body[data-theme=dark] .orderTile b,body[data-theme=dark] .vehicleRow h3,body[data-theme=dark] .vehicleCard h3{color:#f5f5f5!important}body[data-theme=dark] .statusColumn.dropActive{border-color:#bf0c37;box-shadow:0 0 0 3px #bf0c3738}body[data-theme=dark] .themeToggle{background:#111;color:#f5f5f5;border-color:#252525}body[data-theme=dark] .themeToggle:hover{border-color:#bf0c37;box-shadow:0 6px 18px #bf0c3740}body:not([data-theme=dark]){background:radial-gradient(circle at top left,rgba(255,255,255,.85),transparent 28%),radial-gradient(circle at top right,rgba(255,188,202,.38),transparent 24%),radial-gradient(circle at bottom left,rgba(216,230,255,.45),transparent 30%),linear-gradient(160deg,#f9dfe7,#f7f8fc 42%,#edf3ff)}body:not([data-theme=dark]) .loginPanel,body:not([data-theme=dark]) .sidebar,body:not([data-theme=dark]) .themeToggle,body:not([data-theme=dark]) .calendarPanel,body:not([data-theme=dark]) .monthCard,body:not([data-theme=dark]) .agendaCard,body:not([data-theme=dark]) .statCard,body:not([data-theme=dark]) .tableCard,body:not([data-theme=dark]) .detailCard,body:not([data-theme=dark]) .detailHero,body:not([data-theme=dark]) .partsCard,body:not([data-theme=dark]) .statusColumn,body:not([data-theme=dark]) .vehicleCard,body:not([data-theme=dark]) .vehicleRow,body:not([data-theme=dark]) .confirmModal,body:not([data-theme=dark]) .agendaItem,body:not([data-theme=dark]) .orderTile,body:not([data-theme=dark]) .partsStack>div,body:not([data-theme=dark]) .dashedBox,body:not([data-theme=dark]) .rodoBox,body:not([data-theme=dark]) .calendarDay,body:not([data-theme=dark]) .comboOptions,body:not([data-theme=dark]) .serviceMultiMenu,body:not([data-theme=dark]) .appSelectTrigger,body:not([data-theme=dark]) .serviceMultiTrigger,body:not([data-theme=dark]) .secondaryButton{background:#ffffff75;border-color:#ffffffa8;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:inset 0 1px #ffffff80,0 18px 38px #94a3b824}body:not([data-theme=dark]) .sidebar{background:#ffffff94;box-shadow:inset -1px 0 #fff6,12px 0 42px #94a3b824}body:not([data-theme=dark]) .navigation button:hover,body:not([data-theme=dark]) .logout:hover,body:not([data-theme=dark]) .agendaItem:hover,body:not([data-theme=dark]) .orderTile:hover,body:not([data-theme=dark]) tr:hover{background:#ffffff9e}body:not([data-theme=dark]) .navigation button.active{background:linear-gradient(135deg,#ffffffbd,#ffe8eeb8);box-shadow:inset 0 1px #ffffffbf,0 10px 24px #bf0c371a}body:not([data-theme=dark]) .primaryButton,body:not([data-theme=dark]) .loginForm button{background:linear-gradient(135deg,#bf0c37eb,#d91e47c7);box-shadow:0 12px 28px #bf0c3738}body:not([data-theme=dark]) .successButton{background:linear-gradient(135deg,#16a34aeb,#4ade80c7);box-shadow:0 12px 28px #16a34a2e}body:not([data-theme=dark]) .dangerButton{background:linear-gradient(135deg,#dc2626f2,#f87171c7);box-shadow:0 12px 28px #dc26262e}body:not([data-theme=dark]) .statIcon,body:not([data-theme=dark]) .infoIcon,body:not([data-theme=dark]) .vehicleCardTop span,body:not([data-theme=dark]) .vehicleIcon,body:not([data-theme=dark]) .vehicleOrders button,body:not([data-theme=dark]) .calendarDay small{background:#ffffff8f!important;border:1px solid rgba(255,255,255,.68);box-shadow:inset 0 1px #ffffffb3}body[data-theme=dark]{background:radial-gradient(circle at top left,rgba(191,12,55,.22),transparent 22%),radial-gradient(circle at top right,rgba(96,165,250,.18),transparent 18%),linear-gradient(160deg,#09090f,#10131d 42%,#111827)}body[data-theme=dark] .loginPanel,body[data-theme=dark] .sidebar,body[data-theme=dark] .themeToggle,body[data-theme=dark] .calendarPanel,body[data-theme=dark] .monthCard,body[data-theme=dark] .agendaCard,body[data-theme=dark] .statCard,body[data-theme=dark] .tableCard,body[data-theme=dark] .detailCard,body[data-theme=dark] .detailHero,body[data-theme=dark] .partsCard,body[data-theme=dark] .statusColumn,body[data-theme=dark] .vehicleCard,body[data-theme=dark] .vehicleRow,body[data-theme=dark] .confirmModal,body[data-theme=dark] .agendaItem,body[data-theme=dark] .orderTile,body[data-theme=dark] .partsStack>div,body[data-theme=dark] .dashedBox,body[data-theme=dark] .rodoBox,body[data-theme=dark] .calendarDay,body[data-theme=dark] .comboOptions,body[data-theme=dark] .serviceMultiMenu,body[data-theme=dark] .appSelectTrigger,body[data-theme=dark] .serviceMultiTrigger,body[data-theme=dark] .secondaryButton{background:#0f172a85;border-color:#ffffff1a;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:inset 0 1px #ffffff14,0 18px 42px #02061752}body[data-theme=dark] .navigation button:hover,body[data-theme=dark] .logout:hover,body[data-theme=dark] .agendaItem:hover,body[data-theme=dark] .orderTile:hover,body[data-theme=dark] tr:hover{background:#1e293b8f}body[data-theme=dark] .navigation button.active{background:linear-gradient(135deg,#bf0c3738,#1e293bb8);box-shadow:inset 0 1px #ffffff14,0 10px 28px #bf0c3729}body[data-theme=dark] .statIcon,body[data-theme=dark] .infoIcon,body[data-theme=dark] .vehicleCardTop span,body[data-theme=dark] .vehicleIcon,body[data-theme=dark] .vehicleOrders button,body[data-theme=dark] .calendarDay small{background:#0f172a99!important;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff14}.orderBusinessId{font-size:11px;color:#6b7280;font-variant-numeric:tabular-nums;letter-spacing:.3px;margin-top:4px;padding:0;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.orderDetailBizId{font-weight:600;color:#374151}.orderDetailTechId{font-size:11px;color:#9ca3af}.intakePrintCard{display:none}@media print{body>#root>*{display:none!important}.intakePrintCard{display:block!important;font-family:Segoe UI,sans-serif;font-size:12px;color:#111;padding:20mm 18mm;width:100%;box-sizing:border-box}.intakePrint-header{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:2px solid #111;padding-bottom:8px;margin-bottom:14px}.intakePrint-header h1{font-size:18px;margin:0 0 4px}.intakePrint-header p{margin:0;color:#444}.intakePrint-logo{font-size:14px;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#1e40af}.intakePrint-grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:14px}.intakePrintCard section{margin-bottom:14px}.intakePrintCard h2{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #d1d5db;padding-bottom:3px;margin:0 0 6px;color:#1e3a8a}.intakePrint-table{width:100%;border-collapse:collapse;font-size:11px}.intakePrint-table th,.intakePrint-table td{border:1px solid #d1d5db;padding:4px 6px;text-align:left;vertical-align:top}.intakePrint-table th{background:#f3f4f6;font-weight:700}.intakePrint-table td:first-child{color:#6b7280;width:38%}.intakePrint-diagram{position:relative;display:inline-block;width:100%;max-width:480px}.intakePrint-diagramImg{width:100%;height:auto;display:block}.intakePrint-defectDot{position:absolute;width:20px;height:20px;margin:-10px 0 0 -10px;border-radius:50%;background:#dc2626;color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;border:1.5px solid #fff;box-shadow:0 1px 3px #0006}.intakePrint-gdpr{page-break-inside:avoid}.intakePrint-signRow{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:10px}.intakePrint-signBox{border:1px solid #9ca3af;border-radius:6px;min-height:60px;display:flex;align-items:flex-end;justify-content:center;padding:6px;color:#9ca3af;font-size:10px}.intakePrint-signImg{width:100%;max-height:56px;object-fit:contain}@page{size:A4;margin:0}}body{--glass-blur: 24px;--glass-border-light: rgba(255, 255, 255, .62);--glass-border-dark: rgba(255, 255, 255, .1);--glass-shadow-light: 0 18px 44px rgba(148, 163, 184, .16);--glass-shadow-dark: 0 18px 44px rgba(2, 6, 23, .34);--glass-highlight-light: inset 0 1px 0 rgba(255, 255, 255, .72);--glass-highlight-dark: inset 0 1px 0 rgba(255, 255, 255, .08)}.page{position:relative}.page:before,.loginPage:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 15% 10%,rgba(255,255,255,.22),transparent 18%),radial-gradient(circle at 85% 12%,rgba(191,12,55,.12),transparent 18%),radial-gradient(circle at 50% 100%,rgba(96,165,250,.12),transparent 22%);z-index:0}.page>*,.loginPage>*{position:relative;z-index:1}body:not([data-theme=dark]) .loginPage{background:radial-gradient(circle at top,rgba(255,255,255,.55),transparent 40%),linear-gradient(145deg,#fff0f4e6,#edf3ffd9)}body:not([data-theme=dark]) .loginPanel,body:not([data-theme=dark]) .sidebar,body:not([data-theme=dark]) .themeToggle,body:not([data-theme=dark]) .calendarPanel,body:not([data-theme=dark]) .monthCard,body:not([data-theme=dark]) .agendaCard,body:not([data-theme=dark]) .statCard,body:not([data-theme=dark]) .tableCard,body:not([data-theme=dark]) .detailCard,body:not([data-theme=dark]) .detailHero,body:not([data-theme=dark]) .partsCard,body:not([data-theme=dark]) .statusColumn,body:not([data-theme=dark]) .vehicleCard,body:not([data-theme=dark]) .vehicleRow,body:not([data-theme=dark]) .confirmModal,body:not([data-theme=dark]) .messengerFloat,body:not([data-theme=dark]) .miniCalendarPop,body:not([data-theme=dark]) .calendarHoverPopover,body:not([data-theme=dark]) .agendaItem,body:not([data-theme=dark]) .orderTile,body:not([data-theme=dark]) .partsStack>div,body:not([data-theme=dark]) .dashedBox,body:not([data-theme=dark]) .rodoBox,body:not([data-theme=dark]) .comboOptions,body:not([data-theme=dark]) .serviceMultiMenu,body:not([data-theme=dark]) .appSelectTrigger,body:not([data-theme=dark]) .serviceMultiTrigger,body:not([data-theme=dark]) .secondaryButton,body:not([data-theme=dark]) tbody tr{background:linear-gradient(180deg,#ffffff85,#ffffff57);border-color:var(--glass-border-light);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));box-shadow:var(--glass-highlight-light),var(--glass-shadow-light)}body[data-theme=dark] .loginPanel,body[data-theme=dark] .sidebar,body[data-theme=dark] .themeToggle,body[data-theme=dark] .calendarPanel,body[data-theme=dark] .monthCard,body[data-theme=dark] .agendaCard,body[data-theme=dark] .statCard,body[data-theme=dark] .tableCard,body[data-theme=dark] .detailCard,body[data-theme=dark] .detailHero,body[data-theme=dark] .partsCard,body[data-theme=dark] .statusColumn,body[data-theme=dark] .vehicleCard,body[data-theme=dark] .vehicleRow,body[data-theme=dark] .confirmModal,body[data-theme=dark] .messengerFloat,body[data-theme=dark] .miniCalendarPop,body[data-theme=dark] .calendarHoverPopover,body[data-theme=dark] .agendaItem,body[data-theme=dark] .orderTile,body[data-theme=dark] .partsStack>div,body[data-theme=dark] .dashedBox,body[data-theme=dark] .rodoBox,body[data-theme=dark] .comboOptions,body[data-theme=dark] .serviceMultiMenu,body[data-theme=dark] .appSelectTrigger,body[data-theme=dark] .serviceMultiTrigger,body[data-theme=dark] .secondaryButton,body[data-theme=dark] tbody tr{background:linear-gradient(180deg,#11182794,#0f172a70);border-color:var(--glass-border-dark);backdrop-filter:blur(calc(var(--glass-blur) + 2px));-webkit-backdrop-filter:blur(calc(var(--glass-blur) + 2px));box-shadow:var(--glass-highlight-dark),var(--glass-shadow-dark)}.sidebar,.themeToggle,.loginPanel,.confirmModal,.messengerFloat,.calendarPanel,.statCard,.tableCard,.detailCard,.detailHero,.partsCard,.statusColumn,.vehicleCard,.vehicleRow,.miniCalendarPop,.calendarHoverPopover{overflow:hidden}.sidebarBrand,.searchBox,.filterRow,.statusHeader,.weekHeader,.partsCard header,.messengerFloatTop{position:relative}.sidebarBrand:after,.searchBox:after,.filterRow:after,.statusHeader:after,.weekHeader:after,.partsCard header:after,.messengerFloatTop:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.48),transparent)}.loginForm input,.loginForm select,.searchBox input,.searchBox select,.filterRow select,.inputRow input,.inputRow select,.inputRow textarea,.modalFieldRow input,.modalFieldRow select,.modalFieldRow textarea,.fieldWithLabel input:not([type=checkbox]):not([type=radio]),.fieldWithLabel select,.fieldWithLabel textarea,.orderFilters input,.orderFilters select,.orderStatusSelect,button.datePickerTrigger,select,.appSelect,.serviceMultiTrigger,.appSelectTrigger{backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease}body:not([data-theme=dark]) .loginForm input,body:not([data-theme=dark]) .loginForm select,body:not([data-theme=dark]) .searchBox input,body:not([data-theme=dark]) .searchBox select,body:not([data-theme=dark]) .filterRow select,body:not([data-theme=dark]) .inputRow input,body:not([data-theme=dark]) .inputRow select,body:not([data-theme=dark]) .inputRow textarea,body:not([data-theme=dark]) .modalFieldRow input,body:not([data-theme=dark]) .modalFieldRow select,body:not([data-theme=dark]) .modalFieldRow textarea,body:not([data-theme=dark]) .fieldWithLabel input:not([type=checkbox]):not([type=radio]),body:not([data-theme=dark]) .fieldWithLabel select,body:not([data-theme=dark]) .fieldWithLabel textarea,body:not([data-theme=dark]) .orderFilters input,body:not([data-theme=dark]) .orderFilters select,body:not([data-theme=dark]) .orderStatusSelect,body:not([data-theme=dark]) button.datePickerTrigger,body:not([data-theme=dark]) select,body:not([data-theme=dark]) .appSelect,body:not([data-theme=dark]) .serviceMultiTrigger,body:not([data-theme=dark]) .appSelectTrigger{background:#ffffff80!important;border-color:#ffffffb8!important;box-shadow:inset 0 1px #ffffffd1}body[data-theme=dark] .loginForm input,body[data-theme=dark] .loginForm select,body[data-theme=dark] .searchBox input,body[data-theme=dark] .searchBox select,body[data-theme=dark] .filterRow select,body[data-theme=dark] .inputRow input,body[data-theme=dark] .inputRow select,body[data-theme=dark] .inputRow textarea,body[data-theme=dark] .modalFieldRow input,body[data-theme=dark] .modalFieldRow select,body[data-theme=dark] .modalFieldRow textarea,body[data-theme=dark] .fieldWithLabel input:not([type=checkbox]):not([type=radio]),body[data-theme=dark] .fieldWithLabel select,body[data-theme=dark] .fieldWithLabel textarea,body[data-theme=dark] .orderFilters input,body[data-theme=dark] .orderFilters select,body[data-theme=dark] .orderStatusSelect,body[data-theme=dark] button.datePickerTrigger,body[data-theme=dark] select,body[data-theme=dark] .appSelect,body[data-theme=dark] .serviceMultiTrigger,body[data-theme=dark] .appSelectTrigger{background:#0f172a85!important;border-color:#ffffff1f!important;box-shadow:inset 0 1px #ffffff14}.navigation button,.logout,.primaryButton,.secondaryButton,.successButton,.dangerButton,.tabBtn,.linkButton,.clientNameLink,.vehicleOrders button,.iconDangerButton,.messengerFloatClose,.miniCalendarClose{transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease,color .16s ease}.navigation button:hover,.logout:hover,.primaryButton:hover,.secondaryButton:hover,.successButton:hover,.dangerButton:hover,.tabBtn:hover,.vehicleOrders button:hover,.iconDangerButton:hover,.messengerFloatClose:hover,.miniCalendarClose:hover,.themeToggle:hover{transform:translateY(-1px)}.statusHeader b,.tabBadge,.statusBadge,.partsStatus,.partsPaymentStatus,.miniBusyCount,.calendarHoverStatus,.orderBusinessId{backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}body:not([data-theme=dark]) .statusHeader b,body:not([data-theme=dark]) .tabBtn:not(.tabBtnActive) .tabBadge,body:not([data-theme=dark]) .statusBadge,body:not([data-theme=dark]) .partsStatus,body:not([data-theme=dark]) .partsPaymentStatus,body:not([data-theme=dark]) .miniBusyCount,body:not([data-theme=dark]) .calendarHoverStatus{border:1px solid rgba(255,255,255,.72);box-shadow:inset 0 1px #ffffffc2}body[data-theme=dark] .statusHeader b,body[data-theme=dark] .tabBtn:not(.tabBtnActive) .tabBadge,body[data-theme=dark] .statusBadge,body[data-theme=dark] .partsStatus,body[data-theme=dark] .partsPaymentStatus,body[data-theme=dark] .miniBusyCount,body[data-theme=dark] .calendarHoverStatus{border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px #ffffff14}body:not([data-theme=dark]) .calendarDay,body:not([data-theme=dark]) .miniCalendarDay{background:linear-gradient(180deg,#ffffff5c,#ffffff3d);border-color:#ffffff85}body[data-theme=dark] .calendarDay,body[data-theme=dark] .miniCalendarDay{background:linear-gradient(180deg,#11182780,#0f172a57);border-color:#ffffff1a}.calendarSpanBar,.calendarDayOrderPill{box-shadow:inset 0 1px #ffffff2e,0 8px 18px #0f172a29}.statusBody,.messengerFloatBody,.comboOptions,.serviceMultiMenu{scrollbar-width:thin;scrollbar-color:rgba(191,12,55,.5) transparent}.statusBody::-webkit-scrollbar,.messengerFloatBody::-webkit-scrollbar,.comboOptions::-webkit-scrollbar,.serviceMultiMenu::-webkit-scrollbar{width:8px}.statusBody::-webkit-scrollbar-thumb,.messengerFloatBody::-webkit-scrollbar-thumb,.comboOptions::-webkit-scrollbar-thumb,.serviceMultiMenu::-webkit-scrollbar-thumb{background:#bf0c3761;border-radius:999px}.modalOverlay{background:radial-gradient(circle at top,rgba(255,255,255,.14),transparent 26%),#1118276b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.appToast{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.16)}body:not([data-theme=dark]) .appToast_success,body:not([data-theme=dark]) .appToast_error{box-shadow:0 14px 40px #0f172a29,inset 0 1px #fff3}body[data-theme=dark] .appToast_success,body[data-theme=dark] .appToast_error{box-shadow:0 14px 40px #00000052,inset 0 1px #ffffff14}@media (max-width: 700px){body:not([data-theme=dark]) tbody tr,body[data-theme=dark] tbody tr{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.page:before,.loginPage:before{background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.18),transparent 26%),radial-gradient(circle at 100% 10%,rgba(191,12,55,.1),transparent 22%)}}.statsRow{position:relative;align-items:stretch}.statsRow .statCard{position:relative;isolation:isolate;min-height:146px}.statsRow .statCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:radial-gradient(circle at top left,rgba(255,255,255,.22),transparent 38%),linear-gradient(135deg,rgba(255,255,255,.14),transparent 56%);z-index:-1}.statsRow .statCard:after{content:"";position:absolute;inset:auto 18px 14px 18px;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);pointer-events:none}.statCard strong{letter-spacing:-.03em}.calendarPanel{position:relative;overflow:hidden}.calendarPanel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 0% 0%,rgba(255,255,255,.2),transparent 24%),radial-gradient(circle at 100% 0%,rgba(191,12,55,.12),transparent 22%),linear-gradient(180deg,rgba(255,255,255,.08),transparent 30%)}.calendarHeader{position:relative;z-index:1}.calendarHeader h2{font-size:28px;letter-spacing:-.04em}.calendarHeader p{font-size:14px}.inlineActions{align-items:center}.inlineActions .secondaryButton{min-height:42px}.monthCard{position:relative}.weekHeader{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.calendarWeekBlock{background:linear-gradient(180deg,rgba(255,255,255,.02),transparent)}.calendarDay{position:relative;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.calendarDay:hover{transform:translateY(-1px);box-shadow:inset 0 1px #ffffff38,0 14px 28px #0f172a1f}.calendarDay b{font-size:15px}.calendarDay em{margin-top:auto}.calendarSpanBar{border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.calendarHoverPopover{overflow:hidden}.calendarHoverPopover:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.14),transparent 54%)}.kanbanGrid{align-items:start}.statusColumn{position:relative;min-height:320px}.statusColumn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.08),transparent 26%)}.statusHeader{min-height:76px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.statusHeader span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#ffffff2e;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #ffffff2e;font-size:18px}.statusHeader strong{font-size:14px;line-height:1.3}.statusBody{padding:18px;gap:14px}.orderTile{position:relative;overflow:hidden;min-height:148px;justify-items:start}.orderTile:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at top right,rgba(255,255,255,.14),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.06),transparent 44%)}.orderTile b{font-size:22px;letter-spacing:-.03em;margin-top:4px}.orderTile time,.orderTile em,.orderTile small{position:relative;z-index:1}.orderTile span,.orderTile b{position:relative;z-index:1}body:not([data-theme=dark]) .calendarHeader h2,body:not([data-theme=dark]) .statusHeader strong,body:not([data-theme=dark]) .orderTile b{color:#0f172a}body:not([data-theme=dark]) .statusHeader span{background:#ffffff4d}body[data-theme=dark] .calendarPanel:before,body[data-theme=dark] .statsRow .statCard:before,body[data-theme=dark] .statusColumn:before,body[data-theme=dark] .orderTile:before,body[data-theme=dark] .calendarHoverPopover:before{background:radial-gradient(circle at top left,rgba(255,255,255,.06),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.04),transparent 34%)}body[data-theme=dark] .calendarDay:hover{box-shadow:inset 0 1px #ffffff14,0 14px 28px #02061747}body[data-theme=dark] .statusHeader span{background:#ffffff0f;border-color:#ffffff14}body[data-theme=dark] .inlineActions .secondaryButton{background:#0f172a9e}.calendarDayOrderPill,.calendarSpanBar{border-width:1px;border-style:solid}body:not([data-theme=dark]) .calendarDayOrderPill,body:not([data-theme=dark]) .calendarSpanBar{color:#fff!important;box-shadow:inset 0 1px #fff3,0 8px 18px #0f172a1f}body[data-theme=dark] .calendarDayOrderPill,body[data-theme=dark] .calendarSpanBar{color:#f8fafc!important;box-shadow:inset 0 1px #ffffff14,0 10px 22px #0206173d}body:not([data-theme=dark]) .calendarDayOrderPill.calendarCat-default,body:not([data-theme=dark]) .calendarSpanBar.calendarCat-default{background:linear-gradient(135deg,#6b7280e0,#4b5563b8)!important;border-color:#4b556357}body:not([data-theme=dark]) .calendarDayOrderPill.calendarCat-detailing,body:not([data-theme=dark]) .calendarSpanBar.calendarCat-detailing{background:linear-gradient(135deg,#2563ebe6,#3b82f6b8)!important;border-color:#2563eb47}body:not([data-theme=dark]) .calendarDayOrderPill.calendarCat-ambient,body:not([data-theme=dark]) .calendarSpanBar.calendarCat-ambient{background:linear-gradient(135deg,#db2777e0,#ec4899b8)!important;border-color:#be185d47}body:not([data-theme=dark]) .calendarDayOrderPill.calendarCat-kodowanie,body:not([data-theme=dark]) .calendarSpanBar.calendarCat-kodowanie{background:linear-gradient(135deg,#f97316e6,#fb923cbd)!important;border-color:#ea580c47}body:not([data-theme=dark]) .calendarDayOrderPill.calendarCat-audio,body:not([data-theme=dark]) .calendarSpanBar.calendarCat-audio{background:linear-gradient(135deg,#1f2937eb,#374151c2)!important;border-color:#1f293752}body:not([data-theme=dark]) .calendarDayOrderPill.calendarCat-dokladki,body:not([data-theme=dark]) .calendarSpanBar.calendarCat-dokladki{background:linear-gradient(135deg,#22c55ee6,#4ade80bd)!important;border-color:#15803d42}body:not([data-theme=dark]) .calendarDayOrderPill.calendarCat-elektronika,body:not([data-theme=dark]) .calendarSpanBar.calendarCat-elektronika{background:linear-gradient(135deg,#ca8a04eb,#facc15c2)!important;border-color:#a162074d;color:#1f2937!important}body:not([data-theme=dark]) .calendarDayOrderPill.calendarCat-licznik,body:not([data-theme=dark]) .calendarSpanBar.calendarCat-licznik{background:linear-gradient(135deg,#dc2626e6,#f87171b8)!important;border-color:#b91c1c47}body[data-theme=dark] .calendarDayOrderPill.calendarCat-default,body[data-theme=dark] .calendarSpanBar.calendarCat-default{background:linear-gradient(135deg,#475569b8,#3341558a)!important;border-color:#94a3b81f}body[data-theme=dark] .calendarDayOrderPill.calendarCat-detailing,body[data-theme=dark] .calendarSpanBar.calendarCat-detailing{background:linear-gradient(135deg,#2563ebb8,#3b82f68a)!important;border-color:#60a5fa24}body[data-theme=dark] .calendarDayOrderPill.calendarCat-ambient,body[data-theme=dark] .calendarSpanBar.calendarCat-ambient{background:linear-gradient(135deg,#db2777b8,#ec489985)!important;border-color:#f472b624}body[data-theme=dark] .calendarDayOrderPill.calendarCat-kodowanie,body[data-theme=dark] .calendarSpanBar.calendarCat-kodowanie{background:linear-gradient(135deg,#f97316bd,#fb923c8a)!important;border-color:#fdba7424}body[data-theme=dark] .calendarDayOrderPill.calendarCat-audio,body[data-theme=dark] .calendarSpanBar.calendarCat-audio{background:linear-gradient(135deg,#334155c7,#4755698f)!important;border-color:#94a3b824}body[data-theme=dark] .calendarDayOrderPill.calendarCat-dokladki,body[data-theme=dark] .calendarSpanBar.calendarCat-dokladki{background:linear-gradient(135deg,#22c55eb8,#4ade8080)!important;border-color:#86efac24}body[data-theme=dark] .calendarDayOrderPill.calendarCat-elektronika,body[data-theme=dark] .calendarSpanBar.calendarCat-elektronika{background:linear-gradient(135deg,#ca8a04c2,#facc158f)!important;border-color:#fde04729;color:#111827!important}body[data-theme=dark] .calendarDayOrderPill.calendarCat-licznik,body[data-theme=dark] .calendarSpanBar.calendarCat-licznik{background:linear-gradient(135deg,#dc2626bd,#f871718a)!important;border-color:#fca5a529}@media (max-width: 1100px){.calendarHeader h2{font-size:24px}.statsRow .statCard,.statusColumn,.orderTile{min-height:unset}}@media (max-width: 700px){.calendarHeader{gap:14px}.calendarHeader h2{font-size:22px}.inlineActions{width:100%}.inlineActions .secondaryButton{flex:1 1 100%}.statusHeader{min-height:64px;padding:14px 16px}.statusBody{padding:14px}.orderTile b{font-size:20px}}.statisticsToolbar,.statisticsToolbarActions,.statisticsRangeSwitch,.statisticsGrid,.statisticsSummaryGrid,.revenueChart,.statisticsConfigGrid,.statisticsConfigList,.statisticsConfigTables,.statisticsColumnChecks{display:grid;gap:16px}.ordersDashboardLayout{display:grid;grid-template-columns:minmax(340px,.95fr) minmax(360px,1.05fr);gap:20px;padding:18px}.ordersListPane,.ordersDetailPane{min-width:0;border-radius:18px;background:#ffffff4d;border:1px solid rgba(255,255,255,.55);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:inset 0 1px #ffffff6b,0 18px 34px #94a3b81f}.ordersListHeader,.ordersDetailHero{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:18px 18px 0}.ordersListHeader h2,.ordersDetailHero h2{margin:0}.ordersListHeader p,.ordersDetailEyebrow{margin:6px 0 0;color:#6b7280;font-size:13px}.ordersDetailEyebrow{text-transform:uppercase;letter-spacing:.05em;font-weight:700}.ordersListStack{display:grid;gap:12px;padding:18px;max-height:860px;overflow:auto}.ordersListCard{border:1px solid rgba(255,255,255,.56);border-radius:16px;padding:16px;background:#ffffff61;display:grid;gap:12px;text-align:left;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:inset 0 1px #ffffff6b}.ordersListCard.active{border-color:#bf0c376b;box-shadow:inset 0 1px #ffffff7a,0 0 0 2px #bf0c3724;background:#ffffff9e}.ordersListCardTop{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.ordersListCardTop strong{display:block;font-size:15px;line-height:1.3;color:#111827}.ordersListCardMeta{display:grid;gap:6px;color:#4b5563;font-size:13px}.ordersListCardFooter{display:flex;justify-content:space-between;gap:16px;align-items:flex-end}.ordersListCardFooter>b{white-space:nowrap;font-size:18px;color:#111827}.ordersDetailPane{padding:18px;display:grid;gap:18px;align-content:start}.ordersDetailHero{padding:0}.ordersDetailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.ordersDetailMetric,.ordersDetailDescription{border:1px solid rgba(255,255,255,.5);border-radius:16px;padding:14px 16px;background:#ffffff42;display:grid;gap:6px}.ordersDetailMetric span,.ordersDetailDescription span{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;font-weight:700}.ordersDetailMetric b{color:#111827}.ordersDetailDescription p{margin:0;color:#374151;line-height:1.55;white-space:pre-wrap}.ordersDetailActions{display:flex;flex-wrap:wrap;gap:12px}.ordersEmptyState{padding:32px 18px 40px}.ordersFilterRow{grid-template-columns:minmax(240px,1.4fr) repeat(4,minmax(0,1fr));border-bottom:0;padding:0}.ordersFilterActions{margin:14px 0 0}.partsDashboardLayout{align-items:start}.partsContextBanner{margin-bottom:12px}.partsListCard{gap:14px}.partsListStatuses,.partsDetailStatuses{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.partsDetailControls{display:grid;grid-template-columns:minmax(220px,320px) auto;gap:12px;align-items:end}.partsDetailControls .primaryButton{min-height:46px}.orderDatePill.pending{background:#bf0c3724;color:#991b1b;border-color:#bf0c3733}.mobileListDetailScreen{display:grid;gap:16px}.mobileListBackButton{margin-bottom:0;justify-self:start}.mobileListDetailHero,.mobileListDetailBody{border-radius:18px;border:1px solid rgba(255,255,255,.55);background:#ffffff52;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:inset 0 1px #ffffff6b,0 18px 34px #94a3b81f}.mobileListDetailHero{padding:18px;display:grid;gap:6px}.mobileListDetailHero h2{margin:0}.mobileListDetailHero p{margin:0;color:#6b7280;font-size:13px}.mobileListDetailBody{padding:18px;display:grid;gap:18px}.statisticsToolbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;margin-bottom:24px}.statisticsRangeSwitch{grid-auto-flow:column;justify-content:start}.statisticsToolbarActions{grid-auto-flow:column;align-items:center}.statisticsToolbarActions input[type=date]{min-height:42px;border-radius:10px;padding:10px 12px}.statisticsPeriodLabel{margin-bottom:20px;color:#6b7280;font-weight:600}.statisticsSummaryGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.statisticsGrid{grid-template-columns:repeat(12,minmax(0,1fr));margin-top:8px}.statisticsWidget{min-width:0}.statisticsWidget_full{grid-column:1 / -1}.statisticsWidget_wide{grid-column:span 8}.statisticsWidget_half{grid-column:span 4}.revenueChart{grid-template-columns:repeat(auto-fit,minmax(88px,1fr));align-items:end;min-height:260px}.revenueBarItem{display:grid;gap:8px;text-align:center}.revenueBarWrap{height:180px;display:flex;align-items:end;justify-content:center;padding:10px 0}.revenueBar{width:42px;border-radius:18px 18px 8px 8px;background:linear-gradient(180deg,#bf0c37eb,#60a5fa85);box-shadow:inset 0 1px #ffffff59,0 12px 24px #bf0c372e}.revenueBarValue{font-size:12px;color:#6b7280}.breakdownList{display:grid;gap:12px}.breakdownRow{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 12px;align-items:center;padding:14px 16px;border-radius:14px;background:#ffffff4d;border:1px solid rgba(255,255,255,.5)}.breakdownRow small{grid-column:1 / -1;color:#6b7280}.statisticsConfigGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.statisticsConfigBlock,.statisticsConfigTable{display:grid;gap:12px}.statisticsConfigRow{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 14px;border-radius:14px;background:#ffffff42;border:1px solid rgba(255,255,255,.48)}.statisticsConfigRow label,.statisticsColumnChecks label{display:flex;align-items:center;gap:10px}.statisticsColumnChecks{grid-template-columns:repeat(2,minmax(0,1fr))}body[data-theme=dark] .breakdownRow,body[data-theme=dark] .statisticsConfigRow,body[data-theme=dark] .ordersListPane,body[data-theme=dark] .ordersDetailPane,body[data-theme=dark] .ordersListCard,body[data-theme=dark] .ordersDetailMetric,body[data-theme=dark] .ordersDetailDescription{background:#0f172a5c;border-color:#ffffff14}body[data-theme=dark] .ordersListCard.active{background:#1e293ba3;box-shadow:inset 0 1px #ffffff14,0 0 0 2px #bf0c372e}body[data-theme=dark] .mobileListDetailHero,body[data-theme=dark] .mobileListDetailBody{background:#0f172a5c;border-color:#ffffff14}body[data-theme=dark] .mobileListDetailHero h2{color:#f5f5f5}body[data-theme=dark] .mobileListDetailHero p{color:#a3a3a3}body[data-theme=dark] .orderDatePill.pending{background:#bf0c3729;color:#fca5a5;border-color:#f871713d}body[data-theme=dark] .ordersListCardTop strong,body[data-theme=dark] .ordersListCardFooter>b,body[data-theme=dark] .ordersDetailMetric b,body[data-theme=dark] .ordersDetailHero h2{color:#f5f5f5}body[data-theme=dark] .ordersListCardMeta,body[data-theme=dark] .ordersDetailDescription p{color:#c7c7c7}body[data-theme=dark] .ordersListHeader p,body[data-theme=dark] .ordersDetailEyebrow,body[data-theme=dark] .ordersDetailMetric span,body[data-theme=dark] .ordersDetailDescription span{color:#a3a3a3}@media (max-width: 1100px){.statisticsToolbar,.statisticsConfigGrid,.ordersDashboardLayout,.ordersDetailGrid,.ordersFilterRow,.statisticsSummaryGrid,.statisticsGrid{grid-template-columns:1fr}.statisticsWidget_wide,.statisticsWidget_half{grid-column:1 / -1}.statisticsToolbarActions,.statisticsRangeSwitch{grid-auto-flow:row}.ordersListStack,.partsDetailControls{max-height:none;grid-template-columns:1fr}.mobileListDetailScreen{margin-top:4px}}@media (max-width: 700px){.statisticsColumnChecks{grid-template-columns:1fr}}.inboxDashboardLayout{min-height:calc(100vh - 180px)}.inboxListPane{min-width:320px}.inboxChannelTabs{display:flex;gap:8px;margin-bottom:12px}.inboxChannelTabs button{flex:1;border:1px solid var(--glass-border);background:var(--glass-bg);color:inherit;border-radius:12px;padding:8px 10px;cursor:pointer}.inboxChannelTabs button.active{background:#6366f12e;border-color:#6366f173}.inboxFiltersRow{display:grid;gap:8px;margin-bottom:12px}.inboxFiltersRow input[type=text],.inboxFiltersRow input:not([type=checkbox]){width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--glass-border);background:var(--glass-bg);color:inherit}.inboxAwaitingToggle{display:flex;align-items:center;gap:8px;font-size:.9rem;opacity:.9}.inboxThreadPane{display:flex;flex-direction:column;min-height:0;gap:12px}.inboxThreadHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.inboxThreadActions{position:relative}.inboxActionsMenu{position:absolute;right:0;top:calc(100% + 6px);z-index:20;display:grid;min-width:220px;border-radius:14px;overflow:hidden;border:1px solid var(--glass-border);background:var(--glass-bg-strong, rgba(20, 24, 35, .92));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.inboxActionsMenu button{text-align:left;padding:10px 12px;border:0;background:transparent;color:inherit;cursor:pointer}.inboxActionsMenu button:hover{background:#ffffff0f}.inboxThreadScroll{flex:1;min-height:280px;max-height:48vh;overflow:auto;padding-right:4px}.inboxCompose{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center}.inboxCompose input:not([type=file]){width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--glass-border);background:var(--glass-bg);color:inherit}.hiddenFileInput{display:none}.inboxSideMeta{display:grid;gap:12px;padding-top:8px;border-top:1px solid var(--glass-border)}.inboxFlagsRow{display:flex;flex-wrap:wrap;gap:8px}.inboxFlagChip{border:1px solid var(--glass-border);background:transparent;color:inherit;border-radius:999px;padding:6px 10px;cursor:pointer;font-size:.82rem}.inboxFlagChip.active{background:#6366f133;border-color:#6366f173}.inboxSlaBadge,.inboxUnreadBadge,.sidebarUnreadBadge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:2px 8px;font-size:.75rem;font-style:normal;background:#ef44442e;color:#fecaca}.sidebarUnreadBadge{margin-left:auto}.inboxNotes textarea{width:100%;border-radius:12px;border:1px solid var(--glass-border);background:var(--glass-bg);color:inherit;padding:10px 12px;resize:vertical}.inboxNoteCard{padding:10px 12px;border-radius:12px;border:1px solid var(--glass-border);background:#ffffff08}.inboxNoteCompose{display:grid;gap:8px}.inboxReplyWindowHint{margin:0;padding:8px 10px;border-radius:10px;background:#f59e0b1f;color:#fcd34d;font-size:.88rem}.inboxAttachmentImage{display:block;max-width:min(280px,100%);border-radius:12px;margin-top:6px}.inboxAttachmentLink{display:inline-block;margin-top:6px;color:inherit}.inboxModal{width:min(520px,92vw)}.inboxCustomerResults{display:grid;gap:8px;max-height:280px;overflow:auto;margin:12px 0}.inboxCustomerResults button{text-align:left;padding:10px 12px;border-radius:12px;border:1px solid var(--glass-border);background:var(--glass-bg);color:inherit;cursor:pointer}.inboxGdprRow{display:flex;align-items:center;gap:8px}.inboxEmptyPane{display:flex;align-items:center;justify-content:center}.navigation button{position:relative}.navigation button .sidebarUnreadBadge{position:absolute;right:12px;top:50%;transform:translateY(-50%)}
