:root{--color-bg:#f4f6f9;--color-surface:#fff;--color-surface-alt:#f9fafb;--color-border:#e3e8ef;--color-border-strong:#cbd5e1;--color-text:#1e293b;--color-text-muted:#64748b;--color-text-faint:#94a3b8;--color-primary:#2f7d32;--color-primary-dark:#246328;--color-primary-light:#e6f4e7;--color-accent:#1d6fb8;--color-danger:#c0392b;--color-danger-light:#fdecea;--color-warning:#b7791f;--color-warning-light:#fdf3e0;--color-success:#2f7d32;--color-success-light:#e6f4e7;--color-info:#1d6fb8;--color-info-light:#e6f0fa;--sidebar-width:240px;--radius:8px;--radius-sm:5px;--shadow-sm:0 1px 2px rgba(15,23,42,.06);--shadow:0 2px 8px rgba(15,23,42,.08);--font:"Segoe UI",system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--font);background:var(--color-bg);color:var(--color-text);font-size:14px;line-height:1.45}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{margin:0 0 .5rem;font-weight:600;color:var(--color-text)}h1{font-size:1.5rem}h2{font-size:1.2rem}h3{font-size:1rem}.app-shell{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:#14281d;color:#d7e3da;flex-shrink:0;display:flex;flex-direction:column;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;z-index:30}.sidebar-brand{padding:1.1rem 1.25rem;font-size:1.15rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid hsla(0,0%,100%,.08)}.sidebar-brand .leaf{color:#6cc070}.sidebar-brand-name{display:inline-flex;align-items:center;gap:.5rem}.sidebar-topbar-tools{display:none;align-items:center;gap:.5rem}.sidebar-burger{display:none;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid hsla(0,0%,100%,.18);border-radius:8px;color:#e6ede8;font-size:1.2rem;line-height:1;cursor:pointer;flex:0 0 auto}.sidebar-burger:hover{background:hsla(0,0%,100%,.08)}.sidebar-nav{padding:.75rem .5rem;flex:1 1}.sidebar-link{display:flex;align-items:center;gap:.6rem;padding:.55rem .85rem;border-radius:var(--radius-sm);color:#cdd8d1;font-size:.92rem;margin-bottom:2px}.sidebar-link:hover{background:hsla(0,0%,100%,.07);text-decoration:none;color:#fff}.sidebar-link.active{background:var(--color-primary);color:#fff}.sidebar-link .ico{width:18px;text-align:center}.sidebar-group-head{padding:0}.sidebar-group-head:hover{background:hsla(0,0%,100%,.07);color:#fff}.sidebar-group-label{display:flex;align-items:center;gap:.6rem;flex:1 1;min-width:0;padding:.55rem .85rem;color:inherit}.sidebar-group-label:hover{color:#fff;text-decoration:none}.sidebar-group-toggle{background:transparent;border:none;color:inherit;cursor:pointer;padding:.55rem .75rem;font-size:.8rem;line-height:1;align-self:stretch}.sidebar-sublink{padding-left:2.3rem;font-size:.88rem}.sidebar-footer{padding:.85rem 1rem;border-top:1px solid hsla(0,0%,100%,.08);font-size:.82rem}.sidebar-footer .user-name{color:#fff;font-weight:600}.sidebar-footer .user-role{color:#9fb1a6;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.main{margin-left:var(--sidebar-width);flex:1 1;min-width:0}.topbar{height:56px;background:var(--color-surface);border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:10}.content{padding:1.5rem;max-width:1400px}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.25rem;gap:1rem;flex-wrap:wrap}.page-header .subtitle{color:var(--color-text-muted);font-size:.9rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.1rem 1.25rem;margin-bottom:1.25rem}.card-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:.65rem;font-weight:600}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.stat-card{background:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-primary);border-radius:var(--radius);padding:1rem 1.1rem;box-shadow:var(--shadow-sm)}.stat-card.warn{border-left-color:var(--color-warning)}.stat-card.danger{border-left-color:var(--color-danger)}.stat-card.info{border-left-color:var(--color-info)}.stat-card .stat-label{font-size:.78rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em}.stat-card .stat-value{font-size:1.7rem;font-weight:700;margin-top:.25rem}.stat-card .stat-sub{font-size:.78rem;color:var(--color-text-faint);margin-top:.2rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .95rem;border-radius:var(--radius-sm);border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-text);font-size:.88rem;font-weight:500;cursor:pointer;transition:background .12s,border-color .12s;line-height:1.2}.btn,.btn:hover{text-decoration:none}.btn:hover{background:var(--color-surface-alt)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.btn-primary:hover{background:var(--color-primary-dark)}.btn-accent{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.btn-accent:hover{background:#155a96}.btn-danger{background:var(--color-danger);border-color:var(--color-danger);color:#fff}.btn-sm{padding:.3rem .6rem;font-size:.8rem}.btn-ghost{border-color:transparent;background:transparent}.btn-row{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.table-wrap{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}table.data{width:100%;border-collapse:collapse;font-size:.88rem}table.data th{text-align:left;padding:.6rem .75rem;background:var(--color-surface-alt);border-bottom:1px solid var(--color-border);font-weight:600;color:var(--color-text-muted);white-space:nowrap;font-size:.8rem;text-transform:uppercase;letter-spacing:.02em}table.data th.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}table.data th.sortable:hover{color:var(--color-text)}table.data td{padding:.55rem .75rem;border-bottom:1px solid var(--color-border);vertical-align:middle}table.data tbody tr:hover{background:var(--color-surface-alt)}table.data tbody tr:last-child td{border-bottom:none}.text-right{text-align:right}.text-center{text-align:center}.num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.table-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:.75rem;flex-wrap:wrap}.badge{display:inline-block;padding:.18rem .55rem;border-radius:999px;font-size:.74rem;font-weight:600;line-height:1.4;white-space:nowrap;border:1px solid transparent}.badge-gray{background:#eef1f5;color:#475569}.badge-blue{background:var(--color-info-light);color:var(--color-info)}.badge-green{background:var(--color-success-light);color:var(--color-success)}.badge-amber{background:var(--color-warning-light);color:var(--color-warning)}.badge-red{background:var(--color-danger-light);color:var(--color-danger)}.badge-purple{background:#f0e9fb;color:#6b3fb0}.badge-teal{background:#e0f2f1;color:#00796b}.form-section{margin-bottom:1.5rem}.form-section-title{font-size:.95rem;font-weight:600;margin-bottom:.85rem;padding-bottom:.4rem;border-bottom:1px solid var(--color-border);color:var(--color-primary-dark)}.form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:.9rem 1.1rem;gap:.9rem 1.1rem}.field{display:flex;flex-direction:column;gap:.3rem}.field.span-2{grid-column:span 2}.field.span-full{grid-column:1/-1}label{font-size:.82rem;font-weight:500;color:var(--color-text-muted)}label .req{color:var(--color-danger)}input[type=date],input[type=email],input[type=number],input[type=password],input[type=text],select,textarea{width:100%;padding:.45rem .6rem;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);font-size:.88rem;font-family:inherit;background:var(--color-surface);color:var(--color-text)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}textarea{min-height:70px;resize:vertical}.checkbox-field{flex-direction:row;align-items:center;gap:.5rem}.checkbox-field label{color:var(--color-text);cursor:pointer}.field-error{color:var(--color-danger);font-size:.78rem}.field-hint{color:var(--color-text-faint);font-size:.76rem}.filters-bar{display:flex;gap:.75rem;flex-wrap:wrap;align-items:flex-end;margin-bottom:1rem}.filters-bar .field{min-width:160px}.alert{padding:.7rem .95rem;border-radius:var(--radius-sm);margin-bottom:1rem;font-size:.88rem;border:1px solid transparent}.alert-error{background:var(--color-danger-light);color:var(--color-danger);border-color:#f5c6c0}.alert-success{background:var(--color-success-light);color:var(--color-success);border-color:#bfe0c1}.alert-info{background:var(--color-info-light);color:var(--color-info);border-color:#bcd6ee}.alert-warning{background:var(--color-warning-light);color:var(--color-warning);border-color:#f0d9a8}.kv .v.emphasis{font-size:1.15rem;font-weight:700;color:var(--color-primary-dark)}.kv .v.warn{color:var(--color-warning)}.empty,.loading{padding:2rem;text-align:center;color:var(--color-text-muted)}.spinner{display:inline-block;width:18px;height:18px;border:2px solid var(--color-border-strong);border-top-color:var(--color-primary);border-radius:50%;animation:spin .7s linear infinite;vertical-align:middle}@keyframes spin{to{transform:rotate(1turn)}}.muted{color:var(--color-text-muted)}.faint{color:var(--color-text-faint)}.mono{font-family:SF Mono,Menlo,Consolas,monospace;font-size:.82rem}.kv-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:.65rem 1.25rem;gap:.65rem 1.25rem}.kv .k{font-size:.76rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.02em}.kv .v{font-weight:500}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#14281d,#246328);padding:1rem}.login-card{background:var(--color-surface);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.25);padding:2rem;width:100%;max-width:380px}.login-card h1{text-align:center;margin-bottom:.25rem}.login-card .subtitle{text-align:center;color:var(--color-text-muted);margin-bottom:1.5rem}.bar-chart{display:flex;align-items:flex-end;gap:6px;height:180px;padding:.5rem 0;border-bottom:1px solid var(--color-border)}.bar-col{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;min-width:18px}.bar{width:70%;background:var(--color-primary);border-radius:3px 3px 0 0;min-height:2px;transition:height .2s}.bar-label{font-size:.68rem;color:var(--color-text-muted);margin-top:4px;white-space:nowrap}.bar-value{font-size:.66rem;color:var(--color-text-faint);margin-bottom:2px}.tabs{display:flex;gap:2px;border-bottom:1px solid var(--color-border);margin-bottom:1.25rem}.tab{padding:.55rem 1rem;cursor:pointer;background:none;font-size:.9rem;color:var(--color-text-muted);border:none;border-bottom:2px solid transparent;font-weight:500}.tab.active{color:var(--color-primary-dark);border-bottom-color:var(--color-primary)}.drawer-overlay{position:fixed;inset:0;background:rgba(15,23,42,.4);z-index:50;display:flex;justify-content:flex-end}.msg-float{position:fixed;top:16px;left:50%;transform:translateX(-50%);z-index:2000;max-width:min(560px,92vw);margin:0;box-shadow:0 10px 30px rgba(15,23,42,.22);animation:msgFloatIn .18s ease-out}@keyframes msgFloatIn{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.msg-float{animation:none}}.drawer{width:min(640px,92vw);background:var(--color-surface);height:100%;overflow-y:auto;box-shadow:-4px 0 16px rgba(0,0,0,.15);padding:1.5rem}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.xml-box{background:#0f1c14;color:#c8e6c9;padding:.9rem;border-radius:var(--radius-sm);font-family:SF Mono,Menlo,Consolas,monospace;font-size:.76rem;white-space:pre-wrap;word-break:break-word;max-height:320px;overflow:auto}.expand-row td{background:var(--color-surface-alt);font-size:.85rem;color:var(--color-text-muted);padding:.6rem .9rem}.inline-edit{width:80px;padding:.25rem .4rem!important;font-size:.85rem}.trend-up{color:var(--color-success)}.trend-down{color:var(--color-danger)}.tag-list{display:flex;flex-wrap:wrap;gap:.4rem}.autocomplete-dropdown{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:40;background:var(--color-surface);border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);box-shadow:var(--shadow);max-height:320px;overflow-y:auto;min-width:280px}.autocomplete-state{padding:.6rem .75rem;color:var(--color-text-muted);font-size:.85rem}.autocomplete-item{display:block;width:100%;text-align:left;border:none;background:none;padding:.5rem .75rem;cursor:pointer;border-bottom:1px solid var(--color-border);font-family:inherit}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item.active,.autocomplete-item:hover{background:var(--color-primary-light)}.autocomplete-main{font-size:.88rem;color:var(--color-text);font-weight:500}.autocomplete-sub{font-size:.76rem;color:var(--color-text-faint);margin-top:.1rem}.chip{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .7rem;background:var(--color-primary-light);border:1px solid #bfe0c1;border-radius:var(--radius-sm);font-size:.85rem}.chip .chip-main{font-weight:600;color:var(--color-primary-dark)}.chip .chip-sub{font-size:.8rem}.chip .chip-sub,.chip button{color:var(--color-text-muted)}.chip button{border:none;background:none;cursor:pointer;font-size:.95rem;line-height:1;padding:0}.card,.content{max-width:100%}.items-desktop,.items-view{width:100%;max-width:100%}.items-desktop{display:block}.items-table{width:100%;max-width:100%;table-layout:fixed}.items-table td,.items-table th{white-space:normal;word-break:break-word;overflow-wrap:anywhere;vertical-align:top}.items-table th{text-transform:none}.items-col-actions{text-align:right;white-space:nowrap;display:flex;gap:.3rem;justify-content:flex-end;align-items:center;flex-wrap:wrap}.item-prod-sub{font-size:.74rem;color:var(--color-text-muted);line-height:1.25}.item-detail-row>td{background:var(--color-surface-alt)}.item-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr));grid-gap:.5rem 1.2rem;gap:.5rem 1.2rem;padding:.4rem .2rem}.item-detail-field{display:flex;flex-direction:column;gap:.1rem;font-size:.82rem;min-width:0}.item-detail-field>span:last-child{word-break:break-word;overflow-wrap:anywhere}.items-table tr.item-group-head>td{background:var(--color-surface-alt);border-top:2px solid var(--color-border);padding-top:.5rem;padding-bottom:.5rem}.komplet-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-weight:600}.komplet-head .komplet-code{font-family:var(--font-mono,monospace);font-size:.85rem}.komplet-head .komplet-agg{margin-left:auto;font-weight:500;color:var(--color-text-muted);font-size:.82rem}.items-table tr.item-component-row>td:first-child{padding-left:1.4rem;position:relative}.items-table tr.item-component-row>td:first-child:before{content:"↳";position:absolute;left:.45rem;color:var(--color-text-muted)}.items-mobile{display:none;flex-direction:column;gap:.6rem}.item-card{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);padding:.75rem .85rem}.item-card-head{display:flex;flex-direction:column;gap:.1rem;margin-bottom:.55rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.item-card-primary{font-weight:600;line-height:1.3;word-break:break-word;overflow-wrap:anywhere}.item-card-primary .mono{font-size:.8rem;font-weight:500}.item-card-primary .item-prod-sub{font-weight:400}.item-card-grid{display:flex;flex-direction:column}.item-card-field{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.9rem;padding:.34rem 0;border-bottom:1px solid color-mix(in srgb,var(--color-border) 55%,transparent);min-width:0}.item-card-field:last-child{border-bottom:none}.item-card-field>span:first-child{color:var(--color-text-muted);flex:0 0 auto}.item-card-field>span:last-child{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:500;word-break:break-word;overflow-wrap:anywhere;min-width:0}.item-card-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.7rem}.item-card-actions .btn{min-height:40px;padding-top:.5rem;padding-bottom:.5rem}.item-card-footer{font-weight:600;text-align:right}.item-card-expand{margin-top:.6rem;padding-top:.6rem;border-top:1px solid var(--color-border)}.item-group-head-mobile{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;padding:.55rem .7rem;margin-top:.5rem;background:var(--color-primary-light);border:1px solid color-mix(in srgb,var(--color-primary) 30%,transparent);border-radius:var(--radius);font-weight:600;line-height:1.35}.item-group-head-mobile .komplet-code{font-size:.82rem}.item-group-head-mobile .komplet-agg{flex-basis:100%;margin-left:0;font-weight:600}.item-card.item-card-component{margin-left:.75rem;border-left:3px solid var(--color-primary)}@media (max-width:900px){.items-desktop{display:none}.items-mobile{display:flex}.app-shell,.sidebar{flex-direction:column}.sidebar{position:-webkit-sticky;position:sticky;top:0;left:auto;bottom:auto;width:100%;overflow:visible;max-height:100dvh;z-index:40;box-shadow:0 2px 8px rgba(0,0,0,.18)}.sidebar-brand{justify-content:space-between;padding:.55rem .9rem}.sidebar-topbar-tools{display:flex}.sidebar-burger{display:inline-flex}.sidebar-footer,.sidebar-nav{display:none}.sidebar-open .sidebar-nav{display:block;max-height:calc(100dvh - 56px);overflow-y:auto}.sidebar-open .sidebar-footer{display:block}.sidebar-footer-bell{display:none}.sidebar-link{padding:.7rem .9rem}.main{margin-left:0;min-width:0}.content{padding:1rem}}@media (max-width:700px){table.data-stack thead{display:none}table.data-stack,table.data-stack tbody,table.data-stack td,table.data-stack tr{display:block;width:100%}table.data-stack tr{border:1px solid var(--color-border);border-radius:var(--radius);margin-bottom:.6rem;padding:.25rem .15rem}table.data-stack tr,table.data-stack tr:hover{background:var(--color-surface)}table.data-stack td{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;border:none;border-bottom:1px solid color-mix(in srgb,var(--color-border) 55%,transparent);padding:.4rem .7rem;text-align:right}table.data-stack td:last-child{border-bottom:none}table.data-stack td:before{content:attr(data-label);color:var(--color-text-muted);font-weight:500;text-align:left;flex:0 0 auto;white-space:nowrap}table.data-stack td:not([data-label]):before,table.data-stack td[data-label=""]:before{content:none}table.data-stack td.stack-actions{justify-content:flex-end;flex-wrap:wrap;gap:.4rem;padding-top:.55rem}table.data-stack td.empty{justify-content:center;text-align:center}table.data-stack td.empty:before{content:none}}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}@media (max-width:700px){.grid-2{grid-template-columns:1fr}}@media (max-width:600px){.content{padding:.8rem}.filters-bar{flex-direction:column;align-items:stretch;gap:.6rem}.filters-bar .field{min-width:0;width:100%}.field input,.field select,.field textarea{width:100%}.table-toolbar input{max-width:none!important;width:100%}.table-toolbar{flex-wrap:wrap}.page-header .btn-row{width:100%}.page-header .btn-row .btn{flex:1 1 auto;justify-content:center;min-height:40px}.modal-box,.modal-overlay .card{width:100%!important;max-width:100%!important}}table.data tr.mov-group-start>td{border-top:2px solid var(--color-border)}.cmp-card{max-width:100%;overflow:hidden;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 1px 2px rgba(15,23,42,.05);padding:20px 24px;margin-bottom:1rem}.cmp-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:20px}.cmp-current{color:#475569;font-size:.95rem}.cmp-current strong{color:#0f172a}.cmp-badge{background:#16a34a;color:#fff;font-weight:700;font-size:.8rem;padding:4px 11px;border-radius:999px;white-space:nowrap;flex:0 0 auto}.cmp-unknown{color:#64748b;font-size:.9rem}.cmp-steps{width:100%}.cmp-step,.cmp-steps{display:flex;min-width:0}.cmp-step{flex:1 1;position:relative;flex-direction:column;align-items:center;text-align:center;padding:0 2px}.cmp-step:not(:first-child):before{content:"";position:absolute;top:19px;left:-50%;width:100%;height:2px;background:#e2e8f0;z-index:0}.cmp-step.cmp-active:before,.cmp-step.cmp-completed:before{background:#16a34a}.cmp-node{position:relative;z-index:1}.cmp-circle{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;border:2px solid #cbd5e1;background:#fff;color:#94a3b8;position:relative}.cmp-completed .cmp-circle{border-color:#16a34a;background:#f0fdf4;color:#15803d}.cmp-active .cmp-circle{border-color:#16a34a;border-width:2.5px;color:#15803d;box-shadow:0 0 0 4px rgba(22,163,74,.15)}.cmp-check{position:absolute;right:-3px;bottom:-3px;width:15px;height:15px;background:#16a34a;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.cmp-text{margin-top:8px;min-width:0;width:100%}.cmp-step-no{font-size:.6rem;letter-spacing:.05em;text-transform:uppercase;color:#94a3b8}.cmp-step-title{font-size:.78rem;font-weight:600;color:#334155;line-height:1.2;margin-top:1px}.cmp-completed .cmp-step-title{color:#15803d}.cmp-active .cmp-step-title{font-weight:800;color:#15803d}.cmp-step-sub{font-size:.66rem;color:#94a3b8;margin-top:3px;line-height:1.25}.cmp-cancelled{border-color:#fecaca;background:#fef2f2}.cmp-cancelled-row{display:flex;gap:12px;align-items:center}.cmp-cancelled-icon{color:#dc2626;flex:0 0 auto;display:flex}.cmp-cancelled-title{font-weight:800;color:#b91c1c}.cmp-cancelled-sub{color:#7f1d1d;font-size:.85rem;margin-top:2px}@media (max-width:1100px){.cmp-step-sub{display:none}.cmp-circle{width:36px;height:36px}.cmp-step:not(:first-child):before{top:17px}.cmp-step-title{font-size:.72rem}}@media (max-width:768px){.cmp-steps{flex-direction:column;align-items:stretch}.cmp-step{flex:none;flex-direction:row;align-items:flex-start;text-align:left;gap:14px;padding:7px 0}.cmp-step:not(:first-child):before{display:none}.cmp-step:not(:last-child):after{content:"";position:absolute;left:19px;top:30px;bottom:-7px;width:2px;background:#e2e8f0;z-index:0}.cmp-step.cmp-completed:after{background:#16a34a}.cmp-circle{width:40px;height:40px}.cmp-text{margin-top:0;padding-top:1px}.cmp-step-sub{display:block}.cmp-step-title{font-size:.9rem}.cmp-step-no{font-size:.62rem}}.cmp-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.cmp-pohoda{font-size:.72rem;font-weight:700;padding:3px 9px;border-radius:999px;white-space:nowrap;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.cmp-pohoda-local{background:#f1f5f9;color:#64748b;border-color:#e2e8f0}.cmp-pohoda-err{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.cmp-error .cmp-circle{border-color:#ea580c;background:#fff7ed;color:#c2410c}.cmp-error .cmp-step-title{color:#c2410c;font-weight:700}.cmp-step.cmp-error:before{background:#fdba74}.cmp-summary{display:flex;flex-wrap:wrap;gap:6px 20px;margin-top:18px;padding-top:14px;border-top:1px solid #f1f5f9;font-size:.82rem;color:#334155}.cmp-summary-k{color:#94a3b8}@media (max-width:768px){.cmp-error:before{display:none}.cmp-step.cmp-error:after{background:#fdba74}}.order-items td{vertical-align:bottom}.order-items td .checkbox-field{margin-bottom:.4rem}.sic-box{margin-top:12px;border:1px solid var(--border,#e2e8f0);border-radius:10px;padding:12px;background:#fafbfa}.sic-banner{border-radius:8px;padding:8px 12px;font-size:.9rem;font-weight:600}.sic-banner.warn{background:#fff4e0;color:#8a5a00;border:1px solid #f0d9a8}.sic-banner.ok{background:#ecf8ec;color:#1f6b2a;border:1px solid #cde9cd}.sic-rows{display:flex;flex-direction:column;gap:8px;margin-top:10px}.sic-row{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;border:1px solid #e2e8f0;border-left:4px solid #cbd5cb;border-radius:8px;padding:10px 12px;background:#fff}.sic-row.warn{border-left-color:#e08600}.sic-row.na{border-left-color:#b91c1c}.sic-main{flex:1 1 280px;min-width:0}.sic-name{font-size:.95rem}.sic-nums{font-size:.88rem;color:#374151;margin-top:3px}.sic-neg{color:#b91c1c}.sic-pos{color:#1f6b2a}.sic-reason{font-size:.85rem;color:#6b7280;margin-top:3px}.sic-state{margin-top:6px}.sic-actions,.sic-state{display:flex;gap:6px;flex-wrap:wrap}.sic-actions{align-items:flex-start}