.quick-prompt {
    line-height: 1.45;
}

#anim-preview {
    border: 0;
}

#preview-code-layer {
    background: rgba(13, 43, 53, 0.75);
    backdrop-filter: blur(8px);
    z-index: 5;
}

.preview-code-status {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 10px 18px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #e2e8f0;
    background: rgba(13, 43, 53, 0.7);
    border: 1px solid rgba(59, 130, 246, 0.35);
    text-align: center;
    white-space: nowrap;
}

.preview-code-stream {
    position: absolute;
    inset: 0;
    padding: 48px 20px 20px;
    font-size: 11px;
    line-height: 1.6;
    color: rgb(165 243 252 / var(--tw-text-opacity, 1));
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    overflow: auto;
    filter: blur(0.4px);
    text-shadow: 0 0 6px rgba(8, 47, 73, 0.6);
}

.preview-code-stream::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.preview-code-stream {
    scrollbar-width: none;
}

#anim-prompt::-webkit-scrollbar {
    width: 6px;
}

#anim-prompt::-webkit-scrollbar-track {
    background: transparent;
}

#anim-prompt::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 9999px;
}
