.smart-image-container{background:var(--bg-glass-light);border-radius:var(--radius-xl);border:1px solid var(--border-subtle);width:100%;box-shadow:var(--shadow-md);justify-content:center;align-items:center;margin-top:8px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.smart-image-container.loading{background:var(--bg-glass-light);height:200px;animation:1.5s ease-in-out infinite skeletonPulse}.smart-image-container.landscape{aspect-ratio:16/9;max-height:240px}.smart-image-container.portrait{aspect-ratio:4/5;max-height:380px}.smart-image-container.square{aspect-ratio:1;max-height:320px}.smart-image{object-fit:fill;width:100%;height:100%;transition:transform .5s;display:block}.smart-image-blur-bg,.smart-image-overlay{display:none}.smart-image-container:hover{border-color:var(--accent-primary);box-shadow:0 10px 40px #00000080}.smart-image-container:hover .smart-image{transform:none}@keyframes skeletonPulse{0%{opacity:.6}50%{opacity:.8}to{opacity:.6}}@media (max-width:480px){.smart-image-container.portrait{max-height:340px}}
