/* /Components/DeveloperLibrary/DeveloperEntryEditor.razor.rz.scp.css */
.developer-entry-editor[b-480pev4fpq] {
    position: relative;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 8px;
    min-height: 0;
    height: 100%;
    width: 100%;
}

.developer-editor-header[b-480pev4fpq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 10px;
}

.developer-editor-title-block[b-480pev4fpq] {
    display: grid;
    gap: 4px;
    min-width: 0;
    flex: 1 1 auto;
}

.developer-entry-type[b-480pev4fpq] {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    height: 22px;
    color: rgba(152, 225, 255, 0.7);
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
}

/* Colored type badges */

.dev-type-badge[b-480pev4fpq] {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    height: 22px;
    padding: 0 8px;
    border-radius: 5px;
    font-size: 0.67rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dev-type-badge--default[b-480pev4fpq]      { background: rgba(148, 163, 184, 0.10); color: rgba(203, 213, 225, 0.65); }
.dev-type-badge--markdown[b-480pev4fpq]     { background: rgba(99, 102, 241, 0.14); color: rgba(165, 180, 252, 0.88); }
.dev-type-badge--snippet[b-480pev4fpq]      { background: rgba(34, 197, 94, 0.12); color: rgba(134, 239, 172, 0.88); }
.dev-type-badge--script[b-480pev4fpq]       { background: rgba(249, 115, 22, 0.14); color: rgba(253, 186, 116, 0.88); }
.dev-type-badge--bash[b-480pev4fpq]         { background: rgba(249, 115, 22, 0.12); color: rgba(253, 186, 116, 0.80); }
.dev-type-badge--powershell[b-480pev4fpq]   { background: rgba(59, 130, 246, 0.14); color: rgba(147, 197, 253, 0.88); }
.dev-type-badge--sql[b-480pev4fpq]          { background: rgba(168, 85, 247, 0.14); color: rgba(216, 180, 254, 0.88); }
.dev-type-badge--docker[b-480pev4fpq]       { background: rgba(6, 182, 212, 0.12); color: rgba(103, 232, 249, 0.88); }
.dev-type-badge--template[b-480pev4fpq]     { background: rgba(20, 184, 166, 0.12); color: rgba(94, 234, 212, 0.88); }
.dev-type-badge--architecture[b-480pev4fpq] { background: rgba(99, 102, 241, 0.18); color: rgba(199, 210, 254, 0.88); }
.dev-type-badge--checklist[b-480pev4fpq]    { background: rgba(34, 197, 94, 0.10); color: rgba(134, 239, 172, 0.75); }
.dev-type-badge--note[b-480pev4fpq]         { background: rgba(234, 179, 8, 0.10); color: rgba(253, 224, 71, 0.80); }
.dev-type-badge--link[b-480pev4fpq]         { background: rgba(59, 130, 246, 0.10); color: rgba(147, 197, 253, 0.75); }
.dev-type-badge--prompt[b-480pev4fpq]       { background: rgba(236, 72, 153, 0.12); color: rgba(249, 168, 212, 0.88); }

.developer-editor-title[b-480pev4fpq] {
    width: 100%;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    font: inherit;
    font-size: clamp(1.25rem, 2vw, 1.95rem);
    font-weight: 780;
    letter-spacing: 0;
    outline: none;
    padding: 2px 0;
}

.developer-editor-title[b-480pev4fpq]::placeholder {
    color: rgba(232, 247, 255, 0.36);
}

.developer-editor-controls[b-480pev4fpq] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    flex: 0 0 auto;
}

.developer-editor-modebar[b-480pev4fpq] {
    display: flex;
    gap: 2px;
    padding: 2px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
}

.developer-editor-mode[b-480pev4fpq] {
    min-height: 26px;
    padding: 0 9px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: rgba(232, 247, 255, 0.58);
    font: inherit;
    font-size: 0.72rem;
    font-weight: 650;
    cursor: pointer;
}

.developer-editor-mode:hover[b-480pev4fpq],
.developer-editor-mode--active[b-480pev4fpq] {
    background: rgba(255, 255, 255, 0.075);
    color: #ffffff;
}

.developer-code-insert-menu[b-480pev4fpq] {
    position: relative;
}

.developer-code-insert-menu > summary[b-480pev4fpq] {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(160, 178, 210, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(232, 247, 255, 0.76);
    font-size: 0.76rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.developer-code-insert-menu > summary[b-480pev4fpq]::-webkit-details-marker {
    display: none;
}

.developer-code-insert-menu[open] > summary[b-480pev4fpq],
.developer-code-insert-menu > summary:hover[b-480pev4fpq] {
    border-color: rgba(58, 207, 255, 0.24);
    color: #ffffff;
}

.developer-code-insert-panel[b-480pev4fpq] {
    position: absolute;
    z-index: 22;
    top: calc(100% + 8px);
    right: 0;
    display: grid;
    min-width: 150px;
    padding: 6px;
    border: 1px solid rgba(160, 178, 210, 0.12);
    border-radius: 10px;
    background: rgba(9, 14, 25, 0.98);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

.developer-code-insert-panel button[b-480pev4fpq] {
    min-height: 32px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: rgba(232, 247, 255, 0.78);
    font: inherit;
    font-size: 0.8rem;
    text-align: left;
    cursor: pointer;
    padding: 0 10px;
}

.developer-code-insert-panel button:hover[b-480pev4fpq] {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.developer-more-menu[b-480pev4fpq] {
    position: relative;
    justify-self: end;
}

.developer-more-menu > summary[b-480pev4fpq] {
    display: grid;
    place-items: center;
    width: 30px;
    min-height: 30px;
    border: 1px solid rgba(160, 178, 210, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(232, 247, 255, 0.78);
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.developer-more-menu > summary[b-480pev4fpq]::-webkit-details-marker {
    display: none;
}

.developer-more-menu[open] > summary[b-480pev4fpq],
.developer-more-menu > summary:hover[b-480pev4fpq] {
    border-color: rgba(58, 207, 255, 0.24);
    color: #ffffff;
}

.developer-more-menu-panel[b-480pev4fpq] {
    position: absolute;
    z-index: 20;
    top: calc(100% + 8px);
    right: 0;
    display: grid;
    min-width: 220px;
    padding: 6px;
    border: 1px solid rgba(160, 178, 210, 0.12);
    border-radius: 10px;
    background: rgba(9, 14, 25, 0.98);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

.developer-more-menu-panel button[b-480pev4fpq] {
    min-height: 34px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: rgba(232, 247, 255, 0.78);
    font: inherit;
    font-size: 0.8rem;
    text-align: left;
    cursor: pointer;
    padding: 0 10px;
}

.developer-more-menu-panel button:hover:not(:disabled)[b-480pev4fpq] {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.developer-more-menu-panel button:disabled[b-480pev4fpq] {
    cursor: default;
    opacity: 0.42;
}

.developer-more-menu-action-missing[b-480pev4fpq] {
    display: grid;
    gap: 2px;
    height: auto;
    min-height: 42px;
    align-content: center;
}

.developer-more-menu-action-missing small[b-480pev4fpq] {
    color: rgba(194, 207, 232, 0.52);
    font-size: 0.68rem;
    font-weight: 600;
}

.developer-more-menu-label[b-480pev4fpq] {
    margin: 6px 8px 3px;
    color: rgba(152, 225, 255, 0.56);
    font-size: 0.66rem;
    font-weight: 800;
    text-transform: uppercase;
}

.developer-editor-status[b-480pev4fpq] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    color: rgba(194, 207, 232, 0.52);
    font-size: 0.7rem;
}

.developer-editor-status-saving[b-480pev4fpq] {
    color: rgba(255, 213, 128, 0.9);
}

.developer-editor-status-saved[b-480pev4fpq] {
    color: rgba(126, 231, 171, 0.74);
}

.developer-ai-placeholder[b-480pev4fpq] {
    grid-row: 2;
    padding: 8px 10px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    color: rgba(202, 232, 247, 0.74);
    font-size: 0.78rem;
}

.developer-editor-workspace[b-480pev4fpq] {
    grid-row: 3;
    display: grid;
    grid-template-rows: minmax(0, 1fr);
    min-height: 0;
    height: 100%;
    width: 100%;
    border: 0;
    border-radius: 8px;
    overflow: hidden;
    background: transparent;
}

.developer-editor-workspace--split[b-480pev4fpq] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    background: rgba(3, 8, 18, 0.24);
}

.developer-editor-workspace--edit[b-480pev4fpq] {
    min-height: clamp(560px, calc(100vh - 230px), 1400px);
    background: rgba(3, 8, 18, 0.28);
    align-self: stretch;
}

.developer-editor-textarea[b-480pev4fpq] {
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: 100%;
    align-self: stretch;
    display: block;
    resize: none;
    border: 0;
    border-right: 0;
    background: rgba(3, 8, 18, 0.58);
    color: rgba(232, 247, 255, 0.94);
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 0.92rem;
    line-height: 1.65;
    outline: none;
    overflow: auto;
    padding: clamp(22px, 2.4vw, 36px);
}

.developer-editor-preview[b-480pev4fpq] {
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: auto;
    max-width: 1180px;
    width: 100%;
    margin: 0;
    padding: clamp(26px, 3.2vw, 54px) clamp(18px, 3vw, 44px);
    color: rgba(231, 238, 250, 0.86);
    line-height: 1.78;
}

.developer-editor-preview[b-480pev4fpq]  h1,
.developer-editor-preview[b-480pev4fpq]  h2 {
    margin: 0 0 16px;
    color: #ffffff;
    letter-spacing: 0;
}

.developer-editor-preview[b-480pev4fpq]  h1 {
    font-size: clamp(1.55rem, 2.5vw, 2.2rem);
    line-height: 1.18;
}

.developer-editor-preview[b-480pev4fpq]  h2 {
    font-size: 1.18rem;
    margin-top: 26px;
}

.developer-editor-preview[b-480pev4fpq]  p {
    margin: 0 0 18px;
}

.developer-editor-preview[b-480pev4fpq]  ul {
    margin: 0 0 16px;
    padding-left: 20px;
}

.developer-editor-preview[b-480pev4fpq]  li {
    margin: 0 0 7px;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-shell {
    overflow: hidden;
    margin: 22px 0;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 9px;
    background: #0d1117;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 36px;
    padding: 0 8px 0 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.16);
    background: #111827;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-language {
    color: rgba(205, 213, 224, 0.68);
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    min-width: 30px;
    height: 28px;
    padding: 0 7px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: rgba(205, 213, 224, 0.68);
    cursor: pointer;
    opacity: 0.72;
    transition: opacity 0.15s ease, background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-copy-icon {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-copy-icon--done {
    display: none;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-copy-status {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    color: rgba(195, 232, 141, 0.95);
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
    transition: max-width 0.15s ease, opacity 0.15s ease;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-copy:hover,
.developer-editor-preview[b-480pev4fpq]  .developer-code-copy--done {
    background: rgba(148, 163, 184, 0.12);
    color: rgba(255, 255, 255, 0.95);
    opacity: 1;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-copy:hover {
    transform: translateY(-1px);
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-copy--done .developer-code-copy-icon--copy {
    display: none;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-copy--done .developer-code-copy-icon--done {
    display: block;
    color: #c3e88d;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-copy--done .developer-code-copy-status {
    max-width: 58px;
    opacity: 1;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-block {
    overflow: auto;
    margin: 0;
    padding: 18px 20px 20px;
    border: 0;
    border-radius: 0;
    background: #0d1117;
}

.developer-editor-preview[b-480pev4fpq]  code {
    color: rgba(232, 247, 255, 0.95);
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 0.86rem;
}

.developer-editor-preview[b-480pev4fpq]  .developer-inline-code {
    padding: 0.12em 0.34em;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(213, 232, 255, 0.94);
    font-size: 0.88em;
}

.developer-editor-preview[b-480pev4fpq]  .hljs {
    background: transparent;
    color: #d4d4d4 !important;
}

.developer-editor-preview[b-480pev4fpq]  .hljs-keyword,
.developer-editor-preview[b-480pev4fpq]  .hljs-selector-tag {
    color: #c586c0 !important;
    font-weight: 700;
}

.developer-editor-preview[b-480pev4fpq]  .hljs-built_in,
.developer-editor-preview[b-480pev4fpq]  .hljs-type,
.developer-editor-preview[b-480pev4fpq]  .hljs-class .hljs-title {
    color: #4ec9b0 !important;
    font-weight: 650;
}

.developer-editor-preview[b-480pev4fpq]  .hljs-title.function_,
.developer-editor-preview[b-480pev4fpq]  .hljs-function .hljs-title,
.developer-editor-preview[b-480pev4fpq]  .hljs-title {
    color: #dcdcaa !important;
}

.developer-editor-preview[b-480pev4fpq]  .hljs-string,
.developer-editor-preview[b-480pev4fpq]  .hljs-regexp,
.developer-editor-preview[b-480pev4fpq]  .hljs-template-string {
    color: #ce9178 !important;
}

.developer-editor-preview[b-480pev4fpq]  .hljs-number,
.developer-editor-preview[b-480pev4fpq]  .hljs-literal,
.developer-editor-preview[b-480pev4fpq]  .hljs-symbol {
    color: #b5cea8 !important;
}

.developer-editor-preview[b-480pev4fpq]  .hljs-comment {
    color: #6a9955 !important;
    font-style: italic;
}

.developer-editor-preview[b-480pev4fpq]  .hljs-name,
.developer-editor-preview[b-480pev4fpq]  .hljs-tag {
    color: #569cd6 !important;
}

.developer-editor-preview[b-480pev4fpq]  .hljs-attr,
.developer-editor-preview[b-480pev4fpq]  .hljs-attribute {
    color: #9cdcfe !important;
}

.developer-editor-preview[b-480pev4fpq]  .hljs-variable,
.developer-editor-preview[b-480pev4fpq]  .hljs-params,
.developer-editor-preview[b-480pev4fpq]  .hljs-property,
.developer-editor-preview[b-480pev4fpq]  .hljs-variable.language_ {
    color: #9cdcfe !important;
}

.developer-editor-preview[b-480pev4fpq]  .hljs-meta,
.developer-editor-preview[b-480pev4fpq]  .hljs-meta .hljs-keyword {
    color: #d7ba7d !important;
}

.developer-editor-preview[b-480pev4fpq]  .hljs-operator,
.developer-editor-preview[b-480pev4fpq]  .hljs-punctuation {
    color: #d4d4d4 !important;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-pair {
    font-weight: 800;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-pair-1 {
    color: #ffd700 !important;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-pair-2 {
    color: #da70d6 !important;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-pair-3 {
    color: #179fff !important;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-pair-4 {
    color: #49c95b !important;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-pair-5 {
    color: #ff8c42 !important;
}

.developer-editor-preview[b-480pev4fpq]  .developer-code-pair-6 {
    color: #ff6bcb !important;
}

.developer-entry-editor-empty[b-480pev4fpq] {
    display: grid;
    height: 100%;
    min-height: 260px;
    place-items: center;
    color: rgba(194, 207, 232, 0.62);
    text-align: center;
}

@media (max-width: 860px) {
    .developer-editor-workspace--split[b-480pev4fpq] {
        grid-template-columns: 1fr;
    }

    .developer-editor-textarea[b-480pev4fpq] {
        border: 0;
    }
}

@media (max-width: 720px) {
    .developer-editor-header[b-480pev4fpq] {
        display: grid;
    }

    .developer-editor-controls[b-480pev4fpq] {
        justify-items: start;
    }

    .developer-editor-status[b-480pev4fpq] {
        justify-content: flex-start;
    }
}
/* /Components/DeveloperLibrary/DeveloperEntryList.razor.rz.scp.css */
.developer-entry-list[b-smyjell8uk] {
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
}

.developer-entry-topbar[b-smyjell8uk] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 74px 32px;
    gap: 6px;
}

.developer-entry-search[b-smyjell8uk],
.developer-entry-sort[b-smyjell8uk] {
    width: 100%;
    min-width: 0;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    color: rgba(245, 248, 255, 0.86);
    font: inherit;
    font-size: 0.8rem;
    outline: none;
}

.developer-entry-search[b-smyjell8uk] {
    padding: 9px 10px;
}

.developer-entry-sort[b-smyjell8uk] {
    padding: 0 7px;
}

.developer-entry-search:focus[b-smyjell8uk],
.developer-entry-sort:focus[b-smyjell8uk] {
    background: rgba(255, 255, 255, 0.07);
}

.developer-entry-create[b-smyjell8uk] {
    position: relative;
}

.developer-entry-create > summary[b-smyjell8uk] {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    color: rgba(232, 247, 255, 0.72);
    cursor: pointer;
    list-style: none;
    font-size: 1rem;
    font-weight: 700;
}

.developer-entry-create > summary[b-smyjell8uk]::-webkit-details-marker {
    display: none;
}

.developer-entry-create[open] > summary[b-smyjell8uk],
.developer-entry-create > summary:hover[b-smyjell8uk] {
    background: rgba(255, 255, 255, 0.075);
    color: #ffffff;
}

.developer-entry-create-panel[b-smyjell8uk] {
    position: absolute;
    z-index: 25;
    top: calc(100% + 7px);
    right: 0;
    display: grid;
    min-width: 140px;
    padding: 5px;
    border: 1px solid rgba(160, 178, 210, 0.12);
    border-radius: 9px;
    background: rgba(9, 14, 25, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.developer-entry-create-panel button[b-smyjell8uk] {
    min-height: 32px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: rgba(232, 247, 255, 0.76);
    font: inherit;
    font-size: 0.78rem;
    text-align: left;
    cursor: pointer;
    padding: 0 9px;
}

.developer-entry-create-panel button:hover:not(:disabled)[b-smyjell8uk] {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.developer-entry-create-panel button:disabled[b-smyjell8uk] {
    cursor: default;
    opacity: 0.4;
}

.developer-entry-create-group[b-smyjell8uk] {
    display: block;
    padding: 6px 9px 3px;
    color: rgba(148, 163, 184, 0.45);
    font-size: 0.67rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.developer-entry-count[b-smyjell8uk] {
    color: rgba(194, 207, 232, 0.48);
    font-size: 0.74rem;
}

.developer-entry-items[b-smyjell8uk] {
    display: grid;
    align-content: start;
    gap: 2px;
    min-height: 0;
    overflow: auto;
    padding-right: 2px;
}

.developer-entry-item[b-smyjell8uk] {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: center;
    gap: 8px;
    width: 100%;
    min-width: 0;
    padding: 10px 6px 10px 10px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: rgba(239, 245, 255, 0.78);
    cursor: pointer;
    text-align: left;
}

.developer-entry-item:hover[b-smyjell8uk] {
    background: rgba(255, 255, 255, 0.04);
    color: rgba(255, 255, 255, 0.92);
}

.developer-entry-item--selected[b-smyjell8uk] {
    background: rgba(255, 255, 255, 0.065);
    color: #ffffff;
}

.developer-entry-title[b-smyjell8uk],
.developer-entry-meta[b-smyjell8uk] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.developer-entry-copy[b-smyjell8uk] {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.developer-entry-title[b-smyjell8uk] {
    font-size: 0.87rem;
    font-weight: 620;
}

.developer-entry-meta[b-smyjell8uk] {
    color: rgba(194, 207, 232, 0.46);
    font-size: 0.72rem;
}

.developer-entry-menu[b-smyjell8uk] {
    position: relative;
    justify-self: end;
    opacity: 0;
}

.developer-entry-item:hover .developer-entry-menu[b-smyjell8uk],
.developer-entry-menu[open][b-smyjell8uk] {
    opacity: 1;
}

.developer-entry-menu > summary[b-smyjell8uk] {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 6px;
    color: rgba(232, 247, 255, 0.56);
    cursor: pointer;
    list-style: none;
    font-weight: 700;
}

.developer-entry-menu > summary[b-smyjell8uk]::-webkit-details-marker {
    display: none;
}

.developer-entry-menu > summary:hover[b-smyjell8uk],
.developer-entry-menu[open] > summary[b-smyjell8uk] {
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

.developer-entry-menu-panel[b-smyjell8uk] {
    position: absolute;
    z-index: 24;
    top: calc(100% + 6px);
    right: 0;
    display: grid;
    min-width: 130px;
    padding: 5px;
    border: 1px solid rgba(160, 178, 210, 0.12);
    border-radius: 9px;
    background: rgba(9, 14, 25, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.developer-entry-menu-panel button[b-smyjell8uk] {
    min-height: 32px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: rgba(232, 247, 255, 0.76);
    font: inherit;
    font-size: 0.78rem;
    text-align: left;
    cursor: pointer;
    padding: 0 9px;
}

.developer-entry-menu-panel button:hover[b-smyjell8uk] {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.developer-entry-empty[b-smyjell8uk] {
    display: grid;
    min-height: 160px;
    place-items: center;
    border: 0;
    border-radius: 8px;
    color: rgba(194, 207, 232, 0.5);
    font-size: 0.84rem;
    text-align: center;
}

@media (max-width: 720px) {
    .developer-entry-topbar[b-smyjell8uk] {
        grid-template-columns: minmax(0, 1fr) 32px;
    }

    .developer-entry-sort[b-smyjell8uk] {
        display: none;
    }
}
/* /Components/DeveloperLibrary/DeveloperEntryViewer.razor.rz.scp.css */
.developer-entry-viewer[b-3dnb2loufw] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    min-height: 0;
    height: 100%;
}

.developer-entry-viewer-header[b-3dnb2loufw] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding: 0 0 18px;
    border-bottom: 1px solid rgba(160, 178, 210, 0.14);
}

.developer-entry-viewer-header h2[b-3dnb2loufw] {
    margin: 6px 0 0;
    color: #ffffff;
    font-size: clamp(1.24rem, 2vw, 1.9rem);
    letter-spacing: 0;
}

.developer-entry-viewer-header time[b-3dnb2loufw] {
    flex: 0 0 auto;
    color: rgba(194, 207, 232, 0.58);
    font-size: 0.78rem;
}

.developer-entry-type[b-3dnb2loufw] {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 8px;
    border: 1px solid rgba(58, 207, 255, 0.24);
    border-radius: 999px;
    background: rgba(58, 207, 255, 0.08);
    color: rgba(152, 225, 255, 0.95);
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
}

.developer-markdown-body[b-3dnb2loufw] {
    min-height: 0;
    overflow: auto;
    padding: 18px 6px 8px 0;
    color: rgba(231, 238, 250, 0.86);
    line-height: 1.68;
}

.developer-markdown-body :deep(h1)[b-3dnb2loufw],
.developer-markdown-body :deep(h2)[b-3dnb2loufw] {
    margin: 0 0 14px;
    color: #ffffff;
    letter-spacing: 0;
}

.developer-markdown-body :deep(h1)[b-3dnb2loufw] {
    font-size: 1.32rem;
}

.developer-markdown-body :deep(h2)[b-3dnb2loufw] {
    font-size: 1.08rem;
}

.developer-markdown-body :deep(p)[b-3dnb2loufw] {
    margin: 0 0 14px;
}

.developer-markdown-body :deep(ul)[b-3dnb2loufw] {
    margin: 0 0 16px;
    padding-left: 20px;
}

.developer-markdown-body :deep(li)[b-3dnb2loufw] {
    margin: 0 0 7px;
}

.developer-markdown-body :deep(.developer-code-block)[b-3dnb2loufw] {
    overflow: auto;
    margin: 16px 0;
    padding: 16px;
    border: 1px solid rgba(58, 207, 255, 0.18);
    border-radius: 8px;
    background: rgba(3, 8, 18, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.developer-markdown-body :deep(code)[b-3dnb2loufw] {
    color: rgba(232, 247, 255, 0.95);
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 0.86rem;
}

.developer-entry-viewer-empty[b-3dnb2loufw] {
    display: grid;
    height: 100%;
    min-height: 260px;
    place-items: center;
    color: rgba(194, 207, 232, 0.62);
    text-align: center;
}

@media (max-width: 720px) {
    .developer-entry-viewer-header[b-3dnb2loufw] {
        display: grid;
    }
}
/* /Components/DeveloperLibrary/DeveloperLibraryAiOverlay.razor.rz.scp.css */
.dev-ai-host[b-dy99gnw33e] {
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 0;
    pointer-events: none;
}

.dev-ai-trigger[b-dy99gnw33e] {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 0 13px;
    border: 1px solid rgba(255, 206, 84, 0.28);
    border-radius: 999px;
    background: rgba(255, 206, 84, 0.09);
    color: rgba(255, 242, 205, 0.96);
    font: inherit;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
    pointer-events: all;
    backdrop-filter: blur(14px) saturate(1.7);
    -webkit-backdrop-filter: blur(14px) saturate(1.7);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.34), 0 0 22px rgba(255, 190, 64, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease, opacity 160ms ease, visibility 160ms ease;
}

.dev-ai-trigger:hover[b-dy99gnw33e] {
    background: rgba(255, 206, 84, 0.15);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.38), 0 0 26px rgba(255, 190, 64, 0.2);
    transform: translateY(-1px);
}

.dev-ai-star[b-dy99gnw33e] {
    color: #ffcf5c;
    line-height: 1;
    filter: drop-shadow(0 0 7px rgba(255, 190, 64, 0.46));
}

.dev-ai-trigger--hidden[b-dy99gnw33e] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.dev-ai-overlay[b-dy99gnw33e] {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 276px;
    max-height: none;
    overflow: hidden;
    border: 1px solid rgba(160, 178, 210, 0.14);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(15, 22, 43, 0.78), rgba(6, 10, 22, 0.72)),
        var(--pf-surface-elevated, #0d1424);
    opacity: 0;
    pointer-events: none;
    transform: translateY(112%);
    backdrop-filter: blur(28px) saturate(1.9);
    -webkit-backdrop-filter: blur(28px) saturate(1.9);
    box-shadow:
        0 30px 72px rgba(0, 0, 0, 0.52),
        0 0 0 1px rgba(99, 102, 241, 0.12),
        0 -14px 38px rgba(58, 207, 255, 0.09),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    transition: transform 220ms ease, opacity 180ms ease;
}

.dev-ai-overlay--open[b-dy99gnw33e] {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.dev-ai-overlay-header[b-dy99gnw33e] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 34px;
    padding: 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.065);
    background: rgba(255, 255, 255, 0.018);
    flex: 0 0 auto;
}

.dev-ai-overlay-title[b-dy99gnw33e],
.dev-ai-overlay-header-actions[b-dy99gnw33e] {
    display: inline-flex;
    align-items: center;
    min-width: 0;
}

.dev-ai-overlay-title[b-dy99gnw33e] {
    gap: 6px;
    color: rgba(255, 248, 232, 0.94);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.dev-ai-overlay-header-actions[b-dy99gnw33e] {
    justify-content: flex-end;
    gap: 6px;
}

.dev-ai-model-badge[b-dy99gnw33e] {
    max-width: 190px;
    overflow: hidden;
    padding: 1px 7px;
    border: 1px solid rgba(99, 102, 241, 0.26);
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.13);
    color: #c7d2fe;
    font-size: 0.66rem;
    font-weight: 650;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dev-ai-close-btn[b-dy99gnw33e] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 0;
    border: 1px solid rgba(232, 238, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(248, 250, 255, 0.9);
    font: inherit;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: color 140ms ease, background 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.dev-ai-close-btn:hover[b-dy99gnw33e] {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
}

.dev-ai-overlay-body[b-dy99gnw33e] {
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 0 0 auto;
    min-height: 0;
    overflow: visible;
    padding: 9px 12px 12px;
}

[b-dy99gnw33e] .ai-action-section,
[b-dy99gnw33e] .ai-free-input {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

[b-dy99gnw33e] .ai-section-label {
    margin: 0;
    color: rgba(194, 207, 232, 0.62);
    font-size: 0.64rem;
    font-weight: 750;
    letter-spacing: 0.055em;
}

.dev-ai-overlay-body[b-dy99gnw33e]  .ai-action-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.dev-ai-overlay-body[b-dy99gnw33e]  .ai-action-card.ai-action-card--compact {
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: auto;
    min-width: 0;
    max-width: 100%;
    min-height: 0;
    height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(160, 178, 210, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.052);
    color: rgba(232, 238, 255, 0.84);
    font-size: 0.76rem;
    font-weight: 720;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    box-shadow: none;
}

.dev-ai-overlay-body[b-dy99gnw33e]  .ai-action-card.ai-action-card--compact > * {
    flex: 0 0 auto;
}

.dev-ai-overlay-body[b-dy99gnw33e]  .ai-action-card.ai-action-card--compact:hover:not(:disabled) {
    border-color: rgba(99, 102, 241, 0.44);
    background: rgba(99, 102, 241, 0.16);
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
    transform: translateY(-1px);
}

.dev-ai-overlay-body[b-dy99gnw33e]  .ai-action-card.ai-action-card--compact.ai-action-card--active,
.dev-ai-overlay-body[b-dy99gnw33e]  .ai-action-card.ai-action-card--compact.ai-action-card--active:hover {
    border-color: rgba(99, 102, 241, 0.72);
    background: rgba(99, 102, 241, 0.24);
    color: #dbe4ff;
    box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.22), 0 8px 22px rgba(99, 102, 241, 0.14);
}

.dev-ai-overlay-body[b-dy99gnw33e]  .ai-action-icon.ai-action-icon--compact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 14px;
    margin: 0;
    font-size: 0.94rem;
    line-height: 1;
}

.dev-ai-overlay-body[b-dy99gnw33e]  .ai-action-name.ai-action-name--compact {
    display: inline;
    overflow: hidden;
    max-width: 142px;
    margin: 0;
    font-size: 0.76rem;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-dy99gnw33e] .ai-free-input {
    margin-top: 2px;
}

[b-dy99gnw33e] .ai-free-textarea {
    min-height: 64px;
    height: 68px;
    max-height: 74px;
    resize: vertical;
    padding: 8px 10px;
    margin-bottom: 9px;
    border-color: rgba(160, 178, 210, 0.12);
    border-radius: 10px;
    background: rgba(16, 24, 43, 0.46);
    color: rgba(245, 248, 255, 0.92);
    font-size: 0.8rem;
    line-height: 1.32;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

[b-dy99gnw33e] .ai-free-textarea:focus {
    border-color: rgba(99, 102, 241, 0.5);
    background: rgba(18, 27, 49, 0.58);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.13), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

[b-dy99gnw33e] .ai-submit-row,
[b-dy99gnw33e] .ai-preview-actions {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 0;
}

[b-dy99gnw33e] .ai-submit-row {
    padding-top: 0;
}

.dev-ai-overlay-body[b-dy99gnw33e]  .ai-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    padding: 0;
    border-radius: 8px;
    font-size: 0;
    font-weight: 750;
}

[b-dy99gnw33e] .ai-preview-actions .btn {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 0.76rem;
    font-weight: 750;
}

.dev-ai-overlay-body[b-dy99gnw33e]  .ai-submit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 1;
}

.dev-ai-overlay-body[b-dy99gnw33e]  .ai-submit-icon svg {
    width: 16px;
    height: 16px;
    display: block;
    margin: 0;
}

[b-dy99gnw33e] .btn-ghost,
[b-dy99gnw33e] .btn-sm {
    min-height: 28px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 0.72rem;
}

[b-dy99gnw33e] .ai-loading-panel,
[b-dy99gnw33e] .ai-error-message {
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 0.78rem;
}

[b-dy99gnw33e] .ai-preview-panel {
    border: 0;
    border-radius: 0;
    background: transparent;
}

[b-dy99gnw33e] .ai-preview-header {
    padding: 8px 11px;
}

[b-dy99gnw33e] .ai-preview-content {
    max-height: none;
    overflow: visible;
    padding: 8px 0;
}

[b-dy99gnw33e] .ai-preview-text {
    font-size: 0.78rem;
    line-height: 1.5;
}

[b-dy99gnw33e] .ai-preview-actions {
    padding: 8px 11px;
}

[b-dy99gnw33e] .ai-empty-hint {
    margin: 0;
    font-size: 0.74rem;
}

@media (max-width: 1180px) {
    .dev-ai-overlay[b-dy99gnw33e] {
        min-height: 276px;
    }
}

@media (max-width: 720px) {
    .dev-ai-overlay[b-dy99gnw33e] {
        min-height: 300px;
        max-height: none;
        border-radius: 12px;
    }

    .dev-ai-overlay-header[b-dy99gnw33e] {
        padding: 0 12px;
    }

    .dev-ai-overlay-body[b-dy99gnw33e] {
        overflow: visible;
        padding: 8px 11px 11px;
    }

    .dev-ai-trigger[b-dy99gnw33e] {
        right: 14px;
        bottom: 14px;
    }

    .dev-ai-overlay-body[b-dy99gnw33e]  .ai-action-card.ai-action-card--compact {
        max-width: 100%;
    }

    .dev-ai-overlay-body[b-dy99gnw33e]  .ai-action-name.ai-action-name--compact {
        max-width: 120px;
    }
}
/* /Components/DeveloperLibrary/DeveloperTreeNode.razor.rz.scp.css */
.developer-tree-node[b-ky2cx29mfq] {
    min-width: 0;
}

.developer-tree-row[b-ky2cx29mfq] {
    --developer-tree-indent: calc(var(--developer-tree-depth) * 17px);
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 30px;
    align-items: center;
    min-height: 38px;
    padding-left: var(--developer-tree-indent);
    padding-right: 4px;
    border-radius: 8px;
    color: rgba(232, 240, 255, 0.74);
}

.developer-tree-row:hover[b-ky2cx29mfq] {
    background: rgba(255, 255, 255, 0.045);
    color: rgba(255, 255, 255, 0.92);
}

.developer-tree-row--selected[b-ky2cx29mfq] {
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

.developer-tree-toggle[b-ky2cx29mfq],
.developer-tree-select[b-ky2cx29mfq] {
    border: 0;
    background: transparent;
    color: inherit;
}

.developer-tree-toggle[b-ky2cx29mfq] {
    display: grid;
    width: 24px;
    height: 34px;
    place-items: center;
    padding: 0;
    cursor: pointer;
}

.developer-tree-toggle:disabled[b-ky2cx29mfq] {
    cursor: default;
    opacity: 0.18;
}

.developer-tree-chevron[b-ky2cx29mfq] {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid currentColor;
    transition: transform 0.15s ease;
}

.developer-tree-chevron--open[b-ky2cx29mfq] {
    transform: rotate(90deg);
}

.developer-tree-select[b-ky2cx29mfq] {
    display: grid;
    grid-template-columns: 31px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    min-width: 0;
    height: 36px;
    padding: 0 8px 0 0;
    cursor: pointer;
    text-align: left;
}

.developer-tree-icon[b-ky2cx29mfq] {
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border: 0;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(152, 225, 255, 0.82);
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.developer-tree-name[b-ky2cx29mfq] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.95rem;
    line-height: 1.2;
}

.developer-tree-menu[b-ky2cx29mfq] {
    position: relative;
    justify-self: end;
    opacity: 0;
}

.developer-tree-row:hover .developer-tree-menu[b-ky2cx29mfq],
.developer-tree-menu[open][b-ky2cx29mfq] {
    opacity: 1;
}

.developer-tree-menu > summary[b-ky2cx29mfq] {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 7px;
    color: rgba(232, 247, 255, 0.56);
    cursor: pointer;
    list-style: none;
    font-weight: 700;
}

.developer-tree-menu > summary[b-ky2cx29mfq]::-webkit-details-marker {
    display: none;
}

.developer-tree-menu > summary:hover[b-ky2cx29mfq],
.developer-tree-menu[open] > summary[b-ky2cx29mfq] {
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
}

.developer-tree-menu-panel[b-ky2cx29mfq] {
    position: absolute;
    z-index: 30;
    top: calc(100% + 6px);
    right: 0;
    display: grid;
    min-width: 150px;
    padding: 5px;
    border: 1px solid rgba(160, 178, 210, 0.12);
    border-radius: 9px;
    background: rgba(9, 14, 25, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.developer-tree-menu-panel button[b-ky2cx29mfq] {
    min-height: 32px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: rgba(232, 247, 255, 0.76);
    font: inherit;
    font-size: 0.78rem;
    text-align: left;
    cursor: pointer;
    padding: 0 9px;
}

.developer-tree-menu-panel button:hover[b-ky2cx29mfq] {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}
/* /Components/DeveloperLibrary/DeveloperTreeView.razor.rz.scp.css */
.developer-tree-view[b-mwtcf24ogd] {
    display: grid;
    align-content: start;
    gap: 2px;
    padding: 4px;
    overflow-y: auto;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hq8bqg0qga],
.components-reconnect-repeated-attempt-visible[b-hq8bqg0qga],
.components-reconnect-failed-visible[b-hq8bqg0qga],
.components-pause-visible[b-hq8bqg0qga],
.components-resume-failed-visible[b-hq8bqg0qga],
.components-rejoining-animation[b-hq8bqg0qga] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hq8bqg0qga],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hq8bqg0qga],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hq8bqg0qga],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hq8bqg0qga],
#components-reconnect-modal.components-reconnect-retrying[b-hq8bqg0qga],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hq8bqg0qga],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hq8bqg0qga],
#components-reconnect-modal.components-reconnect-failed[b-hq8bqg0qga],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hq8bqg0qga] {
    display: block;
}


#components-reconnect-modal[b-hq8bqg0qga] {
    background-color: var(--pf-surface);
    color: var(--pf-text);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid var(--pf-border);
    border-radius: 0.5rem;
    box-shadow: var(--pf-shadow-md);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-hq8bqg0qga 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-hq8bqg0qga 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hq8bqg0qga 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-hq8bqg0qga]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-hq8bqg0qga 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hq8bqg0qga {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hq8bqg0qga {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hq8bqg0qga {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hq8bqg0qga] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hq8bqg0qga] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hq8bqg0qga] {
    border: 0;
    background-color: var(--pf-primary);
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-hq8bqg0qga] {
        background-color: var(--pf-primary-hover);
    }

    #components-reconnect-modal button:active[b-hq8bqg0qga] {
        background-color: var(--pf-primary);
    }

.components-rejoining-animation[b-hq8bqg0qga] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hq8bqg0qga] {
        position: absolute;
        border: 3px solid var(--pf-primary);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hq8bqg0qga 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hq8bqg0qga] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hq8bqg0qga {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shared/AiTextAssistant.razor.rz.scp.css */
/* =========================================================
   AiTextAssistant — Globale KI-Bearbeitungskomponente
   ========================================================= */

.ai-assistant[b-n9hg3v6u5o] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    background: var(--pf-surface-elevated, #0D1424);
    border: 1px solid var(--pf-border-strong, rgba(255,255,255,0.14));
    border-radius: var(--pf-radius-lg, 16px);
    box-shadow: var(--pf-shadow-sm);
    margin-top: 24px;
}

/* Header -------------------------------------------------- */

.ai-assistant-header[b-n9hg3v6u5o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.ai-assistant-title-row[b-n9hg3v6u5o] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-assistant-icon[b-n9hg3v6u5o] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--pf-primary, #6366F1);
}

.ai-assistant-title[b-n9hg3v6u5o] {
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--pf-text-muted, #A1A1AA);
}

.ai-assistant-status-badge[b-n9hg3v6u5o] {
    font-size: 0.7rem;
    font-weight: 500;
    padding: 2px 8px;
    background: var(--pf-primary-soft, rgba(99,102,241,0.16));
    color: var(--pf-badge-indigo-text, #C7D2FE);
    border-radius: 999px;
    border: 1px solid rgba(99,102,241,0.25);
    white-space: nowrap;
}

/* Section Labels ------------------------------------------ */

.ai-section-label[b-n9hg3v6u5o] {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--pf-text-muted, #A1A1AA);
    margin-bottom: 10px;
}

/* Action Grid --------------------------------------------- */

.ai-action-section[b-n9hg3v6u5o] {
    display: flex;
    flex-direction: column;
}

.ai-action-grid[b-n9hg3v6u5o] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 8px;
}

.ai-action-card[b-n9hg3v6u5o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 10px 8px;
    background: var(--pf-surface-muted, #202A3E);
    border: 1px solid var(--pf-border, rgba(255,255,255,0.08));
    border-radius: var(--pf-radius-sm, 8px);
    cursor: pointer;
    transition: all var(--pf-transition, 150ms ease);
    text-align: center;
    color: var(--pf-text-soft, #D1D5DB);
    font-size: 0.78rem;
    font-weight: 500;
    line-height: 1.3;
    min-height: 64px;
    justify-content: center;
}

.ai-action-card:hover[b-n9hg3v6u5o] {
    background: var(--pf-surface-subtle, #1A2336);
    border-color: var(--pf-border-strong, rgba(255,255,255,0.14));
    color: var(--pf-text, #F9FAFB);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.ai-action-card--active[b-n9hg3v6u5o] {
    background: var(--pf-primary-soft, rgba(99,102,241,0.16));
    border-color: rgba(99,102,241,0.5);
    color: #C7D2FE;
    box-shadow: 0 0 0 1px rgba(99,102,241,0.3), 0 4px 16px rgba(99,102,241,0.15);
}

.ai-action-card--active:hover[b-n9hg3v6u5o] {
    background: rgba(99,102,241,0.22);
    border-color: rgba(99,102,241,0.6);
}

.ai-action-icon[b-n9hg3v6u5o] {
    font-size: 1.25rem;
    line-height: 1;
}

.ai-action-name[b-n9hg3v6u5o] {
    font-size: 0.72rem;
    line-height: 1.2;
}

/* Free Input ---------------------------------------------- */

.ai-free-input[b-n9hg3v6u5o] {
    display: flex;
    flex-direction: column;
}

.ai-free-textarea[b-n9hg3v6u5o] {
    resize: vertical;
    min-height: 72px;
    font-size: 0.88rem;
    font-family: var(--pf-font-ui);
    background: var(--pf-surface-muted, #202A3E);
    border-color: var(--pf-border-strong, rgba(255,255,255,0.14));
}

.ai-free-textarea:focus[b-n9hg3v6u5o] {
    border-color: var(--pf-primary, #6366F1);
    box-shadow: 0 0 0 3px var(--pf-focus-ring, rgba(99,102,241,0.16));
}

/* Submit Row ---------------------------------------------- */

.ai-submit-row[b-n9hg3v6u5o] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ai-submit-btn[b-n9hg3v6u5o] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.ai-submit-icon[b-n9hg3v6u5o] {
    display: flex;
    align-items: center;
}

/* Loading State ------------------------------------------- */

.ai-loading-panel[b-n9hg3v6u5o] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: var(--pf-surface-muted, #202A3E);
    border: 1px solid var(--pf-border, rgba(255,255,255,0.08));
    border-radius: var(--pf-radius-md, 12px);
}

.ai-spinner[b-n9hg3v6u5o] {
    width: 20px;
    height: 20px;
    border: 2px solid var(--pf-border-strong, rgba(255,255,255,0.14));
    border-top-color: var(--pf-primary, #6366F1);
    border-radius: 50%;
    flex-shrink: 0;
    animation: ai-spin-b-n9hg3v6u5o 0.7s linear infinite;
}

@keyframes ai-spin-b-n9hg3v6u5o {
    to { transform: rotate(360deg); }
}

.ai-loading-text[b-n9hg3v6u5o] {
    flex: 1;
    font-size: 0.88rem;
    color: var(--pf-text-muted, #A1A1AA);
}

/* Preview State ------------------------------------------- */

.ai-preview-panel[b-n9hg3v6u5o] {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid rgba(99,102,241,0.3);
    border-radius: var(--pf-radius-md, 12px);
    background: var(--pf-surface-soft, #172033);
    overflow: hidden;
    max-width: 100%;
    min-width: 0;
}

.ai-preview-header[b-n9hg3v6u5o] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-bottom: 1px solid var(--pf-border, rgba(255,255,255,0.08));
    background: rgba(99,102,241,0.07);
}

.ai-preview-title[b-n9hg3v6u5o] {
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #C7D2FE;
}

.ai-preview-meta[b-n9hg3v6u5o] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-preview-model[b-n9hg3v6u5o] {
    font-size: 0.72rem;
    color: var(--pf-text-muted, #A1A1AA);
    font-family: var(--pf-font-mono);
    background: var(--pf-surface-muted, #202A3E);
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid var(--pf-border, rgba(255,255,255,0.08));
}

.ai-preview-content[b-n9hg3v6u5o] {
    padding: 16px;
    max-height: 320px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--pf-border-strong) transparent;
    min-width: 0;
}

.ai-preview-text[b-n9hg3v6u5o] {
    font-family: var(--pf-font-mono, monospace);
    font-size: 0.82rem;
    line-height: 1.6;
    color: var(--pf-text, #F9FAFB);
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
    margin: 0;
    max-width: 100%;
}

.ai-preview-actions[b-n9hg3v6u5o] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    border-top: 1px solid var(--pf-border, rgba(255,255,255,0.08));
    flex-wrap: wrap;
}

/* Error State --------------------------------------------- */

.ai-error-message[b-n9hg3v6u5o] {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 14px;
    background: rgba(239,68,68,0.08);
    border: 1px solid rgba(239,68,68,0.25);
    border-radius: var(--pf-radius-sm, 8px);
    font-size: 0.85rem;
    color: #FCA5A5;
    line-height: 1.5;
}

.ai-error-icon[b-n9hg3v6u5o] {
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Empty-text hint ----------------------------------------- */

.ai-empty-hint[b-n9hg3v6u5o] {
    font-size: 0.78rem;
    color: var(--pf-text-muted, #A1A1AA);
    margin: 0;
    font-style: italic;
}
/* /Pages/CodeBase/CodeBase.razor.rz.scp.css */
/* =========================================================
   CodeBase Page
   ========================================================= */

.codebase-page[b-f4ikwaneva] {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 0;
    min-height: 0;
}

/* Header */

.codebase-header[b-f4ikwaneva] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-shrink: 0;
    padding-bottom: 14px;
}

.codebase-header-left[b-f4ikwaneva] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.codebase-kicker[b-f4ikwaneva] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(103, 232, 249, 0.65);
    text-shadow: 0 0 12px rgba(103, 232, 249, 0.25);
}

.codebase-header h1[b-f4ikwaneva] {
    margin: 0;
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.codebase-mobile-explorer-btn[b-f4ikwaneva] {
    display: none;
    align-items: center;
    gap: 7px;
    height: 34px;
    padding: 0 14px;
    border: 1px solid rgba(148, 163, 184, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(226, 232, 240, 0.82);
    font: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 150ms ease, color 150ms ease;
}

.codebase-mobile-explorer-btn:hover[b-f4ikwaneva] {
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
}

/* Tabs */

.codebase-tabs[b-f4ikwaneva] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.10);
    margin-bottom: 12px;
    padding-bottom: 0;
}

.codebase-tab[b-f4ikwaneva] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 38px;
    padding: 0 14px;
    border: 0;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    background: transparent;
    color: rgba(148, 163, 184, 0.72);
    font: inherit;
    font-size: 0.84rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 140ms ease, border-color 140ms ease;
    white-space: nowrap;
}

.codebase-tab:hover[b-f4ikwaneva] {
    color: rgba(226, 232, 240, 0.9);
}

.codebase-tab--active[b-f4ikwaneva] {
    color: rgba(199, 210, 254, 0.95);
    border-bottom-color: rgba(99, 102, 241, 0.85);
}

.codebase-tab-badge[b-f4ikwaneva] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: rgba(99, 102, 241, 0.18);
    color: rgba(165, 180, 252, 0.85);
    font-size: 0.68rem;
    font-weight: 700;
}

/* Loading */

.codebase-loading[b-f4ikwaneva] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 40px 0;
    color: rgba(148, 163, 184, 0.6);
    font-size: 0.88rem;
}

.codebase-loading-icon[b-f4ikwaneva] {
    animation: codebase-spin-b-f4ikwaneva 1s linear infinite;
    flex-shrink: 0;
}

@keyframes codebase-spin-b-f4ikwaneva {
    to { transform: rotate(360deg); }
}

/* Flat section (Scripts / Snippets tabs) */

.codebase-flat-section[b-f4ikwaneva] {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 0;
    overflow-y: auto;
    padding-right: 4px;
}

.codebase-flat-toolbar[b-f4ikwaneva] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.codebase-flat-search[b-f4ikwaneva] {
    flex: 1 1 220px;
    min-width: 0;
    height: 36px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(226, 232, 240, 0.9);
    font: inherit;
    font-size: 0.84rem;
    outline: none;
    transition: border-color 140ms ease, background 140ms ease;
}

.codebase-flat-search:focus[b-f4ikwaneva] {
    border-color: rgba(99, 102, 241, 0.4);
    background: rgba(255, 255, 255, 0.06);
}

.codebase-flat-filter[b-f4ikwaneva] {
    height: 36px;
    padding: 0 10px;
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(226, 232, 240, 0.82);
    font: inherit;
    font-size: 0.82rem;
    outline: none;
    cursor: pointer;
}

.codebase-flat-count[b-f4ikwaneva] {
    margin-left: auto;
    color: rgba(148, 163, 184, 0.52);
    font-size: 0.78rem;
    white-space: nowrap;
}

.codebase-flat-empty[b-f4ikwaneva] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 220px;
    padding: 40px;
    border: 1px dashed rgba(148, 163, 184, 0.12);
    border-radius: 12px;
    color: rgba(148, 163, 184, 0.5);
    font-size: 0.88rem;
    text-align: center;
}

/* Card grid */

.codebase-card-grid[b-f4ikwaneva] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
    align-content: start;
}

.codebase-card[b-f4ikwaneva] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px 16px;
    border: 1px solid rgba(148, 163, 184, 0.10);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.025), transparent 50%),
        rgba(17, 24, 39, 0.6);
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.codebase-card:hover[b-f4ikwaneva] {
    border-color: rgba(99, 102, 241, 0.22);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.22);
}

.codebase-card-header[b-f4ikwaneva] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.codebase-card-title[b-f4ikwaneva] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 650;
    color: rgba(226, 232, 240, 0.95);
    font-family: var(--pf-font-ui);
    line-height: 1.4;
}

.codebase-card-desc[b-f4ikwaneva] {
    margin: 0;
    font-size: 0.8rem;
    color: rgba(148, 163, 184, 0.7);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.codebase-card-tags[b-f4ikwaneva] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.codebase-tag[b-f4ikwaneva] {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 5px;
    background: rgba(99, 102, 241, 0.12);
    color: rgba(165, 180, 252, 0.76);
    font-size: 0.7rem;
    font-weight: 600;
}

.codebase-card-footer[b-f4ikwaneva] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 2px;
    padding-top: 8px;
    border-top: 1px solid rgba(148, 163, 184, 0.07);
}

.codebase-card-date[b-f4ikwaneva] {
    color: rgba(148, 163, 184, 0.44);
    font-size: 0.72rem;
}

.codebase-card-link[b-f4ikwaneva] {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(99, 102, 241, 0.82);
    text-decoration: none;
    transition: color 140ms ease;
}

.codebase-card-link:hover[b-f4ikwaneva] {
    color: rgba(165, 180, 252, 0.95);
    text-decoration: none;
}

/* Type badges */

.codebase-type-badge[b-f4ikwaneva] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.codebase-type-badge--script[b-f4ikwaneva] {
    background: rgba(249, 115, 22, 0.14);
    color: rgba(253, 186, 116, 0.9);
}

.codebase-type-badge--snippet[b-f4ikwaneva] {
    background: rgba(34, 197, 94, 0.12);
    color: rgba(134, 239, 172, 0.9);
}

/* Language badge */

.codebase-lang-badge[b-f4ikwaneva] {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 5px;
    background: rgba(148, 163, 184, 0.10);
    color: rgba(203, 213, 225, 0.65);
    font-size: 0.7rem;
    font-weight: 600;
}

.codebase-lang-badge--framework[b-f4ikwaneva] {
    background: rgba(125, 211, 252, 0.08);
    color: rgba(125, 211, 252, 0.65);
}

/* =========================================================
   Developer Library Shell / Panel layout
   (reused inside CodeBase — isolated copy since Blazor
    scopes .razor.css per component)
   ========================================================= */

.developer-library-shell[b-f4ikwaneva] {
    position: relative;
    display: grid;
    grid-template-columns: 320px 420px minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
    width: 100%;
}

.developer-library-ai-layer[b-f4ikwaneva] {
    position: absolute;
    z-index: 40;
    top: 0;
    right: 0;
    bottom: 0;
    left: 330px;
    min-width: 0;
    overflow: hidden;
    pointer-events: none;
}

.developer-library-panel[b-f4ikwaneva] {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(160, 178, 210, 0.08);
    border-radius: 8px;
    background: rgba(9, 14, 25, 0.62);
}

.developer-library-tree-panel[b-f4ikwaneva],
.developer-library-list-panel[b-f4ikwaneva],
.developer-library-content-panel[b-f4ikwaneva] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    padding: 14px;
}

.developer-library-content-panel[b-f4ikwaneva] {
    grid-template-rows: minmax(0, 1fr);
    padding: 22px 20px;
    background: rgba(9, 14, 25, 0.42);
}

.developer-library-panel-header[b-f4ikwaneva] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 34px;
    margin-bottom: 10px;
    color: rgba(245, 248, 255, 0.82);
    font-size: 0.84rem;
    font-weight: 700;
}

.developer-library-panel-header small[b-f4ikwaneva] {
    color: rgba(194, 207, 232, 0.56);
    font-size: 0.72rem;
    font-weight: 600;
}

.developer-library-quick-edit[b-f4ikwaneva] {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 38px;
    margin-bottom: 10px;
    align-self: start;
}

.developer-library-quick-edit input[b-f4ikwaneva] {
    min-width: 0;
    flex: 1 1 auto;
    height: 38px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(245, 248, 255, 0.94);
    font: inherit;
    font-size: 0.84rem;
    outline: none;
    padding: 0 10px;
}

.developer-library-quick-edit button[b-f4ikwaneva] {
    min-height: 30px;
    padding: 0 9px;
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 8px;
    background: rgba(99, 102, 241, 0.08);
    color: rgba(232, 247, 255, 0.92);
    font: inherit;
    font-size: 0.76rem;
    font-weight: 700;
    cursor: pointer;
}

.developer-library-quick-edit button:hover[b-f4ikwaneva] {
    border-color: rgba(99, 102, 241, 0.42);
    background: rgba(99, 102, 241, 0.13);
}

.developer-library-panel-menu[b-f4ikwaneva] {
    position: relative;
}

.developer-library-panel-menu > summary[b-f4ikwaneva] {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 7px;
    color: rgba(232, 247, 255, 0.56);
    cursor: pointer;
    list-style: none;
    font-weight: 700;
}

.developer-library-panel-menu > summary[b-f4ikwaneva]::-webkit-details-marker { display: none; }

.developer-library-panel-menu > summary:hover[b-f4ikwaneva],
.developer-library-panel-menu[open] > summary[b-f4ikwaneva] {
    background: rgba(255, 255, 255, 0.065);
    color: #ffffff;
}

.developer-library-panel-menu-content[b-f4ikwaneva] {
    position: absolute;
    z-index: 35;
    top: calc(100% + 7px);
    right: 0;
    display: grid;
    min-width: 140px;
    padding: 5px;
    border: 1px solid rgba(160, 178, 210, 0.12);
    border-radius: 9px;
    background: rgba(9, 14, 25, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.developer-library-panel-menu-content button[b-f4ikwaneva] {
    min-height: 32px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: rgba(232, 247, 255, 0.76);
    font: inherit;
    font-size: 0.78rem;
    text-align: left;
    cursor: pointer;
    padding: 0 9px;
}

.developer-library-panel-menu-content button:hover[b-f4ikwaneva] {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.developer-library-mobile-backdrop[b-f4ikwaneva] {
    display: none;
}

@media (max-width: 1180px) {
    .developer-library-shell[b-f4ikwaneva] {
        grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1.15fr);
        min-height: 680px;
    }

    .developer-library-ai-layer[b-f4ikwaneva] { left: 0; }

    .developer-library-tree-panel[b-f4ikwaneva] {
        position: fixed;
        z-index: 45;
        top: 76px;
        bottom: 18px;
        left: 18px;
        width: min(340px, calc(100vw - 36px));
        transform: translateX(-118%);
        transition: transform 0.18s ease;
        box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
    }

    .developer-library-shell--tree-open .developer-library-tree-panel[b-f4ikwaneva] {
        transform: translateX(0);
    }

    .developer-library-shell--tree-open .developer-library-mobile-backdrop[b-f4ikwaneva] {
        position: fixed;
        z-index: 44;
        inset: 0;
        display: block;
        border: 0;
        background: rgba(0, 0, 0, 0.48);
    }
}

@media (max-width: 720px) {
    .developer-library-shell[b-f4ikwaneva] {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .developer-library-ai-layer[b-f4ikwaneva] {
        left: 0;
        right: 0;
        bottom: 0;
    }

    .developer-library-list-panel[b-f4ikwaneva],
    .developer-library-content-panel[b-f4ikwaneva] {
        min-height: 360px;
    }

    .developer-library-content-panel[b-f4ikwaneva] {
        padding: 16px;
    }
}

/* =========================================================
   Responsive
   ========================================================= */

@media (max-width: 860px) {
    .codebase-mobile-explorer-btn[b-f4ikwaneva] {
        display: inline-flex;
    }

    .codebase-card-grid[b-f4ikwaneva] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .codebase-flat-toolbar[b-f4ikwaneva] {
        flex-direction: column;
        align-items: stretch;
    }

    .codebase-flat-count[b-f4ikwaneva] {
        margin-left: 0;
    }

    .codebase-tabs[b-f4ikwaneva] {
        overflow-x: auto;
    }
}
/* /Pages/DeveloperLibrary/DeveloperLibrary.razor.rz.scp.css */
.page-content:has(.developer-library-page)[b-mx4lk0vz2i] {
    width: 100%;
    max-width: none;
    padding: clamp(18px, 1.45vw, 26px);
}

.developer-library-page[b-mx4lk0vz2i] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 16px;
    height: calc(100vh - clamp(36px, 2.9vw, 52px));
    min-height: 620px;
    width: 100%;
}

.developer-library-header[b-mx4lk0vz2i] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
}

.developer-library-kicker[b-mx4lk0vz2i] {
    display: block;
    margin-bottom: 5px;
    color: rgba(58, 207, 255, 0.68);
    font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.developer-library-header h1[b-mx4lk0vz2i] {
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    letter-spacing: 0;
}

.developer-library-tree-button[b-mx4lk0vz2i] {
    display: none;
    min-height: 38px;
    padding: 0 13px;
    border: 1px solid rgba(58, 207, 255, 0.24);
    border-radius: 8px;
    background: rgba(58, 207, 255, 0.08);
    color: rgba(232, 247, 255, 0.95);
    font: inherit;
    font-size: 0.86rem;
    cursor: pointer;
}

.developer-library-shell[b-mx4lk0vz2i] {
    position: relative;
    display: grid;
    grid-template-columns: 320px 420px minmax(0, 1fr);
    gap: 10px;
    min-height: 0;
    width: 100%;
}

.developer-library-ai-layer[b-mx4lk0vz2i] {
    position: absolute;
    z-index: 40;
    top: 0;
    right: 0;
    bottom: 0;
    left: 330px;
    min-width: 0;
    overflow: hidden;
    pointer-events: none;
}

.developer-library-panel[b-mx4lk0vz2i] {
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(160, 178, 210, 0.08);
    border-radius: 8px;
    background: rgba(9, 14, 25, 0.62);
    box-shadow: none;
}

.developer-library-tree-panel[b-mx4lk0vz2i],
.developer-library-list-panel[b-mx4lk0vz2i],
.developer-library-content-panel[b-mx4lk0vz2i] {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    padding: 14px;
}

.developer-library-content-panel[b-mx4lk0vz2i] {
    grid-template-rows: minmax(0, 1fr);
    padding: 22px 20px;
    background: rgba(9, 14, 25, 0.42);
}

.developer-library-panel-header[b-mx4lk0vz2i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 34px;
    margin-bottom: 10px;
    color: rgba(245, 248, 255, 0.82);
    font-size: 0.84rem;
    font-weight: 700;
}

.developer-library-panel-header small[b-mx4lk0vz2i] {
    color: rgba(194, 207, 232, 0.56);
    font-size: 0.72rem;
    font-weight: 600;
}

.developer-library-quick-edit[b-mx4lk0vz2i] {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 38px;
    margin-bottom: 10px;
    align-self: start;
}

.developer-library-quick-edit button[b-mx4lk0vz2i] {
    min-height: 30px;
    padding: 0 9px;
    border: 1px solid rgba(58, 207, 255, 0.2);
    border-radius: 8px;
    background: rgba(58, 207, 255, 0.08);
    color: rgba(232, 247, 255, 0.92);
    font: inherit;
    font-size: 0.76rem;
    font-weight: 700;
    cursor: pointer;
}

.developer-library-quick-edit button:hover[b-mx4lk0vz2i] {
    border-color: rgba(58, 207, 255, 0.42);
    background: rgba(58, 207, 255, 0.13);
}

.developer-library-panel-menu[b-mx4lk0vz2i] {
    position: relative;
}

.developer-library-panel-menu > summary[b-mx4lk0vz2i] {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 7px;
    color: rgba(232, 247, 255, 0.56);
    cursor: pointer;
    list-style: none;
    font-weight: 700;
}

.developer-library-panel-menu > summary[b-mx4lk0vz2i]::-webkit-details-marker {
    display: none;
}

.developer-library-panel-menu > summary:hover[b-mx4lk0vz2i],
.developer-library-panel-menu[open] > summary[b-mx4lk0vz2i] {
    background: rgba(255, 255, 255, 0.065);
    color: #ffffff;
}

.developer-library-panel-menu-content[b-mx4lk0vz2i] {
    position: absolute;
    z-index: 35;
    top: calc(100% + 7px);
    right: 0;
    display: grid;
    min-width: 140px;
    padding: 5px;
    border: 1px solid rgba(160, 178, 210, 0.12);
    border-radius: 9px;
    background: rgba(9, 14, 25, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
}

.developer-library-panel-menu-content button[b-mx4lk0vz2i] {
    min-height: 32px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: rgba(232, 247, 255, 0.76);
    font: inherit;
    font-size: 0.78rem;
    text-align: left;
    cursor: pointer;
    padding: 0 9px;
}

.developer-library-panel-menu-content button:hover[b-mx4lk0vz2i] {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

.developer-library-quick-edit input[b-mx4lk0vz2i] {
    min-width: 0;
    flex: 1 1 auto;
    height: 38px;
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(245, 248, 255, 0.94);
    font: inherit;
    font-size: 0.84rem;
    outline: none;
    padding: 0 10px;
}

.developer-library-loading[b-mx4lk0vz2i] {
    display: grid;
    min-height: 420px;
    place-items: center;
    border: 1px solid rgba(160, 178, 210, 0.14);
    border-radius: 8px;
    background: rgba(9, 15, 29, 0.72);
    color: rgba(194, 207, 232, 0.72);
}

.developer-library-mobile-backdrop[b-mx4lk0vz2i] {
    display: none;
}

@media (max-width: 1180px) {
    .developer-library-page[b-mx4lk0vz2i] {
        height: auto;
        min-height: 0;
    }

    .developer-library-tree-button[b-mx4lk0vz2i] {
        display: inline-flex;
        align-items: center;
    }

    .developer-library-shell[b-mx4lk0vz2i] {
        grid-template-columns: minmax(260px, 0.85fr) minmax(360px, 1.15fr);
        min-height: 680px;
    }

    .developer-library-ai-layer[b-mx4lk0vz2i] {
        left: 0;
    }

    .developer-library-tree-panel[b-mx4lk0vz2i] {
        position: fixed;
        z-index: 45;
        top: 76px;
        bottom: 18px;
        left: 18px;
        width: min(340px, calc(100vw - 36px));
        transform: translateX(-118%);
        transition: transform 0.18s ease;
        box-shadow: 0 22px 70px rgba(0, 0, 0, 0.5);
    }

    .developer-library-shell--tree-open .developer-library-tree-panel[b-mx4lk0vz2i] {
        transform: translateX(0);
    }

    .developer-library-shell--tree-open .developer-library-mobile-backdrop[b-mx4lk0vz2i] {
        position: fixed;
        z-index: 44;
        inset: 0;
        display: block;
        border: 0;
        background: rgba(0, 0, 0, 0.48);
    }
}

@media (max-width: 720px) {
    .page-content:has(.developer-library-page)[b-mx4lk0vz2i] {
        padding: 18px;
    }

    .developer-library-page[b-mx4lk0vz2i] {
        gap: 14px;
    }

    .developer-library-header[b-mx4lk0vz2i] {
        align-items: flex-start;
    }

    .developer-library-shell[b-mx4lk0vz2i] {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .developer-library-ai-layer[b-mx4lk0vz2i] {
        left: 0;
        right: 0;
        bottom: 0;
    }

    .developer-library-list-panel[b-mx4lk0vz2i],
    .developer-library-content-panel[b-mx4lk0vz2i] {
        min-height: 360px;
    }

    .developer-library-content-panel[b-mx4lk0vz2i] {
        padding: 16px;
    }
}
/* /Pages/Settings/AiActions.razor.rz.scp.css */
/* =========================================================
   AiActions — Picker-Komponenten (Icon, Farbe, Bereiche)
   ========================================================= */

/* Backdrop ------------------------------------------------ */

.ai-picker-backdrop[b-4o2kcs97pz] {
    position: fixed;
    inset: 0;
    z-index: 99;
    background: transparent;
}

/* Icon Picker --------------------------------------------- */

.ai-icon-picker-wrapper[b-4o2kcs97pz] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ai-picker-btn[b-4o2kcs97pz] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: var(--pf-surface-muted, #202A3E);
    border: 1px solid var(--pf-border-strong, rgba(255,255,255,0.14));
    border-radius: var(--pf-radius-sm, 8px);
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1;
    color: var(--pf-text, #F9FAFB);
    transition: background var(--pf-transition, 150ms ease),
                border-color var(--pf-transition, 150ms ease);
    min-width: 56px;
    justify-content: center;
}

.ai-picker-btn:hover[b-4o2kcs97pz] {
    background: var(--pf-surface-subtle, #1A2336);
    border-color: var(--pf-primary, #6366F1);
}

.ai-picker-panel[b-4o2kcs97pz] {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    z-index: 100;
    background: var(--pf-surface-elevated, #0D1424);
    border: 1px solid var(--pf-border-strong, rgba(255,255,255,0.14));
    border-radius: var(--pf-radius-md, 12px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
    padding: 12px;
    min-width: 300px;
}

.ai-picker-panel-title[b-4o2kcs97pz] {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--pf-text-muted, #A1A1AA);
    margin-bottom: 10px;
    display: block;
}

.ai-icon-grid[b-4o2kcs97pz] {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 2px;
}

.ai-icon-cell[b-4o2kcs97pz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 1.1rem;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
    color: inherit;
    transition: background var(--pf-transition, 150ms ease);
    line-height: 1;
}

.ai-icon-cell:hover[b-4o2kcs97pz] {
    background: var(--pf-surface-muted, #202A3E);
    border-color: var(--pf-border, rgba(255,255,255,0.08));
}

.ai-icon-cell--active[b-4o2kcs97pz] {
    background: var(--pf-primary-soft, rgba(99,102,241,0.16));
    border-color: rgba(99,102,241,0.5);
}

.ai-icon-none-btn[b-4o2kcs97pz] {
    margin-top: 8px;
    font-size: 0.78rem;
    color: var(--pf-text-muted, #A1A1AA);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 4px 0;
}

.ai-icon-none-btn:hover[b-4o2kcs97pz] {
    color: var(--pf-text, #F9FAFB);
}

/* Color Picker -------------------------------------------- */

.ai-color-picker-wrapper[b-4o2kcs97pz] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ai-color-dot[b-4o2kcs97pz] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.25);
    flex-shrink: 0;
}

.ai-color-swatches[b-4o2kcs97pz] {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 6px;
    margin-bottom: 10px;
}

.ai-color-swatch[b-4o2kcs97pz] {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform var(--pf-transition, 150ms ease),
                box-shadow var(--pf-transition, 150ms ease);
}

.ai-color-swatch:hover[b-4o2kcs97pz] {
    transform: scale(1.15);
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
}

.ai-color-swatch--selected[b-4o2kcs97pz] {
    border-color: white;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.5), 0 4px 12px rgba(0,0,0,0.4);
}

.ai-color-hex-row[b-4o2kcs97pz] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-color-hex-row label[b-4o2kcs97pz] {
    font-size: 0.72rem;
    color: var(--pf-text-muted, #A1A1AA);
    white-space: nowrap;
}

/* Area Checkboxes ----------------------------------------- */

.ai-area-checkboxes[b-4o2kcs97pz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 6px;
}

.ai-area-actions[b-4o2kcs97pz] {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

/* Table badge override for area keys ---------------------- */

.ai-area-badge[b-4o2kcs97pz] {
    display: inline-flex;
    align-items: center;
    font-size: 0.7rem;
    padding: 2px 7px;
    background: var(--pf-primary-soft, rgba(99,102,241,0.14));
    color: var(--pf-badge-indigo-text, #C7D2FE);
    border: 1px solid rgba(99,102,241,0.22);
    border-radius: 999px;
    margin: 2px 2px 0 0;
    white-space: nowrap;
}
