body.calculator-page--energy .calculator-hero-art--energy-beasts{width:330px;height:180px}body.calculator-page--energy .calculator-hero-art--energy-beasts img:only-child{inset:0;width:100%;height:100%;object-fit:contain}@media(max-width:850px){body.calculator-page--energy .calculator-hero-art--energy-beasts{width:270px}}@media(max-width:620px){body.calculator-page--energy .calculator-hero-art--energy-beasts{width:min(100%,330px);height:120px}body.calculator-page--energy .calculator-hero-art--energy-beasts img:only-child{width:100%;height:100%}}

.energy-main {
            min-height: calc(100vh - 170px);
            color: #181311;
            background: #fbf7f2
        }

        .energy-wrap {
            width: var(--content);
            margin: 0 auto;
            padding: 48px 0 78px
        }

        .energy-back {
            display: inline-flex;
            margin-bottom: 28px;
            color: #554c46;
            font-size: 10px;
            font-weight: 950;
            letter-spacing: .09em;
            text-decoration: none;
            text-transform: uppercase
        }

        .energy-back::before {
            margin-right: 8px;
            content: '←'
        }

        .energy-back:hover {
            color: #d94b22
        }

        .energy-intro {
            max-width: 720px;
            margin-bottom: 34px
        }

        .energy-kicker {
            margin: 0 0 12px;
            color: #d94b22;
            font-size: 10px;
            font-weight: 950;
            letter-spacing: .15em;
            text-transform: uppercase
        }

        .energy-intro h1 {
            margin: 0;
            font-family: Impact, Arial Black, sans-serif;
            font-size: clamp(42px, 5vw, 66px);
            font-weight: 500;
            line-height: .96;
            text-transform: uppercase
        }

        .energy-intro>p:last-child {
            margin: 18px 0 0;
            color: #665d56;
            font-size: 16px;
            line-height: 1.65
        }

        .energy-block {
            display: grid;
            grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
            gap: 18px;
            margin-top: 18px
        }

        .energy-card,
        .energy-results {
            border: 1px solid #d9d0c6;
            border-radius: 3px;
            background: #f8f5f0
        }

        .energy-card {
            padding: 27px;
            border: 1px solid #d9d0c6;
            border-radius: 3px;
            background: #f8f5f0;
            text-align: center
        }

        .energy-card h2,
        .energy-results h2 {
            margin: 0;
            font-family: Impact, Arial Black, sans-serif;
            font-size: 31px;
            font-weight: 500;
            line-height: 1;
            text-transform: uppercase
        }

        .energy-card>p {
            margin: 10px 0 25px;
            color: #665d56;
            font-size: 13px;
            line-height: 1.55
        }

        .energy-modes {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 10px;
            margin-bottom: 24px
        }

        .energy-mode-button {
            min-height: 58px;
            padding: 11px 14px;
            border: 1px solid #d9d0c6;
            border-radius: 2px;
            color: #554c46;
            background: #fffaf5;
            cursor: pointer;
            font: inherit;
            font-size: 11px;
            font-weight: 900;
            line-height: 1.3;
            text-align: center;
            transition: border-color .18s ease, color .18s ease, background .18s ease
        }

        .energy-mode-button:hover,
        .energy-mode-button[aria-selected="true"] {
            border-color: #ef7d56;
            color: #fff;
            background: #d94b22
        }

        .energy-mode-panel[hidden] {
            display: none
        }

        .energy-mode-copy {
            margin: 0 0 18px;
            color: #665d56;
            font-size: 13px;
            line-height: 1.55
        }

        .energy-fields {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            align-items: end;
            justify-content: center;
            gap: 14px
        }

        .energy-field {
            display: grid;
            align-content: end;
            gap: 7px;
            text-align: center
        }

        .energy-field label {
            color: #554c46;
            font-size: 10px;
            font-weight: 900;
            letter-spacing: .06em;
            line-height: 1.35;
            text-transform: uppercase
        }

        .energy-field-label {
            display: flex;
            min-height: 76px;
            align-items: center;
            flex-direction: column;
            justify-content: flex-end;
            gap: 5px;
            text-align: center
        }

        .energy-field-label img {
            width: 54px;
            height: 54px;
            object-fit: contain;
            filter: drop-shadow(0 6px 6px rgba(46, 41, 25, .18))
        }

        .energy-field-label span {
            display: block;
            width: 100%;
            text-align: center
        }

        .energy-field input {
            min-width: 0;
            height: 48px;
            padding: 0 13px;
            border: 1px solid #d9d0c6;
            border-radius: 2px;
            color: #181311;
            background: #fffaf5;
            font: inherit;
            font-size: 17px;
            font-weight: 800;
            text-align: center
        }

        .energy-field input:focus {
            outline: 0;
            border-color: #ef7d56;
            box-shadow: 0 0 0 3px rgba(240, 90, 42, .12)
        }

        .energy-field input[readonly] {
            color: #6d625c;
            background: #eee8e1;
            cursor: default
        }

        .energy-result-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            align-items: stretch;
            gap: 10px;
            margin-top: 29px;
            padding-top: 21px;
            border-top: 1px solid #ded5cc
        }

        .energy-result {
            display: flex;
            min-height: 124px;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            padding: 15px 14px;
            border: 1px solid #e0d7ce;
            border-radius: 2px;
            background: #fffaf5;
            text-align: center
        }

        .energy-result strong {
            display: block;
            color: #181311;
            font-family: Impact, Arial Black, sans-serif;
            font-size: 34px;
            font-weight: 500;
            line-height: 1
        }

        .energy-result.is-total {
            border-color: #ef936f;
            background: #fff2ec
        }

        .energy-result.is-total strong {
            color: #d94b22
        }

        .energy-result-icon {
            width: 38px;
            height: 38px;
            display: block;
            margin-bottom: 8px;
            object-fit: contain;
            filter: drop-shadow(0 4px 4px rgba(46, 41, 25, .16))
        }

        .energy-result span {
            display: flex;
            min-height: 27px;
            align-items: center;
            justify-content: center;
            margin-top: 10px;
            color: #665d56;
            font-size: 10px;
            font-weight: 900;
            letter-spacing: .08em;
            line-height: 1.35;
            text-align: center;
            text-transform: uppercase
        }

        .energy-illustration-note {
            max-width: 760px;
            margin: 14px auto 0;
            color: #8a817a;
            font-size: 10px;
            line-height: 1.5;
            text-align: center
        }

        @media(max-width:850px) {
            .energy-block {
                grid-template-columns: 1fr
            }
        }

        @media(max-width:620px) {
            .energy-wrap {
                padding: 33px 0 58px
            }

            .energy-card {
                padding: 21px 17px
            }

            .energy-fields {
                grid-template-columns: 1fr
            }

            .energy-modes,
            .energy-result-grid {
                grid-template-columns: 1fr
            }

            .energy-field-label {
                min-height: 68px;
                font-size: 8px
            }

            .energy-field-label img {
                width: 48px;
                height: 48px
            }

            .energy-result {
                min-height: 105px;
                padding: 18px 16px
            }

            .energy-result strong {
                font-size: 32px
            }
        }
