.logo-export-kit-section{
    background:#fff;
    padding:96px 0;
}

.export-kit-shell{
    display:grid;
    gap:28px;
}

.export-kit-hero,
.export-kit-panel,
.export-kit-preview-panel{
    background:#fff;
    border:1px solid rgba(25,25,31,.08);
    border-radius:20px;
    box-shadow:0 32px 90px -72px rgba(25,25,31,.55);
}

.export-kit-hero{
    align-items:flex-end;
    display:flex;
    gap:24px;
    justify-content:space-between;
    padding:34px;
}

.export-kit-hero h1{
    color:#19191f;
    font-size:38px;
    font-weight:600;
    letter-spacing:0;
    line-height:1.1;
    margin:8px 0 10px;
}

.export-kit-hero p,
.export-kit-empty p{
    color:#6f6a7a;
    font-size:15px;
    font-weight:400;
    line-height:1.7;
    margin:0;
}

.export-kit-hero .export-kit-demo-note{
    color:#928da0;
    font-size:13px;
    line-height:1.55;
    margin-top:10px;
    max-width:620px;
}

.export-kit-file-count{
    background:#f7f7ff;
    border:1px solid rgba(107,57,244,.1);
    border-radius:18px;
    flex:0 0 auto;
    padding:14px 16px;
    text-align:right;
}

.export-kit-hero-actions{
    align-items:flex-end;
    display:flex;
    flex:0 0 auto;
    gap:12px;
}

.export-kit-primary-button,
.export-kit-secondary-button{
    align-items:center;
    appearance:none;
    border-radius:999px;
    cursor:pointer;
    display:inline-flex;
    font-size:14px;
    font-weight:500;
    justify-content:center;
    line-height:1;
    min-height:48px;
    padding:0 18px;
    text-decoration:none;
    transition:background .18s ease, color .18s ease, opacity .18s ease;
    white-space:nowrap;
}

.export-kit-primary-button{
    background:#6b39f4;
    border:0;
    box-shadow:0 18px 42px -28px rgba(107,57,244,.75);
    color:#fff;
}

.export-kit-primary-button:hover{
    background:#5d2ee8;
    color:#fff;
}

.export-kit-secondary-button{
    background:#fff;
    border:1px solid rgba(107,57,244,.16);
    box-shadow:none;
    color:#6b39f4;
}

.export-kit-secondary-button:hover{
    background:#f7f4ff;
    border-color:rgba(107,57,244,.3);
    color:#5d2ee8;
}

.export-kit-primary-button:disabled,
.export-kit-secondary-button:disabled{
    cursor:not-allowed;
    opacity:.42;
}

.export-kit-file-count{
    color:#928da0;
    display:block;
    font-size:12px;
    font-weight:500;
    letter-spacing:0;
    line-height:1.2;
}

.export-kit-workspace{
    display:grid;
    gap:24px;
    grid-template-columns:minmax(320px, 400px) minmax(0, 1fr);
}

.export-kit-sidebar{
    align-self:start;
    display:grid;
    gap:18px;
}

.export-kit-panel,
.export-kit-preview-panel{
    padding:26px;
}

.export-kit-panel-head,
.export-kit-preview-head{
    align-items:flex-start;
    display:flex;
    gap:16px;
    justify-content:space-between;
    margin-bottom:18px;
}

.export-kit-panel-head h2,
.export-kit-preview-head h2{
    color:#19191f;
    font-size:23px;
    font-weight:600;
    letter-spacing:0;
    line-height:1.18;
    margin:6px 0 0;
}

.export-kit-palette-actions{
    align-items:center;
    display:flex;
    flex:0 0 auto;
    gap:8px;
}

.export-kit-palette-note{
    color:#817b8f;
    font-size:13px;
    font-weight:400;
    line-height:1.45;
    margin:-6px 0 16px;
}

.export-kit-palette-note a{
    color:#6b39f4;
    font-weight:500;
    text-decoration:none;
}

.export-kit-palette-note a:hover{
    color:#5d2ee8;
    text-decoration:underline;
}

.export-kit-icon-button,
.export-kit-small-button,
.export-kit-download-button{
    align-items:center;
    appearance:none;
    border:0;
    cursor:pointer;
    display:inline-flex;
    justify-content:center;
    text-decoration:none;
    transition:background .18s ease, color .18s ease, border-color .18s ease;
}

.export-kit-icon-button{
    background:#f7f4ff;
    border:1px solid rgba(107,57,244,.14);
    border-radius:999px;
    color:#6b39f4;
    flex:0 0 auto;
    font-size:20px;
    font-weight:500;
    height:38px;
    line-height:1;
    width:38px;
}

.export-kit-icon-button:hover{
    background:#6b39f4;
    color:#fff;
}

.export-kit-icon-button:disabled,
.export-kit-small-button:disabled,
.export-kit-download-button:disabled{
    background:#f4f3f7;
    border-color:rgba(25,25,31,.07);
    color:#aaa5b5;
    cursor:not-allowed;
}

.export-kit-version-list,
.export-kit-color-list{
    display:grid;
    gap:12px;
}

.export-kit-color-list{
    border-radius:18px;
    outline:0;
}

.export-kit-color-list:focus-visible{
    box-shadow:0 0 0 4px rgba(107,57,244,.12);
}

.export-kit-version-card,
.export-kit-color-row,
.export-kit-field,
.export-kit-empty{
    background:#fbfbff;
    border:1px solid rgba(25,25,31,.06);
    border-radius:18px;
}

.export-kit-version-card{
    display:grid;
    gap:12px;
    padding:14px;
    transition:background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.export-kit-version-card.is-active{
    border-color:rgba(107,57,244,.24);
    box-shadow:0 18px 46px -38px rgba(107,57,244,.6);
}

.export-kit-version-card.is-drag-over{
    background:#f7f4ff;
    border-color:rgba(107,57,244,.38);
}

.export-kit-workspace.is-demo-locked .export-kit-version-card{
    cursor:default;
}

.export-kit-version-top{
    align-items:center;
    display:flex;
    gap:10px;
}

.export-kit-version-top input{
    background:#fff;
    border:1px solid rgba(25,25,31,.08);
    border-radius:12px;
    color:#292334;
    flex:1 1 auto;
    font-size:14px;
    font-weight:500;
    line-height:1.2;
    min-width:0;
    padding:11px 12px;
}

.export-kit-version-top input:disabled,
.export-kit-color-copy input:disabled,
.export-kit-field select:disabled,
.export-kit-field input:disabled{
    background:#f8f7fb;
    color:#5f5a6b;
    cursor:not-allowed;
    opacity:1;
}

.export-kit-remove-button{
    background:transparent;
    border:0;
    color:#aaa5b5;
    cursor:pointer;
    flex:0 0 auto;
    font-size:22px;
    line-height:1;
    padding:4px;
}

.export-kit-remove-button:hover{
    color:#be3845;
}

.export-kit-version-preview{
    align-items:center;
    background:#fff;
    border:1px dashed rgba(25,25,31,.12);
    border-radius:16px;
    display:flex;
    justify-content:center;
    min-height:130px;
    overflow:hidden;
    padding:14px;
    position:relative;
}

.export-kit-version-preview img{
    display:block;
    max-height:112px;
    max-width:100%;
}

.export-kit-version-preview span{
    color:#a19bac;
    font-size:13px;
    font-weight:400;
}

.export-kit-drop-hint{
    color:#a19bac;
    display:block;
    font-size:12px;
    font-weight:400;
    line-height:1.35;
    text-align:center;
}

.export-kit-version-actions{
    align-items:center;
    display:flex;
    gap:10px;
    justify-content:space-between;
}

.export-kit-small-button{
    background:#fff;
    border:1px solid rgba(107,57,244,.14);
    border-radius:999px;
    color:#6b39f4;
    font-size:13px;
    font-weight:500;
    line-height:1;
    padding:10px 13px;
}

.export-kit-small-button:hover{
    background:#f7f4ff;
    border-color:rgba(107,57,244,.3);
    color:#5d2ee8;
}

.export-kit-version-status{
    color:#9994a5;
    font-size:12px;
    font-weight:400;
    min-width:0;
    overflow:hidden;
    text-align:right;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.export-kit-color-row{
    align-items:center;
    display:grid;
    gap:10px;
    grid-template-columns:auto minmax(0, 1fr) auto;
    padding:12px;
}

.export-kit-color-chip{
    border:1px solid rgba(25,25,31,.12);
    border-radius:999px;
    height:34px;
    overflow:hidden;
    width:34px;
}

.export-kit-color-chip input{
    border:0;
    cursor:pointer;
    height:46px;
    margin:-6px;
    padding:0;
    width:46px;
}

.export-kit-color-chip input:disabled{
    cursor:not-allowed;
}

.export-kit-color-row.is-original .export-kit-color-chip{
    background:linear-gradient(135deg, #111 0 25%, #fff 25% 50%, #6b39f4 50% 75%, #d6effd 75%);
}

.export-kit-color-row.is-original .export-kit-color-chip input{
    display:none;
}

.export-kit-color-copy{
    display:grid;
    gap:4px;
    min-width:0;
}

.export-kit-color-copy input{
    background:transparent;
    border:0;
    color:#292334;
    font-size:14px;
    font-weight:500;
    min-width:0;
    padding:0;
}

.export-kit-color-copy span{
    color:#9994a5;
    font-size:12px;
    font-weight:400;
    line-height:1;
}

.export-kit-color-meta{
    align-items:center;
    display:flex;
    flex-wrap:wrap;
    gap:6px;
}

.export-kit-color-role{
    background:#f7f4ff;
    border:1px solid rgba(107,57,244,.12);
    border-radius:999px;
    color:#6b39f4 !important;
    display:inline-flex;
    font-size:10px !important;
    font-weight:500 !important;
    letter-spacing:.02em;
    line-height:1 !important;
    padding:4px 7px;
    text-transform:uppercase;
}

.export-kit-field{
    display:grid;
    gap:9px;
    margin:0 0 12px;
    padding:14px;
}

.export-kit-field:last-child{
    margin-bottom:0;
}

.export-kit-field span{
    color:#928da0;
    font-size:12px;
    font-weight:500;
    line-height:1;
}

.export-kit-field select,
.export-kit-field input{
    background:#fff;
    border:1px solid rgba(25,25,31,.08);
    border-radius:12px;
    color:#292334;
    font-size:14px;
    font-weight:500;
    min-height:42px;
    padding:8px 10px;
}

.export-kit-preview-panel{
    min-height:620px;
}

.export-kit-empty{
    padding:34px;
    text-align:center;
}

.export-kit-empty strong{
    color:#19191f;
    display:block;
    font-size:20px;
    font-weight:600;
    margin-bottom:8px;
}

.export-kit-preview-grid{
    display:grid;
    gap:18px;
    grid-template-columns:repeat(2, minmax(0, 1fr));
}

.export-kit-preview-card{
    background:#fff;
    border:1px solid rgba(25,25,31,.08);
    border-radius:20px;
    overflow:hidden;
}

.export-kit-preview-canvas{
    align-items:center;
    background:#f7f7ff;
    display:flex;
    justify-content:center;
    min-height:260px;
    padding:28px;
}

.export-kit-preview-canvas.is-white-variant{
    background:#292334;
}

.export-kit-preview-canvas.is-palette-preview{
    aspect-ratio:1 / 1;
    min-height:260px;
    overflow:hidden;
    padding:0;
}

.export-kit-preview-canvas img{
    display:block;
    max-height:220px;
    max-width:100%;
}

.export-kit-preview-canvas.is-palette-preview img{
    height:100%;
    max-height:none;
    max-width:none;
    object-fit:cover;
    width:100%;
}

.export-kit-preview-meta{
    border-top:1px solid rgba(25,25,31,.06);
    padding:16px;
}

.export-kit-preview-meta strong{
    color:#19191f;
    display:block;
    font-size:15px;
    font-weight:600;
    line-height:1.25;
    margin-bottom:5px;
}

.export-kit-preview-meta span{
    color:#928da0;
    display:block;
    font-size:12px;
    font-weight:400;
    line-height:1.35;
}

.export-kit-preview-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:14px;
}

.export-kit-download-button{
    background:#fff;
    border:1px solid rgba(25,25,31,.1);
    border-radius:999px;
    color:#5f5a6b;
    font-size:12px;
    font-weight:500;
    line-height:1;
    padding:9px 11px;
}

.export-kit-download-button:hover{
    background:#f7f4ff;
    border-color:rgba(107,57,244,.22);
    color:#6b39f4;
}

.export-kit-download-button:disabled:hover{
    background:#f4f3f7;
    border-color:rgba(25,25,31,.07);
    color:#aaa5b5;
}

.export-kit-toast{
    background:#19191f;
    border-radius:999px;
    bottom:24px;
    color:#fff;
    font-size:13px;
    font-weight:500;
    left:50%;
    opacity:0;
    padding:12px 16px;
    pointer-events:none;
    position:fixed;
    transform:translate(-50%, 12px);
    transition:opacity .18s ease, transform .18s ease;
    z-index:10080;
}

.export-kit-toast.is-visible{
    opacity:1;
    transform:translate(-50%, 0);
}

@media (max-width: 1199px){
    .export-kit-workspace{
        grid-template-columns:1fr;
    }

    .export-kit-sidebar{
        grid-template-columns:repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px){
    .logo-export-kit-section{
        padding:72px 0;
    }

    .export-kit-hero{
        align-items:flex-start;
        flex-direction:column;
    }

    .export-kit-hero-actions{
        align-items:flex-start;
        flex-direction:column;
        width:100%;
    }

    .export-kit-primary-button,
    .export-kit-secondary-button{
        width:100%;
    }

    .export-kit-sidebar,
    .export-kit-preview-grid{
        grid-template-columns:1fr;
    }

}

@media (max-width: 575px){
    .logo-export-kit-section{
        padding:52px 0;
    }

    .export-kit-hero,
    .export-kit-panel,
    .export-kit-preview-panel{
        padding:22px;
    }

    .export-kit-hero h1{
        font-size:30px;
    }

    .export-kit-version-actions{
        align-items:flex-start;
        flex-direction:column;
    }

    .export-kit-version-status{
        text-align:left;
        width:100%;
    }

    .export-kit-palette-panel .export-kit-panel-head{
        align-items:flex-start;
        flex-direction:column;
    }

    .export-kit-palette-actions{
        justify-content:space-between;
        width:100%;
    }
}
