.smart-gallery-wrapper{width:100%}.smart-gallery-grid{display:grid;grid-auto-rows:110px;gap:6px}.smart-gallery-cols-1 .smart-gallery-grid{grid-template-columns:repeat(1,1fr)}.smart-gallery-cols-2 .smart-gallery-grid{grid-template-columns:repeat(2,1fr)}.smart-gallery-cols-3 .smart-gallery-grid{grid-template-columns:repeat(3,1fr)}.smart-gallery-cols-4 .smart-gallery-grid{grid-template-columns:repeat(4,1fr)}.smart-gallery-cols-5 .smart-gallery-grid{grid-template-columns:repeat(5,1fr)}.smart-gallery-cols-6 .smart-gallery-grid{grid-template-columns:repeat(6,1fr)}.smart-gallery-cols-7 .smart-gallery-grid{grid-template-columns:repeat(7,1fr)}.smart-gallery-cols-8 .smart-gallery-grid{grid-template-columns:repeat(8,1fr)}.smart-gallery-cols-9 .smart-gallery-grid{grid-template-columns:repeat(9,1fr)}.smart-gallery-thumb{position:relative;overflow:hidden;border-radius:6px;cursor:pointer}.smart-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s,box-shadow .2s}.smart-gallery-thumb:hover img{transform:scale(1.03);box-shadow:0 4px 10px rgba(0,0,0,.25)}@media (max-width:900px){.smart-gallery-grid{grid-auto-rows:100px}}@media (max-width:600px){.smart-gallery-grid{grid-auto-rows:90px}}.smart-gallery-page-wrapper{max-width:1000px;margin:20px auto;padding:0 10px;box-sizing:border-box}.smart-gallery-page-back{margin-bottom:10px;font-size:14px}.smart-gallery-page-back a{text-decoration:none;color:#0073aa}.smart-gallery-page-back a:hover{text-decoration:underline}.smart-gallery-page-main{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:8px;height:70vh;max-height:70vh}.smart-gallery-page-main-inner{position:relative;display:flex;justify-content:center;align-items:center;max-height:100%}.smart-gallery-page-main-img{max-width:100%;max-height:100%;height:auto;border-radius:4px;cursor:zoom-in}.smart-gallery-page-arrow{position:absolute;top:50%;transform:translateY(-50%);text-decoration:none;background:rgba(0,0,0,.4);color:#fff;font-size:28px;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2}.smart-gallery-page-prev{left:8px}.smart-gallery-page-next{right:8px}.smart-gallery-page-arrow:hover{background:rgba(0,0,0,.6)}.smart-gallery-page-index{font-size:13px;margin-bottom:6px;text-align:right;color:#666}.smart-gallery-page-bottom-thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:6px;margin-top:8px}.smart-gallery-page-bottom-thumb img{display:block;width:100%;height:70px;object-fit:cover;cursor:pointer;border-radius:3px;opacity:.7;transition:opacity .2s,box-shadow .2s,transform .2s}.smart-gallery-page-bottom-thumb img:hover{opacity:1;transform:scale(1.03)}.smart-gallery-page-bottom-thumb.is-active img{opacity:1;box-shadow:0 0 0 2px #0073aa}.smart-gallery-info-toggle{position:absolute;left:10px;bottom:10px;width:28px;height:28px;border-radius:50%;border:none;background:rgba(0,0,0,.65);color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.smart-gallery-info-panel{position:absolute;left:10px;bottom:10px;max-width:65%;background:rgba(0,0,0,.8);color:#fff;padding:10px 12px;border-radius:4px;font-size:13px;line-height:1.4;transform:translateY(110%);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}.smart-gallery-info-panel.is-open{transform:translateY(0);opacity:1;pointer-events:auto}.smart-gallery-info-title{font-weight:600;margin-bottom:4px}.smart-gallery-info-text{font-weight:400}.smart-gallery-lightbox{position:fixed;inset:0;display:none;z-index:9999}.smart-gallery-lightbox[data-active=true]{display:block}.smart-gallery-lightbox-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.8)}.smart-gallery-lightbox-inner{position:fixed;inset:0;margin:0;padding:20px;display:flex;justify-content:center;align-items:center;z-index:1}.smart-gallery-lightbox-frame{position:relative;max-width:100%;max-height:100%;display:flex;justify-content:center;align-items:center}.smart-gallery-lightbox-img{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;display:block;border-radius:4px}.smart-gallery-lightbox-close{position:absolute;top:8px;right:8px;border:none;background:rgba(0,0,0,.9);color:#fff;font-size:22px;width:34px;height:34px;border-radius:50%;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center}.smart-gallery-lightbox-close:before{content:'×';font-size:22px;line-height:1}.smart-gallery-lightbox-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background:rgba(0,0,0,.6);color:#fff;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3}.smart-gallery-lightbox-prev{left:10px}.smart-gallery-lightbox-next{right:10px}.smart-gallery-lightbox-arrow:hover{background:rgba(0,0,0,.8)}@media (max-width:768px){.smart-gallery-page-wrapper{margin:15px auto;padding:0 8px}.smart-gallery-info-panel{max-width:80%}}