/* Agentic CPT Stylesheet */

.todey-agentic-master-wrap { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: #000; padding-bottom: 0px; color: #fff; width: 100%; box-sizing: border-box; }

/* Interactive Luxury Dynamic Canvas Wrapper */
.fccs-wrapper {
    position: relative;
    width: 100%;
    background-color: #000000 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.fccs-wrapper *,
.fccs-wrapper *::before,
.fccs-wrapper *::after {
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
    border-radius: 0px !important;
}

.fccs-container {
    position: relative;
    width: 100%;
    max-width: 1920px;
    aspect-ratio: 1920 / 700;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.todey-pure-black-void {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: transparent !important;
    z-index: 1;
}

.todey-apple-matrix-panel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    will-change: transform, mask-image;
    -webkit-mask-image: radial-gradient(circle var(--todey-mask-radius, 150px) at var(--todey-reveal-x, 50%) var(--todey-reveal-y, 50%), rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(circle var(--todey-mask-radius, 150px) at var(--todey-reveal-x, 50%) var(--todey-reveal-y, 50%), rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0) 100%);
    transition: -webkit-mask-image 0.08s ease, mask-image 0.08s ease;
}

.todey-organic-wave-gradient {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background:
      radial-gradient(circle at 25% 15%, rgba(255, 255, 255, 0.45) 0%, transparent 45%),
      radial-gradient(circle at 80% 25%, rgba(220, 228, 240, 0.4) 0%, transparent 45%),
      radial-gradient(circle at 15% 80%, rgba(245, 245, 250, 0.35) 0%, transparent 50%),
      radial-gradient(circle at 85% 85%, rgba(255, 255, 255, 0.5) 0%, transparent 35%),
      linear-gradient(135deg, #020203 0%, #0c1017 50%, #010102 100%);
}

.todey-micro-pixel-grille {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image:
      linear-gradient(to right, #000000 1px, transparent 1px),
      linear-gradient(to bottom, #000000 1px, transparent 1px);
    background-size: 3px 3px;
    background-position: center center;
}

.fccs-bg-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: block;
    pointer-events: none;
    will-change: transform;
}

.todey-velvet-vignette-shading {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 25%, #000000 90%);
    pointer-events: none;
    z-index: 4;
}

.fccs-stage {
    position: relative;
    z-index: 5;
    perspective: 1200px;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    will-change: transform;
}

.fccs-card-wrapper {
    position: relative;
    width: 35%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

.fccs-canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250%;
    height: auto;
    display: block;
    pointer-events: none;
    will-change: contents;
}

.fccs-fallback-img {
    width: 100%;
    height: auto;
    display: none;
}

.agentic-console-section { width: 100%; margin: 60px 0; background: #000; box-sizing: border-box; }
.agentic-console-wrapper { display: flex; justify-content: center; align-items: center; width: 100%; }
.agentic-terminal-pill { display: flex; flex-direction: column; width: 100%; max-width: 800px; background: #020202; border: 1px solid #141414; border-radius: 0px !important; padding: 0; position: relative; box-sizing: border-box; }
.terminal-window-header { display: flex; align-items: center; padding: 14px 24px; border-bottom: 1px solid #111; background: #050505; }
.terminal-dots { display: flex; gap: 6px; }
.terminal-dot { width: 8px; height: 8px; border-radius: 50% !important; display: inline-block; }
.terminal-dot:nth-child(1) { background: #ff5f56 !important; }
.terminal-dot:nth-child(2) { background: #ffbd2e !important; }
.terminal-dot:nth-child(3) { background: #27c93f !important; }
.deck-inner-shell { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 24px; background: #000000; padding: 24px; box-sizing: border-box; }
.agentic-cli-prompt { display: flex; align-items: center; gap: 12px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; flex-grow: 1; min-width: 0; max-width: 100%; }
.agentic-cli-prompt::-webkit-scrollbar { display: none; }
.cli-chevron { color: rgba(255, 255, 255, 0.35); font-family: 'SF Mono', Consolas, Menlo, monospace; font-size: 14px; font-weight: 600; user-select: none; margin-right: 4px; }
.cli-code { color: #ffffff; font-family: 'SF Mono', Consolas, Menlo, monospace; font-size: 14px; letter-spacing: 0px; font-weight: 400; }

.agentic-terminal-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; position: relative; }
.agentic-copy-action-wrapper { display: flex; align-items: center; position: relative; }

.agentic-terminal-btn { position: relative; background: transparent; border: 1px solid #ffffff14; color: #777; cursor: pointer; height: 38px; min-width: 38px; display: inline-flex; align-items: center; justify-content: center; border-radius: 3px !important; transition: all 0.25s ease; box-sizing: border-box; text-decoration: none; padding: 0; }
.agentic-doc-btn { padding: 0 14px; gap: 8px; }
.agentic-terminal-btn:hover { border-color: #ffffff20; color: #fff; background: rgba(255,255,255,0.01); }
.agentic-terminal-btn:active { transform: scale(0.98); }
.agentic-terminal-btn.clicked { background: rgba(255, 68, 0, 0.1) !important; border-color: #ff4400 !important; color: #ff4400 !important; }
.agentic-terminal-btn.clicked svg.check-svg-icon { stroke: #ff4400 !important; }
.doc-btn-text { font-size: 11px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }

.agentic-copy-feedback { position: absolute; right: 100%; margin-right: 12px; top: 50%; transform: translateY(-50%); color: #ff4400; font-size: 11px; font-weight: 700; letter-spacing: 0.5px; opacity: 0; visibility: hidden; transition: all 0.2s ease; white-space: nowrap; text-transform: uppercase; background: transparent; padding: 0; font-family: 'SF Mono', Consolas, Menlo, monospace; }
.agentic-copy-feedback.active { opacity: 1; visibility: visible; }

.agentic-section-headline { font-size: 48px; font-weight: 900; word-spacing: 0.1em !important; color: #fff; text-transform: uppercase; margin: 0 0 35px 0; letter-spacing: -0.5px; border-bottom: 1px solid #111; padding-bottom: 20px; }

/* Matrix Table Display Infrastructure */
.agentic-matrix-grid { width: 100%; border: 1px solid #111; background: #000; margin: 40px 0 20px; border-bottom: none; box-sizing: border-box; }
.agentic-matrix-header-row { display: grid; grid-template-columns: 240px 1fr; background: #000000; border-bottom: 1px solid rgba(255, 255, 255, 0.1); min-height: 50px; }
.agentic-matrix-header-label { color: #fff; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 0 15px; display: flex; align-items: center; border-right: 1px solid #111; }
.agentic-matrix-header-value { color: #ffffff; font-size: 14px; font-weight: 800; text-transform: uppercase; display: flex; align-items: center; padding: 0 15px; letter-spacing: 0.5px; line-height: 1 !important; }
.mobile-grid-label-spacer { display: none; }

.agentic-matrix-row { display: grid; grid-template-columns: 1fr 1fr; }
.agentic-matrix-cell { display: grid; grid-template-columns: 240px 1fr; border-bottom: 1px solid #ffffff14; min-height: 50px; max-height: 50px; box-sizing: border-box; }
.agentic-matrix-cell:first-child { border-right: 1px solid #111; }
.agentic-matrix-label { background: #ff4400; color: #000; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 1px 10px; display: flex; align-items: center; position: relative; }
.agentic-matrix-value {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000;
    letter-spacing: 0.5px;
}
.agentic-matrix-value.highlight-yes { color: #3cff01; font-weight: 700; }
.agentic-matrix-value.highlight-no { color: #ff0000; font-weight: 700; }
.empty-placeholder { background: #000; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.agentic-tooltip-wrapper { position: relative; margin-left: auto; display: inline-flex; align-items: center; cursor: help; z-index: 5; }
.tooltip-trigger { background: rgba(0,0,0,0.15); color: #000; font-size: 10px; width: 14px; height: 14px; display: flex; align-items: center; justify-content: center; font-weight: 900; margin-left: 6px; border: 1px solid #000; }
.agentic-matrix-label:hover .tooltip-trigger { background: #000; color: #ff4400; }
.agentic-tooltip-content { visibility: hidden; opacity: 0; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%) translateY(5px); background: #fff; color: #000; text-transform: none; font-size: 12px; font-weight: 600; padding: 10px 14px; width: 240px; border-radius: 0px; box-shadow: 0 10px 30px rgba(0,0,0,0.9); pointer-events: none; transition: 0.2s; z-index: 999; letter-spacing: 0px; line-height: 1.4; }
.agentic-tooltip-content::after { content: ''; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); border-width: 5px; border-style: solid; border-color: #fff transparent transparent transparent; }
.agentic-tooltip-wrapper:hover .agentic-tooltip-content { visibility: visible; opacity: 1; transform: translateX(-50%) translateY(-6px); }

.agentic-text-block { background: #000; border: 1px solid #111; border-left: 2px solid #ff4400; border-radius: 0px; padding: 32px 40px; margin: 40px 0; color: #888; line-height: 1.7; font-size: 15px; box-sizing: border-box; }
.agentic-text-block > *:first-child { margin-top: 0 !important; }
.agentic-text-block > *:last-child { margin-bottom: 0 !important; }
.agentic-text-block ul.agentic-custom-list { list-style: none; padding: 0; margin: 24px 0; }
.agentic-text-block ul.agentic-custom-list li { position: relative; padding-left: 24px; margin-bottom: 12px; color: #888888; font-weight: 500; }
.agentic-text-block ul.agentic-custom-list li::before { content: ''; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; background: #ff4400; border-radius: 0px; }

.agentic-pc-wrapper { margin: 0 0 50px 0; box-sizing: border-box; }
.agentic-pc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; background: transparent; }
.agentic-pc-container { display: flex; flex-direction: column; padding: 10px 0; background: transparent; }
.agentic-pc-header { display: flex; justify-content: space-between; align-items: center; border-bottom: none; padding-bottom: 8px; margin-bottom: 15px; }
.agentic-pc-side-title { font-size: 20px; font-weight: 800; color: #ffffff; text-transform: uppercase; letter-spacing: 2px; line-height: 1; }
.agentic-pc-status { font-family: monospace; font-size: 10px; font-weight: 700; color: rgba(255, 255, 255, 0.4); display: flex; align-items: center; gap: 6px; letter-spacing: 0.5px; }
.agentic-pc-status::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 50%; }
.agentic-pc-container:first-child .agentic-pc-status::before { background-color: #00ff1e; box-shadow: 0 0 8px rgba(0, 255, 30, 0.8); }
.agentic-pc-container:last-child .agentic-pc-status::before { background-color: #ff0000; box-shadow: 0 0 8px rgba(255, 0, 0, 0.8); }
.agentic-pc-list { list-style: none; padding: 0; margin: 0; flex-grow: 1; }
.agentic-pc-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: 'DM Sans', sans-serif;
    padding: 5px 0;
    border-bottom: none;
}
.agentic-pc-list li:last-child { padding-bottom: 0; }
.agentic-pc-list li:first-child { padding-top: 0; }
.agentic-pc-list li .pc-marker-icon,
.agentic-pc-list li .pc-item-text { transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s ease; }
.agentic-pc-list li:hover .pc-marker-icon,
.agentic-pc-list li:hover .pc-item-text { transform: translateX(4px); }
.agentic-pc-list li:hover .pc-item-text { color: #ffffff !important; }
.agentic-pc-list li .pc-marker-icon { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border: none; background: transparent; flex-shrink: 0; margin-top: 3px; }
.agentic-pc-list li .pc-marker-icon.marker-yes { color: #00ff1e; }
.agentic-pc-list li .pc-marker-icon.marker-no { color: #ff0000; }
.agentic-pc-list li .pc-marker-icon svg { width: 20px; height: 20px; display: block; }
.agentic-pc-list li .pc-item-text {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.70);
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.agentic-pc-list li .pc-item-text.status-muted {
    color: rgb(179 179 179);
}

.agentic-faq-wrapper { margin: 0 0 50px 0; padding: 0; box-sizing: border-box; }
.agentic-faq-container { border-top: none; }
.agentic-faq-item { border-bottom: 1px solid #ffffff14; background: #000; }
.agentic-faq-toggle { width: 100%; display: flex; justify-content: space-between; align-items: center; background: #000; border: none; padding: 20px 0; color: #b3b3b3; cursor: pointer; text-align: left; }
.agentic-faq-toggle[aria-expanded="true"] { border-bottom: none; }
.agentic-faq-q-group { display: flex; align-items: center; gap: 16px; }
.agentic-faq-dot { width: 4px; height: 4px; background: #ff4400; flex-shrink: 0; }
.agentic-faq-q {
    font-size: 18px;
    font-weight: 500;
    word-spacing: 3px;
}
.agentic-faq-icon-symbol { color: #fff; font-size: 18px; font-weight: 400; transition: transform 0.2s ease; margin-right: 10px; }
.agentic-faq-toggle[aria-expanded="true"] .agentic-faq-icon-symbol { transform: rotate(45deg); color: #ff4400; }
.agentic-faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.25s cubic-bezier(0.4, 0, 0.2, 1); background: #000; }
.agentic-faq-answer-inner { padding: 0 0 26px 20px; color: #888; font-size: 14px; line-height: 1.6; }
.agentic-faq-answer-inner p { margin: 0; }

.agentic-matrix-grid img.todey-grid-badge { display: inline-block !important; vertical-align: middle !important; margin-left: 8px !important; margin-right: 0 !important; margin-bottom: 0 !important; height: 16px !important; width: auto !important; max-width: 24px !important; min-width: 14px !important; cursor: pointer !important; position: relative !important; z-index: 3 !important; transition: transform 0.2s ease !important; }
.agentic-matrix-grid img.todey-grid-badge:hover { transform: scale(1.1) !important; }

.todey-badge-modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.75); z-index: 999999 !important; align-items: center; justify-content: center; backdrop-filter: blur(8px); margin: 0 !important; padding: 0 !important; }
.todey-badge-modal-overlay.todey-show { display: flex !important; }
.todey-badge-modal-content { background: #020202 !important; padding: 40px !important; border-radius: 0 !important; max-width: 480px !important; width: 90% !important; position: relative !important; font-family: system-ui, -apple-system, sans-serif !important; text-align: left !important; border: 1px solid rgba(255, 255, 255, 0.08) !important; box-shadow: 0 20px 40px rgba(0,0,0,0.5) !important; height: auto !important; visibility: visible !important; opacity: 1 !important; margin: 0 auto !important; display: block !important; }
.todey-badge-modal-close { position: absolute !important; top: 20px !important; right: 20px !important; cursor: pointer !important; font-size: 24px !important; line-height: 1 !important; color: #666 !important; border: none !important; background: transparent !important; padding: 0 !important; transition: color 0.3s ease !important; width: auto !important; height: auto !important; visibility: visible !important; opacity: 1 !important; display: inline-block !important; }
.todey-badge-modal-close:hover { color: #fff !important; }
.todey-badge-modal-title { display: flex !important; align-items: center !important; font-size: 16px !important; font-weight: 600 !important; margin-top: 0 !important; margin-bottom: 15px !important; color: #fff !important; text-transform: uppercase !important; letter-spacing: 2px !important; height: auto !important; visibility: visible !important; opacity: 1 !important; border: none !important; }
.todey-modal-title-badge { height: 16px !important; width: auto !important; margin-left: 6px !important; flex: 0 0 auto !important; display: inline-block !important; opacity: 1 !important; visibility: visible !important; }
.todey-badge-modal-text { font-size: 14px !important; line-height: 1.7 !important; margin-top: 0 !important; margin-bottom: 35px !important; color: #888 !important; height: auto !important; visibility: visible !important; opacity: 1 !important; display: block !important; }
.todey-badge-modal-btn { display: inline-flex !important; align-items: center !important; justify-content: center !important; background: transparent !important; color: #fff !important; text-decoration: none !important; padding: 12px 28px !important; border-radius: 0 !important; font-weight: 500 !important; font-size: 12px !important; text-transform: uppercase !important; letter-spacing: 1.5px !important; border: 1px solid rgba(255, 255, 255, 0.2) !important; transition: all 0.3s ease !important; cursor: pointer !important; height: auto !important; visibility: visible !important; opacity: 1 !important; }
.todey-badge-modal-btn:hover { background: #fff !important; color: #000 !important; border-color: #fff !important; }

/* ========================================== */
/* BRUTALIST TEXT BLOCK                        */
/* ========================================== */
.agentic-brutalist-block {
    background: #000;
    border: 1px solid #ffffff14;
    border-radius: 0px;
    padding: 32px 40px;
    margin: 0 0 50px 0;
    color: #888;
    line-height: 1.7;
    font-size: 15px;
    box-sizing: border-box;
    font-family: 'DM Sans', sans-serif;
}
.agentic-brutalist-block > *:first-child { margin-top: 0 !important; }
.agentic-brutalist-block > *:last-child { margin-bottom: 0 !important; }
.agentic-brutalist-text {
    margin-bottom: 16px;
    color: #888888;
}
.agentic-brutalist-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #ffffff14;
    padding-bottom: 8px;
}
ul.agentic-brutalist-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}
ul.agentic-brutalist-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    color: #a1a1a1;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1.4;
    max-width: 100%;
    box-sizing: border-box;
}
ul.agentic-brutalist-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #ff4400;
    border-radius: 0px;
}
body .agentic-brutalist-block blockquote.agentic-brutalist-quote {
    background: #171717 !important;
    border: none !important;
    padding: 10px 0 10px 24px !important;
    margin: 24px 0 !important;
    color: #a2a2a2 !important;
    font-style: italic !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: 0.3px !important;
    box-shadow: none !important;
}
body .agentic-brutalist-block blockquote.agentic-brutalist-quote::before,
body .agentic-brutalist-block blockquote.agentic-brutalist-quote::after {
    content: none !important;
}
body .agentic-brutalist-block q.agentic-brutalist-quote-inline {
    font-style: italic !important;
    color: #ffffff !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: 'DM Sans', sans-serif !important;
}
body .agentic-brutalist-block q.agentic-brutalist-quote-inline::before,
body .agentic-brutalist-block q.agentic-brutalist-quote-inline::after {
    content: '"' !important;
    color: #ff4400 !important;
    font-weight: bold !important;
}
.agentic-brutalist-italic {
    font-style: italic;
    color: #a1a1aa;
    margin-bottom: 16px;
    line-height: 1.7;
}
em.agentic-brutalist-italic-inline {
    font-style: italic;
    color: #a1a1aa;
}
.agentic-brutalist-collapse-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 0 0 8px !important;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
    box-shadow: none !important;
}
.agentic-brutalist-collapse-btn:hover {
    background: transparent !important;
    border: none !important;
}
.agentic-collapse-icon {
    font-size: 0;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    transition: transform 0.2s ease;
}
.agentic-collapse-icon::before {
    content: "[+]";
    font-family: 'Roboto Mono', monospace;
    font-size: 10px;
    font-weight: 700;
    color: #3A3A3A;
    transition: color 0.15s ease;
}
.agentic-brutalist-collapse-btn[aria-expanded="true"] .agentic-collapse-icon::before {
    content: "[-]";
}
.agentic-brutalist-collapse-btn:not([aria-expanded="true"]):hover .agentic-collapse-icon::before {
    content: "[OPEN]";
    color: #FF4400;
}
.agentic-brutalist-collapse-btn[aria-expanded="true"]:hover .agentic-collapse-icon::before {
    content: "[CLOSE]";
    color: #FF4400;
}
.agentic-brutalist-collapse {
    display: none;
    padding-left: 20px;
    border-left: 1px dashed #ffffff14;
    margin: 15px 0;
    transition: all 0.3s ease;
}
.agentic-brutalist-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)) !important;
    gap: 15px !important;
    margin: 20px 0 !important;
    border: 1px solid #ffffff14 !important;
    background: #000 !important;
    padding: 15px !important;
    align-items: stretch !important;
}
.agentic-brutalist-grid-item {
    display: flex !important;
    flex-direction: column !important;
    border: 1px solid #ffffff14 !important;
    padding: 12px 16px !important;
    box-sizing: border-box !important;
    transition: background 0.2s !important;
    align-self: stretch !important;
    height: auto !important;
}
.agentic-brutalist-grid-label {
    font-size: 10px;
    font-weight: 700;
    color: #8a8d98;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}
.agentic-brutalist-grid-value {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}
@media (max-width: 767px) {
    .agentic-brutalist-block { padding: 20px 10px !important; }
    .agentic-brutalist-grid { grid-template-columns: 1fr !important; }
}


/* ========================================== */
/* MOBILE & TABLET OPTIMIZATIONS              */
/* ========================================== */
@media (max-width: 991px) {
    .agentic-matrix-row { grid-template-columns: 1fr !important; }
    .agentic-matrix-cell { border-right: none !important; border-bottom: 1px solid #ffffff14 !important; max-height: none !important; }
    .agentic-matrix-cell:first-child { border-right: none !important; }
}

@media (max-width: 767px) {
    .todey-agentic-master-wrap {
        padding: 0 !important;
    }

    .fccs-container { aspect-ratio: auto; min-height: auto; }
    .fccs-card-wrapper { width: 100%; max-width: 100%; }
    .fccs-wrapper .fccs-bg-layer, 
    .fccs-wrapper .fccs-canvas,
    .fccs-wrapper .todey-pure-black-void,
    .fccs-wrapper .todey-apple-matrix-panel,
    .fccs-wrapper .todey-velvet-vignette-shading { display: none !important; }
    .fccs-wrapper .fccs-fallback-img { display: block !important; width: 100%; height: auto; margin-top: 20px; }
    .fccs-stage { transform: none !important; perspective: none; }

    .agentic-section-headline { 
        font-size: 24px !important; 
        margin-bottom: 20px !important;
        padding: 0 10px 10px 10px !important;
    }

    .agentic-matrix-header-row { 
        grid-template-columns: 1fr !important; 
    }
    .agentic-matrix-header-row .agentic-matrix-header-label {
        display: none !important;
    }
    .agentic-matrix-header-value {
        justify-content: left !important;
        width: 100% !important;
        padding: 15px 5px !important;
    }
    .agentic-matrix-row { 
        grid-template-columns: 1fr !important; 
    }
    .agentic-matrix-cell { 
        grid-template-columns: 50% 50% !important; 
        min-height: auto !important; 
    }
    .agentic-matrix-label { 
        font-size: 10px !important; 
        padding: 8px 10px !important; 
    }
    .agentic-matrix-value { 
        font-size: 11px !important; 
        padding: 8px 10px !important; 
    }
    
    .agentic-faq-wrapper { 
        margin: 0 0 20px 0 !important; 
    }
    .agentic-faq-toggle { 
        padding: 12px 10px !important; 
    }
    .agentic-faq-answer-inner { 
        padding: 0 10px 15px 10px !important; 
    }
    .agentic-faq-q { 
        font-size: 16px; 
        font-weight: 400; 
    }

    .deck-inner-shell { flex-direction: column; align-items: flex-start; gap: 15px; }
    .agentic-cli-prompt { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
    .agentic-terminal-actions { width: 100% !important; display: flex !important; gap: 10px !important; justify-content: stretch !important; }
    .agentic-copy-action-wrapper { flex: 1 !important; display: flex !important; width: 100% !important; }
    .agentic-terminal-btn { height: 44px !important; font-size: 14px !important; border-radius: 2px !important; }
    #agentic-copy-btn { width: 100% !important; flex: 1 !important; display: flex !important; justify-content: center !important; align-items: center !important; gap: 8px !important; }
    .agentic-copy-feedback { position: static !important; opacity: 0 !important; visibility: hidden !important; transform: none !important; margin: 0 !important; display: none !important; }
    .agentic-copy-feedback.active { opacity: 1 !important; visibility: visible !important; display: inline-block !important; }
    .agentic-doc-btn { flex: 1 !important; justify-content: center !important; }
    .agentic-pc-grid { grid-template-columns: 1fr !important; gap: 40px !important; padding: 0 10px !important; }
    .agentic-pc-container { flex-direction: column !important; gap: 15px !important; }
    .agentic-pc-side-title { font-size: 20px; font-weight: 800; color: #ffffff; text-transform: uppercase; letter-spacing: 2px; line-height: 1; }
    .agentic-text-block { padding: 20px 10px !important; border-left: none !important; border-top: 2px solid #ff4400; }
    .agentic-console-section { width: 100% !important; margin: 30px 0 !important; background: #000 !important; box-sizing: border-box !important; padding: 0 10px !important; }
}
.todey-last-updated { font-size: 9px; color: #777; text-align: right; margin-top: 10px; margin-bottom: 20px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; text-transform: uppercase; letter-spacing: 0.5px; }


/* Archive Grid Styles */
.todey-card-grid-style4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
    row-gap: 40px !important;
    padding-top: 0px !important;
    background: #000000 !important;
}
.t-stack-card-arch {
    display: flex !important;
    flex-direction: column !important;
    background: transparent !important;
    border: 1px solid #ffffff14 !important;
    border-radius: 0px !important;
    padding: 0 15px 15px 15px !important;
    text-decoration: none !important;
    transition: transform 0.3s ease !important;
    position: relative !important;
    margin-top: 40px !important;
    box-sizing: border-box !important;
}
.t-stack-card-arch:hover { transform: translateY(-8px) !important; }
.t-stack-media-arch {
    width: 100% !important;
    aspect-ratio: 505 / 315 !important;
    margin-top: -40px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #ffffff14 !important; 
    box-shadow: 0 10px 20px rgba(0,0,0,0.3) !important;
    background: #000 !important;
    transition: transform 0.3s ease !important;
    position: relative !important; 
}
.t-stack-media-arch img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    filter: contrast(1.08) saturate(1.1) brightness(0.98) !important;
    transform: translateZ(0) !important;
    transition: filter 0.3s ease !important;
}
.t-stack-card-arch:hover .t-stack-media-arch img { filter: grayscale(100%) contrast(1.1) !important; transform: none !important; }
.t-stack-card-arch:hover .t-stack-media-arch { transform: scale(1.02) !important; }
.t-stack-body-arch { padding-top: 15px !important; display: flex !important; flex-direction: column !important; }
.t-stack-tag-row-arch { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; margin-bottom: 8px !important; height: auto !important; visibility: visible !important; opacity: 1 !important; }
.t-stack-tag-item-arch { font-size: 11px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 1px !important; color: #ff4400 !important; cursor: default !important; display: inline-block !important; }
.t-stack-title-arch {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    word-spacing: 0.1em !important;
    margin: 0 0 20px 0 !important;
    line-height: 1.3 !important;
    word-break: break-word !important;
}
.t-stack-features-arch { display: flex !important; flex-wrap: wrap !important; gap: 6px !important; margin: 0 !important; max-height: 64px !important; overflow: hidden !important; }
.t-stack-feature-arch {
    flex-grow: 1 !important; text-align: center !important; font-size: 12px !important; font-weight: 500 !important; color: #b3b3b3 !important; background: rgb(218 218 218 / 5%) !important; 
    border: none !important; border-radius: 6px !important; padding: 6px 12px !important; line-height: 1.2 !important; white-space: nowrap !important; text-overflow: ellipsis !important; overflow: hidden !important;
}
img.todey-grid-badge.verified-archive-badge {
    display: inline-flex !important;
    vertical-align: middle !important;
    margin-left: 4px !important;
    margin-right: 0 !important;
    margin-bottom: 3px !important;
    height: 15px !important;
    width: auto !important;
    max-width: 24px !important;
    min-width: 14px !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 3 !important;
    transition: transform 0.2s ease !important;
    flex-shrink: 0 !important;
}
@media (max-width: 1120px) {
    .todey-card-grid-style4 { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 600px) {
    .todey-card-grid-style4 { grid-template-columns: 1fr !important; padding: 0 !important; }
    .todey-agentic-archive-wrap { padding: 30px 0 !important; }
}
.todey-load-wrap { display: flex; justify-content: center; margin-top: 40px; margin-bottom: 20px; width: 100%; }
.todey-load-btn { background: #ff4400; color: #000; border: 1px solid #ff4400; padding: 11px 24px; font-size: 11px; font-weight: 600; text-transform: uppercase; transform: skew(-22deg); font-family: Arial, Helvetica, sans-serif; cursor: pointer; text-decoration: none; user-select: none; display: inline-flex; justify-content: center; align-items: center; z-index: 1; position: relative; }
.todey-load-btn span { display: inline-flex; transform: skew(22deg); }
.todey-load-btn::before { content: ''; position: absolute; top: 0; bottom: 0; right: 100%; left: 0; background: #000; opacity: 0; z-index: -1; transition: all 0.5s ease; }
.todey-load-btn:hover { color: #ff4400; border-color: #ffffff14; }
.todey-load-btn:hover::before { left: 0; right: 0; opacity: 1; }


/* Archive Page Container Constraints */
.post-type-archive-agentic #content,
.post-type-archive-agentic #primary,
.post-type-archive-agentic .site-content,
.post-type-archive-agentic .content-area,
.post-type-archive-agentic #main,
.post-type-archive-agentic #pxl-main,
.post-type-archive-agentic .pxl-main {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    min-height: auto !important;
}

/* Absolute archive badge dimension constraints override theme image styles */
.t-stack-title-arch img.todey-grid-badge.verified-archive-badge {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-left: 3px !important;
    margin-right: 0 !important;
    margin-bottom: 2px !important;
    height: 15px !important;
    width: auto !important;
    max-width: 24px !important;
    min-width: 14px !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 3 !important;
    transition: transform 0.2s ease !important;
}
.t-stack-title-arch img.todey-grid-badge.verified-archive-badge:hover { transform: scale(1.1) !important; }
