.cycle-log-window-component .cycle-log-window {
    width: 100%;
    box-sizing: border-box;
    background: rgba(19, 29, 30, 0.75);
    backdrop-filter: blur(8px);
    border-radius: 8px;
    border: 1px solid #3a4149;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
    padding: 10px 12px;
    min-height: 70px;
    max-height: 140px;
    overflow: auto;
}

.cycle-log-window-component .cycle-log-window__empty {
    font-family: "Courier New", Courier, monospace;
    font-size: 13px;
    color: #c9c9c9;
    opacity: 0.85;
    text-align: center;
    padding: 18px 0;
}

.cycle-log-window-component .cycle-log-window__lines {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cycle-log-window-component .cycle-log-line {
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    line-height: 1.35;
    color: #e0e0e0;
    white-space: pre-wrap;
    word-break: break-word;
}
