.order-item .locked-price { background:#eee7e1; color:#685851; font-weight:800; }
.status-line { display:flex; gap:6px; flex-wrap:wrap; margin-top:6px; }
.report-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }
.report-value { font-size:25px; font-weight:900; color:var(--chocolate); margin-top:8px; }
.period-tabs { margin-bottom:16px; }
.clickable-card { cursor:pointer; }
.back-button{width:100%;min-height:52px;border:1px solid var(--line);background:#fff;color:var(--chocolate);border-radius:17px;font:850 15px inherit;margin-bottom:14px;box-shadow:0 5px 16px rgba(91,48,36,.06);text-align:left;padding:0 17px}.back-button:active{transform:scale(.99);background:#f5e9df}
.validation-box{background:#fbe2e4;border:1px solid #e9b8bd;color:#8f2931;border-radius:15px;padding:13px;margin-bottom:13px;font-size:13px;line-height:1.45}.validation-box strong{display:block;margin-bottom:3px}.validation-box button{margin-top:10px}
