.product-json-source{margin:36px 0 0 0;}
.product-json-section + .product-json-section{margin-top:36px;}
.product-json-section-header{display:flex;align-items:center;gap:16px;margin:0 0 18px 0;}
.product-json-section-title{position:relative;margin:0;font-size:18px;line-height:1.5;color:#1f2937;}
.product-json-section-title::after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:2px;border-radius:999px;background:#0069cc;}
.product-json-section-extra{margin-left:auto;font-size:12px;line-height:1.5;color:#8a94a6;}
.product-json-section-desc{margin:0 0 16px 0;font-size:13px;line-height:1.85;color:#667085;}

.product-json-promise,.product-json-feature,.product-json-logs,.product-json-log-changes{list-style:none;margin:0;padding:0;}

.product-json-promise{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;}
.product-json-promise li{border:.01rem solid #d9e4ef;border-left-width:3px;border-radius:8px;padding:20px 16px;text-align:center;box-shadow:0 8px 20px rgba(17,41,72,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.product-json-promise li:hover{transform:translateY(-2px);box-shadow:0 14px 24px rgba(17,41,72,.08);}
.product-json-promise li:nth-child(9n+1){background:#f7faff;border-color:#d0e5f7;border-left-color:#0069cc;}
.product-json-promise li:nth-child(9n+2){background:#f5fbf8;border-color:#c2e8d5;border-left-color:#1a9e6e;}
.product-json-promise li:nth-child(9n+3){background:#fffaf6;border-color:#f2dac8;border-left-color:#cc6619;}
.product-json-promise li:nth-child(9n+4){background:#fef7ff;border-color:#e8d0f7;border-left-color:#8b1acc;}
.product-json-promise li:nth-child(9n+5){background:#f5fbff;border-color:#c5dff0;border-left-color:#0096b8;}
.product-json-promise li:nth-child(9n+6){background:#fffef5;border-color:#ece8c5;border-left-color:#a08800;}
.product-json-promise li:nth-child(9n+7){background:#fff5f7;border-color:#f5cdd5;border-left-color:#cc1945;}
.product-json-promise li:nth-child(9n+8){background:#f5fffa;border-color:#c2eedb;border-left-color:#1a9e82;}
.product-json-promise li:nth-child(9n+9){background:#f9f9f9;border-color:#e0e0e0;border-left-color:#666;}
.product-json-card-inner{display:block;}
.product-json-promise .product-json-card-title{margin:0;font-size:18px;line-height:1.5;font-weight:700;transition:font-size .2s ease,margin .2s ease;}
.product-json-promise li:hover .product-json-card-title{margin:0 0 10px 0;font-size:15px;}
.product-json-promise li:nth-child(9n+1) .product-json-card-title{color:#0069cc;}
.product-json-promise li:nth-child(9n+2) .product-json-card-title{color:#1a9e6e;}
.product-json-promise li:nth-child(9n+3) .product-json-card-title{color:#cc6619;}
.product-json-promise li:nth-child(9n+4) .product-json-card-title{color:#8b1acc;}
.product-json-promise li:nth-child(9n+5) .product-json-card-title{color:#0096b8;}
.product-json-promise li:nth-child(9n+6) .product-json-card-title{color:#a08800;}
.product-json-promise li:nth-child(9n+7) .product-json-card-title{color:#cc1945;}
.product-json-promise li:nth-child(9n+8) .product-json-card-title{color:#1a9e82;}
.product-json-promise li:nth-child(9n+9) .product-json-card-title{color:#555;}
.product-json-promise .product-json-tags{margin:10px 0 0 0;line-height:1.9;color:#555;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .25s ease;}
.product-json-promise li:hover .product-json-tags{max-height:260px;opacity:1;}
.product-json-promise .product-json-tag{display:inline;font-size:14px;white-space:normal;}
.product-json-promise .product-json-tag + .product-json-tag::before{content:" | ";color:#b8b8b8;margin:0 4px;}

.product-json-feature{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;}
.product-json-feature li{padding:20px 16px;border:.01rem solid #e9eef4;border-radius:8px;background:linear-gradient(180deg,#fff 0%,#fafcff 100%);box-shadow:0 8px 20px rgba(17,41,72,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}
.product-json-feature li:hover{transform:translateY(-2px);border-color:#d2dfed;box-shadow:0 14px 24px rgba(17,41,72,.08);}
.product-json-feature .product-json-card-title{margin:0;font-size:15px;line-height:1.65;font-weight:700;color:#243041;}
.product-json-feature .product-json-tags{margin:10px 0 0 0;line-height:1.9;color:#7a8598;}
.product-json-feature .product-json-tag{display:inline-block;margin:0 10px 0 0;font-size:13px;white-space:normal;}
.product-json-feature .product-json-tag::before{content:"\2714";margin-right:5px;color:#30b300;font-size:12px;}

.product-json-logs{display:flex;flex-direction:column;gap:16px;}
.product-json-log-item{display:flex;width:100%;}
.product-json-log-header{width:82px;flex-shrink:0;padding:14px 15px 0 0;text-align:right;}
.product-json-log-date{display:inline-flex;flex-direction:column;align-items:center;min-width:60px;padding:5px 8px;background:#fafafa;border:.01rem solid #e6e6e6;border-radius:6px;}
.product-json-log-year{font-size:12px;line-height:1.5;color:#8b94a5;}
.product-json-log-month-day{font-size:15px;line-height:1.5;font-weight:700;color:#1f2937;}
.product-json-log-body{position:relative;flex:1;padding:14px 0 0 18px;border-left:.01rem solid #e6e6e6;}
.product-json-log-body::before{content:"";position:absolute;left:0;top:22px;transform:translateX(-50%);width:12px;height:12px;border-radius:50%;background:#dfe7f0;}
.product-json-log-title{margin:0 0 12px 0;font-size:16px;line-height:1.75;color:#243041;}
.product-json-log-summary{margin:0 0 14px 0;padding:6px 15px;font-size:14px;line-height:1.75;color:#667085;background:#fafafa;border:.01rem solid #e6e6e6;border-radius:5px;}
.product-json-log-panel{padding:12px 15px;background:#fff;border:.01rem solid #edf1f5;border-radius:8px;box-shadow:0 8px 20px rgba(17,41,72,.04);transition:background .2s ease,box-shadow .2s ease,border-color .2s ease;}
.product-json-log-panel:hover{background:#f7fbfd;box-shadow:0 12px 24px rgba(17,41,72,.07);}
.product-json-log-changes{display:flex;flex-direction:column;gap:8px;}
.product-json-log-change{display:flex;align-items:flex-start;font-size:14px;line-height:1.75;color:#384152;}
.product-json-change-badge{display:inline-block;flex-shrink:0;min-width:40px;margin-right:8px;padding:1px 8px;border-radius:999px;font-size:12px;font-weight:600;text-align:center;}
.product-json-log-change.is-added .product-json-change-badge{background:#e8f5e9;color:#2e7d32;}
.product-json-log-change.is-fixed .product-json-change-badge{background:#e3f2fd;color:#1565c0;}
.product-json-log-change.is-changed .product-json-change-badge{background:#fff3e0;color:#e65100;}
.product-json-log-change.is-removed .product-json-change-badge{background:#fbe9e7;color:#bf360c;}

.fui-dark .product-json-section-title{color:#f0f3f7;}
.fui-dark .product-json-section-extra,.fui-dark .product-json-section-desc{color:#9aa4b5;}
.fui-dark .product-json-promise li{box-shadow:0 10px 22px rgba(0,0,0,.12);}
.fui-dark .product-json-promise li:nth-child(9n+1){background:#1f2b38;border-color:#314a66;}
.fui-dark .product-json-promise li:nth-child(9n+2){background:#1f322a;border-color:#305e48;}
.fui-dark .product-json-promise li:nth-child(9n+3){background:#382a22;border-color:#6a4a39;}
.fui-dark .product-json-promise li:nth-child(9n+4){background:#30243a;border-color:#5d4178;}
.fui-dark .product-json-promise li:nth-child(9n+5){background:#1d3036;border-color:#355964;}
.fui-dark .product-json-promise li:nth-child(9n+6){background:#373321;border-color:#70642c;}
.fui-dark .product-json-promise li:nth-child(9n+7){background:#392229;border-color:#7a3b4a;}
.fui-dark .product-json-promise li:nth-child(9n+8){background:#1d312a;border-color:#2e6957;}
.fui-dark .product-json-promise li:nth-child(9n+9){background:#2f2f2f;border-color:#505050;}
.fui-dark .product-json-promise .product-json-tags,.fui-dark .product-json-feature .product-json-tags{color:#aab2bf;}
.fui-dark .product-json-promise .product-json-tag + .product-json-tag::before{color:#657083;}

.fui-dark .product-json-feature li{background:linear-gradient(180deg,#363636 0%,#2f2f2f 100%);border-color:#444;box-shadow:0 10px 22px rgba(0,0,0,.12);}
.fui-dark .product-json-feature li:hover{border-color:#546276;box-shadow:0 16px 28px rgba(0,0,0,.18);}
.fui-dark .product-json-feature .product-json-card-title{color:#e6eaf0;}

.fui-dark .product-json-log-date{background:#313131;border-color:#444;}
.fui-dark .product-json-log-year{color:#8d96a6;}
.fui-dark .product-json-log-month-day{color:#e6e6e6;}
.fui-dark .product-json-log-body{border-left-color:#444;}
.fui-dark .product-json-log-body::before{background:#555;}
.fui-dark .product-json-log-title{color:#eef2f6;}
.fui-dark .product-json-log-summary{background:#313131;border-color:#444;color:#9aa4b5;}
.fui-dark .product-json-log-panel{background:#333;border-color:#3d3d3d;box-shadow:0 10px 22px rgba(0,0,0,.15);}
.fui-dark .product-json-log-panel:hover{background:#373839;}
.fui-dark .product-json-log-change{color:#e6e6e6;}

@media screen and (hover:none){
.product-json-promise .product-json-tags{max-height:260px;opacity:1;}
.product-json-promise li:hover .product-json-card-title{margin:0;font-size:18px;}
}

@media screen and (max-width:1024px){
.product-json-promise{grid-template-columns:repeat(2,minmax(0,1fr));}
.product-json-feature{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media screen and (max-width:640px){
.product-json-source{margin-top:28px;}
.product-json-section + .product-json-section{margin-top:28px;}
.product-json-section-header{display:block;}
.product-json-section-title{font-size:17px;display:inline-block;}
.product-json-section-extra{display:block;margin:10px 0 0 0;}
.product-json-promise,.product-json-feature{grid-template-columns:1fr;gap:12px;}
.product-json-promise li,.product-json-feature li{padding:18px 15px;}
.product-json-log-item{flex-direction:column;}
.product-json-log-header{width:100%;padding:0 0 12px 0;text-align:left;}
.product-json-log-body{padding:0;border-left:0;}
.product-json-log-body::before{display:none;}
}