/* /Components/Layout/AICodingAssistant.razor.rz.scp.css */
/* AI Assistant Box */

#ai-assistant[b-bid0qyb2cp] {
    position: absolute;
    bottom: 64px;
    left: 9px;
    width: 188px;
    border: 1px solid transparent;
    border-radius: 11px;
    padding: 5px 16px;
    background: linear-gradient(var(--kendo-color-surface), var(--kendo-color-surface)) padding-box, linear-gradient(114deg, #4b5ffa 0%, #c158e4 93%) border-box;
}

    #ai-assistant[b-bid0qyb2cp]::before {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .18;
        background: url(ai-circle.png) center center no-repeat;
        background-size: cover;
    }

    #ai-assistant h4[b-bid0qyb2cp],
    #ai-assistant > p[b-bid0qyb2cp],
    #ai-assistant > a[b-bid0qyb2cp] {
        position: relative;
        padding-left: 41px;
        z-index: 2;
    }

    #ai-assistant h4[b-bid0qyb2cp] {
        position: relative;
        margin: 0 0 .3em;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 500;
    }

    #ai-assistant .k-icon[b-bid0qyb2cp] {
        position: absolute;
        left: 0;
        top: 0;
        color: #4b5ffa;
    }

    #ai-assistant > a[b-bid0qyb2cp] {
        color: #a75ae9;
        text-decoration: none;
    }

        #ai-assistant > a:hover[b-bid0qyb2cp] {
            text-decoration: underline;
        }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* /Components/Pages/YearView.razor.rz.scp.css */
.viewbox-container[b-6dc8fovfvg] {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px;
    box-sizing: border-box;
}

.viewbox-content[b-6dc8fovfvg] {
    transform-origin: top left;
    transition: transform 0.1s ease-out;
}

.year-grid[b-6dc8fovfvg] {
    width: max-content;
    border-collapse: collapse;
    table-layout: fixed;
}

.year-grid th[b-6dc8fovfvg],
.year-grid td[b-6dc8fovfvg] {
    border: 1px solid #e0e0e0;
    padding: 6px;
    vertical-align: top;
    min-width: 140px;
}

.year-grid th.day-col[b-6dc8fovfvg] {
    min-width: 36px;
    text-align: center;
    background: #fafafa;
}

.year-grid td.weekend[b-6dc8fovfvg] {
    background-color: #f5f5f5;
}

.year-grid td.empty[b-6dc8fovfvg] {
    background-color: #f9f9f9;
    color: #ccc;
}

.cell-header[b-6dc8fovfvg] {
    font-weight: 600;
    margin-bottom: 4px;
}

.cell-header.inline[b-6dc8fovfvg] {
    display: flex;
    gap: 6px;
    align-items: baseline;
    margin-bottom: 2px;
}

.cell-header .inline-title[b-6dc8fovfvg] {
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 2px 6px;
    border-radius: 4px;
}

.event-title[b-6dc8fovfvg] {
    font-size: 0.9rem;
    line-height: 1.2;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 2px;
}

.event-more[b-6dc8fovfvg] {
    font-size: 0.9rem;
    color: #666;
}

.error[b-6dc8fovfvg] {
    color: #b00020;
}
