.price-calculator-shell { max-width: 1480px; }
.price-tabs { display: flex; gap: 8px; margin-bottom: 24px; border-bottom: 1px solid var(--line); }
.price-tabs a { padding: 11px 14px; border-bottom: 3px solid transparent; color: var(--muted); font-weight: 750; text-decoration: none; }
.price-tabs a[aria-current="page"] { border-color: var(--gold); color: var(--brand); }
.price-heading { align-items: center; }
.price-filter { display: grid; grid-template-columns: minmax(220px, 1.6fr) repeat(3, minmax(140px, .7fr)) auto; gap: 12px; align-items: end; margin-bottom: 18px; }
.price-filter label { display: flex; flex-direction: column; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.price-filter input, .price-filter select, .price-admin-form select, .price-admin-form textarea, .price-admin-form input, .price-pricing-form input { width: 100%; padding: 11px 12px; border: 1px solid #cbd5d9; border-radius: 10px; background: #fff; color: var(--ink); font: inherit; outline: 0; }
.price-filter input:focus, .price-filter select:focus, .price-admin-form select:focus, .price-admin-form textarea:focus, .price-admin-form input:focus, .price-pricing-form input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(22,52,79,.13); }
.price-list { display: grid; gap: 14px; }
.price-row { display: grid; grid-template-columns: minmax(0, 1fr) 180px auto; gap: 22px; align-items: center; }
.price-row-title { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.price-row-title h2 { margin: 0; font-size: 20px; }
.price-status { padding: 5px 9px; border-radius: 999px; font-size: 11px; font-weight: 800; }
.price-status.is-active { background: var(--gold-soft); color: var(--gold-dark); }
.price-status.is-draft { background: var(--brand-soft); color: var(--brand); }
.price-status.is-inactive { background: #edf0f2; color: var(--muted); }
.price-meta { margin: 7px 0; color: var(--muted); font-size: 12px; }
.price-public-link { display: flex; min-width: 0; align-items: center; gap: 8px; }
.price-public-link a { overflow: hidden; color: var(--brand); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.price-public-link button { padding: 4px 7px; border: 0; border-radius: 6px; background: var(--brand-soft); color: var(--brand); cursor: pointer; font-size: 11px; font-weight: 750; white-space: nowrap; }
.price-visit-summary { display: flex; flex-direction: column; padding-left: 18px; border-left: 1px solid var(--line); }
.price-visit-summary strong { color: var(--brand); font-size: 28px; }
.price-visit-summary span { font-size: 12px; font-weight: 750; }
.price-visit-summary small { margin-top: 4px; color: var(--muted); line-height: 1.4; }
.price-row-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.price-row-actions form { margin: 0; }
.price-row-actions .button { padding: 8px 10px; font-size: 12px; }
.price-admin-form { display: grid; gap: 18px; }
.price-form-section { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 26px; }
.price-section-heading { display: flex; align-items: flex-start; gap: 12px; }
.price-section-heading > span { width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 9px; background: var(--gold-soft); color: var(--gold-dark); font-weight: 850; }
.price-section-heading h2 { margin: 2px 0 6px; font-size: 18px; }
.price-section-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.price-input-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.price-choice { margin: 0; padding: 0; border: 0; }
.price-choice legend { margin-bottom: 7px; font-size: 14px; font-weight: 700; }
.price-choice > div { display: grid; gap: 6px; }
.price-choice label { display: flex; align-items: center; gap: 8px; padding: 10px; border: 1px solid var(--line); border-radius: 9px; font-weight: 500; }
.price-choice input { width: auto; }
.price-slider-field { min-width: 0; padding: 16px; border: 1px solid var(--line); border-radius: 12px; background: #fbfcfd; }
.price-slider-field > label { display: block; margin-bottom: 10px; color: var(--ink); font-weight: 800; }
.price-slider-value { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.price-slider-value input { width: 130px; padding: 4px 0; border: 0; border-radius: 0; background: transparent; color: var(--brand); font-size: 27px; font-weight: 850; box-shadow: none !important; }
.price-slider-value span { color: var(--muted); font-size: 13px; font-weight: 700; }
.price-admin-form input[type="range"] { appearance: none; width: 100%; height: 4px; margin: 12px 0 7px; padding: 0; border: 0; border-radius: 99px; background: linear-gradient(90deg, var(--brand), #2f6686); box-shadow: none; cursor: pointer; }
.price-admin-form input[type="range"]::-webkit-slider-thumb { appearance: none; width: 22px; height: 22px; border: 2px solid var(--brand); border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.22); }
.price-admin-form input[type="range"]::-moz-range-thumb { width: 20px; height: 20px; border: 2px solid var(--brand); border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.22); }
.price-slider-scale { display: flex; justify-content: space-between; margin-bottom: 8px; color: var(--muted); font-size: 11px; }
.price-slider-field > small { color: var(--muted); line-height: 1.4; }
.price-salary-values { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.price-salary-values > div { min-width: 0; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.price-salary-values small { display: block; color: var(--muted); font-size: 11px; }
.price-salary-values span { display: flex; align-items: baseline; gap: 4px; color: var(--brand); font-weight: 850; }
.price-salary-values input { min-width: 0; padding: 3px 0; border: 0; border-radius: 0; background: transparent; color: inherit; font-size: 22px; font-weight: inherit; box-shadow: none !important; }
.price-salary-values strong { display: block; padding: 3px 0; color: var(--brand); font-size: 22px; line-height: 1.55; white-space: nowrap; }
.price-url-input { display: grid; grid-template-columns: auto minmax(140px, 1fr); align-items: center; overflow: hidden; border: 1px solid #cbd5d9; border-radius: 10px; }
.price-url-input span { padding-left: 12px; color: var(--muted); font-size: 13px; }
.price-url-input input { border: 0; border-radius: 0; box-shadow: none !important; }
.price-danger-zone { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 28px; border-color: #efc4c4; }
.price-danger-zone h2 { margin: 4px 0; font-size: 19px; }
.price-danger-zone p { margin: 0; color: var(--muted); }
.price-pricing-form { display: grid; gap: 18px; }
.price-pricing-intro { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.price-pricing-intro h2 { margin: 0 0 5px; }
.price-pricing-intro p { margin: 0; color: var(--muted); }
.price-pricing-intro > span { padding: 7px 10px; border-radius: 999px; background: var(--gold-soft); color: var(--gold-dark); font-size: 11px; font-weight: 800; white-space: nowrap; }
.price-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.price-pricing-grid label { display: flex; flex-direction: column; gap: 7px; font-weight: 700; }
.price-pricing-grid small { color: var(--muted); font-weight: 400; }
.price-money-input { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; overflow: hidden; border: 1px solid #cbd5d9; border-radius: 10px; }
.price-money-input input { border: 0; border-radius: 0; box-shadow: none !important; }
.price-money-input span { padding-right: 12px; color: var(--muted); font-size: 12px; }

@media (max-width: 1050px) {
    .price-filter { grid-template-columns: repeat(2, 1fr); }
    .price-row { grid-template-columns: 1fr 170px; }
    .price-row-actions { grid-column: 1 / -1; justify-content: flex-start; }
    .price-form-section { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
    .price-filter, .price-input-grid, .price-pricing-grid { grid-template-columns: 1fr; }
    .price-row { grid-template-columns: 1fr; }
    .price-visit-summary { padding: 12px 0 0; border-top: 1px solid var(--line); border-left: 0; }
    .price-danger-zone, .price-pricing-intro { align-items: stretch; flex-direction: column; }
    .price-danger-zone .button { width: 100%; }
    .price-url-input { grid-template-columns: 1fr; }
    .price-url-input span { padding: 10px 12px 0; }
    .price-salary-values { grid-template-columns: 1fr; }
}
