/* Änderungsprotokoll: 2026-07-07 | cursor-agent | @skill-css-rules, @skill-change-provenance | Globus-Screen Layout */

/* Änderungsprotokoll: 2026-07-07 | cursor-agent | @skill-css-rules, @skill-change-provenance | Content-Wrapper im Globus-View schwarz */
.base-layout-main-container:has(.fulfillment-jobs-globus-page),
.base-layout-content-area:has(.fulfillment-jobs-globus-page) {
    background-color: #000011;
    color: #e8edf5;
}

html:has(.fulfillment-jobs-globus-page),
body:has(.fulfillment-jobs-globus-page) {
    background-color: #000011;
}

/* Änderungsprotokoll: 2026-07-13 | user-request | @skill-css-rules, @skill-change-provenance | View-Tabs Dark-Segment-Control prominent mit Icons */

.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar {
    display: flex;
    width: 100%;
    margin-bottom: var(--spacing-xl);
    padding: 1.125rem 1.375rem;
    box-sizing: border-box;
    background: linear-gradient(145deg, rgba(16, 28, 56, 0.96), rgba(6, 10, 24, 0.94));
    border: 1px solid rgba(142, 197, 255, 0.32);
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(142, 197, 255, 0.08) inset;
}

.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar .fulfillment-center-view-tabs-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Änderungsprotokoll: 2026-07-13 | cursor-agent | @skill-css-rules, @skill-change-provenance | Label ANSICHT aus View-Tabs entfernt */
.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar .fulfillment-center-suche-sort-nav {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    justify-content: stretch;
    gap: 0.375rem;
    width: min(100%, 32rem);
    max-width: 100%;
    margin: 0 auto;
    padding: 0.3125rem;
    border: 1px solid rgba(142, 197, 255, 0.34);
    border-radius: 999px;
    background: rgba(4, 8, 20, 0.92);
    box-shadow: inset 0 1px 0 rgba(142, 197, 255, 0.12);
}

.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar .fulfillment-center-suche-sort-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex: 1 1 0;
    min-width: 0;
    min-height: 2.75rem;
    margin: 0;
    padding: 0.625rem 1.125rem;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: #c5d0e0;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
    transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar #fulfillment-center-view-tab-list::before,
.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar #fulfillment-center-view-tab-globe::before,
.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar #fulfillment-jobs-view-tab-merkliste::before {
    content: '';
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    background-color: currentColor;
    opacity: 0.92;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar #fulfillment-center-view-tab-list::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cline x1='8' y1='6' x2='21' y2='6'/%3E%3Cline x1='8' y1='12' x2='21' y2='12'/%3E%3Cline x1='8' y1='18' x2='21' y2='18'/%3E%3Cline x1='3' y1='6' x2='3.01' y2='6'/%3E%3Cline x1='3' y1='12' x2='3.01' y2='12'/%3E%3Cline x1='3' y1='18' x2='3.01' y2='18'/%3E%3C/svg%3E");
}

.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar #fulfillment-center-view-tab-globe::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='2' y1='12' x2='22' y2='12'/%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'/%3E%3C/svg%3E");
}

.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar #fulfillment-jobs-view-tab-merkliste::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
}

/* Änderungsprotokoll: 2026-07-13 | user-request | @skill-css-rules, @skill-change-provenance | Merkliste-Tab gleiche Spaltenbreite wie Liste und Globus */
.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar .fulfillment-center-suche-sort-link.fulfillment-jobs-view-tab-merkliste {
    gap: 0.5rem;
    flex: 1 1 0;
    min-width: 0;
    padding: 0.625rem 0.75rem;
}

.fulfillment-jobs-globus-page .fulfillment-jobs-view-tab-merkliste-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 1.25rem;
    height: 1.25rem;
    margin-inline-start: 0;
    padding: 0 0.375rem;
    border-radius: 999px;
    background: rgba(142, 197, 255, 0.28);
    color: #e8edf5;
    font-size: 0.6875rem;
    font-weight: var(--font-weight-bold);
    line-height: 1;
}

.fulfillment-jobs-globus-page .fulfillment-center-suche-sort-link-active .fulfillment-jobs-view-tab-merkliste-count {
    background: rgba(0, 0, 17, 0.55);
    color: var(--color-text-inverse);
}

.fulfillment-jobs-globus-page .fulfillment-jobs-view-tab-merkliste-count[hidden] {
    display: none;
}

.fulfillment-jobs-globus-page .fulfillment-jobs-view-tab-merkliste-disabled {
    opacity: 0.38;
    cursor: not-allowed;
    pointer-events: none;
}

.fulfillment-jobs-globus-page .fulfillment-jobs-view-tab-merkliste-disabled::before {
    opacity: 0.5;
}

.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar .fulfillment-jobs-view-tab-merkliste-disabled:hover {
    color: #c5d0e0;
    background: transparent;
}

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

.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar .fulfillment-center-suche-sort-link-active {
    border: none;
    background: linear-gradient(180deg, #a8d4ff 0%, #8ec5ff 100%);
    color: #000011;
    font-weight: var(--font-weight-bold);
    box-shadow: 0 4px 14px rgba(142, 197, 255, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar .fulfillment-center-suche-sort-link-active:hover {
    color: #000011;
    background: linear-gradient(180deg, #a8d4ff 0%, #8ec5ff 100%);
}

@media (max-width: 575px) {
    .fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar {
        padding: 1rem;
    }

    .fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar .fulfillment-center-suche-sort-nav {
        width: 100%;
    }

    .fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar .fulfillment-center-suche-sort-link {
        padding-inline: 0.75rem;
        font-size: var(--font-size-xs);
    }
}

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

.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar .fulfillment-center-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);
}

.fulfillment-jobs-globus-page .fulfillment-center-view-tabs-toolbar .fulfillment-center-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;
}

.fulfillment-jobs-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 */
.fulfillment-jobs-globus-page {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px 2rem;
    box-sizing: border-box;
    background-color: #000011;
    color: #e8edf5;
}

@media (min-width: 768px) {
    .fulfillment-jobs-globus-page {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1024px) {
    .fulfillment-jobs-globus-page {
        padding-left: 30px;
        padding-right: 30px;
    }
}

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

.fulfillment-jobs-globus-empty {
    color: #c5d0e0;
}

/* Änderungsprotokoll: 2026-07-23 | cursor-agent | @skill-css-rules, @skill-globus, @skill-change-provenance | skill-globus Zoom-Regler, Marker-Dots, Attribution */
.fulfillment-jobs-globus-container {
    width: 100%;
    min-height: 70vh;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: #000011;
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
}

.fulfillment-jobs-globus-container .scene-nav-info {
    display: none;
}

.fulfillment-jobs-globus-container .scene-container {
    touch-action: none;
}

.fulfillment-jobs-globus-container canvas {
    display: block;
    width: 100% !important;
    height: 100% !important;
    touch-action: none;
    pointer-events: auto;
}

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

/* Änderungsprotokoll: 2026-07-23 | cursor-agent | @skill-globus, @skill-css-rules, @skill-change-provenance | Marker Look ohne Glow/Border laut skill-globus */
.fulfillment-jobs-globus-marker {
    width: 1px;
    height: 1px;
    border: 0;
    border-radius: 50%;
    background-color: #8ec5ff;
    box-shadow: none;
    outline: none;
}

.fulfillment-jobs-globus-tooltip-layer {
    position: absolute;
    inset: 0;
    z-index: 20;
    overflow: visible;
    pointer-events: none;
}

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

.fulfillment-jobs-globus-zoom-controls {
    position: absolute;
    right: 0.75rem;
    bottom: 0.75rem;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    min-width: 3.25rem;
    padding: 0.35rem;
    border: 1px solid rgba(142, 197, 255, 0.35);
    border-radius: 0.55rem;
    background: linear-gradient(180deg, rgba(12, 22, 48, 0.96) 0%, rgba(4, 8, 20, 0.98) 100%);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45);
}

.fulfillment-jobs-globus-zoom-button {
    min-height: 2.25rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0.35rem;
    background: rgba(142, 197, 255, 0.16);
    color: #f5f8fc;
    font-size: 1.15rem;
    font-weight: var(--font-weight-bold);
    line-height: 1;
    cursor: pointer;
}

.fulfillment-jobs-globus-zoom-button:hover:not(:disabled) {
    background: rgba(142, 197, 255, 0.28);
}

.fulfillment-jobs-globus-zoom-button:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.fulfillment-jobs-globus-zoom-level-value {
    display: block;
    padding: 0.15rem 0.2rem;
    color: #c5d0e0;
    font-size: 0.68rem;
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

.fulfillment-jobs-globus-tile-attribution {
    position: absolute;
    left: 0.75rem;
    bottom: 0.75rem;
    z-index: 30;
    max-width: calc(100% - 5.5rem);
    padding: 0.3rem 0.5rem;
    border: 1px solid rgba(142, 197, 255, 0.22);
    border-radius: 0.35rem;
    background: rgba(4, 8, 20, 0.88);
    color: #9aabc4;
    font-size: 0.65rem;
    line-height: 1.3;
    pointer-events: none;
}

.fulfillment-jobs-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);
}

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

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

/* Änderungsprotokoll: 2026-07-13 | user-request | @skill-css-rules, @skill-change-provenance | Tooltip Unternehmen und Beschäftigungsart */
.fulfillment-jobs-globus-label-provider,
.fulfillment-jobs-globus-label-employment {
    margin-top: 0.35rem;
    color: #d8e8ff;
    font-size: 0.76rem;
    line-height: 1.4;
}

.fulfillment-jobs-globus-label-provider-title,
.fulfillment-jobs-globus-label-employment-title {
    font-size: 0.68rem;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8ec5ff;
}

/* Änderungsprotokoll: 2026-07-07 | cursor-agent | @skill-css-rules, @skill-change-provenance | Tooltip Leistungen und Spezialisierung */
.fulfillment-jobs-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;
}

.fulfillment-jobs-globus-label-services {
    margin-top: 0.45rem;
}

.fulfillment-jobs-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;
}

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

.fulfillment-jobs-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;
}

.fulfillment-jobs-globus-label-link {
    margin-top: 0.4rem;
}

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

.fulfillment-jobs-globus-label a:hover {
    text-decoration: underline;
}
