/* Änderungsprotokoll: 2026-07-07 | subagent-create-screen | @skill-css-rules, @skill-change-provenance | Globus-Screen Layout */

/* Änderungsprotokoll: 2026-07-07 | cursor-agent | @skill-css-rules, @skill-change-provenance | Dark-Toolbar nur auf Globus-Seite */

.job-companies-globus-page .job-companies-view-tabs-toolbar {
    display: flex;
    width: 100%;
    margin-bottom: var(--spacing-lg);
    padding: 12px 16px;
    box-sizing: border-box;
    background: linear-gradient(145deg, rgba(12, 20, 40, 0.92), rgba(6, 10, 24, 0.9));
    border: 1px solid rgba(142, 197, 255, 0.22);
    border-radius: var(--radius-md);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.job-companies-globus-page .job-companies-view-tabs-toolbar .job-companies-view-tabs-bar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 16px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.job-companies-globus-page .job-companies-view-tabs-toolbar .job-companies-suche-sort-bar-label {
    flex: 0 0 auto;
    margin: 0;
    font-size: 0.72rem;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #8ec5ff;
}

.job-companies-globus-page .job-companies-view-tabs-toolbar .job-companies-suche-sort-nav {
    display: inline-flex;
    flex: 0 1 auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0;
    width: auto;
    max-width: 100%;
    padding: 3px;
    border: 1px solid rgba(142, 197, 255, 0.28);
    border-radius: 999px;
    background: rgba(4, 8, 20, 0.85);
}

.job-companies-globus-page .job-companies-view-tabs-toolbar .job-companies-suche-sort-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 8px 16px;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: #c5d0e0;
    font-size: 0.78rem;
    font-weight: var(--font-weight-medium);
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
    transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.job-companies-globus-page .job-companies-view-tabs-toolbar .job-companies-suche-sort-link:hover {
    color: #ffffff;
    background: rgba(20, 36, 72, 0.95);
}

.job-companies-globus-page .job-companies-view-tabs-toolbar .job-companies-suche-sort-link-active {
    border: none;
    background: #8ec5ff;
    color: #000011;
    font-weight: var(--font-weight-bold);
    box-shadow: 0 2px 8px rgba(142, 197, 255, 0.35);
}

/* Änderungsprotokoll: 2026-07-08 | agent | @skill-css-rules, @skill-change-provenance | Globus-Seite ohne horizontales Layout-Padding */
.layout-main-content:has(#job-companies-globus-page) {
    padding-left: 0;
    padding-right: 0;
}

.layout-content-container:has(#job-companies-globus-page) {
    max-width: 100%;
}

@media (max-width: 575px) {
    .job-companies-globus-page .job-companies-view-tabs-toolbar .job-companies-view-tabs-bar {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .job-companies-globus-page .job-companies-view-tabs-toolbar .job-companies-suche-sort-nav {
        justify-content: stretch;
        width: 100%;
    }

    .job-companies-globus-page .job-companies-view-tabs-toolbar .job-companies-suche-sort-link {
        flex: 1 1 0;
        min-width: 0;
    }
}

/* Änderungsprotokoll: 2026-07-07 | cursor-agent | @skill-css-rules, @skill-change-provenance | Agentur-Zaehler inline in View-Tabs-Toolbar */
.job-companies-globus-page .job-companies-view-tabs-toolbar .job-companies-globus-count {
    display: inline-flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.55rem;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    text-align: left;
    box-sizing: border-box;
}

.job-companies-globus-page .job-companies-view-tabs-toolbar .job-companies-globus-count-value {
    font-size: clamp(1.25rem, 2.5vw, 1.65rem);
    font-weight: var(--font-weight-bold);
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.02em;
    line-height: 1.1;
    color: #8ec5ff;
    text-shadow: 0 0 16px rgba(142, 197, 255, 0.32);
}

.job-companies-globus-page .job-companies-view-tabs-toolbar .job-companies-globus-count-label {
    font-size: 0.72rem;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.07em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #c5d0e0;
}

.job-companies-globus-empty {
    margin: 0 0 1rem;
    text-align: center;
}

/* Änderungsprotokoll: 2026-07-07 | cursor-agent | @skill-css-rules, @skill-change-provenance | Dark-Theme und Sternenhimmel-Container */

/* Änderungsprotokoll: 2026-07-07 | cursor-agent | @skill-css-rules, @skill-change-provenance | Seiten-Padding fuer Toolbar und Inhalt */
/* Änderungsprotokoll: 2026-07-08 | agent | @skill-css-rules, @skill-change-provenance | Horizontales Padding auf 0 fuer Globus-Seite */
.job-companies-globus-page {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 2rem;
    box-sizing: border-box;
    background-color: #000011;
    color: #e8edf5;
}

.job-companies-globus-page .base-headline-h1,
.job-companies-globus-page #job-companies-globus-title {
    color: #f5f8fc;
}

/* Änderungsprotokoll: 2026-07-07 | cursor-agent | @skill-css-rules, @skill-change-provenance | Credit-Hinweis unter H1 fuer Globus-Erfinder */
.job-companies-globus-credit {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin: 0.35rem 0 0;
    max-width: 100%;
}

.job-companies-globus-credit-trophy {
    flex: 0 0 auto;
    width: 1.4rem;
    height: 1.4rem;
    animation: job-companies-globus-trophy-glow 2.8s ease-in-out infinite;
}

@keyframes job-companies-globus-trophy-glow {
    0%,
    100% {
        filter: drop-shadow(0 0 4px rgba(245, 200, 66, 0.45));
        transform: translateY(0);
    }

    50% {
        filter: drop-shadow(0 0 10px rgba(255, 228, 140, 0.85));
        transform: translateY(-1px);
    }
}

.job-companies-globus-credit-text {
    font-size: 0.82rem;
    font-weight: var(--font-weight-medium);
    line-height: 1.4;
    color: #c5d0e0;
}

.job-companies-globus-credit-link {
    color: #8ec5ff;
    font-weight: var(--font-weight-semibold);
    text-decoration: none;
}

.job-companies-globus-credit-link:hover {
    text-decoration: underline;
}

.job-companies-globus-empty {
    color: #c5d0e0;
}

/* Änderungsprotokoll: 2026-07-07 | cursor-agent | @skill-css-rules, @skill-change-provenance | touch-action fuer sofortiges Trackpad-Zoom */
/* Änderungsprotokoll: 2026-07-08 | agent | @skill-css-rules, @skill-change-provenance | Touch-Bedienung Mobile entschaerft */
.job-companies-globus-container {
    width: 100%;
    min-height: 70vh;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: #000011;
    touch-action: manipulation;
}

.job-companies-globus-container .scene-nav-info {
    display: none;
}

/* Änderungsprotokoll: 2026-07-07 | cursor-agent | @skill-css-rules, @skill-change-provenance | Canvas touch-action fuer Trackpad-Zoom */
.job-companies-globus-container canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    touch-action: manipulation;
}

/* Änderungsprotokoll: 2026-07-23 | cursor-agent | @skill-globus, @skill-css-rules, @skill-change-provenance | Marker ohne Glow/Transform, Zoom-UI und Attribution */

.job-companies-globus-tooltip-layer {
    position: absolute;
    inset: 0;
    z-index: 100000;
    overflow: visible;
    pointer-events: none;
}

.job-companies-globus-marker {
    width: 1px;
    height: 1px;
    border: 0;
    border-radius: 50%;
    background-color: #8ec5ff;
    box-shadow: none;
    pointer-events: auto;
}

.job-companies-globus-zoom-controls {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 100001;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 6px;
    border: 1px solid rgba(142, 197, 255, 0.35);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(12, 20, 40, 0.94), rgba(6, 10, 24, 0.92));
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.job-companies-globus-zoom-btn {
    min-width: 36px;
    min-height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(142, 197, 255, 0.35);
    border-radius: 6px;
    background: rgba(8, 14, 32, 0.95);
    color: #f5f8fc;
    font-size: 1.15rem;
    font-weight: var(--font-weight-bold);
    line-height: 1;
    cursor: pointer;
}

.job-companies-globus-zoom-btn:hover:not(:disabled) {
    background: rgba(20, 36, 72, 0.98);
    color: #ffffff;
}

.job-companies-globus-zoom-btn:disabled {
    opacity: 0.35;
    cursor: default;
}

.job-companies-globus-zoom-level-value {
    min-width: 64px;
    padding: 2px 4px;
    color: #8ec5ff;
    font-size: 0.72rem;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.job-companies-globus-tile-attribution {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 100001;
    max-width: calc(100% - 110px);
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(0, 0, 17, 0.72);
    color: #c5d0e0;
    font-size: 0.68rem;
    line-height: 1.3;
    pointer-events: none;
}

.job-companies-globus-marker-tooltip {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.job-companies-globus-container .float-tooltip-kap {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    pointer-events: none;
}

.job-companies-globus-label {
    padding: 0.65rem 0.8rem;
    background: linear-gradient(145deg, rgba(12, 20, 40, 0.96), rgba(6, 10, 24, 0.94));
    color: #f5f8fc;
    border: 1px solid rgba(142, 197, 255, 0.35);
    border-radius: 0.45rem;
    font-size: 0.82rem;
    line-height: 1.4;
    max-width: 280px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(6px);
}

.job-companies-globus-label-name {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.88rem;
    font-weight: var(--font-weight-bold);
    color: #ffffff;
}

.job-companies-globus-label-city {
    color: #c5d0e0;
    font-size: 0.78rem;
}

.job-companies-globus-label-specialization {
    display: inline-block;
    margin-top: 0.35rem;
    padding: 0.2rem 0.45rem;
    border: 1px solid rgba(142, 197, 255, 0.28);
    border-radius: 999px;
    background: rgba(142, 197, 255, 0.12);
    color: #d8e8ff;
    font-size: 0.72rem;
    font-weight: var(--font-weight-semibold);
    line-height: 1.3;
}

.job-companies-globus-label-services {
    margin-top: 0.45rem;
}

.job-companies-globus-label-services-title {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.68rem;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8ec5ff;
}

.job-companies-globus-label-services-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
}

.job-companies-globus-label-service-tag {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem 0.42rem;
    border: 1px solid rgba(142, 197, 255, 0.22);
    border-radius: 999px;
    background: rgba(8, 14, 32, 0.85);
    color: #e8edf5;
    font-size: 0.7rem;
    font-weight: var(--font-weight-medium);
    line-height: 1.25;
}

.job-companies-globus-label-link {
    margin-top: 0.4rem;
}

.job-companies-globus-label a {
    color: #8ec5ff;
    font-size: 0.78rem;
    font-weight: var(--font-weight-medium);
    text-decoration: none;
}

.job-companies-globus-label-jobs {
    margin-top: 0.35rem;
    color: #c5d0e0;
    font-size: 0.78rem;
}

.job-companies-globus-label-jobs-title {
    font-weight: var(--font-weight-bold);
    color: #8ec5ff;
}
