.iptlv-managed-page,
.iptlv-managed-page #iptlv-managed-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

.iptlv-managed-page {
    overflow-x: hidden;
    background: #f6f7f3;
}

.iptlv-leads.iptlv-leads--admin {
    width: auto;
    min-height: calc(100vh - 32px);
    margin: -10px 0 0 -20px;
}

.iptlv-leads,
.iptlv-leads *,
.iptlv-login-shell,
.iptlv-login-shell * {
    box-sizing: border-box;
}

.iptlv-leads,
.iptlv-login-shell,
.iptlv-access-message {
    --iptlv-paper: #f6f7f3;
    --iptlv-white: #fff;
    --iptlv-ink: #172416;
    --iptlv-muted: #63705f;
    --iptlv-line: rgba(36,69,22,.13);
    width: 100vw;
    min-height: 100vh;
    margin-left: calc(50% - 50vw);
    color: var(--iptlv-ink);
    background: var(--iptlv-paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.5;
}

.iptlv-leads button,
.iptlv-leads input,
.iptlv-leads select,
.iptlv-leads textarea,
.iptlv-login-shell input {
    font: inherit;
}

.iptlv-leads h1,
.iptlv-leads h2,
.iptlv-leads h3,
.iptlv-leads h4,
.iptlv-login-shell h1 {
    margin-top: 0;
    color: var(--iptlv-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.08;
}

.iptlv-leads :focus-visible,
.iptlv-login-shell :focus-visible {
    outline: 3px solid rgba(255,127,17,.45);
    outline-offset: 3px;
}

.iptlv-leads .screen-reader-text,
.iptlv-login-shell .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.iptlv-leads__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    padding: 9px max(22px, calc((100vw - 1420px) / 2));
    border-bottom: 1px solid rgba(255,255,255,.08);
    color: #fff;
    background: var(--iptlv-deep);
}

@media (max-width: 782px) {
    .iptlv-leads.iptlv-leads--admin {
        min-height: calc(100vh - 46px);
        margin-right: 0;
        margin-left: -10px;
    }
}

.iptlv-leads__header > div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.iptlv-leads__header img {
    display: block;
    width: auto;
    height: 58px;
}

.iptlv-leads__header > div > strong {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    letter-spacing: -.03em;
}

.iptlv-leads__header > div > span {
    display: flex;
    gap: 8px;
    align-items: center;
    color: rgba(255,255,255,.68);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.iptlv-leads__header > div > span i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #78d451;
    box-shadow: 0 0 0 4px rgba(120,212,81,.12);
}

.iptlv-leads__user {
    gap: 14px !important;
    font-size: 13px;
}

.iptlv-leads__user > span {
    color: #fff !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

.iptlv-leads__user a {
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 999px;
    color: rgba(255,255,255,.78);
    text-decoration: none;
}

.iptlv-leads__main {
    width: min(1420px, calc(100% - 40px));
    margin: 0 auto;
    padding: 55px 0 90px;
}

.iptlv-leads__welcome {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 35px;
}

.iptlv-leads__welcome > div {
    max-width: 820px;
}

.iptlv-leads__eyebrow,
.iptlv-detail-title > span {
    display: block;
    margin-bottom: 8px;
    color: #98612d;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.iptlv-leads__welcome h1 {
    margin-bottom: 10px;
    font-size: clamp(38px, 4vw, 56px);
}

.iptlv-leads__welcome p {
    margin: 0;
    color: var(--iptlv-muted);
    font-size: 16px;
}

.iptlv-leads__welcome > button {
    flex: 0 0 auto;
    padding: 11px 16px;
    border: 1px solid var(--iptlv-line);
    border-radius: 999px;
    color: var(--iptlv-deep);
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 850;
}

.iptlv-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    margin-bottom: 18px;
}

.iptlv-metrics article {
    padding: 20px;
    border: 1px solid var(--iptlv-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(36,69,22,.035);
}

.iptlv-metrics span,
.iptlv-metrics small {
    display: block;
}

.iptlv-metrics span {
    color: var(--iptlv-muted);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.iptlv-metrics strong {
    display: block;
    margin: 4px 0 2px;
    color: var(--iptlv-deep);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 37px;
    line-height: 1;
}

.iptlv-metrics small {
    color: var(--iptlv-muted);
    font-size: 11px;
}

.iptlv-workspace {
    display: grid;
    grid-template-columns: 410px minmax(0, 1fr);
    min-height: 780px;
    overflow: hidden;
    border: 1px solid var(--iptlv-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 65px rgba(31,55,22,.08);
}

.iptlv-lead-list {
    border-right: 1px solid var(--iptlv-line);
    background: #fbfcf9;
}

.iptlv-lead-list__tools {
    display: grid;
    gap: 9px;
    padding: 16px;
    border-bottom: 1px solid var(--iptlv-line);
}

.iptlv-lead-list__tools input,
.iptlv-lead-list__tools select {
    display: block;
    width: 100%;
    height: 43px;
    padding: 0 12px;
    border: 1px solid var(--iptlv-line);
    border-radius: 11px;
    color: var(--iptlv-ink);
    background: #fff;
    font-size: 14px;
}

.iptlv-lead-list__body {
    max-height: 900px;
    overflow: auto;
}

.iptlv-lead-row {
    position: relative;
    display: grid;
    grid-template-columns: 43px 1fr;
    gap: 12px;
    width: 100%;
    min-height: 105px;
    padding: 16px;
    border: 0;
    border-bottom: 1px solid var(--iptlv-line);
    color: inherit;
    background: transparent;
    cursor: pointer;
    text-align: left;
    transition: background .15s ease;
}

.iptlv-lead-row:hover,
.iptlv-lead-row.is-active {
    background: #fff;
}

.iptlv-lead-row.is-active::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: var(--iptlv-green);
}

.iptlv-lead-row__avatar,
.iptlv-detail-head__identity > span {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border-radius: 14px;
    color: var(--iptlv-deep);
    background: #e9f2e3;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 15px;
    font-weight: 700;
}

.iptlv-lead-row__body > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.iptlv-lead-row__body strong {
    overflow: hidden;
    color: var(--iptlv-ink);
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iptlv-lead-row__body time {
    flex: 0 0 auto;
    color: #8c9688;
    font-size: 11px;
}

.iptlv-lead-row__body small {
    display: block;
    margin: 3px 0 8px;
    color: var(--iptlv-muted);
    font-size: 12px;
}

.iptlv-lead-row__body em,
.iptlv-project-card__head em {
    display: inline-flex;
    padding: 4px 7px;
    border-radius: 999px;
    color: #52604d;
    background: #edf0ea;
    font-size: 10px;
    font-style: normal;
    font-weight: 850;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.iptlv-lead-row__body em.is-new,
.iptlv-project-card__head em.is-ready {
    color: #256411;
    background: #e3f4dc;
}

.iptlv-lead-row__body em.is-won {
    color: #fff;
    background: var(--iptlv-green);
}

.iptlv-lead-row__body em.is-lost {
    color: #6b6b6b;
    background: #e9e9e9;
}

.iptlv-lead-row__signal,
.iptlv-lead-row__priority {
    position: absolute;
    font-size: 10px;
}

.iptlv-lead-row__signal {
    top: 57px;
    right: 15px;
    color: #d9791b;
}

.iptlv-lead-row__priority {
    right: 15px;
    bottom: 13px;
    padding: 3px 6px;
    border-radius: 99px;
    color: #8b4b13;
    background: #fff0d6;
    text-transform: uppercase;
}

.iptlv-lead-row__priority.is-urgent {
    color: #fff;
    background: #a83c2c;
}

.iptlv-lead-detail {
    min-width: 0;
    padding: 30px;
    background: #fff;
}

.iptlv-lead-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 700px;
    padding: 40px;
    text-align: center;
}

.iptlv-lead-empty > span {
    display: grid;
    place-items: center;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    border-radius: 50%;
    color: var(--iptlv-green);
    background: #edf5e9;
    font-size: 26px;
}

.iptlv-lead-empty h2 {
    max-width: 480px;
    margin-bottom: 10px;
    font-size: 30px;
}

.iptlv-lead-empty p {
    max-width: 470px;
    color: var(--iptlv-muted);
    font-size: 12px;
}

.iptlv-detail-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--iptlv-line);
}

.iptlv-detail-head__identity {
    display: flex;
    gap: 14px;
    align-items: center;
}

.iptlv-detail-head__identity > span {
    width: 55px;
    height: 55px;
    font-size: 18px;
}

.iptlv-detail-head__identity small {
    color: #92612f;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
}

.iptlv-detail-head__identity h2 {
    margin: 2px 0 1px;
    font-size: 31px;
}

.iptlv-detail-head__identity p {
    margin: 0;
    color: var(--iptlv-muted);
    font-size: 12px;
}

.iptlv-detail-head__contact {
    display: flex;
    gap: 8px;
}

.iptlv-detail-head__contact a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid var(--iptlv-line);
    border-radius: 999px;
    color: var(--iptlv-deep);
    background: #fff;
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.iptlv-detail-head__contact a:first-child {
    border-color: #2d8610;
    color: #fff;
    background: #2d8610;
}

.iptlv-detail-controls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 18px 0;
}

.iptlv-detail-controls > label,
.iptlv-detail-controls > div {
    padding: 11px 13px;
    border: 1px solid var(--iptlv-line);
    border-radius: 12px;
    background: #fbfcf9;
}

.iptlv-detail-controls span {
    display: block;
    margin-bottom: 4px;
    color: var(--iptlv-muted);
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
}

.iptlv-detail-controls select {
    width: 100%;
    padding: 0;
    border: 0;
    color: var(--iptlv-ink);
    background: transparent;
    font-size: 13px;
    font-weight: 800;
}

.iptlv-detail-controls strong {
    font-size: 13px;
}

.iptlv-detail-contact-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    margin-bottom: 32px;
    border: 1px solid var(--iptlv-line);
    border-radius: 13px;
    background: var(--iptlv-line);
}

.iptlv-detail-contact-card > div {
    min-width: 0;
    padding: 12px;
    background: #fff;
}

.iptlv-detail-contact-card span,
.iptlv-detail-contact-card strong {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iptlv-detail-contact-card span {
    margin-bottom: 3px;
    color: var(--iptlv-muted);
    font-size: 10px;
}

.iptlv-detail-contact-card strong {
    font-size: 13px;
}

.iptlv-detail-title h3 {
    margin-bottom: 17px;
    font-size: 28px;
}

.iptlv-project-card {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid var(--iptlv-line);
    border-radius: 17px;
    background: #fbfcf9;
}

.iptlv-project-card.is-contact {
    border-color: rgba(255, 127, 17, .32);
    background: #fffaf2;
}

.iptlv-project-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
}

.iptlv-project-card__head span {
    color: #98612d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .1em;
}

.iptlv-project-card__head h4 {
    margin: 2px 0 3px;
    font-size: 24px;
}

.iptlv-project-card__head p {
    margin: 0;
    color: var(--iptlv-muted);
    font-size: 11px;
}

.iptlv-project-card__head > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
}

.iptlv-project-card__head strong {
    color: #a75e16;
    font-size: 10px;
}

.iptlv-project-card__head em.is-visit {
    color: #fff;
    background: #865221;
}

.iptlv-project-card__head em.is-contact {
    color: #fff;
    background: #a65c14;
}

.iptlv-project-photos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    margin-bottom: 14px;
}

.iptlv-project-photos figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 10px;
}

.iptlv-project-photos figure.is-main {
    border-color: var(--iptlv-green);
}

.iptlv-project-photos img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.iptlv-project-photos figcaption {
    position: absolute;
    bottom: 5px;
    left: 5px;
    padding: 3px 5px;
    border-radius: 99px;
    color: #fff;
    background: #2d8610;
    font-size: 9px;
    font-weight: 850;
}

.iptlv-project-concept {
    margin-bottom: 14px;
}

.iptlv-project-concept > span,
.iptlv-project-summary > span {
    display: block;
    margin-bottom: 6px;
    color: #98612d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.iptlv-project-concept.is-simulation > span {
    padding: 8px 10px;
    border-left: 4px solid #d0791e;
    border-radius: 8px;
    color: #674213;
    background: #fff5d9;
    font-size: 11px;
    letter-spacing: .03em;
}

.iptlv-project-concept a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.iptlv-project-concept img {
    display: block;
    width: 100%;
    max-height: 380px;
    object-fit: cover;
}

.iptlv-project-concept b {
    position: absolute;
    right: 9px;
    bottom: 9px;
    padding: 6px 9px;
    border-radius: 999px;
    color: #fff;
    background: rgba(22,42,17,.8);
    font-size: 11px;
}

.iptlv-project-summary {
    padding: 14px;
    border-radius: 11px;
    background: #fff;
}

.iptlv-project-summary p {
    margin: 0;
    color: #485444;
    font-size: 13px;
    line-height: 1.6;
}

.iptlv-contact-messages {
    margin-top: 12px;
}

.iptlv-contact-messages > span {
    display: block;
    margin-bottom: 7px;
    color: #98612d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.iptlv-contact-messages article {
    margin-top: 8px;
    padding: 15px;
    border-left: 4px solid #f18a2c;
    border-radius: 10px;
    background: #fff;
}

.iptlv-contact-messages p {
    margin: 0 0 8px;
    color: #34452f;
    font-size: 14px;
    line-height: 1.6;
}

.iptlv-contact-messages small {
    color: var(--iptlv-muted);
    font-size: 10px;
    font-weight: 750;
}

.iptlv-project-facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    overflow: hidden;
    margin: 10px 0 0;
    border: 1px solid var(--iptlv-line);
    border-radius: 10px;
    background: var(--iptlv-line);
}

.iptlv-project-facts > div {
    padding: 10px;
    background: #fff;
}

.iptlv-project-facts dt {
    color: var(--iptlv-muted);
    font-size: 10px;
    text-transform: uppercase;
}

.iptlv-project-facts dd {
    margin: 2px 0 0;
    font-size: 12px;
    font-weight: 750;
}

.iptlv-project-review {
    margin-top: 10px;
    font-size: 12px;
}

.iptlv-project-review summary {
    cursor: pointer;
    color: var(--iptlv-muted);
    font-weight: 800;
}

.iptlv-project-recovery {
    margin-top: 14px;
    padding: 16px;
    border: 1px solid rgba(168,60,44,.28);
    border-radius: 12px;
    background: #fff5f1;
}

.iptlv-project-recovery > span {
    display: block;
    margin-bottom: 4px;
    color: #9b392b;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
}

.iptlv-project-recovery > strong {
    display: block;
    color: #6f281f;
    font-size: 16px;
}

.iptlv-project-recovery p {
    margin: 6px 0;
    color: #684a45;
    font-size: 12px;
    line-height: 1.55;
}

.iptlv-project-recovery small {
    display: block;
    color: #795d57;
    font-size: 10px;
}

.iptlv-project-recovery button {
    margin-top: 12px;
    padding: 9px 13px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #8f3427;
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}

.iptlv-project-recovery button:disabled {
    cursor: wait;
    opacity: .65;
}

.iptlv-note-section,
.iptlv-timeline {
    margin-top: 32px;
}

.iptlv-note-section form {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 9px;
}

.iptlv-note-section textarea {
    display: block;
    width: 100%;
    min-height: 80px;
    padding: 11px;
    border: 1px solid var(--iptlv-line);
    border-radius: 11px;
    resize: vertical;
    font-size: 13px;
}

.iptlv-note-section button {
    align-self: end;
    min-height: 44px;
    padding: 9px 14px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: #2d8610;
    cursor: pointer;
    font-size: 12px;
    font-weight: 850;
}

.iptlv-timeline > div {
    border-left: 1px solid var(--iptlv-line);
    margin-left: 13px;
}

.iptlv-event {
    position: relative;
    display: grid;
    grid-template-columns: 27px 1fr;
    gap: 11px;
    margin-left: -14px;
    padding-bottom: 17px;
}

.iptlv-event > i {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    border: 1px solid var(--iptlv-line);
    border-radius: 50%;
    color: var(--iptlv-green);
    background: #fff;
    font-size: 9px;
    font-style: normal;
}

.iptlv-event.is-note > i {
    color: #fff;
    background: #8b5d2d;
}

.iptlv-event strong,
.iptlv-event time {
    display: block;
}

.iptlv-event strong {
    margin-top: 3px;
    font-size: 12px;
}

.iptlv-event p {
    margin: 5px 0;
    padding: 9px 11px;
    border-radius: 9px;
    color: #4f594b;
    background: #f3efe8;
    font-size: 12px;
}

.iptlv-event time {
    color: var(--iptlv-muted);
    font-size: 10px;
}

.iptlv-leads-loading,
.iptlv-leads-error,
.iptlv-leads-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    padding: 30px;
    color: var(--iptlv-muted);
    text-align: center;
    font-size: 13px;
}

.iptlv-leads-loading i {
    width: 22px;
    height: 22px;
    margin-bottom: 10px;
    border: 2px solid rgba(54,155,18,.15);
    border-top-color: var(--iptlv-green);
    border-radius: 50%;
    animation: iptlv-leads-spin .8s linear infinite;
}

.iptlv-leads-loading--detail {
    min-height: 650px;
}

.iptlv-leads-error strong,
.iptlv-leads-empty strong {
    color: var(--iptlv-ink);
    font-size: 13px;
}

.iptlv-leads-error p,
.iptlv-leads-empty p {
    max-width: 300px;
}

.iptlv-leads-error button {
    padding: 8px 12px;
    border: 0;
    border-radius: 99px;
    color: #fff;
    background: var(--iptlv-green);
    cursor: pointer;
    font-size: 9px;
}

.iptlv-leads-toast {
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 20px;
    max-width: min(360px, calc(100vw - 40px));
    padding: 12px 15px;
    border-radius: 11px;
    color: #fff;
    background: var(--iptlv-deep);
    box-shadow: 0 18px 45px rgba(0,0,0,.2);
    font-size: 12px;
    font-weight: 800;
}

.iptlv-leads-toast.is-error {
    background: #853b2d;
}

.iptlv-login-shell {
    display: grid;
    place-items: center;
    padding: 60px 20px;
    background:
        radial-gradient(circle at 20% 20%, rgba(98,177,62,.22), transparent 30%),
        radial-gradient(circle at 85% 80%, rgba(255,127,17,.12), transparent 27%),
        #1c3816;
}

.iptlv-login-card {
    width: min(470px, 100%);
    padding: 42px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 45px 100px rgba(0,0,0,.27);
}

.iptlv-login-card .iptlv-eyebrow {
    display: block;
    margin-bottom: 9px;
    color: #98612d;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.iptlv-login-card h1 {
    margin-bottom: 10px;
    font-size: 40px;
}

.iptlv-login-card > p {
    margin-bottom: 24px;
    color: var(--iptlv-muted);
    font-size: 12px;
}

.iptlv-login-card form p {
    margin: 0 0 13px;
}

.iptlv-login-card label {
    display: block;
    margin-bottom: 5px;
    color: var(--iptlv-ink);
    font-size: 10px;
    font-weight: 800;
}

.iptlv-login-card input[type="text"],
.iptlv-login-card input[type="password"] {
    width: 100%;
    height: 48px;
    padding: 0 12px;
    border: 1px solid var(--iptlv-line);
    border-radius: 10px;
}

.iptlv-login-card .login-remember label {
    display: flex;
    gap: 7px;
    align-items: center;
}

.iptlv-login-card input[type="submit"] {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--iptlv-green, #369b12);
    cursor: pointer;
    font-weight: 850;
}

.iptlv-access-message {
    display: grid;
    place-items: center;
    padding: 70px 20px;
    text-align: center;
}

@keyframes iptlv-leads-spin {
    to { transform: rotate(360deg); }
}

@media (min-width: 851px) {
    .iptlv-lead-row__body strong { font-size: 17px; }
    .iptlv-lead-row__body time { font-size: 12px; }
    .iptlv-lead-row__body small { font-size: 14px; }
    .iptlv-lead-row__body em,
    .iptlv-project-card__head em { font-size: 11px; }
    .iptlv-detail-head__identity small,
    .iptlv-detail-controls span,
    .iptlv-detail-contact-card span,
    .iptlv-project-card__head span,
    .iptlv-project-concept > span,
    .iptlv-project-summary > span,
    .iptlv-project-facts dt { font-size: 11px; }
    .iptlv-detail-head__identity h2 { font-size: 34px; }
    .iptlv-detail-head__identity p,
    .iptlv-detail-head__contact a,
    .iptlv-project-card__head p { font-size: 13px; }
    .iptlv-detail-controls select,
    .iptlv-detail-controls strong,
    .iptlv-detail-contact-card strong,
    .iptlv-project-facts dd { font-size: 14px; }
    .iptlv-project-card__head h4 { font-size: 27px; }
    .iptlv-project-summary p { font-size: 15px; }
}

@media (max-width: 1100px) {
    .iptlv-workspace {
        grid-template-columns: 350px minmax(0, 1fr);
    }
    .iptlv-detail-head {
        align-items: flex-start;
        flex-direction: column;
    }
    .iptlv-detail-contact-card { grid-template-columns: repeat(2, 1fr); }
    .iptlv-project-photos { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 850px) {
    .iptlv-leads__header > div > span,
    .iptlv-leads__user > span { display: none; }
    .iptlv-leads__main {
        width: min(100% - 24px, 1420px);
        padding-top: 38px;
    }
    .iptlv-leads__welcome {
        align-items: flex-start;
        flex-direction: column;
    }
    .iptlv-metrics { grid-template-columns: repeat(2, 1fr); }
    .iptlv-workspace { grid-template-columns: 1fr; }
    .iptlv-lead-list {
        max-height: 520px;
        border-right: 0;
        border-bottom: 1px solid var(--iptlv-line);
    }
    .iptlv-lead-list__body { max-height: 400px; }
    .iptlv-lead-detail { padding: 22px; }
}

@media (max-width: 560px) {
    .iptlv-leads__header { min-height: 72px; padding-right: 12px; padding-left: 12px; }
    .iptlv-leads__header img { height: 50px; }
    .iptlv-leads__user a:first-of-type { display: none; }
    .iptlv-leads__welcome h1 { font-size: 38px; }
    .iptlv-metrics { gap: 8px; }
    .iptlv-metrics article { padding: 15px; }
    .iptlv-detail-head__contact { width: 100%; }
    .iptlv-detail-head__contact a { flex: 1; }
    .iptlv-detail-controls { grid-template-columns: 1fr; }
    .iptlv-detail-contact-card { grid-template-columns: 1fr; }
    .iptlv-project-card { padding: 14px; }
    .iptlv-project-card__head { flex-direction: column; }
    .iptlv-project-card__head > div:last-child { align-items: flex-start; }
    .iptlv-project-photos { grid-template-columns: repeat(2, 1fr); }
    .iptlv-project-facts { grid-template-columns: 1fr; }
    .iptlv-note-section form { grid-template-columns: 1fr; }
    .iptlv-login-card { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .iptlv-leads *,
    .iptlv-login-shell * {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
    }
}
