.gallery-page{background:var(--bg-light,#f8fafc)}.gallery-filters{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.gallery-filter{border:1px solid var(--border-color,#e2e8f0);color:var(--text-secondary,#64748b);cursor:pointer;background:#fff;border-radius:9999px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.gallery-filter:hover{border-color:var(--primary-color,#6366f1);color:var(--primary-color,#6366f1)}.gallery-filter--active{background:var(--primary-color,#6366f1);border-color:var(--primary-color,#6366f1);color:#fff}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.gallery-card{cursor:pointer;background:#fff;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 1px 3px #0000001a}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.gallery-card__image{aspect-ratio:4/3;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);position:relative;overflow:hidden}.gallery-card__placeholder{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.gallery-card__placeholder svg{width:48px;height:48px}.gallery-card__placeholder span{font-size:.875rem}.gallery-card__image img+.gallery-card__placeholder{display:none}.gallery-card__overlay{opacity:0;background:#00000080;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.gallery-card:hover .gallery-card__overlay{opacity:1}.gallery-card__overlay span{color:#fff;background:var(--primary-color,#6366f1);border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600}.gallery-card__content{padding:1.25rem}.gallery-card__category{border-radius:9999px;margin-bottom:.75rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.gallery-card__title{color:var(--text-primary,#1e293b);margin:0 0 .5rem;font-size:1.125rem;font-weight:600}.gallery-card__description{color:var(--text-secondary,#64748b);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.gallery-modal{z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-modal__content{background:#fff;border-radius:16px;grid-template-columns:1fr 1fr;width:100%;max-width:1000px;max-height:90vh;animation:.3s slideUp;display:grid;position:relative;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.gallery-modal__close{cursor:pointer;z-index:10;background:#0000001a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}.gallery-modal__close:hover{background:#0003}.gallery-modal__close svg{width:24px;height:24px}.gallery-modal__image{background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);min-height:400px;position:relative}.gallery-modal__image .gallery-card__placeholder{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.gallery-modal__image .gallery-card__placeholder svg{width:64px;height:64px}.gallery-modal__details{max-height:90vh;padding:2rem;overflow-y:auto}.gallery-modal__details h2{color:var(--text-primary,#1e293b);margin:.75rem 0 .5rem;font-size:1.5rem;font-weight:700}.gallery-modal__details>p{color:var(--text-secondary,#64748b);margin:0 0 1.5rem;line-height:1.6}.gallery-modal__prompt{background:#f8fafc;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.gallery-modal__prompt h4{color:var(--text-primary,#1e293b);margin:0 0 .5rem;font-size:.875rem;font-weight:600}.gallery-modal__prompt p{color:var(--text-secondary,#64748b);margin:0;font-size:.875rem;line-height:1.6}.gallery-modal__tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.gallery-modal__tag{color:var(--text-secondary,#64748b);background:#f1f5f9;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem}.gallery-modal__cta{background:var(--primary-color,#6366f1);color:#fff;border-radius:8px;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.gallery-modal__cta:hover{background:var(--primary-dark,#4f46e5);transform:translateY(-1px)}@media (max-width:768px){.gallery-grid{grid-template-columns:1fr}.gallery-modal__content{grid-template-columns:1fr;max-height:95vh}.gallery-modal__image{min-height:250px}.gallery-modal__details{max-height:50vh;padding:1.5rem}}
