/*
=====================================================
AETHER CONTENT PRIMITIVES
=====================================================
*/

.aether-content-kicker,
.aether-content-label {
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.aether-content-title {
    margin: 0;
    text-transform: uppercase;
}

.aether-content-copy {
    margin: 0;
}


.aether-content-copy--compact {

    position:
        relative;

    isolation:
        isolate;

    font-size:
        10px;

    line-height:
        1.45;

    letter-spacing:
        0;

    text-transform:
        uppercase;

    color:
        var(--aether-ui-ink, rgba(0, 0, 0, 0.72));

    opacity:
        0.72;

}


.aether-content-title--panel {
    margin-top: 9px;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.10em;
}


.aether-content-copy--panel {
    margin-top: 15px;
    max-width: 31rem;
    font-size: 11px;
    line-height: 1.7;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.58;
}

.aether-content-footer {
    display: flex;
    gap: 24px;
    opacity: 0.58;
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/*
Existing mode hooks are aliases during migration. New UI
should use the generic classes above directly.
*/
.aether-menu-kicker,
.aether-menu-panel-kicker,
.aether-entity-section-label,
.aether-preview-title {
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.aether-menu-panel-title,
.aether-entity-section-title {
    margin: 0;
    text-transform: uppercase;
}

.aether-menu-panel-copy,
.aether-entity-section-body {
    margin: 0;
}

.aether-menu-footer-left,
.aether-menu-footer-right,
.aether-entity-footer-left,
.aether-entity-footer-right,
.aether-preview-footer-left,
.aether-preview-footer-right {
    display: flex;
    gap: 24px;
}


/* Entity dossier typography is shared content styling;
Entity View supplies only the surrounding composition. */
.aether-entity-section-label {
    margin-bottom: 7px;
    font-size: 8px;
    letter-spacing: 0.2em;
    color: var(--aether-ui-accent);
}

.aether-entity-section-title {
    margin: 0 0 10px;
    font-size: clamp(15px, 1.45vw, 21px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.035em;
}

.aether-entity-section-body {
    margin: 0;
    font-size: clamp(10px, 0.82vw, 13px);
    line-height: 1.6;
    opacity: 0.66;
}


.aether-entity-classification {
    font-size: 12px;
    letter-spacing: 0.22em;
    color: var(--aether-ui-bright);
}

.aether-entity-location,
.aether-entity-status,
.aether-entity-record {
    margin-top: 5px;
    font-size: 9px;
    letter-spacing: 0.16em;
    opacity: 0.55;
}

.aether-entity-navigation-label {
    font-size: 9px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.aether-entity-footer {
    font-size: 9px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}


/* Reusable record metadata and entry primitives. */
.aether-entity-metadata {

    display:
        grid;


    gap:
        10px;

}




.aether-entity-metadata-item {

    display:
        grid;


    gap:
        4px;

}




.aether-entity-metadata-label {

    font-size:
        8px;


    letter-spacing:
        0.18em;


    opacity:
        0.34;

}




.aether-entity-metadata-value {

    font-size:
        11px;


    line-height:
        1.4;


    letter-spacing:
        0.07em;


    color:

        rgba(
            255,
            255,
            255,
            0.76
        );

}





.aether-entity-entry-list {

    display:
        grid;


    gap:
        4px;


    margin-top:
        12px;


    padding-top:
        10px;


    border-top:

        1px solid
        rgba(
            var(--aether-ui-rgb),
            0.10
        );

}




.aether-entity-entry {

    display:
        flex;


    gap:
        10px;


    align-items:
        baseline;


    font-size:
        9px;


    line-height:
        1.5;


    letter-spacing:
        0.07em;


    opacity:
        0.56;

}




.aether-entity-entry::before {

    content:
        "›";


    color:
        var(--aether-ui-bright);

}





.aether-entity-control-key {

    color:
        var(--aether-ui-bright);

}
