.stl-viewer-container[data-v-d9c585d6] {
    margin:0 auto 0;
    position:relative;
}
.viewer-container[data-v-d9c585d6] {
    width:100%;
    height:100%;
    border-radius:8px;
    overflow:hidden;
    display:block
}
.download-btn[data-v-d9c585d6] {
    position:absolute;
    top:-40px;
    right:20px;
    padding:10px 20px;
    background-color:var(--light-color);
    color:var(--theme-color);
    border:none;
    border-radius:20px;
    cursor:pointer;
    font-size:16px;
    font-weight:500;
    z-index:10;
    transition:all .2s
}
.download-btn[data-v-d9c585d6]:hover {
    background-color:var(--theme-color);
    transform:translateY(-1px);
    color:#fff;
}
.loading[data-v-d9c585d6] {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background-color:#fffffff2;
    padding:30px 40px;
    border-radius:12px;
    font-size:16px;
    z-index:10;
    text-align:center;
    box-shadow:0 4px 20px #0000001a;
    color:#333
}
.progress-bar[data-v-d9c585d6] {
    width:200px;
    height:6px;
    background-color:#eee;
    border-radius:3px;
    margin:15px 0 8px;
    overflow:hidden
}
.progress-fill[data-v-d9c585d6] {
    height:100%;
    background-color:#333;
    border-radius:3px;
    transition:width .3s ease
}
.progress-text[data-v-d9c585d6] {
    font-size:12px;
    color:#888
}