.stock{background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-md);overflow:hidden}.stock-grid{width:100%}.strow{display:grid;grid-template-columns:1.3fr .7fr .9fr .9fr 132px;align-items:center;gap:16px;padding:12px 26px;border-bottom:1px solid var(--border-soft);transition:background .14s}.strow:last-child{border-bottom:0}.strow:not(.head):hover{background:var(--stone-50)}.strow.picked{background:var(--forest-50)}.strow.head{background:var(--stone-50);border-bottom:1px solid var(--border);padding-top:15px;padding-bottom:15px;font-family:var(--mono);font-size:10.5px;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}.strow .num{text-align:right}.strow .qtyhead{text-align:center}.strow .sec{font-family:var(--disp);font-weight:600;font-size:15.5px;color:var(--ink)}.strow .len{font-size:14.5px;color:var(--ink-700)}.strow .vol{font-family:var(--mono);font-size:12.5px;color:var(--subtle)}.strow .price{font-family:var(--disp);font-weight:600;font-size:15.5px;color:var(--ink)}.strow .qty{display:flex;align-items:center;justify-content:center;gap:4px}.strow .qty button{width:30px;height:30px;flex:none;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--ink-700);font-size:16px;line-height:1;cursor:pointer;display:grid;place-items:center;transition:background .14s,border-color .14s,color .14s}.strow .qty button:hover:not(:disabled){background:var(--forest-50);border-color:var(--forest-600);color:var(--forest-700)}.strow .qty button:disabled{opacity:.35;cursor:not-allowed}.strow .qty input{width:46px;height:30px;text-align:center;font-family:var(--disp);font-weight:600;font-size:14.5px;color:var(--ink);border:1px solid var(--border);border-radius:8px;background:var(--surface)}.strow .qty input:focus{outline:none;border-color:var(--forest-600);box-shadow:0 0 0 3px rgba(56,98,85,.14)}@media(max-width:820px){.strow{grid-template-columns:1fr auto 124px;gap:10px;padding:12px 18px}.strow .vol,.strow.head span:nth-child(3){display:none}.strow .len{text-align:right}.strow.head span:nth-child(2){display:none}.strow .len{font-family:var(--mono);font-size:11.5px;text-align:left}.strow .len,.strow .sec{grid-column:1}.strow.head .qtyhead{grid-column:3}}.stock-foot{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 26px;flex-wrap:wrap;background:var(--stone-50);border-top:1px solid var(--border)}.stock-foot .sums{font-size:14.5px;color:var(--muted)}.stock-foot .sums b{font-family:var(--disp);color:var(--ink);font-size:16px}.stock-foot .sums b.val{color:var(--forest-700);font-size:19px}.stock-foot .sums .exvat{font-family:var(--mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--subtle);margin-left:7px}.stock-foot .sums .dot{margin:0 9px;color:var(--border)}.stock-foot .sums .empty{color:var(--subtle);font-style:italic}.stock-submit:disabled{opacity:.45;cursor:not-allowed}.stock-submit.isdone{background:var(--forest-700);color:var(--stone-50)}.stock-note{display:flex;align-items:flex-start;gap:9px;padding:16px 26px 10px;font-size:13px;color:var(--subtle);line-height:1.55}.stock-note svg{width:15px;height:15px;flex:none;margin-top:2px}