.estimate-custom-item{margin-top:1rem;padding:1.1rem 1.15rem 1.2rem;border:1px solid var(--color-border,#d8dde3);border-radius:var(--radius-card,14px);background:var(--color-surface,#fff);box-shadow:0 8px 28px rgba(17,24,28,.05)}.estimate-custom-item__head{margin-bottom:.9rem}.estimate-custom-item__title{margin:0 0 .3rem;font-size:1.05rem;font-weight:700;letter-spacing:-.01em}.estimate-custom-item__hint{margin:0;color:var(--color-muted,#6f797c);font-size:.88rem;line-height:1.45}.estimate-custom-item__grid{display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:minmax(0,1fr) 110px}.estimate-custom-item__field{display:flex;flex-direction:column;gap:.35rem;margin:0;min-width:0}.estimate-custom-item__field--wide{grid-column:1/-1}.estimate-custom-item__label{font-size:.82rem;font-weight:600;color:var(--color-muted,#5c6570)}.estimate-custom-item__field input,.estimate-custom-item__field textarea{display:block;width:100%;max-width:100%;box-sizing:border-box;padding:.65rem .8rem;border:1px solid var(--color-border,#d8dde3);border-radius:var(--radius-sm,10px);font:inherit;background:var(--color-surface,#fff);transition:border-color .15s,box-shadow .15s}.estimate-custom-item__field textarea{resize:vertical;min-height:4.5rem}.estimate-custom-item__field input:focus,.estimate-custom-item__field textarea:focus{border-color:var(--color-primary,#2e7d32);outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary,#2e7d32) 18%,transparent)}.estimate-custom-item__drop{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem .85rem;padding:.85rem 1rem;border:1.5px dashed var(--color-border,#c9d1cb);border-radius:var(--radius-sm,12px);background:var(--color-surface-alt,#f7f9f7);transition:border-color .15s,background .15s}.estimate-custom-item__drop--over{border-color:var(--color-primary,#2e7d32);background:color-mix(in srgb,var(--color-primary,#2e7d32) 8%,#fff)}.estimate-custom-item__drop--disabled{opacity:.65;pointer-events:none}.estimate-custom-item__pick{flex-shrink:0}.estimate-custom-item__drop-hint{font-size:.86rem;color:var(--color-muted,#6f797c)}.estimate-custom-item__photos{display:flex;flex-wrap:wrap;gap:.65rem;list-style:none;margin:.85rem 0 0;padding:0}.estimate-custom-item__photos li{position:relative;width:88px;height:88px}.estimate-custom-item__photos img{width:88px;height:88px;object-fit:cover;border-radius:10px;border:1px solid var(--color-border,#d8dde3);display:block;background:#f3f4f3}.estimate-custom-item__photo-remove{position:absolute;top:-.35rem;right:-.35rem;width:1.5rem;height:1.5rem;border:none;border-radius:999px;background:#1f2933;color:#fff;font-size:.75rem;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.2)}.estimate-custom-item__error{margin:.65rem 0 0;color:var(--color-danger,#c0392b);font-size:.88rem}.estimate-custom-item__submit{margin-top:.95rem;width:100%}@media (max-width:640px){.estimate-custom-item__grid{grid-template-columns:1fr}.estimate-custom-item__field--qty{max-width:140px}}