.ic .splitcol {
    flex: 1;
    min-width: 0;
}

.ic table {
    margin: 0 var(--full-padding) var(--base-padding, 1rem) var(--full-padding);
    width: calc(100% - 2rem);
}

.hub.ic .pillars .container,
.hub.ic .pillars .container.full {
    width: 100%;
}

.ic .pillars .container.half {
    justify-content: flex-start;
}

.hub.ic .pillars select,
.hub.ic .pillars .feature-selector-meta {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.landing.ic form {
    margin: 25vh auto 0 auto;
}




.profile {
    display: flex;
    justify-content: center;
    margin: 2rem 0 0 0;
}

.profile table {
    width: 100%;
    border: none;
}

.results table {
    border: none;
}

.ic .grid {
    margin: 1.5rem 0 0 0;
}

.ic .empty {
    padding: 2rem 2rem 2rem 2rem;
}



.ic .modal form {
    width: 50rem;
    padding: 0 2rem 1rem 2rem;
    margin: 4rem auto 4rem auto;
}

.ic .overlay,
.ic .modal {
    align-items: flex-start;
    overflow-y: auto;
    padding-bottom: 4rem;
}


.toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 1rem 0;
    box-sizing: border-box;
}


.ic .checks {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    margin: var(--full-margin);
}

.ic .checks .check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
}

.workspace {
    display: flex;
    flex-direction: column;
}

.workspacesplit {
    flex-direction: row;
    gap: 1rem;
}

.workspacepanel {
    flex: 1;
    width: 100%;
}

.ic .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.5rem;
    padding: 0.5rem 0;
    width: 100%;
}

.ic .gallery img {
    height: 8rem;
    width: auto;
    object-fit: contain;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 0.25rem;
}

.ic .image-preview img {
    width: 12.5%;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    border-radius: clamp(0rem, 0.25rem, 0.5rem);
}

.ic .image-preview-toolbar {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.ic .image-preview-toolbar button {
    padding: 0.25rem 1rem;
    font-size: 0.8rem;
    border-radius: 2rem;
    border: 1px solid var(--border, #ccc);
    background: transparent;
    color: var(--color, #333);
    cursor: pointer;
    font-weight: 500;
    transition: all 0.2s;
}

.ic .image-preview-toolbar button:hover {
    background: var(--shade, rgba(0,0,0,0.05));
}

.ic .image-info {
    justify-content: center;
    margin-top: 1rem;
}