.dashboard-module__ri1OsW__container{max-width:1400px;margin:0 auto;padding:3rem 4rem}.dashboard-module__ri1OsW__topBar{border:1px solid var(--border-color);background:#fff;border-radius:16px;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;padding:2rem;display:flex;box-shadow:0 4px 20px #00000008}.dashboard-module__ri1OsW__titles h1{color:var(--text-main);letter-spacing:-.5px;margin:0 0 .4rem;font-size:1.8rem;font-weight:700}.dashboard-module__ri1OsW__titles p{color:var(--text-muted);margin:0;font-size:.95rem}.dashboard-module__ri1OsW__topRow{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.dashboard-module__ri1OsW__bottomRow{border-top:1px solid #f1f5f9;align-items:center;gap:1rem;width:100%;padding-top:1.5rem;display:flex}.dashboard-module__ri1OsW__searchBox{flex:1;width:auto;position:relative}.dashboard-module__ri1OsW__searchInput{width:100%;color:var(--text-main);background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;padding:.85rem 1rem .85rem 2.8rem;font-family:inherit;font-size:.95rem;transition:all .3s}.dashboard-module__ri1OsW__searchInput:focus{border-color:var(--accent);background:#fff;outline:none;box-shadow:0 0 0 4px #e0f2fe}.dashboard-module__ri1OsW__searchIcon{color:#94a3b8;display:flex;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.dashboard-module__ri1OsW__addButton{background-color:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 14px #0ea5e94d}.dashboard-module__ri1OsW__addButton:hover{background-color:var(--accent-hover);transform:translateY(-2px);box-shadow:0 8px 20px #0ea5e966}.dashboard-module__ri1OsW__listContainer{flex-direction:column;gap:1rem;display:flex}.dashboard-module__ri1OsW__testCard{border:1px solid var(--border-color);border-left:4px solid var(--accent);background:#fff;border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:2rem;padding:1.5rem 2rem;transition:all .3s;display:grid;box-shadow:0 2px 8px #00000005}.dashboard-module__ri1OsW__testCard:hover{border-color:#bae6fd;transform:translateY(-3px);box-shadow:0 12px 30px #0000000f}.dashboard-module__ri1OsW__cardLeft{flex-direction:column;gap:.75rem;display:flex}.dashboard-module__ri1OsW__testName{color:var(--text-main);margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.dashboard-module__ri1OsW__testMeta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.dashboard-module__ri1OsW__badge{color:#475569;background:#f1f5f9;border-radius:20px;align-items:center;gap:.3rem;padding:.3rem .75rem;font-size:.8rem;font-weight:600;display:flex}.dashboard-module__ri1OsW__badgeCode{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd}.dashboard-module__ri1OsW__badgeAccredited{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0}.dashboard-module__ri1OsW__cardRight{align-items:center;gap:3rem;display:flex}.dashboard-module__ri1OsW__priceBlock{text-align:right}.dashboard-module__ri1OsW__price{color:var(--text-main);letter-spacing:-.5px;margin:0;font-size:1.5rem;font-weight:800}.dashboard-module__ri1OsW__priceLabel{color:var(--text-muted);text-transform:uppercase;margin-bottom:.2rem;font-size:.8rem;font-weight:600;display:block}.dashboard-module__ri1OsW__editBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-weight:600;transition:all .2s;display:flex}.dashboard-module__ri1OsW__editBtn:hover{color:var(--text-main);background:#f8fafc;border-color:#94a3b8}.dashboard-module__ri1OsW__modalOverlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#0f172a99;justify-content:flex-end;display:flex;position:fixed;inset:0}.dashboard-module__ri1OsW__modalContent{background:var(--bg-surface);flex-direction:column;width:100%;max-width:650px;height:100vh;animation:.3s cubic-bezier(.16,1,.3,1) dashboard-module__ri1OsW__slideIn;display:flex;box-shadow:-15px 0 40px #00000026}@keyframes dashboard-module__ri1OsW__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.dashboard-module__ri1OsW__modalHeader{border-bottom:1px solid var(--border-color);background:var(--bg-surface);justify-content:space-between;align-items:center;padding:2rem;display:flex}.dashboard-module__ri1OsW__modalHeader h2{color:var(--text-main);margin:0;font-size:1.5rem;font-weight:700}.dashboard-module__ri1OsW__closeButton{cursor:pointer;width:40px;height:40px;color:var(--text-muted);background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:background .2s;display:flex}.dashboard-module__ri1OsW__closeButton:hover{color:var(--danger);background:#e2e8f0}.dashboard-module__ri1OsW__modalBody{flex-grow:1;padding:2.5rem 2rem;overflow-y:auto}.dashboard-module__ri1OsW__formSection{margin-bottom:3rem}.dashboard-module__ri1OsW__sectionTitle{color:var(--accent);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.95rem;font-weight:700;display:flex}.dashboard-module__ri1OsW__formGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.dashboard-module__ri1OsW__formGroup{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__ri1OsW__formGroup.dashboard-module__ri1OsW__fullWidth{grid-column:1/-1}.dashboard-module__ri1OsW__formGroup label{color:#475569;font-size:.85rem;font-weight:600}.dashboard-module__ri1OsW__formGroup input,.dashboard-module__ri1OsW__formGroup textarea{color:var(--text-main);background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;outline:none;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.dashboard-module__ri1OsW__formGroup input:focus,.dashboard-module__ri1OsW__formGroup textarea:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 4px #e0f2fe}.dashboard-module__ri1OsW__formGroup textarea{resize:vertical;min-height:100px}.dashboard-module__ri1OsW__toggleGroup{cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:all .2s;display:flex}.dashboard-module__ri1OsW__toggleGroup:hover{background:#f1f5f9;border-color:#94a3b8}.dashboard-module__ri1OsW__toggleText{flex-direction:column;gap:.15rem;display:flex}.dashboard-module__ri1OsW__toggleTitle{color:#0f172a;font-size:.9rem;font-weight:700}.dashboard-module__ri1OsW__toggleDesc{color:#64748b;font-size:.75rem}.dashboard-module__ri1OsW__switchWrapper{flex-shrink:0;width:46px;height:24px;display:inline-block;position:relative}.dashboard-module__ri1OsW__switchInput{opacity:0;width:0;height:0}.dashboard-module__ri1OsW__switchSlider{cursor:pointer;background-color:#cbd5e1;border-radius:34px;transition:all .3s;position:absolute;inset:0}.dashboard-module__ri1OsW__switchSlider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px;box-shadow:0 2px 4px #0003}.dashboard-module__ri1OsW__switchInput:checked+.dashboard-module__ri1OsW__switchSlider{background-color:var(--accent)}.dashboard-module__ri1OsW__switchInput:checked+.dashboard-module__ri1OsW__switchSlider:before{transform:translate(22px)}.dashboard-module__ri1OsW__formActions{border-top:1px solid var(--border-color);background:var(--bg-surface);justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;display:flex}.dashboard-module__ri1OsW__cancelButton{color:var(--text-muted);cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:.8rem 1.5rem;font-family:inherit;font-weight:600;transition:all .2s}.dashboard-module__ri1OsW__cancelButton:hover{color:var(--text-main);background:#f1f5f9}.dashboard-module__ri1OsW__saveButton{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.8rem 2rem;font-family:inherit;font-weight:700;transition:all .3s;box-shadow:0 4px 12px #0ea5e94d}.dashboard-module__ri1OsW__saveButton:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 16px #0ea5e966}.dashboard-module__ri1OsW__emptyState{text-align:center;color:var(--text-muted);background:#fff;border:2px dashed #cbd5e1;border-radius:16px;margin-top:2rem;padding:5rem 2rem;font-size:1.1rem;font-weight:500}.dashboard-module__ri1OsW__filtersWrapper{flex-wrap:wrap;gap:1rem;display:flex}.dashboard-module__ri1OsW__dropdownFilter{color:var(--text-main);cursor:pointer;appearance:none;background:#f8fafc url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2394a3b8%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E) right 1rem top 50%/.65rem no-repeat;border:1px solid #cbd5e1;border-radius:10px;min-width:250px;padding:.85rem 2.5rem .85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.dashboard-module__ri1OsW__dropdownFilter:focus{border-color:var(--accent);background-color:#fff;outline:none;box-shadow:0 0 0 4px #e0f2fe}.dashboard-module__ri1OsW__toast{z-index:9999;color:#fff;border-radius:12px;align-items:center;gap:.75rem;max-width:380px;padding:1rem 1.5rem;font-family:inherit;font-size:.95rem;font-weight:600;animation:.3s cubic-bezier(.34,1.56,.64,1) dashboard-module__ri1OsW__toastSlideIn;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 32px #0000002e}.dashboard-module__ri1OsW__toastSuccess{background:#166534;border-left:4px solid #4ade80}.dashboard-module__ri1OsW__toastError{background:#7f1d1d;border-left:4px solid #f87171}@keyframes dashboard-module__ri1OsW__toastSlideIn{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}html[data-theme=dark] .dashboard-module__ri1OsW__topBar,html[data-theme=dark] .dashboard-module__ri1OsW__testCard,html[data-theme=dark] .dashboard-module__ri1OsW__modalContent,html[data-theme=dark] .dashboard-module__ri1OsW__emptyState{background:var(--card-surface);border-color:var(--card-border)}html[data-theme=dark] .dashboard-module__ri1OsW__bottomRow{border-top-color:var(--card-border)}html[data-theme=dark] .dashboard-module__ri1OsW__searchInput,html[data-theme=dark] .dashboard-module__ri1OsW__dropdownFilter,html[data-theme=dark] .dashboard-module__ri1OsW__formGroup input,html[data-theme=dark] .dashboard-module__ri1OsW__formGroup textarea,html[data-theme=dark] .dashboard-module__ri1OsW__toggleGroup,html[data-theme=dark] .dashboard-module__ri1OsW__cancelButton,html[data-theme=dark] .dashboard-module__ri1OsW__editBtn,html[data-theme=dark] .dashboard-module__ri1OsW__closeButton{background:var(--card-soft);border-color:var(--card-border);color:var(--text-main)}html[data-theme=dark] .dashboard-module__ri1OsW__searchInput:focus,html[data-theme=dark] .dashboard-module__ri1OsW__dropdownFilter:focus,html[data-theme=dark] .dashboard-module__ri1OsW__formGroup input:focus,html[data-theme=dark] .dashboard-module__ri1OsW__formGroup textarea:focus{box-shadow:0 0 0 3px var(--accent-ring)}html[data-theme=dark] .dashboard-module__ri1OsW__badge{background:var(--card-soft);color:var(--text-main);border-color:var(--card-border)}html[data-theme=dark] .dashboard-module__ri1OsW__formGroup label,html[data-theme=dark] .dashboard-module__ri1OsW__toggleDesc,html[data-theme=dark] .dashboard-module__ri1OsW__searchIcon,html[data-theme=dark] .dashboard-module__ri1OsW__priceLabel{color:var(--text-muted)}html[data-theme=dark] .dashboard-module__ri1OsW__toggleTitle,html[data-theme=dark] .dashboard-module__ri1OsW__testName,html[data-theme=dark] .dashboard-module__ri1OsW__price,html[data-theme=dark] .dashboard-module__ri1OsW__sectionTitle{color:var(--text-main)}html[data-theme=dark] .dashboard-module__ri1OsW__switchSlider{background-color:#3a5072}html[data-theme=dark] .dashboard-module__ri1OsW__switchSlider:before{background-color:#dbeafe}
.insights-module__1mqRxG__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.insights-module__1mqRxG__kpi{border:1px solid var(--border-color);background:#fff;border-radius:14px;padding:1rem}.insights-module__1mqRxG__kpiLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700}.insights-module__1mqRxG__kpiValue{color:var(--text-main);margin-top:.45rem;font-size:1.55rem;font-weight:800}.insights-module__1mqRxG__section{border:1px solid var(--border-color);background:#fff;border-radius:14px;margin-bottom:1rem;padding:1rem}.insights-module__1mqRxG__sectionTitle{margin:0 0 .85rem;font-size:1rem;font-weight:700}.insights-module__1mqRxG__filtersRow{flex-wrap:wrap;gap:.75rem;margin-bottom:.9rem;display:flex}.insights-module__1mqRxG__chartWrap{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.75rem}.insights-module__1mqRxG__bars{grid-template-columns:repeat(auto-fit,minmax(20px,1fr));align-items:end;gap:.3rem;height:160px;display:grid}.insights-module__1mqRxG__chartSourceTag{color:#64748b;margin-top:.35rem;font-size:.78rem}.insights-module__1mqRxG__bar{cursor:pointer;background:linear-gradient(#38bdf8,#0ea5e9);border:none;border-radius:4px 4px 0 0;width:100%;min-height:2px;transition:transform .15s,filter .15s,box-shadow .15s}.insights-module__1mqRxG__bar:hover,.insights-module__1mqRxG__bar:focus-visible{filter:brightness(1.06);outline:none;transform:translateY(-3px);box-shadow:0 6px 14px #0ea5e959}.insights-module__1mqRxG__barActive{filter:brightness(1.06);transform:translateY(-3px)}.insights-module__1mqRxG__loginBar{background:linear-gradient(#34d399,#059669)}.insights-module__1mqRxG__barLabelRow{color:#64748b;grid-template-columns:repeat(auto-fit,minmax(20px,1fr));gap:.3rem;margin-top:.35rem;font-size:.62rem;display:grid}.insights-module__1mqRxG__barLabelActive{color:#0f172a;font-weight:700}.insights-module__1mqRxG__chartHint{color:#1e3a8a;background:#eff6ff;border:1px solid #dbeafe;border-radius:10px;margin-top:.65rem;padding:.5rem .65rem;font-size:.8rem}.insights-module__1mqRxG__table{border-collapse:collapse;width:100%}.insights-module__1mqRxG__table th,.insights-module__1mqRxG__table td{text-align:left;border-bottom:1px solid #e2e8f0;padding:.55rem .45rem;font-size:.84rem}.insights-module__1mqRxG__table th{text-transform:uppercase;letter-spacing:.06em;color:#64748b;font-size:.72rem}.insights-module__1mqRxG__actions{gap:.45rem;display:flex}.insights-module__1mqRxG__actionBtn{color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.42rem .62rem;font-size:.76rem;font-weight:700}.insights-module__1mqRxG__acceptBtn{background:#16a34a}.insights-module__1mqRxG__rejectBtn{background:#dc2626}.insights-module__1mqRxG__split{grid-template-columns:1.1fr .9fr;gap:1rem;display:grid}.insights-module__1mqRxG__miniSplit{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.insights-module__1mqRxG__platformWrap{flex-wrap:wrap;gap:.5rem;display:flex}.insights-module__1mqRxG__platformPill{color:#0f172a;background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .62rem;font-size:.78rem;display:inline-flex}.insights-module__1mqRxG__platformCount{color:#fff;background:#0f172a;border-radius:999px;padding:.05rem .4rem;font-size:.72rem}.insights-module__1mqRxG__sourceNote{color:#64748b;margin-top:.75rem;font-size:.78rem}@media (max-width:1100px){.insights-module__1mqRxG__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.insights-module__1mqRxG__split,.insights-module__1mqRxG__miniSplit{grid-template-columns:1fr}}html[data-theme=dark] .insights-module__1mqRxG__kpi,html[data-theme=dark] .insights-module__1mqRxG__section{background:var(--card-surface);border-color:var(--card-border)}html[data-theme=dark] .insights-module__1mqRxG__chartWrap{background:var(--card-soft);border-color:var(--card-border)}html[data-theme=dark] .insights-module__1mqRxG__kpiLabel,html[data-theme=dark] .insights-module__1mqRxG__chartSourceTag,html[data-theme=dark] .insights-module__1mqRxG__sourceNote,html[data-theme=dark] .insights-module__1mqRxG__table th{color:var(--text-muted)}html[data-theme=dark] .insights-module__1mqRxG__kpiValue,html[data-theme=dark] .insights-module__1mqRxG__sectionTitle,html[data-theme=dark] .insights-module__1mqRxG__table td,html[data-theme=dark] .insights-module__1mqRxG__platformPill{color:var(--text-main)}html[data-theme=dark] .insights-module__1mqRxG__barLabelRow{color:#9db0cb}html[data-theme=dark] .insights-module__1mqRxG__barLabelActive{color:#e2e8f0}html[data-theme=dark] .insights-module__1mqRxG__chartHint{color:#c9e5ff;background:#102844;border-color:#1e3a5f}html[data-theme=dark] .insights-module__1mqRxG__platformPill{border-color:var(--card-border);background:var(--card-soft)}html[data-theme=dark] .insights-module__1mqRxG__platformCount{color:#dbeafe;background:#1f3a5f}html[data-theme=dark] .insights-module__1mqRxG__table th,html[data-theme=dark] .insights-module__1mqRxG__table td{border-color:var(--card-border)}
.quotations-module__FTD6rW__quoteCard{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-left:4px solid #0ea5e9;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.5rem 2rem;transition:all .25s;display:flex;box-shadow:0 2px 8px #00000005}.quotations-module__FTD6rW__quoteCard:hover{border-color:#bae6fd;transform:translateY(-2px);box-shadow:0 12px 30px #0000000f}.quotations-module__FTD6rW__quoteCardTop{justify-content:space-between;align-items:center;display:flex}.quotations-module__FTD6rW__quoteIdRow{align-items:center;gap:.75rem;display:flex}.quotations-module__FTD6rW__quoteId{color:#0f172a;letter-spacing:.5px;font-variant-numeric:tabular-nums;font-size:1.1rem;font-weight:800}.quotations-module__FTD6rW__quoteDate{color:#94a3b8;font-size:.85rem;font-weight:500}.quotations-module__FTD6rW__quoteCardMiddle{justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.quotations-module__FTD6rW__companyBlock{flex-direction:column;gap:.2rem;display:flex}.quotations-module__FTD6rW__companyName{color:#0f172a;font-size:1.1rem;font-weight:700}.quotations-module__FTD6rW__nit{color:#64748b;font-size:.8rem;font-weight:500}.quotations-module__FTD6rW__contactName{color:#64748b;font-size:.85rem}.quotations-module__FTD6rW__quoteStats{flex-shrink:0;align-items:center;gap:2rem;display:flex}.quotations-module__FTD6rW__quoteStat{color:#64748b;align-items:center;gap:.4rem;font-size:.875rem;font-weight:500;display:flex}.quotations-module__FTD6rW__quoteTotal{color:#0f172a;letter-spacing:-.5px;font-size:1.4rem;font-weight:800}.quotations-module__FTD6rW__quoteNote{color:#64748b;background:#f8fafc;border-left:3px solid #e2e8f0;border-radius:8px;align-items:flex-start;gap:.4rem;padding:.6rem .85rem;font-size:.85rem;font-style:italic;display:flex}.quotations-module__FTD6rW__statusBadge{letter-spacing:.3px;text-transform:uppercase;border-radius:20px;align-items:center;padding:.3rem .8rem;font-size:.78rem;font-weight:700;display:inline-flex}.quotations-module__FTD6rW__statusDraft{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1}.quotations-module__FTD6rW__statusSent{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.quotations-module__FTD6rW__statusAccepted{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0}.quotations-module__FTD6rW__statusRejected{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.quotations-module__FTD6rW__statsRow{flex-shrink:0;gap:1rem;display:flex}.quotations-module__FTD6rW__statItem{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:center;min-width:80px;padding:.6rem 1.2rem;display:flex}.quotations-module__FTD6rW__statNum{color:#0f172a;font-size:1.5rem;font-weight:800;line-height:1}.quotations-module__FTD6rW__statLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-top:.2rem;font-size:.72rem;font-weight:600}.quotations-module__FTD6rW__detailPanel{max-width:800px!important}.quotations-module__FTD6rW__detailHeaderLeft{flex-direction:column;gap:.2rem;display:flex}.quotations-module__FTD6rW__detailId{color:#0f172a;letter-spacing:.5px;font-size:1.4rem;font-weight:800}.quotations-module__FTD6rW__detailCompany{color:#64748b;font-size:.9rem;font-weight:500}.quotations-module__FTD6rW__detailInfoGrid{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.75rem;padding:1.25rem;display:grid}.quotations-module__FTD6rW__detailInfoItem{flex-direction:column;gap:.15rem;display:flex}.quotations-module__FTD6rW__detailInfoLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:700}.quotations-module__FTD6rW__detailInfoValue{color:#0f172a;font-size:.95rem;font-weight:600}.quotations-module__FTD6rW__totalValue{color:#0ea5e9;font-size:1.2rem;font-weight:800}.quotations-module__FTD6rW__statusEditor{margin-bottom:1.75rem}.quotations-module__FTD6rW__statusEditorRow{align-items:center;gap:.75rem;display:flex}.quotations-module__FTD6rW__statusSelect{color:#0f172a;cursor:pointer;appearance:none;background:#fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2394a3b8%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E) right 1rem top 50%/.6rem no-repeat;border:2px solid #e2e8f0;border-radius:8px;outline:none;flex:1;padding:.85rem 2.5rem .85rem 1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:border-color .2s}.quotations-module__FTD6rW__statusSelect:focus{border-color:#0ea5e9;box-shadow:0 0 0 4px #e0f2fe}.quotations-module__FTD6rW__notesBlock{margin-bottom:1.75rem}.quotations-module__FTD6rW__notesText{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-left:3px solid #0ea5e9;border-radius:8px;margin:0;padding:1rem 1.25rem;font-size:.95rem;font-style:italic;line-height:1.6}.quotations-module__FTD6rW__samplesSection{margin-bottom:1.5rem}.quotations-module__FTD6rW__sampleBlock{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.25rem;overflow:hidden}.quotations-module__FTD6rW__sampleHeader{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.quotations-module__FTD6rW__sampleMeta{flex-direction:column;gap:.35rem;display:flex}.quotations-module__FTD6rW__sampleName{color:#0f172a;font-size:.975rem;font-weight:700}.quotations-module__FTD6rW__processBadge{color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd;border-radius:20px;align-items:center;gap:.35rem;width:fit-content;padding:.2rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex}.quotations-module__FTD6rW__refBadge{color:#475569;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:20px;align-items:center;width:fit-content;padding:.2rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex}.quotations-module__FTD6rW__sampleSubtotal{color:#0f172a;white-space:nowrap;flex-shrink:0;font-size:1.05rem;font-weight:800}.quotations-module__FTD6rW__testsTable{width:100%}.quotations-module__FTD6rW__testsHeader{background:#0f172a;grid-template-columns:2fr 2fr 1fr;gap:.75rem;padding:.65rem 1rem;display:grid}.quotations-module__FTD6rW__twoColHeader{grid-template-columns:3fr 1fr}.quotations-module__FTD6rW__thRetilap,.quotations-module__FTD6rW__thLumi,.quotations-module__FTD6rW__thPrice{color:#7dd3fc;text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:700}.quotations-module__FTD6rW__thPrice{text-align:right}.quotations-module__FTD6rW__testsRow{border-bottom:1px solid #f1f5f9;grid-template-columns:2fr 2fr 1fr;align-items:start;gap:.75rem;padding:.85rem 1rem;display:grid}.quotations-module__FTD6rW__twoColRow{grid-template-columns:3fr 1fr}.quotations-module__FTD6rW__rowAlt{background:#f8fafc}.quotations-module__FTD6rW__tdRetilap{flex-direction:column;gap:.3rem;display:flex}.quotations-module__FTD6rW__retilapBullet{color:#475569;font-size:.84rem;line-height:1.4}.quotations-module__FTD6rW__noBullet{color:#cbd5e1;font-size:.84rem}.quotations-module__FTD6rW__tdLumi{color:#0f172a;font-size:.875rem;font-weight:600;line-height:1.4}.quotations-module__FTD6rW__tdPrice{color:#0f172a;text-align:right;flex-direction:column;align-items:flex-end;gap:.2rem;font-size:.9rem;font-weight:700;display:flex}.quotations-module__FTD6rW__discountBadge{color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:20px;padding:.1rem .4rem;font-size:.7rem;font-weight:700}.quotations-module__FTD6rW__tableFooter{color:#475569;background:#f1f5f9;border-top:2px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.875rem;font-weight:700;display:flex}.quotations-module__FTD6rW__grandTotal{color:#fff;background:#0f172a;border-radius:12px;justify-content:space-between;align-items:center;margin-top:1.5rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:700;display:flex}.quotations-module__FTD6rW__grandTotalValue{letter-spacing:-.5px;color:#38bdf8;font-size:1.5rem;font-weight:800}html[data-theme=dark] .quotations-module__FTD6rW__quoteCard,html[data-theme=dark] .quotations-module__FTD6rW__detailInfoGrid,html[data-theme=dark] .quotations-module__FTD6rW__sampleBlock{background:var(--card-surface);border-color:var(--card-border)}html[data-theme=dark] .quotations-module__FTD6rW__quoteCard:hover{border-color:#2f5f8a}html[data-theme=dark] .quotations-module__FTD6rW__quoteId,html[data-theme=dark] .quotations-module__FTD6rW__companyName,html[data-theme=dark] .quotations-module__FTD6rW__quoteTotal,html[data-theme=dark] .quotations-module__FTD6rW__detailId,html[data-theme=dark] .quotations-module__FTD6rW__detailInfoValue,html[data-theme=dark] .quotations-module__FTD6rW__sampleName,html[data-theme=dark] .quotations-module__FTD6rW__tdLumi,html[data-theme=dark] .quotations-module__FTD6rW__tdPrice,html[data-theme=dark] .quotations-module__FTD6rW__sampleSubtotal{color:var(--text-main)}html[data-theme=dark] .quotations-module__FTD6rW__quoteDate,html[data-theme=dark] .quotations-module__FTD6rW__nit,html[data-theme=dark] .quotations-module__FTD6rW__contactName,html[data-theme=dark] .quotations-module__FTD6rW__quoteStat,html[data-theme=dark] .quotations-module__FTD6rW__detailCompany,html[data-theme=dark] .quotations-module__FTD6rW__detailInfoLabel,html[data-theme=dark] .quotations-module__FTD6rW__retilapBullet,html[data-theme=dark] .quotations-module__FTD6rW__tableFooter{color:var(--text-muted)}html[data-theme=dark] .quotations-module__FTD6rW__quoteNote,html[data-theme=dark] .quotations-module__FTD6rW__notesText,html[data-theme=dark] .quotations-module__FTD6rW__statusSelect,html[data-theme=dark] .quotations-module__FTD6rW__sampleHeader,html[data-theme=dark] .quotations-module__FTD6rW__rowAlt,html[data-theme=dark] .quotations-module__FTD6rW__tableFooter,html[data-theme=dark] .quotations-module__FTD6rW__statItem{background:var(--card-soft);border-color:var(--card-border)}html[data-theme=dark] .quotations-module__FTD6rW__statusSelect{color:var(--text-main)}html[data-theme=dark] .quotations-module__FTD6rW__statusSelect:focus{box-shadow:0 0 0 3px var(--accent-ring)}html[data-theme=dark] .quotations-module__FTD6rW__testsHeader{background:#12253f}html[data-theme=dark] .quotations-module__FTD6rW__testsRow{border-bottom-color:var(--card-border)}html[data-theme=dark] .quotations-module__FTD6rW__thRetilap,html[data-theme=dark] .quotations-module__FTD6rW__thLumi,html[data-theme=dark] .quotations-module__FTD6rW__thPrice{color:#8fd1ff}html[data-theme=dark] .quotations-module__FTD6rW__noBullet{color:#5f7394}html[data-theme=dark] .quotations-module__FTD6rW__statNum{color:var(--text-main)}html[data-theme=dark] .quotations-module__FTD6rW__statLabel{color:var(--text-muted)}
.retilap-module__PbgMQG__card{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #059669;border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:2rem;padding:1.5rem 2rem;transition:all .3s;display:grid;box-shadow:0 2px 8px #00000005}.retilap-module__PbgMQG__card:hover{border-color:#6ee7b7;transform:translateY(-3px);box-shadow:0 12px 30px #0000000f}.retilap-module__PbgMQG__cardLeft{flex-direction:column;gap:.6rem;display:flex}.retilap-module__PbgMQG__testName{color:#0f172a;margin:0;font-size:1.15rem;font-weight:700;line-height:1.3}.retilap-module__PbgMQG__numeral{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;max-width:600px;margin:0;font-size:.78rem;font-style:italic;overflow:hidden}.retilap-module__PbgMQG__badgeProduct{color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0}.retilap-module__PbgMQG__select{color:#0f172a;cursor:pointer;appearance:none;background:#f8fafc url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2394a3b8%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E) right 1rem top 50%/.65rem no-repeat;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;padding:.85rem 2.5rem .85rem 1rem;font-family:inherit;font-size:1rem;transition:all .3s}.retilap-module__PbgMQG__select:focus{background-color:#fff;border-color:#0ea5e9;box-shadow:0 0 0 4px #e0f2fe}.retilap-module__PbgMQG__previewBox{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;align-items:center;gap:.75rem;padding:.85rem 1.25rem;animation:.2s retilap-module__PbgMQG__fadeIn;display:flex}@keyframes retilap-module__PbgMQG__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.retilap-module__PbgMQG__previewIcon{flex-shrink:0;font-size:1.25rem}.retilap-module__PbgMQG__previewTitle{color:#065f46;margin:0;font-size:.95rem;font-weight:600}.retilap-module__PbgMQG__previewSub{color:#059669;margin:0;font-size:.78rem}.retilap-module__PbgMQG__comboWrapper{width:100%;position:relative}.retilap-module__PbgMQG__comboInputRow{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:.6rem;width:100%;padding:.75rem 1rem;transition:all .3s;display:flex}.retilap-module__PbgMQG__comboWrapper:focus-within .retilap-module__PbgMQG__comboInputRow{background:#fff;border-color:#0ea5e9;box-shadow:0 0 0 4px #e0f2fe}.retilap-module__PbgMQG__comboInput{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit;font-size:1rem}.retilap-module__PbgMQG__comboClear{cursor:pointer;color:#94a3b8;background:0 0;border:none;flex-shrink:0;padding:0 .2rem;font-size:.9rem;line-height:1;transition:color .2s}.retilap-module__PbgMQG__comboClear:hover{color:#ef4444}.retilap-module__PbgMQG__comboDropdown{z-index:9999;background:#fff;border:1px solid #e2e8f0;border-radius:10px;max-height:280px;animation:.15s retilap-module__PbgMQG__fadeIn;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 40px #0000001f}.retilap-module__PbgMQG__comboOption{cursor:pointer;border-bottom:1px solid #f1f5f9;flex-direction:column;gap:.15rem;padding:.75rem 1rem;transition:background .15s;display:flex}.retilap-module__PbgMQG__comboOption:last-child{border-bottom:none}.retilap-module__PbgMQG__comboOption:hover{background:#f0f9ff}.retilap-module__PbgMQG__comboOptionActive{background:#e0f2fe;border-left:3px solid #0ea5e9}.retilap-module__PbgMQG__comboCode{color:#0369a1;letter-spacing:.3px;font-size:.78rem;font-weight:700}.retilap-module__PbgMQG__comboName{color:#374151;font-size:.9rem}.retilap-module__PbgMQG__comboEmpty{color:#94a3b8;text-align:center;padding:1rem;font-size:.9rem}
.samples-module__KnmCzW__list{flex-direction:column;gap:1rem;display:flex}.samples-module__KnmCzW__counter{color:#64748b;font-size:.85rem}.samples-module__KnmCzW__filterCol{flex-direction:column;gap:.3rem;display:flex}.samples-module__KnmCzW__filterLabel{color:#64748b;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:700}.samples-module__KnmCzW__card{border:1px solid var(--border-color);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 3px 16px #0f172a0d}.samples-module__KnmCzW__cardHead{cursor:pointer;text-align:left;background:linear-gradient(#fff,#f8fafc);border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.1rem;display:flex}.samples-module__KnmCzW__headMain{min-width:0}.samples-module__KnmCzW__codeBadge{color:#0c4a6e;background:#e0f2fe;border:1px solid #bae6fd;border-radius:999px;padding:.22rem .62rem;font-size:.72rem;font-weight:700;display:inline-block}.samples-module__KnmCzW__title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:.45rem 0 .25rem;font-size:1.02rem;overflow:hidden}.samples-module__KnmCzW__metaLine{color:#64748b;flex-wrap:wrap;gap:.5rem;font-size:.8rem;display:flex}.samples-module__KnmCzW__metaLine span{background:#f1f5f9;border-radius:999px;padding:.2rem .52rem}.samples-module__KnmCzW__expandHint{color:#0369a1;flex-shrink:0;font-size:.82rem;font-weight:700}.samples-module__KnmCzW__detailWrap{border-top:1px solid #e2e8f0;grid-template-columns:1fr;gap:1rem;padding:1rem;display:grid}.samples-module__KnmCzW__photosSection h4,.samples-module__KnmCzW__fieldsSection h4{color:#334155;margin:0 0 .75rem;font-size:.92rem}.samples-module__KnmCzW__photoGrid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.75rem;display:grid}.samples-module__KnmCzW__photoCard{background:#f8fbff;border:1px solid #dbeafe;border-radius:10px;overflow:hidden}.samples-module__KnmCzW__photo{aspect-ratio:4/3;object-fit:cover;background:#e2e8f0;width:100%;display:block}.samples-module__KnmCzW__photoFooter{justify-content:space-between;align-items:center;gap:.4rem;padding:.45rem .5rem .2rem;display:flex}.samples-module__KnmCzW__photoKey{color:#0f172a;font-size:.74rem;font-weight:700}.samples-module__KnmCzW__urlLine{color:#475569;white-space:nowrap;text-overflow:ellipsis;padding:0 .5rem .5rem;font-size:.72rem;overflow:hidden}.samples-module__KnmCzW__noPhotos{color:#64748b;border:1px dashed #cbd5e1;border-radius:10px;padding:.8rem;font-size:.82rem}.samples-module__KnmCzW__fieldsGrid{gap:.45rem;display:grid}.samples-module__KnmCzW__fieldRow{background:#fff;border:1px solid #e2e8f0;border-radius:10px;grid-template-columns:190px 1fr auto;align-items:start;gap:.5rem;padding:.5rem .55rem;display:grid}.samples-module__KnmCzW__fieldLabel{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.74rem;font-weight:700}.samples-module__KnmCzW__fieldValue{color:#0f172a;white-space:pre-wrap;max-height:6.5rem;font-size:.82rem;overflow:auto}.samples-module__KnmCzW__copyBtn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:inline-flex}.samples-module__KnmCzW__copyBtn:hover{color:#0284c7;border-color:#38bdf8}@media (max-width:900px){.samples-module__KnmCzW__fieldRow{grid-template-columns:1fr auto}.samples-module__KnmCzW__fieldLabel,.samples-module__KnmCzW__fieldValue{grid-column:1/2}.samples-module__KnmCzW__copyBtn{grid-area:1/2/3/3;align-self:center}}html[data-theme=dark] .samples-module__KnmCzW__counter,html[data-theme=dark] .samples-module__KnmCzW__filterLabel,html[data-theme=dark] .samples-module__KnmCzW__metaLine,html[data-theme=dark] .samples-module__KnmCzW__photosSection h4,html[data-theme=dark] .samples-module__KnmCzW__fieldsSection h4,html[data-theme=dark] .samples-module__KnmCzW__urlLine,html[data-theme=dark] .samples-module__KnmCzW__fieldLabel{color:var(--text-muted)}html[data-theme=dark] .samples-module__KnmCzW__card,html[data-theme=dark] .samples-module__KnmCzW__fieldRow,html[data-theme=dark] .samples-module__KnmCzW__photoCard{background:var(--card-surface);border-color:var(--card-border)}html[data-theme=dark] .samples-module__KnmCzW__cardHead,html[data-theme=dark] .samples-module__KnmCzW__metaLine span,html[data-theme=dark] .samples-module__KnmCzW__photo{background:var(--card-soft);border-color:var(--card-border)}html[data-theme=dark] .samples-module__KnmCzW__title,html[data-theme=dark] .samples-module__KnmCzW__photoKey,html[data-theme=dark] .samples-module__KnmCzW__fieldValue,html[data-theme=dark] .samples-module__KnmCzW__expandHint{color:var(--text-main)}html[data-theme=dark] .samples-module__KnmCzW__expandHint{color:var(--accent)}html[data-theme=dark] .samples-module__KnmCzW__detailWrap{border-top-color:var(--card-border)}html[data-theme=dark] .samples-module__KnmCzW__noPhotos{color:var(--text-muted);background:var(--card-soft);border-color:#3a4f70}html[data-theme=dark] .samples-module__KnmCzW__copyBtn{background:var(--card-soft);border-color:var(--card-border);color:var(--text-main)}html[data-theme=dark] .samples-module__KnmCzW__copyBtn:hover{border-color:var(--accent);color:var(--accent)}
