.dshow-trigger{position:fixed;bottom:24px;right:24px;z-index:99998;display:inline-flex;align-items:center;gap:10px;padding:14px 22px;border:2px solid #16cfc1;border-radius:999px;background:linear-gradient(135deg,#121d30 0%,#1a2a47 100%);color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;font-size:15px;font-weight:600;letter-spacing:.2px;cursor:pointer;box-shadow:0 10px 30px rgba(18,29,48,.35),0 4px 10px rgba(22,207,193,.25);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.dshow-trigger:hover{transform:translateY(-2px);background:linear-gradient(135deg,#1a2a47 0%,#243a5e 100%);box-shadow:0 14px 36px rgba(18,29,48,.45),0 6px 14px rgba(22,207,193,.35)}.dshow-trigger:active{transform:translateY(0)}.dshow-trigger-icon{display:inline-flex;align-items:center;justify-content:center;color:#16cfc1}.dshow-trigger-label{line-height:1}.dshow-modal{position:fixed;inset:0;z-index:99999;display:none}.dshow-modal.is-open{display:block}.dshow-modal-backdrop{position:absolute;inset:0;background:rgba(10,16,28,.72);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:dshowFadeIn .22s ease}.dshow-modal-window{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:min(960px, calc(100vw - 32px));max-height:calc(100vh - 48px);background:#fff;border-radius:16px;box-shadow:0 30px 80px rgba(0,0,0,.45);display:flex;flex-direction:column;overflow:hidden;animation:dshowSlideUp .28s cubic-bezier(.2,.9,.3,1);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}@keyframes dshowFadeIn{from{opacity:0}to{opacity:1}}@keyframes dshowSlideUp{from{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}body.dshow-modal-open{overflow:hidden}.dshow-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 28px;background:linear-gradient(135deg,#121d30 0%,#1a2a47 100%);color:#fff;border-bottom:3px solid #16cfc1}.dshow-modal-title-wrap{flex:1;min-width:0;text-align:center}.dshow-modal-title{margin:0 0 4px;font-size:22px;font-weight:700;letter-spacing:.2px;color:#fff}.dshow-modal-subtitle{margin:0;font-size:14px;color:rgba(255,255,255,.78);line-height:1.4}.dshow-modal-close{flex-shrink:0;width:36px;height:36px;border:none;background:rgba(255,255,255,.08);border-radius:50%;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,transform .15s ease}.dshow-modal-close:hover{background:rgba(22,207,193,.25);transform:rotate(90deg)}.dshow-modal-body{flex:1;overflow-y:auto;padding:24px 28px 32px;background:#f8fafc}.dshow-modal-body::-webkit-scrollbar{width:10px}.dshow-modal-body::-webkit-scrollbar-track{background:#e7eaf0}.dshow-modal-body::-webkit-scrollbar-thumb{background:#16cfc1;border-radius:10px}.dshow-block{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 22px;margin-bottom:18px;box-shadow:0 1px 3px rgba(0,0,0,.04);text-align:center}.dshow-block:last-child{margin-bottom:0}.dshow-block-title{margin:0 0 6px;font-size:17px;font-weight:700;color:#121d30;letter-spacing:.1px;text-align:center}.dshow-block-desc{margin:0 auto 14px auto;font-size:13px;color:#5b6478;line-height:1.5;text-align:center;max-width:700px}.dshow-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px, 1fr));gap:12px;margin-top:10px}.dshow-tile{background:linear-gradient(135deg,#f1f5f9 0%,#e7ecf3 100%);border-left:4px solid #16cfc1;border-radius:10px;padding:16px 18px;text-align:left}.dshow-tile-value{font-size:28px;font-weight:800;color:#121d30;line-height:1.1}.dshow-tile-label{margin-top:4px;font-size:13px;font-weight:600;color:#2d3a52;letter-spacing:.2px}.dshow-tile-sub{margin-top:4px;font-size:12px;color:#6b7488;font-style:italic}.dshow-chart-wrap{margin:10px auto 0 auto;width:100%;max-width:100%;overflow-x:auto;display:flex;justify-content:center}.dshow-chart-wrap canvas{max-width:100%;height:auto;display:block;margin:0 auto}.dshow-legend{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:12px;justify-content:center}.dshow-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#2d3a52}.dshow-legend-swatch{display:inline-block;width:12px;height:12px;border-radius:3px}.dshow-status-table{display:flex;flex-direction:column;gap:8px;margin-top:10px;text-align:left}.dshow-status-row{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#f8fafc;border-left:4px solid #cbd5e1;border-radius:6px}.dshow-status-row.dshow-status-good{border-left-color:#16a34a;background:#f0fdf4}.dshow-status-row.dshow-status-warn{border-left-color:#f59e0b;background:#fffbeb}.dshow-status-row.dshow-status-bad{border-left-color:#dc2626;background:#fef2f2}.dshow-status-row.dshow-status-neutral{border-left-color:#16cfc1;background:#f0fdfa}.dshow-status-label{font-weight:600;color:#121d30}.dshow-status-value{font-weight:700;color:#2d3a52}.dshow-analysis{text-align:left;max-width:760px;margin:0 auto}.dshow-analysis p{margin:0 0 12px;font-size:14px;line-height:1.65;color:#2d3a52}.dshow-analysis p:last-child{margin-bottom:0}.dshow-data-table-wrap{margin:10px auto 0 auto;width:100%;overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px}.dshow-data-table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}.dshow-data-table th{background:#121d30;color:#fff;padding:10px 12px;text-align:left;font-weight:600;letter-spacing:.2px;border-bottom:2px solid #16cfc1;white-space:nowrap}.dshow-data-table td{padding:9px 12px;border-bottom:1px solid #eef1f5;color:#2d3a52}.dshow-data-table tbody tr:nth-child(even){background:#f8fafc}.dshow-data-table tbody tr:hover{background:#ecfeff}.dshow-data-table tbody tr:last-child td{border-bottom:none}.dshow-block-sources .dshow-sources{margin:0 auto;padding:0;list-style:none;max-width:600px;text-align:left}.dshow-block-sources .dshow-sources li{padding:6px 0;border-bottom:1px solid #eef1f5;font-size:13px;color:#2d3a52}.dshow-block-sources .dshow-sources li:last-child{border-bottom:none}.dshow-block-sources .dshow-sources a{color:#12b5a8;text-decoration:none;border-bottom:1px dashed #cbd5e1}.dshow-block-sources .dshow-sources a:hover{color:#16cfc1;border-bottom-color:#16cfc1}.dshow-chart-fallback{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:640px){.dshow-trigger{bottom:16px;right:16px;padding:12px 16px;font-size:14px}.dshow-modal-window{width:calc(100vw - 16px);max-height:calc(100vh - 24px);border-radius:12px}.dshow-modal-header{padding:16px 18px}.dshow-modal-title{font-size:18px}.dshow-modal-body{padding:16px 16px 24px}.dshow-block{padding:14px 16px}.dshow-tile-value{font-size:24px}}