/* 3DPO Full Color Studio - matches the site's synthwave dark theme
   (navy #0a0e27/#050714, neon pink #ff006e, neon blue #00d9ff, neon
   purple #8338ec; Rajdhani body / Audiowide display). !important
   throughout per this site's established theme-override convention. */

.tdpo-fcs-root,
.tdpo-fcs-root *,
.tdpo-fcs-root *::before,
.tdpo-fcs-root *::after {
    box-sizing: border-box;
    border: 0 !important;
    outline: none !important;
    box-shadow: none;
}

.tdpo-fcs-root {
    box-shadow: none !important;
    position: relative !important;
    max-width: 960px;
    margin: 0 auto !important;
    font-family: 'Rajdhani', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 500 !important;
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    font-size: 16px !important;
}

.tdpo-fcs-disclaimer {
    background: rgba(255, 0, 110, 0.08) !important;
    border: 1px solid rgba(255, 0, 110, 0.35) !important;
    border-radius: 6px !important;
    padding: 14px 18px !important;
    font-size: 15px !important;
    line-height: 1.55 !important;
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    margin-bottom: 16px !important;
}

.tdpo-fcs-disclaimer p:last-child {
    margin-bottom: 0 !important;
}

.tdpo-fcs-toolbar {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 10px !important;
    flex-wrap: wrap !important;
}

.tdpo-fcs-btn {
    background: var(--tdpo-fcs-surface-bg, #0a0e27) !important;
    border: 1px solid var(--tdpo-fcs-border, #8338ec) !important;
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    border-radius: 6px !important;
    padding: 9px 16px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-family: 'Rajdhani', sans-serif !important;
    letter-spacing: 0.02em !important;
    cursor: pointer !important;
}

.tdpo-fcs-btn:hover {
    border-color: var(--tdpo-fcs-accent, #00d9ff) !important;
    color: var(--tdpo-fcs-accent, #00d9ff) !important;
}

.tdpo-fcs-btn--active {
    background: var(--tdpo-fcs-accent, #00d9ff) !important;
    color: #050714 !important;
    border-color: var(--tdpo-fcs-accent, #00d9ff) !important;
}

.tdpo-fcs-btn--active:hover {
    color: #050714 !important;
}

.tdpo-fcs-btn--icon-lg {
    font-size: 20px !important;
    line-height: 1 !important;
    padding: 4px 12px !important;
    font-weight: 900 !important;
}

.tdpo-fcs-btn--danger {
    border-color: var(--tdpo-fcs-button-bg, #ff006e) !important;
    color: var(--tdpo-fcs-button-bg, #ff006e) !important;
}

.tdpo-fcs-btn--danger:hover {
    background: var(--tdpo-fcs-button-bg, #ff006e) !important;
    color: #ffffff !important;
}

.tdpo-fcs-filename {
    font-size: 15px !important;
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    opacity: 0.7 !important;
    flex: 1 !important;
}

.tdpo-fcs-mode-group,
.tdpo-fcs-tool-group {
    display: flex !important;
    gap: 6px !important;
}

.tdpo-fcs-slider-field {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    white-space: nowrap !important;
}

/* --- Custom glowing sliders: bordered circle thumb on a glowing track --- */
.tdpo-fcs-slider-field input[type="range"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 120px !important;
    height: 6px !important;
    background: linear-gradient(90deg, var(--tdpo-fcs-accent, #00d9ff), var(--tdpo-fcs-border, #8338ec)) !important;
    border-radius: 4px !important;
    box-shadow: 0 0 8px rgba(0, 217, 255, 0.6) !important;
    outline: none !important;
    cursor: pointer !important;
}

.tdpo-fcs-slider-field input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50% !important;
    background: #050714 !important;
    border: 2px solid var(--tdpo-fcs-accent, #00d9ff) !important;
    box-shadow: 0 0 6px var(--tdpo-fcs-accent, #00d9ff) !important;
    cursor: pointer !important;
}

.tdpo-fcs-slider-field input[type="range"]::-moz-range-track {
    height: 6px !important;
    background: linear-gradient(90deg, var(--tdpo-fcs-accent, #00d9ff), var(--tdpo-fcs-border, #8338ec)) !important;
    border-radius: 4px !important;
    box-shadow: 0 0 8px rgba(0, 217, 255, 0.6) !important;
}

.tdpo-fcs-slider-field input[type="range"]::-moz-range-thumb {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #050714 !important;
    border: 2px solid var(--tdpo-fcs-accent, #00d9ff) !important;
    box-shadow: 0 0 6px var(--tdpo-fcs-accent, #00d9ff) !important;
    cursor: pointer !important;
}

.tdpo-fcs-slider-field span {
    min-width: 55px !important;
    font-size: 13px !important;
    opacity: 0.75 !important;
}

.tdpo-fcs-swatches {
    display: flex !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    margin-left: auto !important;
}

.tdpo-fcs-swatch {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    border: 2px solid var(--tdpo-fcs-border, #8338ec) !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.tdpo-fcs-swatch--active {
    border-color: var(--tdpo-fcs-accent, #00d9ff) !important;
    box-shadow: 0 0 10px var(--tdpo-fcs-accent, #00d9ff) !important;
}

.tdpo-fcs-viewport {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 5 / 4 !important;
    max-height: 82vh !important;
    min-height: 420px !important;
    border: 1px solid var(--tdpo-fcs-border, #8338ec) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    background: var(--tdpo-fcs-panel-bg, #050714) !important;
}

.tdpo-fcs-viewport canvas {
    display: block !important;
}

.tdpo-fcs-overlay {
    position: absolute !important;
    z-index: 15 !important;
    background: rgba(5, 7, 20, 0.78) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    border: 1px solid var(--tdpo-fcs-border, #8338ec) !important;
    border-radius: 8px !important;
    padding: 8px 10px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

.tdpo-fcs-overlay-top {
    top: 10px !important;
    left: 10px !important;
    max-width: calc(100% - 146px) !important;
}

.tdpo-fcs-overlay-top-actions {
    display: flex !important;
    gap: 4px !important;
    margin-left: 4px !important;
    padding-left: 8px !important;
    border-left: 1px solid rgba(131, 56, 236, 0.4) !important;
}

.tdpo-fcs-overlay-options {
    top: 58px !important;
    left: 10px !important;
    max-width: calc(100% - 146px) !important;
}

.tdpo-fcs-overlay-options-body {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

.tdpo-fcs-overlay-options-row {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

.tdpo-fcs-overlay-bottom {
    bottom: 10px !important;
    left: 10px !important;
    right: 10px !important;
    justify-content: center !important;
}

.tdpo-fcs-overlay-transform {
    top: 10px !important;
    right: 132px !important;
    padding: 6px !important;
    flex-direction: column !important;
    align-items: flex-end !important;
}

.tdpo-fcs-gizmo-readout {
    display: flex !important;
    gap: 14px !important;
    font-size: 13px !important;
    background: rgba(0, 0, 0, 0.25) !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
}

.tdpo-fcs-gizmo-readout .tdpo-fcs-axis-x { color: #ff4d4d !important; }
.tdpo-fcs-gizmo-readout .tdpo-fcs-axis-y { color: #4dff4d !important; }
.tdpo-fcs-gizmo-readout .tdpo-fcs-axis-z { color: #4d9fff !important; }

.tdpo-fcs-gizmo-uniform-toggle {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 13px !important;
    cursor: pointer !important;
}

.tdpo-fcs-overlay-transform-body {
    position: absolute !important;
    top: 100% !important;
    right: 0 !important;
    margin-top: 6px !important;
    background: rgba(5, 7, 20, 0.92) !important;
    border: 1px solid var(--tdpo-fcs-border, #8338ec) !important;
    border-radius: 8px !important;
    padding: 10px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 250px !important;
}

.tdpo-fcs-orientation-cube-wrap {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 15 !important;
    width: 112px !important;
    height: 112px !important;
    cursor: pointer !important;
}

.tdpo-fcs-orientation-cube {
    width: 112px !important;
    height: 112px !important;
    display: block !important;
}

.tdpo-fcs-select-tool-prompt {
    position: absolute !important;
    bottom: 68px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 14 !important;
    background: rgba(5, 7, 20, 0.85) !important;
    border: 1px solid var(--tdpo-fcs-accent, #00d9ff) !important;
    border-radius: 8px !important;
    padding: 10px 18px !important;
    color: var(--tdpo-fcs-accent, #00d9ff) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.tdpo-fcs-empty-state {
    position: absolute !important;
    inset: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    text-align: center !important;
    cursor: pointer !important;
    border: 2px dashed var(--tdpo-fcs-border, #8338ec) !important;
    border-radius: 10px !important;
    background: rgba(131, 56, 236, 0.05) !important;
    transition: border-color 0.15s ease, background 0.15s ease !important;
}

.tdpo-fcs-empty-state:hover {
    border-color: var(--tdpo-fcs-accent, #00d9ff) !important;
    background: rgba(0, 217, 255, 0.06) !important;
}

.tdpo-fcs-empty-state--dragover {
    border-color: var(--tdpo-fcs-button-bg, #ff006e) !important;
    background: rgba(255, 0, 110, 0.1) !important;
}

.tdpo-fcs-swatch-wrap {
    position: relative !important;
    display: inline-block !important;
}

.tdpo-fcs-swatch-edit {
    position: absolute !important;
    bottom: -4px !important;
    right: -4px !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
    background: var(--tdpo-fcs-surface-bg, #0a0e27) !important;
    border: 1px solid var(--tdpo-fcs-border, #8338ec) !important;
    color: var(--tdpo-fcs-accent, #00d9ff) !important;
    font-size: 9px !important;
    line-height: 13px !important;
    text-align: center !important;
    cursor: pointer !important;
    padding: 0 !important;
}

.tdpo-fcs-swatch-edit:hover {
    background: var(--tdpo-fcs-accent, #00d9ff) !important;
    color: #050714 !important;
}

.tdpo-fcs-empty-state-icon {
    font-size: 40px !important;
    line-height: 1 !important;
    color: var(--tdpo-fcs-accent, #00d9ff) !important;
    font-family: 'Audiowide', sans-serif !important;
}

.tdpo-fcs-empty-state-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    font-family: 'Audiowide', 'Rajdhani', sans-serif !important;
    letter-spacing: 0.02em !important;
}

.tdpo-fcs-empty-state-sub {
    font-size: 14px !important;
    opacity: 0.65 !important;
}

.tdpo-fcs-status {
    margin-top: 8px !important;
    font-size: 14px !important;
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    opacity: 0.8 !important;
    min-height: 18px !important;
    line-height: 1.5 !important;
}

.tdpo-fcs-status--error {
    color: var(--tdpo-fcs-button-bg, #ff006e) !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}

/* --- Texture-choice modal (OBJ import) --- */
.tdpo-fcs-modal-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(5, 7, 20, 0.75) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 9999 !important;
}

.tdpo-fcs-modal {
    position: relative !important;
    background: var(--tdpo-fcs-surface-bg, #0a0e27) !important;
    border: 1px solid var(--tdpo-fcs-border, #8338ec) !important;
    border-radius: 10px !important;
    padding: 28px 30px !important;
    max-width: 380px !important;
    width: 90% !important;
    box-shadow: 0 0 30px rgba(131, 56, 236, 0.4) !important;
}

.tdpo-fcs-modal h3 {
    font-family: 'Audiowide', 'Rajdhani', sans-serif !important;
    font-size: 18px !important;
    color: var(--tdpo-fcs-accent, #00d9ff) !important;
    margin: 0 0 12px !important;
}

.tdpo-fcs-modal p {
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    opacity: 0.85 !important;
    margin: 0 0 20px !important;
}

.tdpo-fcs-help-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 16px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.tdpo-fcs-help-list li {
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    opacity: 0.9 !important;
    padding-left: 14px !important;
    border-left: 2px solid var(--tdpo-fcs-accent, #00d9ff) !important;
}

.tdpo-fcs-help-list li strong {
    color: var(--tdpo-fcs-accent, #00d9ff) !important;
    opacity: 1 !important;
}

.tdpo-fcs-help-sublist {
    list-style: none !important;
    padding: 8px 0 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}

.tdpo-fcs-help-sublist li {
    border-left: none !important;
    padding-left: 0 !important;
    opacity: 0.8 !important;
}

.tdpo-fcs-help-note {
    font-size: 13px !important;
    font-style: italic !important;
    opacity: 0.65 !important;
    margin: 0 !important;
}

.tdpo-fcs-modal-actions {
    display: flex !important;
    gap: 10px !important;
    justify-content: flex-end !important;
}

.tdpo-fcs-modal-close {
    position: absolute !important;
    top: 10px !important;
    right: 12px !important;
    background: none !important;
    border: none !important;
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    font-size: 22px !important;
    cursor: pointer !important;
    opacity: 0.6 !important;
    line-height: 1 !important;
}

.tdpo-fcs-modal-close:hover {
    opacity: 1 !important;
}

.tdpo-fcs-loading-overlay {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    background: rgba(5, 7, 20, 0.85) !important;
    z-index: 10 !important;
}

.tdpo-fcs-spinner {
    width: 46px !important;
    height: 46px !important;
    border-radius: 50% !important;
    border: 4px solid rgba(255, 0, 110, 0.2) !important;
    border-top-color: var(--tdpo-fcs-button-bg, #ff006e) !important;
    box-shadow: 0 0 12px rgba(255, 0, 110, 0.5) !important;
    animation: tdpo-fcs-spin 0.9s linear infinite !important;
}

@keyframes tdpo-fcs-spin {
    to { transform: rotate(360deg); }
}

.tdpo-fcs-loading-text {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: var(--tdpo-fcs-button-bg, #ff006e) !important;
    letter-spacing: 0.02em !important;
}

.tdpo-fcs-help-btn {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    border: 1px solid var(--tdpo-fcs-border, #8338ec) !important;
    background: transparent !important;
    color: var(--tdpo-fcs-accent, #00d9ff) !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 18px !important;
    text-align: center !important;
    cursor: pointer !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
}

.tdpo-fcs-help-btn:hover {
    background: var(--tdpo-fcs-accent, #00d9ff) !important;
    color: #050714 !important;
}

.tdpo-fcs-section-label {
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    opacity: 0.75 !important;
}

.tdpo-fcs-transform-size {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.tdpo-fcs-transform-size input[type="number"] {
    width: 70px !important;
    background: var(--tdpo-fcs-panel-bg, #050714) !important;
    border: 1px solid var(--tdpo-fcs-border, #8338ec) !important;
    border-radius: 5px !important;
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    padding: 6px 8px !important;
    font-size: 14px !important;
    font-family: 'Rajdhani', sans-serif !important;
}

.tdpo-fcs-transform-size select {
    background: var(--tdpo-fcs-panel-bg, #050714) !important;
    border: 1px solid var(--tdpo-fcs-border, #8338ec) !important;
    border-radius: 5px !important;
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    padding: 6px 8px !important;
    font-size: 14px !important;
    font-family: 'Rajdhani', sans-serif !important;
}

.tdpo-fcs-transform-axis-label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: var(--tdpo-fcs-accent, #00d9ff) !important;
    min-width: 14px !important;
}

.tdpo-fcs-transform-rotate-grid {
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.tdpo-fcs-rotate-group {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 13px !important;
}

.tdpo-fcs-rotate-group span {
    min-width: 18px !important;
    opacity: 0.75 !important;
}

.tdpo-fcs-swatch--add {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--tdpo-fcs-accent, #00d9ff) !important;
    background: transparent !important;
    border-style: dashed !important;
}

.tdpo-fcs-swatch--add:hover {
    background: rgba(0, 217, 255, 0.1) !important;
}

.tdpo-fcs-texture-dropzone {
    border: 2px dashed var(--tdpo-fcs-border, #8338ec) !important;
    border-radius: 8px !important;
    padding: 24px 16px !important;
    text-align: center !important;
    font-size: 14px !important;
    opacity: 0.7 !important;
    cursor: pointer !important;
    margin: 10px 0 !important;
    transition: border-color 0.15s ease, background 0.15s ease, opacity 0.15s ease !important;
}

.tdpo-fcs-texture-dropzone:hover {
    opacity: 1 !important;
    border-color: var(--tdpo-fcs-accent, #00d9ff) !important;
    background: rgba(0, 217, 255, 0.06) !important;
}

.tdpo-fcs-texture-dropzone--dragover {
    opacity: 1 !important;
    border-color: var(--tdpo-fcs-button-bg, #ff006e) !important;
    background: rgba(255, 0, 110, 0.1) !important;
}

.tdpo-fcs-gradient-controls {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
}

.tdpo-fcs-gradient-controls input[type="color"] {
    width: 34px !important;
    height: 30px !important;
    border: 1px solid var(--tdpo-fcs-border, #8338ec) !important;
    border-radius: 5px !important;
    background: none !important;
    cursor: pointer !important;
    padding: 1px !important;
}

.tdpo-fcs-gradient-hint {
    font-size: 12px !important;
    opacity: 0.6 !important;
    font-style: italic !important;
}

.tdpo-fcs-modal input[type="color"] {
    width: 100% !important;
    height: 44px !important;
    border: 1px solid var(--tdpo-fcs-border, #8338ec) !important;
    border-radius: 6px !important;
    background: none !important;
    cursor: pointer !important;
    padding: 2px !important;
    margin: 4px 0 !important;
}

.tdpo-fcs-color-preview {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 12px 0 !important;
    font-size: 13px !important;
}

.tdpo-fcs-color-preview-swatch {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    border: 2px solid var(--tdpo-fcs-border, #8338ec) !important;
    flex-shrink: 0 !important;
}

.tdpo-fcs-color-preview-text {
    opacity: 0.8 !important;
    line-height: 1.4 !important;
}

/* Utility: MUST stay last in this file. Toggled via classList (not inline
   style) for any element whose base class also sets display:flex
   !important (slider-field, empty-state, modal-overlay) -- an inline
   style="display:none" cannot win against an !important stylesheet rule,
   which was the root cause of the texture-modal-always-visible bug. */
.tdpo-fcs-tutorial-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 100000 !important;
    background: rgba(5, 7, 20, 0.85) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.tdpo-fcs-tutorial-welcome-card {
    background: var(--tdpo-fcs-surface-bg, #0a0e27) !important;
    border: 1px solid var(--tdpo-fcs-accent, #00d9ff) !important;
    border-radius: 12px !important;
    padding: 32px !important;
    max-width: 420px !important;
    text-align: center !important;
    box-shadow: 0 0 40px rgba(0, 217, 255, 0.25) !important;
}

.tdpo-fcs-tutorial-welcome-card h3 {
    font-family: 'Audiowide', sans-serif !important;
    color: var(--tdpo-fcs-accent, #00d9ff) !important;
    font-size: 20px !important;
    margin: 0 0 14px !important;
}

.tdpo-fcs-tutorial-welcome-card p {
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    opacity: 0.85 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    margin: 0 0 22px !important;
}

.tdpo-fcs-tutorial-welcome-card .tdpo-fcs-modal-actions {
    display: flex !important;
    gap: 10px !important;
    justify-content: center !important;
}

/* The classic "spotlight cutout" trick: the highlight box itself has no
   fill, just a border, but its box-shadow extends 9999px in every
   direction -- since box-shadow doesn't get clipped by the box's own
   bounds, this darkens the ENTIRE rest of the page while leaving the
   box's interior (over the real UI, which sits at a lower z-index)
   untouched. No actual DOM cutout/clip-path needed. */
.tdpo-fcs-tutorial-highlight {
    position: fixed !important;
    z-index: 100001 !important;
    border: 2px solid var(--tdpo-fcs-accent, #00d9ff) !important;
    border-radius: 10px !important;
    box-shadow: 0 0 0 9999px rgba(5, 7, 20, 0.82), 0 0 24px rgba(0, 217, 255, 0.5) !important;
    pointer-events: none !important;
    transition: top 0.25s ease, left 0.25s ease, width 0.25s ease, height 0.25s ease !important;
}

.tdpo-fcs-tutorial-callout {
    position: fixed !important;
    z-index: 100002 !important;
    background: var(--tdpo-fcs-surface-bg, #0a0e27) !important;
    border: 1px solid var(--tdpo-fcs-accent, #00d9ff) !important;
    border-radius: 10px !important;
    padding: 16px 18px !important;
    width: 300px !important;
    box-shadow: 0 0 24px rgba(0, 217, 255, 0.35) !important;
    transition: top 0.25s ease, left 0.25s ease !important;
}

.tdpo-fcs-tutorial-callout-step {
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    color: var(--tdpo-fcs-accent, #00d9ff) !important;
    opacity: 0.8 !important;
    margin-bottom: 6px !important;
}

.tdpo-fcs-tutorial-callout h4 {
    font-family: 'Audiowide', sans-serif !important;
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    font-size: 16px !important;
    margin: 0 0 8px !important;
}

.tdpo-fcs-tutorial-callout p {
    color: var(--tdpo-fcs-text, #e8e8f5) !important;
    opacity: 0.85 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin: 0 0 16px !important;
}

.tdpo-fcs-tutorial-callout-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
}

.tdpo-fcs-tutorial-callout-nav {
    display: flex !important;
    gap: 6px !important;
}

.tdpo-fcs-hidden {
    display: none !important;
}
