@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:400;line-height:1.6;color:#2d3748}.main-content{max-width:1280px;margin:0 auto;padding:2.5rem 2rem}.gallery-section{position:relative;margin-bottom:2.5rem}.gallery-container{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:24px;height:32rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2)}.gallery-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(15px);transform:scale(1.1);z-index:1}.gallery-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0000004d,#667eea33,#0000004d);z-index:2}.gallery-nav{position:absolute;z-index:20;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:50%;padding:1rem;box-shadow:0 8px 32px #00000026;cursor:pointer;transition:all .3s ease}.gallery-nav:hover{background:#fff;transform:scale(1.1);box-shadow:0 12px 40px #0003}.gallery-prev{left:1.5rem}.gallery-next{right:1.5rem}.gallery-nav-icon{width:1.5rem;height:1.5rem;color:#4a5568}.gallery-content{position:relative;z-index:10;width:100%;max-width:700px;height:100%;display:flex;align-items:center;justify-content:center;padding:2.5rem}.gallery-image{width:100%;height:auto;max-height:85%;object-fit:contain;border-radius:16px;box-shadow:0 20px 40px #0000004d;background-color:#fff;border:4px solid rgba(255,255,255,.9)}.thumbnails{display:flex;justify-content:center;margin-top:2rem;gap:1rem;flex-wrap:wrap}.thumbnail{width:7rem;height:5rem;border-radius:12px;border:3px solid rgba(255,255,255,.3);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;overflow:hidden;position:relative}.thumbnail:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 25px #667eea4d}.thumbnail-active{border-color:#667eea;background:#667eea1a;box-shadow:0 8px 25px #667eea66}.thumbnail-img{width:100%;height:100%;object-fit:cover;border-radius:8px}.facility-info{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);padding:2.5rem;margin-bottom:2.5rem}.facility-title{font-size:2.5rem;font-weight:800;font-family:Poppins,sans-serif;background:linear-gradient(135deg,#2d3748,#4a5568);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:2rem;line-height:1.2}.facility-details{display:flex;flex-direction:column;gap:1.5rem}.facility-detail{display:flex;align-items:center;color:#4a5568;font-size:1.1rem;font-weight:500}.detail-icon{width:1.5rem;height:1.5rem;margin-right:1rem;color:#667eea}.rating-section{display:flex;align-items:center;margin-bottom:1.5rem}.rating{display:flex;align-items:center}.star{width:1.5rem;height:1.5rem}.star-filled{fill:#fbbf24;color:#fbbf24;filter:drop-shadow(0 2px 4px rgba(251,191,36,.3))}.star-empty{color:#e2e8f0}.rating-text{margin-left:1rem;color:#4a5568;font-weight:600;font-size:1.1rem}.tags{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.tag{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#667eea;border-radius:25px;font-size:.95rem;font-weight:600;border:1px solid rgba(102,126,234,.2);transition:all .3s ease}.tag:hover{background:linear-gradient(135deg,#667eea33,#764ba233);transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.about-section{background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:2rem;border-radius:16px;border:1px solid rgba(102,126,234,.1)}.about-title{font-weight:700;font-size:1.3rem;font-family:Poppins,sans-serif;color:#2d3748;margin-bottom:1rem}.about-text{color:#4a5568;line-height:1.8;font-size:1.05rem;font-weight:400}.tabs-container{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);overflow:hidden;margin-bottom:2.5rem}.tabs-header{background:linear-gradient(135deg,#667eea0d,#764ba20d);border-bottom:1px solid rgba(102,126,234,.1)}.tabs-nav{display:flex;overflow-x:auto}.tab-button{padding:1.5rem 2rem;font-weight:600;font-size:1rem;font-family:Poppins,sans-serif;color:#4a5568;border:none;background:none;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative}.tab-button:hover{color:#667eea;background:#667eea0d}.tab-active{color:#667eea;background:#667eea1a;position:relative}.tab-active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px 2px 0 0}.tabs-content{padding:2.5rem}.tab-title{font-size:2rem;font-weight:700;font-family:Poppins,sans-serif;margin-bottom:2rem;color:#2d3748}.seating-options{display:flex;flex-direction:column;gap:2rem}.seating-option{border:1px solid rgba(102,126,234,.1);border-radius:16px;padding:2rem;display:flex;align-items:center;gap:2rem;transition:all .3s ease;background:linear-gradient(135deg,#fffc,#667eea05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.seating-option:hover{border-color:#667eea;box-shadow:0 12px 35px #667eea26;transform:translateY(-4px)}.option-image{width:10rem;height:8rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:1px solid rgba(102,126,234,.1)}.option-img{width:100%;height:100%;object-fit:cover;border-radius:10px}.option-details{flex:1}.option-name{font-weight:700;color:#2d3748;font-size:1.4rem;font-family:Poppins,sans-serif;margin-bottom:.75rem}.option-description{color:#4a5568;font-size:1rem;margin-bottom:.75rem;line-height:1.6;font-weight:400}.option-availability{color:#e53e3e;font-size:.95rem;font-weight:600}.option-price{text-align:right;flex-shrink:0}.price-tag{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:20px;font-weight:700;font-size:1.2rem;font-family:Poppins,sans-serif;box-shadow:0 4px 15px #667eea4d}.amenities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2.5rem}@media (min-width: 768px){.amenities-grid{grid-template-columns:repeat(3,1fr)}}.amenity-item{display:flex;align-items:center;gap:1.25rem;padding:1.5rem;background:linear-gradient(135deg,#fffc,#667eea0d);border-radius:16px;transition:all .3s ease;border:1px solid rgba(102,126,234,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.amenity-item:hover{background:linear-gradient(135deg,#667eea1a,#764ba21a);transform:translateY(-4px);box-shadow:0 8px 25px #667eea26}.amenity-icon-container{color:#667eea}.amenity-icon{width:1.75rem;height:1.75rem}.amenity-name{color:#2d3748;font-weight:600;font-size:1.05rem}.rules-section{background:linear-gradient(135deg,#667eea0d,#764ba20d);padding:2rem;border-radius:16px;border:1px solid rgba(102,126,234,.1)}.rules-title{font-weight:700;font-family:Poppins,sans-serif;color:#2d3748;margin-bottom:1.5rem;font-size:1.3rem}.rules-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.rule-item{display:flex;align-items:flex-start;gap:1rem}.rule-bullet{color:#667eea;margin-top:.25rem;font-weight:700;font-size:1.2rem}.rule-text{color:#4a5568;line-height:1.6;font-size:1.05rem;font-weight:400}.reviews-list{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.review-item{border:1px solid rgba(102,126,234,.1);border-radius:16px;padding:2rem;display:flex;gap:1.5rem;background:linear-gradient(135deg,#fffc,#667eea05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.review-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea1a}.review-avatar{width:3.5rem;height:3.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 15px #667eea4d}.avatar-text{color:#fff;font-weight:700;font-size:1.1rem;font-family:Poppins,sans-serif}.review-details{flex:1}.review-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.reviewer-name{font-weight:600;color:#2d3748;font-size:1.1rem;font-family:Poppins,sans-serif}.review-rating{display:flex}.review-comment{color:#4a5568;margin-bottom:1rem;line-height:1.7;font-size:1.05rem}.review-date{color:#718096;font-size:.9rem;font-weight:500}.location-info{margin-bottom:2rem}.location-info p{font-size:1.1rem;color:#4a5568;margin-bottom:.75rem;font-weight:500}.map-placeholder{text-align:center;padding:3rem;background:linear-gradient(135deg,#667eea0d,#764ba20d);border-radius:16px;border:1px solid rgba(102,126,234,.1);margin-bottom:2rem}.map-icon{width:4.5rem;height:4.5rem;color:#667eea;margin:0 auto 1.5rem}.map-title{color:#2d3748;font-weight:700;font-size:1.4rem;font-family:Poppins,sans-serif;margin-bottom:.75rem}.map-subtitle{color:#4a5568;font-size:1.05rem;margin-bottom:1rem}.map-note{color:#718096;font-size:.95rem;font-style:italic}.directions-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.25rem;border-radius:16px;border:none;font-weight:700;font-size:1.1rem;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:1rem;box-shadow:0 8px 25px #667eea4d}.directions-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #667eea66}.directions-icon{width:1.5rem;height:1.5rem}.contact-section{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);padding:2.5rem;margin-top:2.5rem}.contact-header{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(102,126,234,.15)}.contact-title{font-size:1.8rem;font-weight:700;font-family:Poppins,sans-serif;color:#667eea;margin-bottom:.75rem}.contact-subtitle{color:#4a5568;font-size:1.1rem;font-weight:500}.contact-details{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.contact-item{display:flex;align-items:center;gap:1.25rem;padding:1rem;background:linear-gradient(135deg,#ffffff80,#667eea05);border-radius:12px;transition:all .3s ease}.contact-item:hover{background:linear-gradient(135deg,#667eea0d,#764ba20d);transform:translateY(-2px)}.contact-icon{width:1.5rem;height:1.5rem;color:#667eea}.contact-text,.contact-link{color:#2d3748;font-weight:600;font-size:1.05rem;cursor:pointer;transition:color .3s ease}.contact-link:hover{color:#667eea}.contact-buttons{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.contact-buttons{grid-template-columns:repeat(2,1fr)}}.call-button{background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff;padding:1.25rem;border-radius:16px;border:none;font-weight:700;font-size:1.1rem;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:1rem;box-shadow:0 8px 25px #e53e3e4d}.call-button:hover{transform:translateY(-3px);box-shadow:0 12px 35px #e53e3e66}.inquiry-button{background:linear-gradient(135deg,#1d4ed81a,#1d4ed80d);color:#1d4ed8;padding:1.25rem;border-radius:16px;border:2px solid #1d4ed8;font-weight:700;font-size:1.1rem;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.inquiry-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);color:#fff;transform:translateY(-3px);box-shadow:0 12px 35px #1d4ed84d}.button-icon{width:1.5rem;height:1.5rem}.bottom-actions{position:fixed;bottom:0;left:0;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(102,126,234,.1);padding:1.25rem;display:block;box-shadow:0 -8px 25px #0000001a;z-index:50}@media (min-width: 768px){.bottom-actions{display:none}}.bottom-actions-content{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.bottom-call-button{background:linear-gradient(135deg,#e53e3e,#c53030);color:#fff;padding:1rem;border-radius:16px;border:none;font-weight:700;font-size:1rem;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 15px #e53e3e4d}.bottom-call-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e53e3e66}.bottom-inquiry-button{background:linear-gradient(135deg,#1d4ed81a,#1d4ed80d);color:#1d4ed8;padding:1rem;border-radius:16px;border:2px solid #1d4ed8;font-weight:700;font-size:1rem;font-family:Poppins,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.75rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bottom-inquiry-button:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #1d4ed84d}.loading-message,.error-message{text-align:center;padding:3rem;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 20px 40px #0000001a;border:1px solid rgba(255,255,255,.2);margin:2rem auto;max-width:600px}.loading-message h2,.error-message h1{font-family:Poppins,sans-serif;font-weight:700;color:#2d3748;margin-bottom:1rem}.error-message p{color:#4a5568;font-size:1.1rem;margin-bottom:2rem}.retry-button{padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:16px;cursor:pointer;font-weight:700;font-size:1rem;font-family:Poppins,sans-serif;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.retry-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}@media (max-width: 768px){.main-content{padding:1.5rem 1rem;margin-bottom:7rem}.gallery-container{height:22rem;border-radius:20px}.facility-title{font-size:2rem}.facility-info,.contact-section{padding:1.5rem;border-radius:20px}.tabs-container{border-radius:20px}.thumbnails{flex-wrap:wrap;gap:.75rem}.thumbnail{width:5rem;height:3.5rem}.seating-option{flex-direction:column;text-align:center;gap:1.5rem}.option-image{width:100%;height:10rem}.option-details{width:100%}.option-price{text-align:center}.amenities-grid{grid-template-columns:1fr}.tabs-nav{flex-wrap:nowrap;overflow-x:auto}.tab-button{padding:1.25rem 1.5rem;font-size:.9rem}.tabs-content{padding:2rem}.tab-title{font-size:1.75rem}.review-item{flex-direction:column;gap:1rem}.review-avatar{align-self:flex-start}.contact-buttons{grid-template-columns:1fr}}@media (max-width: 480px){.main-content{padding:1rem .75rem}.gallery-container{height:20rem;border-radius:16px;margin:0 .75rem}.facility-info,.contact-section{margin:0 .75rem;padding:1.25rem;border-radius:16px}.tabs-container{margin:0 .75rem;border-radius:16px}.facility-title{font-size:1.75rem}.tab-title{font-size:1.5rem}.thumbnails{gap:.5rem;margin:1.5rem .75rem 0}.thumbnail{width:4.5rem;height:3rem}.seating-option,.amenity-item,.review-item,.contact-header,.about-section,.rules-section,.map-placeholder{border-radius:12px}.tab-button{padding:1rem 1.25rem}}html{scroll-behavior:smooth}::selection{background:#667eea33;color:#2d3748}button:focus-visible,input:focus-visible{outline:3px solid rgba(102,126,234,.5);outline-offset:2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.facility-info,.tabs-container,.contact-section{animation:fadeInUp .6s ease-out forwards}.facility-info{animation-delay:.1s}.tabs-container{animation-delay:.2s}.contact-section{animation-delay:.3s}.header{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;box-shadow:0 2px 12px #00000014;border-bottom:1px solid #e9ecef;flex-wrap:wrap;gap:1rem;min-height:70px}.site-title{cursor:pointer;font-size:1.8rem;font-weight:700;color:#00a88e;display:flex;align-items:center;gap:.5rem;white-space:nowrap;transition:color .3s ease}.site-title:hover{color:#008974}.site-title .icon{font-size:1.6rem}.search-section{flex:1;display:flex;align-items:center;padding:.75rem 1.25rem;max-width:600px;margin:0 auto;border-radius:50px;background-color:#fff;border:none;gap:.75rem;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.search-section:focus-within{box-shadow:0 4px 16px #00a88e26}.search-icon-top,.filter-icon-top,.location-icon-top{color:#6c757d;height:18px;width:18px;opacity:.7;cursor:pointer;transition:all .3s ease}.search-icon-top:hover,.filter-icon-top:hover,.location-icon-top:hover{color:#00a88e;opacity:1;transform:scale(1.1)}.filter-icon-top,.location-icon-top{margin-left:.5rem}.search-input{flex:1;border:none;padding:.5rem;font-size:1rem;outline:none;background-color:transparent;color:#495057;font-weight:400;box-shadow:none}.search-input:focus{outline:none;border:none;box-shadow:none}.search-input::placeholder{border:none;outline:none;color:#6c757d;font-size:.95rem;font-weight:400}.search-button{padding:.65rem 1.5rem;background-color:#00a88e;color:#fff;border:none;border-radius:25px;font-weight:600;font-size:.95rem;transition:all .3s ease;cursor:pointer;margin-left:.5rem;box-shadow:0 2px 6px #00a88e33}.search-button:hover{background-color:#008974;transform:translateY(-1px);box-shadow:0 4px 12px #00a88e4d}.search-button:active{transform:translateY(0)}.button-section{display:flex;gap:1rem;align-items:center}.header-button-list,.header-button-login{padding:.65rem 1.25rem;background-color:#fff;color:#333;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;text-decoration:none}.header-button-list{border:2px solid #e9ecef;color:#495057}.header-button-list:hover{border-color:#00a88e;color:#00a88e;background-color:#f0fcfa;transform:translateY(-1px);box-shadow:0 4px 12px #00a88e26}.header-button-login{border:2px solid #00a88e;color:#00a88e}.header-button-login:hover{background-color:#00a88e;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #00a88e4d}.login-icon{height:16px;width:16px}.user-menu{position:relative}.user-initial{background-color:#e0f7f4;color:#007b6e;border:2px solid #00a88e;border-radius:50%;width:42px;height:42px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.user-initial:hover{background-color:#00a88e;color:#fff;transform:scale(1.05);box-shadow:0 4px 12px #00a88e4d}.dropdown-menu{position:absolute;top:50px;right:0;background:#fff;box-shadow:0 8px 32px #0000001f;border-radius:12px;padding:8px 0;z-index:1000;min-width:200px;font-size:.95rem;border:1px solid #e9ecef;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-email{font-size:.85rem;color:#666;pointer-events:none;border-bottom:1px solid #e9ecef;margin-bottom:8px;padding:12px 20px 16px;background-color:#f8f9fa;font-weight:500}.dropdown-menu>div:not(.dropdown-email){padding:12px 20px;cursor:pointer;color:#333;display:flex;align-items:center;gap:12px;transition:all .2s ease;font-weight:500}.dropdown-menu>div:not(.dropdown-email):hover{background-color:#f0fcfa;color:#00a88e;padding-left:24px}.dropdown-menu>div:last-child{color:#dc3545;border-top:1px solid #e9ecef;margin-top:8px}.dropdown-menu>div:last-child:hover{background-color:#fff5f5;color:#c82333}.dropdown-icon{width:16px;height:16px;display:inline-block;text-align:center;font-size:14px}@media (max-width: 768px){.header{flex-direction:column;align-items:stretch;padding:1rem;gap:1rem}.site-title{font-size:1.6rem;justify-content:center;margin-bottom:.5rem}.search-section{width:100%;max-width:100%;margin:0;order:2}.button-section{width:100%;justify-content:center;order:3;flex-wrap:wrap;gap:.75rem}.header-button-list,.header-button-login{flex:1;justify-content:center;min-width:120px}.user-menu{flex:1;display:flex;justify-content:center}.user-initial{width:100%;max-width:200px;height:42px;border-radius:8px}.dropdown-menu{right:50%;transform:translate(50%);width:90vw;max-width:300px}}@media (max-width: 480px){.header{padding:.75rem}.site-title{font-size:1.4rem}.search-button{padding:.5rem 1rem;font-size:.9rem}.search-input{font-size:.9rem;border:none;outline:none}.search-icon-top,.filter-icon-top,.location-icon-top{height:16px;width:16px}.header-button-list,.header-button-login{font-size:.9rem;padding:.6rem 1rem}}.header-button-list:active,.header-button-login:active,.search-button:active{transform:translateY(0)}.header *{transition:all .3s ease}.search-input:focus,.header-button-list:focus,.header-button-login:focus,.user-initial:focus{border:none;outline-offset:2px;outline:none}.dropdown-menu>div:focus{outline:none;background-color:#f0fcfa;color:#00a88e}.app-container{min-height:100vh;background-color:#f9fafb}.header{background-color:#fff;box-shadow:0 1px 3px #0000001a;border-bottom:1px solid #e5e7eb}.header-content{max-width:1280px;margin:0 auto;padding:0 1rem}.header-main{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo-section{display:flex;align-items:center}.logo-container{display:flex;align-items:center;gap:.5rem}.logo-icon{width:2rem;height:2rem;background-color:#14b8a6;border-radius:.25rem;display:flex;align-items:center;justify-content:center}.logo-text{color:#fff;font-weight:700;font-size:.875rem}.brand-name{font-size:1.25rem;font-weight:700;color:#111827}.search-section{flex:1;max-width:28rem;margin:0 2rem}.search-container{position:relative}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;width:1.25rem;height:1.25rem}.search-input{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}.search-input:focus{outline:none;box-shadow:0 0 0 2px #14b8a6;border-color:#14b8a6}.header-actions{display:flex;align-items:center;gap:1rem}.search-btn{background-color:#14b8a6;color:#fff;padding:.5rem 1rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:500}.search-btn:hover{background-color:#0d9488}.header-link{color:#374151;background:none;border:none;cursor:pointer;font-weight:500}.header-link:hover{color:#111827}.main-content{max-width:1280px;margin:0 auto;padding:2rem 1rem}.page-header{margin-bottom:2rem}.page-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.page-subtitle{color:#6b7280;font-size:1rem}.controls-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.sort-dropdown-container{position:relative}.sort-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;cursor:pointer;font-size:.875rem;color:#374151}.sort-btn:hover{background-color:#f9fafb}.dropdown-icon{width:1rem;height:1rem;color:#6b7280}.sort-dropdown{position:absolute;top:100%;left:0;margin-top:.25rem;width:12rem;background-color:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;z-index:10}.sort-option{width:100%;padding:.5rem 1rem;text-align:left;background:none;border:none;cursor:pointer;color:#374151;font-size:.875rem}.sort-option:hover{background-color:#f9fafb}.sort-option:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.sort-option:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.view-controls{display:flex;align-items:center;gap:.5rem}.view-btn{padding:.5rem;border-radius:.5rem;border:1px solid #d1d5db;cursor:pointer;display:flex;align-items:center;justify-content:center}.view-btn-active{background-color:#14b8a6;color:#fff;border-color:#14b8a6}.view-btn-inactive{background-color:#fff;color:#6b7280}.view-btn-inactive:hover{background-color:#f9fafb}.view-icon{width:1.25rem;height:1.25rem}.filters-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#14b8a6;color:#fff;border-radius:.5rem;border:none;cursor:pointer;font-weight:500}.filters-btn:hover{background-color:#0d9488}.filter-icon{width:1rem;height:1rem}.libraries-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.libraries-list{display:flex;flex-direction:column;gap:1.5rem}.library-card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e5e7eb;overflow:hidden;transition:all .2s ease-in-out}.library-card:hover{box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-1px)}.library-card-image-container{position:relative;height:10rem}.library-card-image{height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;position:relative}.library-card-image-text{color:#fff;font-size:1.125rem;font-weight:600;text-align:center;padding:0 1rem}.library-card-tag{position:absolute;top:.75rem;left:.75rem;background-color:#14b8a6;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;box-shadow:0 1px 2px #0000001a}.library-card-content{padding:1.25rem}.library-card-title{text-align:left;font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem;line-height:1.4}.library-card-location{display:flex;align-items:center;color:#6b7280;margin-bottom:.75rem}.location-icon{width:1rem;height:1rem;margin-right:.5rem;flex-shrink:0}.location-text{font-size:.875rem}.library-card-rating{display:flex;align-items:center;margin-bottom:1rem}.rating-stars{display:flex;align-items:center;margin-right:.5rem;gap:.125rem}.star{width:1rem;height:1rem}.star-full{fill:#fbbf24;color:#fbbf24}.star-half{fill:url(#half-star);color:#fbbf24}.rating-text{font-size:.875rem;color:#6b7280;font-weight:500}.library-card-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:left}.library-card-amenities{text-align:left;margin-bottom:1.25rem}.amenities-label{font-size:.875rem;font-weight:500;color:#374151;display:block;margin-bottom:.5rem}.amenities-icons{display:flex;align-items:center;gap:.75rem}.amenity-icon{width:1.125rem;height:1.125rem;color:#14b8a6}.amenities-more{font-size:.875rem;color:#6b7280;font-weight:500}.library-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:.75rem;border-top:1px solid #f3f4f6}.price-section{text-align:left;display:flex;flex-direction:column}.price-label{font-size:.6rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.price-value{font-size:1rem;font-weight:700;color:#14b8a6;margin-top:.125rem}.view-details-btn{height:40px;width:120px;margin-left:10px;border:1px solid #14b8a6;border-radius:.5rem;font-size:.875rem;background-color:#fff;color:#14b8a6;cursor:pointer;font-weight:500;transition:all .2s ease-in-out;justify-content:center;align-items:center;text-align:center;justify-items:center}.view-details-btn:hover{background-color:#14b8a6;color:#fff}.library-list-item{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border:1px solid #e5e7eb;padding:1.5rem;transition:all .2s ease-in-out}.library-list-item:hover{box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-1px)}.library-list-content{display:flex;align-items:flex-start;gap:1.5rem}.library-list-image{width:12rem;height:8rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.library-list-image-text{color:#fff;font-size:.875rem;font-weight:600;text-align:center;padding:0 .5rem}.library-list-info{flex:1}.library-list-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.5rem}.library-list-title{font-size:1.25rem;font-weight:600;color:#111827}.library-list-tag{background-color:#14b8a6;color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;box-shadow:0 1px 2px #0000001a}.library-list-location{display:flex;align-items:center;color:#6b7280;margin-bottom:.75rem}.library-list-rating{display:flex;align-items:center;margin-bottom:.75rem}.library-list-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.library-list-footer{display:flex;align-items:center;justify-content:space-between}.library-list-amenities,.library-list-actions{display:flex;align-items:center;gap:1rem}.price-section-right{text-align:left}.price-section-right .price-label{text-align:left;font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.price-section-right .price-value{text-align:left;font-size:1.25rem;font-weight:700;color:#14b8a6;margin-top:.125rem}.filter-section-below-header{background-color:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;padding:1rem 0}.filter-content-horizontal{max-width:1280px;margin:0 auto;padding:0 1rem}.filter-header-horizontal{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.filter-sections-container{display:flex;gap:3rem;align-items:flex-start;flex-wrap:wrap}.filter-section-horizontal{min-width:200px;flex:1}.filter-section-title-small{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:#374151}.range-container-horizontal{margin-bottom:.5rem}.amenities-checkboxes-horizontal{display:flex;flex-wrap:wrap;gap:1rem}.checkbox-label-horizontal{display:flex;align-items:center;gap:.5rem;cursor:pointer;white-space:nowrap;font-size:.875rem;color:#374151}.filter-content{padding:1.5rem}.filter-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.filter-title{font-size:1.25rem;font-weight:600;color:#111827}.close-icon{width:1.5rem;height:1.5rem;color:#9ca3af;cursor:pointer;background:none;border:none;padding:0}.close-icon:hover{color:#374151}.filter-section{margin-bottom:2rem}.filter-section-title{font-size:1.125rem;font-weight:500;margin-bottom:1rem;color:#374151}.range-container{margin-bottom:1rem}.range-slider{width:100%;height:.5rem;background-color:#e5e7eb;border-radius:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;outline:none}.range-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.25rem;height:1.25rem;background-color:#14b8a6;border-radius:50%;cursor:pointer;box-shadow:0 1px 3px #0000001a}.range-slider::-moz-range-thumb{width:1.25rem;height:1.25rem;background-color:#14b8a6;border-radius:50%;cursor:pointer;border:none;box-shadow:0 1px 3px #0000001a}.range-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280;font-weight:500}.amenities-checkboxes{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.checkbox-input{width:1.125rem;height:1.125rem;accent-color:#14b8a6;border:2px solid #d1d5db;border-radius:.25rem;cursor:pointer}.checkbox-input:focus{outline:none;box-shadow:0 0 0 2px #14b8a6}.checkbox-text{color:#374151;font-size:.875rem}.star-half:before{content:"";position:absolute;width:50%;height:100%;background-color:#fbbf24;left:0}@media (max-width: 768px){.header-main{flex-direction:column;height:auto;padding:1rem 0;gap:1rem}.search-section{width:100%;margin:0}.header-actions{width:100%;justify-content:center}.controls-section{flex-direction:column;gap:1rem;align-items:stretch}.view-controls{justify-content:center}.libraries-grid{grid-template-columns:1fr}.library-list-content{flex-direction:column}.library-list-image{width:100%;height:12rem}.library-list-header{flex-direction:column;gap:.5rem;align-items:flex-start}.library-list-footer{flex-direction:column;gap:1rem;align-items:flex-start}.library-list-actions{width:100%;justify-content:space-between}.filter-sections-container{flex-direction:column;gap:1.5rem}.filter-section-horizontal{min-width:unset}.amenities-checkboxes-horizontal{flex-direction:column;gap:.75rem}}@media (max-width: 640px){.main-content,.library-card-content,.library-list-item{padding:1rem}.library-card-footer{flex-direction:column;gap:1rem;align-items:stretch}.view-details-btn{width:100%;justify-content:center}}.loading-message,.error-message{text-align:center;padding:2rem}.no-libraries{text-align:center;padding:2rem;color:#666}.retry-button{padding:.5rem 1rem;background:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-top:1rem}.amenity-with-icon{display:flex;align-items:center;gap:.5rem}.amenity-with-icon .amenity-icon{width:16px;height:16px}.endpart-container{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:20px;gap:1rem}a{text-decoration:none;color:inherit}.home .hero-section{padding:4rem;text-align:center;background:linear-gradient(to right,#e0f7fa,#fce4ec)}.site-title{display:flex;align-items:center;gap:.5rem}.home .hero-section h1{font-size:3rem;font-weight:700;color:#333;margin-bottom:1rem}.home .hero-section .highlight{color:#00a88e;margin:0 .2rem}.home .hero-section p{font-size:1.2rem;color:#555;margin-bottom:3rem}.search-bar{display:flex;justify-content:center;align-items:center;padding:.7rem 1rem;margin:0 auto 2rem;max-width:600px;border-radius:50px;background-color:#fff;box-shadow:0 4px 12px #0000001a}.search-bar .icon{margin:0 .5rem;color:#888;font-size:1.2rem}.search-bar input.search-input{flex:1;border:none;padding:.7rem;font-size:1rem;outline:none}.search-bar button{background-color:#00a88e;color:#fff;border:none;padding:.9rem 1.5rem;border-radius:30px;font-weight:500;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.search-bar button:hover{background-color:#008c78}.explore-btn{align-items:center;padding:1rem 2rem;background:linear-gradient(to right,#00a88e,#2ed8b6);margin-top:1rem;border:none;font-size:1rem;font-weight:700;border-radius:50px;display:inline-flex;gap:.5rem;color:#fff;cursor:pointer;transition:background-color .3s ease}.explore-btn:hover{background-color:#008c78}*{box-sizing:border-box;margin:0;padding:0}.school{padding:2rem 1rem;background-color:#f5f7fa;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center}.libraries-section .highlight{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#000;font-weight:600}.libraries-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;max-width:1200px;padding:0 1rem}.library-card{background-color:#fff;border-radius:16px;padding:2rem 1.5rem;text-align:center;box-shadow:0 8px 20px #dadadaf9;transition:transform .3s ease,box-shadow .3s ease}.library-card:hover{transform:translateY(-6px);box-shadow:0 10px 30px #00000014}.icon-wrapper{background-color:#eff8f6;height:70px;width:70px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-bottom:1rem}.icon{font-size:2.5rem;color:#00a88e}.library-card h2{font-size:1.25rem;font-weight:600;margin-bottom:.8rem;color:#000}.library-card p{font-size:1rem;line-height:1.5;color:#000}@media screen and (max-width: 768px){.libraries-section .highlight,.icon{font-size:2rem}.library-card h2{font-size:1.1rem}.library-card{padding:1.5rem 1rem}}@media screen and (max-width: 480px){.libraries-section .highlight{font-size:1.75rem}.icon-wrapper{height:60px;width:60px}.icon{font-size:1.5rem}.library-card h2{font-size:1rem}.library-card p{font-size:.9rem}}.endpart-card{background:#fff;border-radius:12px;box-shadow:0 0 12px #0000001a;overflow:hidden;width:300px;font-family:Segoe UI,sans-serif;margin:1rem}.endpart-image-section{position:relative;background-color:#f1f1f1;height:120px;display:flex;align-items:center;justify-content:center}.endpart-image-placeholder h2{color:#bdbdbd;font-size:1.2rem}.endpart-badge{position:absolute;top:10px;left:10px;background-color:#00bfa5;color:#fff;padding:.3rem .6rem;border-radius:10px;font-size:.8rem}.endpart-info{padding:1rem}.endpart-name{font-size:1rem;font-weight:700;color:#333}.endpart-location{font-size:.9rem;color:gray;margin:.2rem 0}.endpart-rating{margin:.3rem 0}.stars{color:orange;font-weight:700}.reviews{font-size:.85rem;color:gray}.endpart-description{font-size:.85rem;color:#555;margin:.5rem 0}.amenities-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:.5rem 0}.amenity-item{font-size:.75rem;background:#eee;padding:.2rem .5rem;border-radius:5px}.endpart-price{margin-top:.5rem;font-weight:700}.price-type{color:gray;font-size:.85rem}.view-button{margin-top:.5rem;padding:.4rem .8rem;background-color:#00bfa5;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.85rem}.view-button:hover{background-color:#009e87}.smapt-container{width:100%;background-color:#f4f4f4;padding:2rem 1rem;text-align:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333}.star-icon{font-size:2rem;margin-bottom:.5rem}.smapt-container h1{margin:0;font-size:1.8rem;font-weight:600;color:#222}.smapt-content{max-width:800px;margin:1rem auto 2rem;font-size:1.1rem;font-weight:400;line-height:1.6;color:#555}.smapt-footer{border-top:1px solid #ccc;padding-top:1rem;margin-top:2rem;background-color:#e5e7eb;padding-bottom:1rem}.footer{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:.5rem}.footer a{text-decoration:none;color:#444;font-weight:500;transition:color .3s}.footer a:hover{color:#000;text-decoration:underline}.smapt-footer .left{font-size:.9rem;color:#666;margin-top:.5rem}.login-page{display:flex;min-height:100vh;font-family:Inter,sans-serif;background:linear-gradient(135deg,#e0f7f4,#d4f0fa)}.login-left{flex:1;display:flex;justify-content:center;align-items:center;padding:3rem;background:#fff;border-top-right-radius:50px;border-bottom-right-radius:50px;box-shadow:0 0 20px #00000014}.form-container{max-width:400px;width:100%}h1{font-size:2rem;color:#00a88e;margin-bottom:.5rem}.subtitle{font-size:1rem;color:#555;margin-bottom:2rem}.login-form .input-group{margin-bottom:1.2rem}.input-group label{display:block;font-size:.95rem;margin-bottom:.4rem;color:#333}.input-group input{width:100%;padding:.75rem;border-radius:12px;border:1px solid #ccc;background-color:#f5f5f5;outline:none;font-size:1rem;transition:all .3s ease}.input-group input:focus{border-color:#00a88e;background-color:#fff}.input-group input.error{border-color:red;background-color:#ffecec}.error-text{color:red;font-size:.8rem;margin-top:.3rem}.options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.85rem}.options label{display:flex;align-items:center;gap:.4rem;color:#555}.options a{color:#00a88e;text-decoration:none;font-weight:500}.submit-btn{width:100%;background-color:#00a88e;color:#fff;border:none;padding:.9rem;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:background .3s ease}.submit-btn:hover{background-color:#008f7a}.footer{margin-top:1rem;font-size:.9rem;color:#555;text-align:center}.footer a{color:#00a88e;font-weight:500;text-decoration:none}.login-right{flex:1.2;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#00a88e,#32c7b7)}.login-right img{width:70%;max-width:500px;height:auto;border-radius:20px}@media (max-width: 1024px){.login-page{flex-direction:column}.login-left{border-radius:0;padding:2rem}.login-right{display:none}}.profile-container{max-width:800px;margin:2rem auto;padding:0 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.profile-header{margin-bottom:2rem}.profile-header h1{color:#333;font-size:2.5rem;font-weight:600;margin-bottom:.5rem}.profile-header p{color:#666;font-size:1.1rem}.profile-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem}.profile-top{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e9ecef}.profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#00a88e,#4dd0e1);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;border:3px solid #e0f7f4}.profile-info h2{color:#333;font-size:1.8rem;margin-bottom:.25rem}.join-date{color:#666;font-size:.9rem}.edit-profile-btn{margin-left:auto;padding:.75rem 1.5rem;background-color:#00a88e;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.edit-profile-btn:hover{background-color:#007d6b}.profile-details{display:flex;flex-direction:column;gap:1.5rem}.detail-group{display:flex;flex-direction:column;gap:.5rem}.detail-group label{font-weight:600;color:#333;font-size:.9rem}.detail-value{display:flex;align-items:center;gap:.75rem;color:#555;font-size:1rem;padding:.75rem 0}.detail-icon{font-size:1.1rem;width:20px;text-align:center}.bio-text{line-height:1.6;align-items:flex-start;padding-top:.5rem}.profile-input,.profile-textarea{padding:.75rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:border-color .3s ease;font-family:inherit}.profile-input:focus,.profile-textarea:focus{outline:none;border-color:#00a88e}.profile-textarea{resize:vertical;min-height:80px}.edit-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e9ecef}.cancel-btn,.save-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .3s ease}.cancel-btn{background-color:#f8f9fa;color:#666;border:1px solid #e9ecef}.cancel-btn:hover{background-color:#e9ecef}.save-btn{background-color:#00a88e;color:#fff}.save-btn:hover{background-color:#007d6b}.account-actions{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 10px #0000001a}.account-actions h3{color:#333;font-size:1.3rem;margin-bottom:1.5rem}.action-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;cursor:pointer;transition:background-color .3s ease;margin-bottom:.5rem}.action-item:hover{background-color:#f8f9fa}.action-item.danger{color:#dc3545}.action-item.danger:hover{background-color:#fff5f5}.action-icon{font-size:1.1rem;width:20px;text-align:center}.notification{position:fixed;bottom:2rem;right:2rem;background:#28a745;color:#fff;padding:1rem 1.5rem;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:.5rem;z-index:1000;animation:slideIn .3s ease}.notification-icon{font-size:1.1rem}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@media (max-width: 768px){.profile-container{padding:0 .5rem}.profile-card{padding:1.5rem}.profile-top{flex-direction:column;text-align:center;gap:1rem}.profile-avatar{width:60px;height:60px;font-size:1.5rem}.edit-profile-btn{margin-left:0}.edit-actions{flex-direction:column}.notification{bottom:1rem;right:1rem;left:1rem}}
