.darkened-parallax{position:relative}.darkened-parallax::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);pointer-events:none}.cc-table-wrap.cc-table--responsive{position:relative;cursor:pointer;border:1px solid #ddd;border-radius:4px;transition:box-shadow 0.3s ease}.cc-table-wrap.cc-table--responsive:hover{box-shadow:0 2px 8px rgba(0,0,0,0.1)}.cc-table-wrap.cc-table--responsive::before{content:'🔍 Click to Expand';position:absolute;top:10px;right:10px;background:rgba(0,0,0,0.7);color:white;padding:8px 12px;border-radius:4px;font-size:12px;font-weight:600;z-index:5;pointer-events:none;opacity:0.9;transition:opacity 0.3s ease}.cc-table-wrap.cc-table--responsive:hover::before{opacity:1}.cc-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.cc-table{border-collapse:collapse;border:1px solid #ddd}.cc-table th,.cc-table td{border:1px solid #ddd}.cc-table thead th{border-bottom:2px solid #ccc}.cc-table-wrap::-webkit-scrollbar{height:8px}.cc-table-wrap::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.cc-table-wrap::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.cc-table-wrap::-webkit-scrollbar-thumb:hover{background:#555}.cc-table-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.95);z-index:999999;overflow:auto;padding:60px 20px 20px;animation:fadeIn 0.3s ease}.cc-table-modal.active{display:block}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.cc-table-modal-content{background:white;margin:0 auto;max-width:95%;position:relative;border-radius:8px;overflow:auto;max-height:calc(100vh - 100px);padding:20px;box-shadow:0 4px 20px rgba(0,0,0,0.3)}.cc-table-modal-close{position:fixed;top:15px;right:15px;background:white;color:#333;border:none;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;border-radius:4px;z-index:1000000;box-shadow:0 2px 10px rgba(0,0,0,0.3);transition:background 0.3s ease}.cc-table-modal-close:hover{background:#f0f0f0}.cc-table-modal-close::before{content:'✕ ';margin-right:5px}.cc-table-modal .cc-table-wrap{border:none;overflow:visible}.cc-table-modal .cc-table-wrap::before{display:none}@media screen and (max-width:768px){.cc-table-wrap.cc-table--responsive::before{font-size:11px;padding:6px 10px;top:8px;right:8px}.cc-table-modal{padding:50px 10px 10px}.cc-table-modal-content{max-width:98%;padding:15px}.cc-table-modal-close{top:10px;right:10px;padding:10px 16px;font-size:14px}.cc-table{font-size:14px}.cc-table th,.cc-table td{padding:8px 10px}}@media screen and (max-width:480px){.cc-table-modal .cc-table.cc-table--stack-mobile thead{display:none}.cc-table-modal .cc-table.cc-table--stack-mobile tr{display:block;margin-bottom:15px;border:1px solid #ddd;border-radius:4px}.cc-table-modal .cc-table.cc-table--stack-mobile td{display:block;text-align:right;padding:10px;position:relative;padding-left:50%;border:none;border-bottom:1px solid #eee}.cc-table-modal .cc-table.cc-table--stack-mobile td:last-child{border-bottom:none}.cc-table-modal .cc-table.cc-table--stack-mobile td:before{content:attr(data-label);position:absolute;left:10px;width:45%;padding-right:10px;white-space:normal;text-align:left;font-weight:600;color:#333}}@media print{.cc-table-modal-close{display:none}.cc-table-wrap.cc-table--responsive::before{display:none}}