@media screen and (max-width:767px){.pmt-wrap{position:relative;margin:1rem 0;border:2px dashed #3498db;border-radius:8px;overflow:hidden;cursor:pointer;transition:all 0.3s ease}.pmt-wrap.collapsed{max-height:200px}.pmt-wrap.collapsed::after{content:'';position:absolute;bottom:40px;left:0;right:0;height:60px;background:linear-gradient(transparent,rgb(255 255 255 / .95));pointer-events:none}.pmt-wrap.expanded{max-height:none;border-color:#27ae60}.pmt-wrap img,.pmt-wrap table{width:100%;display:block}.pmt-hint{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgb(52 152 219 / .95));color:#fff;padding:12px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:500}.pmt-wrap.expanded .pmt-hint{background:linear-gradient(transparent,rgb(39 174 96 / .95))}.pmt-hint svg{width:20px;height:20px;fill:currentColor}.pmt-zoom{position:absolute;top:8px;right:8px;width:36px;height:36px;border-radius:50%;background:rgb(52 152 219 / .9);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 2px 8px rgb(0 0 0 / .2)}.pmt-zoom svg{width:20px;height:20px;fill:currentColor}}.pmt-lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .95);z-index:999999;display:none;flex-direction:column;align-items:center;justify-content:center}.pmt-lightbox-overlay.active{display:flex}.pmt-lightbox-close{position:absolute;top:10px;right:15px;width:44px;height:44px;background:#fff0;border:none;color:#fff;font-size:36px;cursor:pointer;z-index:10;line-height:1}.pmt-lightbox-content{flex:1;width:100%;overflow:auto;display:flex;align-items:center;justify-content:center;padding:50px 10px 100px;-webkit-overflow-scrolling:touch}.pmt-lightbox-content img{max-width:100%;max-height:100%;object-fit:contain;transition:transform 0.2s ease;transform-origin:center center}.pmt-lightbox-hint{position:absolute;bottom:60px;left:0;right:0;text-align:center;color:rgb(255 255 255 / .7);font-size:13px}.pmt-lightbox-controls{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:10px;background:rgb(255 255 255 / .15);padding:8px 16px;border-radius:25px}.pmt-lightbox-controls button{width:36px;height:36px;border-radius:50%;background:rgb(255 255 255 / .2);border:none;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.pmt-lightbox-zoom-level{color:#fff;font-size:14px;min-width:50px;text-align:center}.pmt-table-fullscreen{background:#fff;padding:15px;border-radius:8px;max-width:95vw;overflow-x:auto}.pmt-table-fullscreen table{margin:0;font-size:14px}