/*
 * ================================================================
 * ITSIKA_14G_A66_FINAL_DOM_STABILIZATION_CSS
 * ================================================================
 */


/*
 * HEADER LOGO
 *
 * IMPORTANT:
 * Do not resize the surrounding brand/header container.
 * Resize artwork only.
 */

[data-itsika-logo="header"] {
    width: 30px !important;
    height: 30px !important;

    min-width: 30px !important;
    min-height: 30px !important;

    max-width: 30px !important;
    max-height: 30px !important;

    object-fit: contain !important;
    object-position: center center !important;

    transform: none !important;
    clip-path: none !important;

    margin: 0 !important;
}


/*
 * CHAT LOGO
 *
 * Restore the larger circular assistant mark that
 * previously looked correct.
 */

[data-itsika-logo="chat"] {
    width: 46px !important;
    height: 46px !important;

    min-width: 46px !important;
    min-height: 46px !important;

    max-width: 46px !important;
    max-height: 46px !important;

    object-fit: contain !important;
    object-position: center center !important;

    transform: none !important;
    clip-path: none !important;

    margin: auto !important;
}


/*
 * ACCOUNT / USAGE STRIP
 *
 * A66 adds this class dynamically to the exact common
 * ancestor of the four customer status cells.
 */

.itsika-a66-account-strip {
    margin-top: 10px !important;
}


/*
 * SIGN-IN PROMPT
 */

#itsika-a66-signin-overlay {
    position: fixed;

    inset: 0;

    z-index: 2147483600;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 24px;

    background:
        rgba(2, 10, 24, 0.78);

    backdrop-filter:
        blur(8px);
}


#itsika-a66-signin-card {
    width:
        min(430px, 100%);

    padding: 26px;

    border:
        1px solid
        rgba(104, 160, 222, 0.38);

    border-radius:
        18px;

    background:
        #07182c;

    box-shadow:
        0 28px 80px
        rgba(0, 0, 0, 0.46);

    color:
        #f6f9ff;
}


#itsika-a66-signin-card h2 {
    margin:
        0 0 10px;

    color:
        #ffffff;
}


#itsika-a66-signin-card p {
    margin:
        0;

    color:
        #afc6df;

    line-height:
        1.5;
}


.itsika-a66-actions {
    display: grid;

    gap: 10px;

    margin-top:
        22px;
}


.itsika-a66-actions button {
    min-height:
        44px;

    border-radius:
        11px;

    cursor: pointer;

    font: inherit;
}


[data-a66-signin] {
    border:
        1px solid #586fff;

    background:
        linear-gradient(
            135deg,
            #158ae1,
            #6248e9
        );

    color:
        white;

    font-weight:
        700;
}


[data-a66-continue] {
    border:
        1px solid #294968;

    background:
        #0b2038;

    color:
        #d8e6f4;
}

/* ============================================================
   ITSIKA 14G A69 — MEASURED LOGO GEOMETRY
   Source PNG: 192 x 192
   Visible alpha art: 114 x 119
   Visible art occupies ~59.4% x ~62.0%.

   Therefore the IMG must be larger than the desired visible
   emblem. We use clipping hosts and measured compensation rather
   than shrinking the entire transparent PNG.
   ============================================================ */

.brand-logo-wrap {
    width: 52px !important;
    height: 52px !important;

    min-width: 52px !important;
    min-height: 52px !important;

    max-width: 52px !important;
    max-height: 52px !important;

    padding: 0 !important;
    margin: 0 !important;

    overflow: hidden !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex: 0 0 52px !important;
}

[data-itsika-logo="header"] {
    width: 78px !important;
    height: 78px !important;

    min-width: 78px !important;
    min-height: 78px !important;

    max-width: 78px !important;
    max-height: 78px !important;

    padding: 0 !important;
    margin: 0 !important;

    object-fit: contain !important;
    object-position: center center !important;

    transform: none !important;
}

.chat-avatar,
.assistant-avatar,
.message-avatar {
    overflow: hidden !important;
}

[data-itsika-logo="chat"] {
    width: 72px !important;
    height: 72px !important;

    min-width: 72px !important;
    min-height: 72px !important;

    max-width: 72px !important;
    max-height: 72px !important;

    padding: 0 !important;
    margin: 0 !important;

    object-fit: contain !important;
    object-position: center center !important;

    transform: none !important;
}

/*
   The two rules above deliberately compensate for transparent
   pixels in the source image. They do NOT crop the emblem itself.
*/

/* ================================================================
   ÍTSIKA 14G A73 — FINAL CUSTOMER PRESENTATION
   ================================================================ */


/*
 * We now use the physically cropped A52 asset.
 * No artificial zoom, scale or clip-path is necessary.
 */

[data-itsika-logo="header"] {
    width: 44px !important;
    height: 44px !important;

    min-width: 44px !important;
    min-height: 44px !important;

    max-width: 44px !important;
    max-height: 44px !important;

    display: block !important;

    object-fit: contain !important;
    object-position: center center !important;

    transform: none !important;
    clip-path: none !important;

    padding: 0 !important;
    margin: 0 !important;

    border-radius: 10px !important;
}


[data-itsika-logo="chat"] {
    width: 44px !important;
    height: 44px !important;

    min-width: 44px !important;
    min-height: 44px !important;

    max-width: 44px !important;
    max-height: 44px !important;

    display: block !important;

    object-fit: contain !important;
    object-position: center center !important;

    transform: none !important;
    clip-path: none !important;

    padding: 0 !important;
    margin: 0 !important;

    border-radius: 50% !important;
}


.itsika-a73-plan-grid {
    display: grid;
    grid-template-columns:
        repeat(
            3,
            minmax(0, 1fr)
        );

    gap: 14px;

    margin-top: 8px;
}


.itsika-a73-plan {
    position: relative;

    min-height: 340px;

    padding: 18px;

    border:
        1px solid
        rgba(96, 165, 250, 0.28);

    border-radius: 16px;

    background:
        rgba(13, 34, 58, 0.94);
}


.itsika-a73-plan.is-current {
    border-color:
        rgba(250, 204, 21, 0.78);
}


.itsika-a73-plan h3 {
    margin:
        0
        0
        12px;

    color: #fde46f;

    font-size: 20px;
}


.itsika-a73-price {
    color: #ffffff;

    font-size: 24px;
    font-weight: 800;
}


.itsika-a73-year {
    margin-top: 3px;

    color: #fde46f;

    font-size: 13px;
    font-weight: 700;
}


.itsika-a73-current {
    margin:
        12px
        0;

    padding:
        7px
        10px;

    border:
        1px solid
        rgba(250, 204, 21, 0.55);

    border-radius: 999px;

    text-align: center;

    color: #ffffff;

    font-size: 12px;
    font-weight: 800;
}


.itsika-a73-plan ul {
    margin:
        18px
        0
        0;

    padding-left: 20px;

    line-height: 1.7;
}


.itsika-a73-plan-action {
    display: block;

    margin-top: 20px;

    padding:
        11px
        14px;

    border-radius: 12px;

    text-align: center;
    text-decoration: none;

    color: #ffffff;

    background:
        linear-gradient(
            90deg,
            #087bd7,
            #5641d8
        );

    font-weight: 800;
}


.itsika-a73-billing-note {
    margin:
        16px
        0
        0;

    text-align: center;

    opacity: 0.75;

    font-size: 12px;
}


@media (max-width: 760px) {

    .itsika-a73-plan-grid {
        grid-template-columns: 1fr;
    }

    .itsika-a73-plan {
        min-height: auto;
    }
}


/* END ÍTSIKA 14G A73 */

/* ================================================================
   ÍTSIKA 14G A74-R1
   LOWER CHAT LOGO ONLY
   TOP HEADER LOGO IS VISUALLY APPROVED AND MUST NOT BE TOUCHED.
   ================================================================ */

img[data-itsika-logo="chat"] {
    width: 38px !important;
    height: 38px !important;

    min-width: 38px !important;
    min-height: 38px !important;

    max-width: 38px !important;
    max-height: 38px !important;

    object-fit: contain !important;
    object-position: center center !important;

    transform: none !important;
    clip-path: none !important;

    padding: 0 !important;
    margin: 0 !important;

    border-radius: 50% !important;
}

/*
 * IMPORTANT:
 * No A74-R1 declaration exists for:
 *
 *     [data-itsika-logo="header"]
 *
 * Header logo remains exactly A73.
 */

/* END ÍTSIKA 14G A74-R1 */
