.button-icon-component button{border:none;font-weight:600;font-size:1rem;border-radius:25px;cursor:pointer;outline:none;background-color:#dfa401;transition:all .1s ease;display:flex;align-items:center;justify-content:space-between;padding:5px 1rem}.button-icon-component button:hover{transform:scale(1.05);background-color:#f2b705}.button-icon-component button .button-icon-component-icon{margin-right:.5rem}.button-icon-component button .button-icon-component-title{white-space:nowrap}.color-alert{color:#d4111e}.color-success{color:#10b981}.color-warning{color:#f59e0b}.color-info{color:#3b82f6}.color-primary{color:#667eea}.color-app-background{background-color:#f8fafc}.bg-glass{background:hsla(0,0%,100%,.95);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.shadow-glass{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.gradient-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.gradient-success{background:linear-gradient(135deg,#10b981,#059669)}.gradient-warning{background:linear-gradient(135deg,#f59e0b,#d97706)}@keyframes bounce-scale{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slide-left{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes slide-right{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-down{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}@keyframes wobble{0%,to{transform:none}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}}@keyframes flip{0%{transform:perspective(400px) rotateY(0)}to{transform:perspective(400px) rotateY(1turn)}}@keyframes jello{0%,to{transform:none}30%{transform:skewX(-12deg) skewY(-12deg)}40%{transform:skewX(6deg) skewY(6deg)}50%{transform:skewX(-3deg) skewY(-3deg)}65%{transform:skewX(2deg) skewY(2deg)}75%{transform:skewX(-1deg) skewY(-1deg)}}@keyframes rubber-band{0%{transform:scale(1)}30%{transform:scaleX(1.25) scaleY(.75)}40%{transform:scaleX(.75) scaleY(1.25)}50%{transform:scaleX(1.15) scaleY(.85)}65%{transform:scaleX(.95) scaleY(1.05)}75%{transform:scaleX(1.05) scaleY(.95)}to{transform:scale(1)}}@keyframes heartbeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes sway{0%,to{transform:rotate(0)}50%{transform:rotate(10deg)}}@keyframes grow{0%{transform:scale(.5)}to{transform:scale(1)}}@keyframes shrink{0%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes slideInFromBottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes floatIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes glow{0%,to{box-shadow:0 0 5px rgba(102,126,234,.3)}50%{box-shadow:0 0 20px rgba(102,126,234,.6)}}@keyframes invite-open{0%{transform:scale(1);box-shadow:none}45%{transform:scale(1.06);box-shadow:0 0 8px hsla(0,0%,100%,.6)}70%{transform:scale(1);box-shadow:none}74%{background-position:-200%}to{background-position:200%}}.anim-invite-open{animation:invite-open 1s ease-in-out 1 forwards;background-image:linear-gradient(120deg,transparent,hsla(0,0%,100%,.6) 50%,transparent);background-repeat:no-repeat;background-size:200% 100%}.anim-bounce{animation:bounce-scale 1s ease-in-out infinite}.anim-fade-in{animation:fade-in .5s forwards}.anim-fade-out{animation:fade-out .5s forwards}.anim-slide-left{animation:slide-left .4s ease-out both}.anim-slide-right{animation:slide-right .4s ease-out both}.anim-slide-up{animation:slide-up .4s ease-out both}.anim-slide-down{animation:slide-down .4s ease-out both}.anim-pulse{animation:pulse 1.2s ease-in-out infinite}.anim-spin{animation:spin 1.2s linear infinite}.anim-flash{animation:flash 1s linear infinite}.anim-shake{animation:shake .6s linear infinite}.anim-wobble{animation:wobble .9s ease-in-out infinite}.anim-flip{animation:flip 1s ease-in-out both}.anim-jello{animation:jello .8s both}.anim-rubber{animation:rubber-band 1s both}.anim-heartbeat{animation:heartbeat 1.4s ease-in-out infinite}.anim-sway{animation:sway 1.5s ease-in-out infinite}.anim-grow{animation:grow .4s forwards}.anim-shrink{animation:shrink .4s forwards}.anim-fadeInUp{animation:fadeInUp .6s ease-out forwards}.anim-fadeInDown{animation:fadeInDown .6s ease-out forwards}.anim-fadeInLeft{animation:fadeInLeft .6s ease-out forwards}.anim-fadeInRight{animation:fadeInRight .6s ease-out forwards}.anim-scaleIn{animation:scaleIn .5s ease-out forwards}.anim-slideInFromBottom{animation:slideInFromBottom .8s ease-out forwards}.anim-floatIn{animation:floatIn .7s ease-out forwards}.anim-shimmer{animation:shimmer 2s linear infinite}.anim-glow{animation:glow 2s ease-in-out infinite}.anim-delay-1{animation-delay:.1s}.anim-delay-2{animation-delay:.2s}.anim-delay-3{animation-delay:.3s}.anim-delay-4{animation-delay:.4s}.anim-delay-5{animation-delay:.5s}.button-hover-style{cursor:pointer}.button-hover-style:hover{transform:scale(1.1);transition:all .1s ease}.animation-text-alert-blink{animation:blink-alert 2s step-end infinite}@keyframes blink-alert{0%,49.99%{color:#000}50%,to{color:transparent}}.detail-photo-gallery-property-page-sub-component{width:100%;height:100%;max-width:100%;max-height:100%;overflow-y:auto;position:relative;padding:6px 12px;background:#f8f9fa;scrollbar-width:none;-ms-overflow-style:none}.detail-photo-gallery-property-page-sub-component::-webkit-scrollbar{display:none}@media only screen and (max-width:900px){.detail-photo-gallery-property-page-sub-component{padding:12px 8px}}.detail-photo-gallery-property-page-sub-component .gallery-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 20px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06)}@media only screen and (max-width:900px){.detail-photo-gallery-property-page-sub-component .gallery-header{padding:12px 16px;margin-bottom:20px;border-radius:8px}}.detail-photo-gallery-property-page-sub-component .gallery-header .image-counter,.detail-photo-gallery-property-page-sub-component .gallery-header .video-counter{display:flex;align-items:center;gap:8px;padding:8px 12px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:8px;border:1px solid #e5e7eb}.detail-photo-gallery-property-page-sub-component .gallery-header .image-counter .count,.detail-photo-gallery-property-page-sub-component .gallery-header .video-counter .count{font-size:1.125rem;font-weight:700;color:#374151;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.detail-photo-gallery-property-page-sub-component .gallery-header .image-counter .label,.detail-photo-gallery-property-page-sub-component .gallery-header .video-counter .label{font-size:.875rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}@media only screen and (max-width:900px){.detail-photo-gallery-property-page-sub-component .gallery-header .image-counter,.detail-photo-gallery-property-page-sub-component .gallery-header .video-counter{padding:6px 10px;gap:6px}.detail-photo-gallery-property-page-sub-component .gallery-header .image-counter .count,.detail-photo-gallery-property-page-sub-component .gallery-header .video-counter .count{font-size:1rem}.detail-photo-gallery-property-page-sub-component .gallery-header .image-counter .label,.detail-photo-gallery-property-page-sub-component .gallery-header .video-counter .label{font-size:.75rem}}.detail-photo-gallery-property-page-sub-component .main-pic-container{margin-bottom:20px}@media only screen and (max-width:900px){.detail-photo-gallery-property-page-sub-component .main-pic-container{margin-bottom:16px}}.detail-photo-gallery-property-page-sub-component .main-pic{width:100%;height:50vh;position:relative;overflow:hidden;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.1);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.detail-photo-gallery-property-page-sub-component .main-pic:hover{box-shadow:0 8px 24px rgba(0,0,0,.15);transform:translateY(-2px)}.detail-photo-gallery-property-page-sub-component .main-pic:hover .overlay{opacity:1}.detail-photo-gallery-property-page-sub-component .main-pic:hover .image-wrapper img{transform:scale(1.03)}@media only screen and (max-width:900px){.detail-photo-gallery-property-page-sub-component .main-pic{height:40vh;border-radius:8px}.detail-photo-gallery-property-page-sub-component .main-pic:hover{transform:none}.detail-photo-gallery-property-page-sub-component .main-pic:hover .overlay{opacity:0}.detail-photo-gallery-property-page-sub-component .main-pic:hover .image-wrapper img{transform:none}}.detail-photo-gallery-property-page-sub-component .main-pic .image-wrapper{width:100%;height:100%;position:relative;overflow:hidden;border-radius:inherit}.detail-photo-gallery-property-page-sub-component .main-pic .image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.detail-photo-gallery-property-page-sub-component .main-pic .image-wrapper .overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.3),rgba(0,0,0,.1));opacity:0;transition:opacity .3s ease;display:flex;align-items:center;justify-content:center;z-index:2}.detail-photo-gallery-property-page-sub-component .main-pic .image-wrapper .overlay .zoom-indicator{display:flex;flex-direction:column;align-items:center;gap:8px;color:#fff;text-align:center}.detail-photo-gallery-property-page-sub-component .main-pic .image-wrapper .overlay .zoom-indicator span:first-child{font-size:2rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.detail-photo-gallery-property-page-sub-component .main-pic .image-wrapper .overlay .zoom-indicator span:last-child{font-size:.875rem;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.5);background:rgba(0,0,0,.3);padding:4px 8px;border-radius:4px;backdrop-filter:blur(10px)}.detail-photo-gallery-property-page-sub-component .main-pic .bottom-mark-wrapper{position:absolute;bottom:12px;left:12px;display:flex;gap:8px;z-index:10}@media only screen and (max-width:900px){.detail-photo-gallery-property-page-sub-component .main-pic .bottom-mark-wrapper{bottom:8px;left:8px;gap:6px}}.detail-photo-gallery-property-page-sub-component .main-pic .latest-images-mark-label,.detail-photo-gallery-property-page-sub-component .main-pic .video-mark-label{cursor:pointer;transition:transform .2s ease}.detail-photo-gallery-property-page-sub-component .main-pic .latest-images-mark-label:hover,.detail-photo-gallery-property-page-sub-component .main-pic .video-mark-label:hover{transform:translateY(-2px)}@media only screen and (max-width:900px){.detail-photo-gallery-property-page-sub-component .main-pic .latest-images-mark-label:hover,.detail-photo-gallery-property-page-sub-component .main-pic .video-mark-label:hover{transform:none}}.detail-photo-gallery-property-page-sub-component .main-pic.video-main .video-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2}.detail-photo-gallery-property-page-sub-component .main-pic.video-main .video-overlay .play-indicator{width:80px;height:80px;border-radius:50%;background:hsla(0,0%,100%,.9);display:flex;align-items:center;justify-content:center;font-size:2rem;color:#374151;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(0,0,0,.2);transition:all .3s ease}@media only screen and (max-width:900px){.detail-photo-gallery-property-page-sub-component .main-pic.video-main .video-overlay .play-indicator{width:60px;height:60px;font-size:1.5rem}}.detail-photo-gallery-property-page-sub-component .main-pic.video-main:hover .play-indicator{transform:scale(1.1);background:#fff}.detail-photo-gallery-property-page-sub-component .sub-pics .sub-pics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 2px}.detail-photo-gallery-property-page-sub-component .sub-pics .sub-pics-header h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.detail-photo-gallery-property-page-sub-component .sub-pics .sub-pics-header .sub-count{font-size:.8rem;font-weight:500;color:#6b7280;background:#f3f4f6;padding:3px 6px;border-radius:4px}@media only screen and (max-width:900px){.detail-photo-gallery-property-page-sub-component .sub-pics .sub-pics-header{margin-bottom:10px}.detail-photo-gallery-property-page-sub-component .sub-pics .sub-pics-header h3{font-size:1rem}.detail-photo-gallery-property-page-sub-component .sub-pics .sub-pics-header .sub-count{font-size:.7rem}}.detail-photo-gallery-property-page-sub-component .sub-pics .sub-pics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}@media only screen and (max-width:900px){.detail-photo-gallery-property-page-sub-component .sub-pics .sub-pics-grid{grid-template-columns:1fr;gap:10px}}@media(max-width:640px){.detail-photo-gallery-property-page-sub-component .sub-pics .sub-pics-grid{grid-template-columns:1fr;gap:8px}}@media(max-width:480px){.detail-photo-gallery-property-page-sub-component .sub-pics .sub-pics-grid{grid-template-columns:1fr;gap:8px}}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic:hover{transform:translateY(-4px)}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic:hover .pic-wrapper{box-shadow:0 12px 32px rgba(0,0,0,.15)}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic:hover .pic-wrapper img{transform:scale(1.05)}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic:hover .pic-wrapper .pic-overlay{opacity:1}@media only screen and (max-width:900px){.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic:hover{transform:none}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic:hover .pic-wrapper{box-shadow:0 4px 12px rgba(0,0,0,.1)}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic:hover .pic-wrapper img{transform:none}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic:hover .pic-wrapper .pic-overlay{opacity:0}}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic .pic-wrapper{position:relative;height:160px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .3s ease}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic .pic-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}@media only screen and (max-width:900px){.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic .pic-wrapper{height:auto;border-radius:6px;background:#f9fafb}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic .pic-wrapper img{width:100%;height:auto;object-fit:contain;display:block}}@media(max-width:640px){.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic .pic-wrapper{height:auto}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic .pic-wrapper img{width:100%;height:auto;object-fit:contain}}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic .pic-wrapper .pic-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.4),rgba(0,0,0,.2));opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;justify-content:flex-end;padding:12px}.detail-photo-gallery-property-page-sub-component .sub-pics .each-pic .pic-wrapper .pic-overlay .pic-number{background:hsla(0,0%,100%,.9);color:#374151;font-size:.875rem;font-weight:600;padding:4px 8px;border-radius:6px;backdrop-filter:blur(10px)}.detail-photo-gallery-property-page-sub-component .latest-images-gallery{display:flex;gap:16px;flex-wrap:wrap}.detail-photo-gallery-property-page-sub-component .latest-images-gallery .each-pic{flex:0 0 auto}.detail-photo-gallery-property-page-sub-component .latest-images-gallery .each-pic img{border-radius:12px;width:280px;height:200px;object-fit:cover;box-shadow:0 4px 12px rgba(0,0,0,.1)}.detail-photo-gallery-property-page-sub-component .big-pic{display:flex;overflow:hidden;justify-content:center;align-items:center;padding:20px}.detail-photo-gallery-property-page-sub-component .big-pic img{border-radius:16px;max-width:100%;height:auto;box-shadow:0 8px 32px rgba(0,0,0,.2)}@media only screen and (max-width:900px){.detail-photo-gallery-property-page-sub-component .big-pic img{border-radius:12px;padding:0}}.detail-photo-gallery-property-page-sub-component .back-button-wrapper{margin-top:1rem;display:flex;justify-content:center}