/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/_components/dashboard/dashboard.module.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.dashboard_dashboard__QitCu {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 10px;
  gap: 10px;
  padding: 20px 40px;
}

.dashboard_section__YtrBt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dashboard_sectionTitle__5lVhk {
  font-size: 32px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.dashboard_activitiesGrid__slodo {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  gap: 10px;
}
.dashboard_activitiesGrid__slodo > div:nth-child(1) {
  grid-column: 1/3;
}
.dashboard_activitiesGrid__slodo > div:nth-child(2) {
  grid-column: 3/4;
}
.dashboard_activitiesGrid__slodo > div:nth-child(3) {
  grid-column: 1/2;
  grid-row: 2;
}
.dashboard_activitiesGrid__slodo > div:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2;
}
.dashboard_activitiesGrid__slodo > div:nth-child(5) {
  grid-column: 3/4;
  grid-row: 2;
}

@media (min-width: 768px) {
  .dashboard_dashboard__QitCu {
    padding: 30px 40px;
    gap: 15px;
    grid-template-columns: 2fr 1fr 1fr;
  }
  .dashboard_sectionTitle__5lVhk {
    font-size: 36px;
  }
  .dashboard_sectionTitle__5lVhk:hover {
    color: #FFC760;
  }
  .dashboard_activitiesGrid__slodo {
    gap: 15px;
  }
  .dashboard_activitiesGrid__slodo > div:nth-child(1) {
    grid-column: 1/3;
  }
  .dashboard_activitiesGrid__slodo > div:nth-child(2) {
    grid-column: 3/4;
  }
  .dashboard_activitiesGrid__slodo > div:nth-child(3) {
    grid-column: 1/2;
    grid-row: 2;
  }
  .dashboard_activitiesGrid__slodo > div:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2;
  }
  .dashboard_activitiesGrid__slodo > div:nth-child(5) {
    grid-column: 3/4;
    grid-row: 2;
  }
}
@media (max-width: 1023px) {
  .dashboard_dashboard__QitCu {
    grid-template-columns: 2fr 1fr 1fr;
    padding: 10px 15px;
    gap: 15px;
  }
  .dashboard_sectionTitle__5lVhk {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 767px) {
  .dashboard_dashboard__QitCu {
    grid-template-columns: 2fr;
    padding: 10px 15px;
    gap: 15px;
  }
  .dashboard_sectionTitle__5lVhk {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/_components/activity-card/activity-card.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.activity-card_card___9_GD {
  background-color: #282828;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 120px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.activity-card_card___9_GD:hover {
  background-color: #303030;
  transform: translateY(-2px);
}
.activity-card_card___9_GD.activity-card_highlighted__Wsz9H {
  border: 2px dashed #d4af37;
}

.activity-card_icon__tvYKl {
  font-size: 32px;
}

.activity-card_title__b7HZk {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7058823529);
  text-align: center;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .activity-card_card___9_GD {
    border-radius: 14px;
    padding: 28px;
    min-height: 110px;
    gap: 7px;
  }
  .activity-card_card___9_GD:hover {
    background-color: #323232;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .activity-card_card___9_GD.activity-card_highlighted__Wsz9H {
    border-width: 1.5px;
  }
  .activity-card_icon__tvYKl {
    font-size: 30px;
  }
  .activity-card_title__b7HZk {
    font-size: 15px;
    font-weight: 500;
  }
}
@media (max-width: 1023px) {
  .activity-card_card___9_GD {
    border-radius: 12px;
    padding: 24px;
    min-height: 100px;
    gap: 6px;
  }
  .activity-card_icon__tvYKl {
    font-size: 28px;
  }
  .activity-card_title__b7HZk {
    font-size: 14px;
    font-weight: 500;
  }
}
@media (max-width: 1023px) {
  .activity-card_card___9_GD {
    border-radius: 10px;
    padding: 20px;
    min-height: 90px;
    gap: 5px;
  }
  .activity-card_icon__tvYKl {
    font-size: 24px;
  }
  .activity-card_title__b7HZk {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/_components/promo-card/promo-card.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.promo-card_card__wIxLO {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  max-height: 400px;
}
.promo-card_card__wIxLO:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.promo-card_imageContainer__gvQOR {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.promo-card_mainImage__8Llgm {
  width: 300px;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.promo-card_image__aSWHz {
  object-fit: cover;
  border-radius: 16px;
}

.promo-card_footer__LSRsi {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 10;
}

.promo-card_seeAllButton__RZIlJ {
  background-color: #ffc760;
  color: #2c2c2c;
  border: none;
  border-radius: 25px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(244, 196, 48, 0.3);
}
.promo-card_seeAllButton__RZIlJ:hover {
  background-color: #f0b000;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(244, 196, 48, 0.4);
}

.promo-card_content___zxQB {
  position: relative;
  z-index: 1;
  text-align: center;
}

.promo-card_title__fUNxn {
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.promo-card_highlight__A4BG_ {
  color: #d4af37;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.promo-card_dots__AJaZD {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.promo-card_dot__vUwtO {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
}
.promo-card_dot__vUwtO:first-child {
  background-color: #d4af37;
}

@media (min-width: 768px) {
  .promo-card_card__wIxLO {
    border-radius: 18px;
    max-height: 380px;
  }
  .promo-card_card__wIxLO:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  }
  .promo-card_mainImage__8Llgm {
    width: 280px;
    border-radius: 14px;
  }
  .promo-card_image__aSWHz {
    border-radius: 14px;
  }
  .promo-card_footer__LSRsi {
    top: 18px;
    right: 18px;
  }
  .promo-card_seeAllButton__RZIlJ {
    border-radius: 22px;
    padding: 11px 22px;
    font-size: 15px;
  }
  .promo-card_seeAllButton__RZIlJ:hover {
    transform: scale(1.03);
  }
  .promo-card_title__fUNxn {
    font-size: 44px;
    letter-spacing: 1.8px;
    margin-bottom: 28px;
  }
  .promo-card_dots__AJaZD {
    gap: 7px;
    margin-top: 18px;
  }
  .promo-card_dot__vUwtO {
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 1023px) {
  .promo-card_card__wIxLO {
    border-radius: 16px;
    max-height: 320px;
  }
  .promo-card_mainImage__8Llgm {
    width: 240px;
    border-radius: 12px;
  }
  .promo-card_image__aSWHz {
    border-radius: 12px;
  }
  .promo-card_footer__LSRsi {
    top: 20px;
    right: 20px;
  }
  .promo-card_seeAllButton__RZIlJ {
    border-radius: 20px;
    padding: 10px 18px;
    font-size: 14px;
  }
  .promo-card_title__fUNxn {
    font-size: 36px;
    letter-spacing: 1.5px;
    margin-bottom: 24px;
  }
  .promo-card_dots__AJaZD {
    gap: 6px;
    margin-top: 16px;
  }
  .promo-card_dot__vUwtO {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 1023px) {
  .promo-card_card__wIxLO {
    border-radius: 12px;
    max-height: 300px;
  }
  .promo-card_mainImage__8Llgm {
    width: 200px;
    border-radius: 10px;
  }
  .promo-card_mainImage__8Llgm img {
    width: 200px;
    height: 300px;
    object-fit: cover;
  }
  .promo-card_image__aSWHz {
    border-radius: 10px;
  }
  .promo-card_footer__LSRsi {
    top: 10px;
    right: 20px;
  }
  .promo-card_seeAllButton__RZIlJ {
    border-radius: 18px;
    padding: 8px 16px;
    font-size: 12px;
  }
  .promo-card_title__fUNxn {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 1.1;
  }
  .promo-card_dots__AJaZD {
    gap: 5px;
    margin-top: 14px;
  }
  .promo-card_dot__vUwtO {
    width: 5px;
    height: 5px;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/_components/inspiration-card/inspiration-card.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.inspiration-card_card__Pmp4i {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  max-height: 400px;
}
.inspiration-card_card__Pmp4i:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.inspiration-card_imageContainer__NBKwj {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.inspiration-card_mainImage__jHM_A {
  width: 300px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.inspiration-card_mainImage__jHM_A img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.inspiration-card_image__P3v2Q {
  object-fit: cover;
  border-radius: 16px;
}

.inspiration-card_footer__dndZ6 {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.inspiration-card_seeAllButton__zEDe9 {
  background-color: #ffc760;
  color: #2c2c2c;
  border: none;
  border-radius: 25px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(244, 196, 48, 0.3);
}
.inspiration-card_seeAllButton__zEDe9:hover {
  background-color: #f0b000;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(244, 196, 48, 0.4);
}

.inspiration-card_imagePlaceholder__4MPJ6 {
  display: none;
}

.inspiration-card_imageText__Dfr96 {
  display: none;
}

@media (min-width: 768px) {
  .inspiration-card_card__Pmp4i {
    border-radius: 18px;
    max-height: 380px;
  }
  .inspiration-card_card__Pmp4i:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
  }
  .inspiration-card_mainImage__jHM_A {
    width: 300px;
    border-radius: 14px;
  }
  .inspiration-card_image__P3v2Q {
    border-radius: 14px;
  }
  .inspiration-card_footer__dndZ6 {
    top: 18px;
    right: 18px;
  }
  .inspiration-card_seeAllButton__zEDe9 {
    border-radius: 22px;
    padding: 11px 22px;
    font-size: 15px;
  }
  .inspiration-card_seeAllButton__zEDe9:hover {
    transform: scale(1.03);
  }
}
@media (max-width: 1023px) {
  .inspiration-card_card__Pmp4i {
    border-radius: 16px;
    max-height: 320px;
  }
  .inspiration-card_mainImage__jHM_A {
    width: 300px;
    border-radius: 12px;
  }
  .inspiration-card_mainImage__jHM_A img {
    width: 300px;
    height: 300px;
    object-fit: cover;
  }
  .inspiration-card_image__P3v2Q {
    border-radius: 12px;
  }
  .inspiration-card_footer__dndZ6 {
    top: 15px;
    right: 15px;
  }
  .inspiration-card_seeAllButton__zEDe9 {
    border-radius: 20px;
    padding: 10px 18px;
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .inspiration-card_card__Pmp4i {
    border-radius: 12px;
    max-height: 320px;
  }
  .inspiration-card_mainImage__jHM_A {
    width: 200px;
    border-radius: 10px;
  }
  .inspiration-card_mainImage__jHM_A img {
    width: 200px;
    height: 300px;
    object-fit: cover;
  }
  .inspiration-card_image__P3v2Q {
    border-radius: 10px;
  }
  .inspiration-card_footer__dndZ6 {
    top: 10px;
    right: 20px;
  }
  .inspiration-card_seeAllButton__zEDe9 {
    border-radius: 18px;
    padding: 8px 16px;
    font-size: 13px;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/_components/wifi-modal/wifi-modal.module.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wifi-modal_overlay__Fl_by {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: wifi-modal_fadeIn__LkMMC 0.3s ease-out;
}
.wifi-modal_overlay__Fl_by.wifi-modal_fadeOut__q3fpz {
  animation: wifi-modal_fadeOut__q3fpz 0.3s ease-out;
}

.wifi-modal_modal__HGxzL {
  background-color: #2a2a2a;
  border: 2px solid #d4a574;
  border-radius: 20px;
  padding: 2rem;
  width: 90%;
  max-width: 500px;
  color: white;
  position: relative;
  animation: wifi-modal_modalSlideIn__aNILF 0.3s ease-out;
  transform-origin: center;
}
.wifi-modal_modal__HGxzL.wifi-modal_slideOut__BCLy4 {
  animation: wifi-modal_modalSlideOut__KW2wu 0.3s ease-out;
}

.wifi-modal_header__aMwca {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.wifi-modal_title__Y_7zy {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  color: white;
}

.wifi-modal_closeButton__0v3M2 {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border-radius: 50%;
}
.wifi-modal_closeButton__0v3M2:hover {
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}

.wifi-modal_content__CP6A9 {
  text-align: center;
}

.wifi-modal_instruction__bq7DZ {
  color: #ccc;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  animation: wifi-modal_fadeInUp__O13h9 0.5s ease-out 0.1s both;
}

.wifi-modal_qrCode__L_cCf {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  animation: wifi-modal_fadeInUp__O13h9 0.5s ease-out 0.2s both;
}

.wifi-modal_qrPlaceholder__vLI5h {
  width: 200px;
  height: 200px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 3px solid #d4a574;
  transition: transform 0.3s ease;
}
.wifi-modal_qrPlaceholder__vLI5h:hover {
  transform: scale(1.05);
}

.wifi-modal_qrPattern__XHIiE {
  width: 180px;
  height: 180px;
  background-image: repeating-linear-gradient(0deg, #000, #000 3px, transparent 3px, transparent 6px), repeating-linear-gradient(90deg, #000, #000 3px, transparent 3px, transparent 6px);
  opacity: 0.8;
  animation: wifi-modal_pulse__XPEI_ 2s infinite;
}

.wifi-modal_networkInfo__FuLob {
  text-align: left;
  animation: wifi-modal_fadeInUp__O13h9 0.5s ease-out 0.3s both;
}

.wifi-modal_networkTitle__RqHB7 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
  color: white;
}

.wifi-modal_networkDetails__yX2_W {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wifi-modal_networkItem__wBgNY {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  transition: all 0.2s ease;
  border-radius: 8px;
}
.wifi-modal_networkItem__wBgNY:hover {
  background-color: rgba(255, 255, 255, 0.05);
  transform: translateX(5px);
}

.wifi-modal_label___o6ZO {
  font-weight: bold;
  color: #ccc;
}

.wifi-modal_value__OWMDX {
  color: white;
  font-family: monospace;
  transition: color 0.2s ease;
}

.wifi-modal_networkItem__wBgNY:hover .wifi-modal_value__OWMDX {
  color: #d4a574;
}

/* Keyframe animations */
@keyframes wifi-modal_fadeIn__LkMMC {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes wifi-modal_fadeOut__q3fpz {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes wifi-modal_modalSlideIn__aNILF {
  from {
    opacity: 0;
    transform: scale(0.7) translateY(-50px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes wifi-modal_modalSlideOut__KW2wu {
  from {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    transform: scale(0.7) translateY(50px);
  }
}
@keyframes wifi-modal_fadeInUp__O13h9 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes wifi-modal_pulse__XPEI_ {
  0%, 100% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.6;
  }
}
@media (min-width: 768px) {
  .wifi-modal_modal__HGxzL {
    width: 85%;
    max-width: 470px;
    padding: 1.8rem;
    border-radius: 18px;
  }
  .wifi-modal_title__Y_7zy {
    font-size: 1.4rem;
  }
  .wifi-modal_instruction__bq7DZ {
    font-size: 1rem;
    margin-bottom: 1.3rem;
  }
  .wifi-modal_qrPlaceholder__vLI5h {
    width: 180px;
    height: 180px;
    border-radius: 12px;
  }
  .wifi-modal_qrPlaceholder__vLI5h:hover {
    transform: scale(1.03);
  }
  .wifi-modal_qrPattern__XHIiE {
    width: 160px;
    height: 160px;
  }
  .wifi-modal_networkTitle__RqHB7 {
    font-size: 1.15rem;
  }
  .wifi-modal_networkItem__wBgNY {
    padding: 0.6rem 0;
    border-radius: 10px;
  }
  .wifi-modal_networkItem__wBgNY:hover {
    transform: translateX(3px);
  }
}
@media (max-width: 1023px) {
  .wifi-modal_modal__HGxzL {
    width: 90%;
    padding: 1.5rem;
    border-radius: 16px;
  }
  .wifi-modal_title__Y_7zy {
    font-size: 1.3rem;
  }
  .wifi-modal_instruction__bq7DZ {
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
  }
  .wifi-modal_qrPlaceholder__vLI5h {
    width: 160px;
    height: 160px;
    border-radius: 10px;
  }
  .wifi-modal_qrPattern__XHIiE {
    width: 140px;
    height: 140px;
  }
  .wifi-modal_networkTitle__RqHB7 {
    font-size: 1.1rem;
  }
}
@media (max-width: 1023px) {
  .wifi-modal_modal__HGxzL {
    width: 95%;
    padding: 1.2rem;
    border-radius: 14px;
  }
  .wifi-modal_title__Y_7zy {
    font-size: 1.2rem;
  }
  .wifi-modal_instruction__bq7DZ {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
  .wifi-modal_qrPlaceholder__vLI5h {
    width: 140px;
    height: 140px;
    border-radius: 8px;
  }
  .wifi-modal_qrPattern__XHIiE {
    width: 120px;
    height: 120px;
  }
  .wifi-modal_networkTitle__RqHB7 {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
  .wifi-modal_networkItem__wBgNY {
    padding: 0.4rem 0;
    font-size: 0.9rem;
  }
  .wifi-modal_closeButton__0v3M2 {
    width: 26px;
    height: 26px;
    font-size: 1.3rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/_components/survey-modal/survey-modal.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.survey-modal_overlay__mAhOu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: survey-modal_fadeIn__ct1_U 0.3s ease-out;
}
.survey-modal_overlay__mAhOu.survey-modal_fadeOut__bl4WY {
  animation: survey-modal_fadeOut__bl4WY 0.3s ease-out;
}

.survey-modal_modal__9w3k5 {
  background-color: #2a2a2a;
  border: 2px solid #d4a574;
  border-radius: 20px;
  padding: 2rem;
  width: 90%;
  max-width: 800px;
  color: white;
  position: relative;
  animation: survey-modal_modalSlideIn__H3UDF 0.3s ease-out;
  transform-origin: center;
}
.survey-modal_modal__9w3k5.survey-modal_slideOut__rpopU {
  animation: survey-modal_modalSlideOut__NfHrG 0.3s ease-out;
}

.survey-modal_header__uaAWg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.survey-modal_title__WfKJA {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  color: white;
}

.survey-modal_closeButton__ivxNB {
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border-radius: 50%;
}
.survey-modal_closeButton__ivxNB:hover {
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}

.survey-modal_content__hQf4h {
  text-align: center;
}

.survey-modal_subtitle__Il7I1 {
  color: #ccc;
  margin-bottom: 2rem;
  font-size: 1rem;
  animation: survey-modal_fadeInUp__Gy3lt 0.5s ease-out 0.1s both;
}

.survey-modal_drinkGrid__zy8yA {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
  animation: survey-modal_fadeInUp__Gy3lt 0.5s ease-out 0.2s both;
}

.survey-modal_drinkCard__TPC3G {
  background-color: #3a3a3a;
  border-radius: 15px;
  padding: 2rem 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  border: 2px solid transparent;
}
.survey-modal_drinkCard__TPC3G:hover {
  background-color: #4a4a4a;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.survey-modal_drinkCard__TPC3G.survey-modal_selected___iKhF {
  background-color: #4a4a4a;
  border-color: #d4a574;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(212, 165, 116, 0.3);
}

.survey-modal_drinkImage__jJWTT {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.survey-modal_drinkIcon__3635H {
  font-size: 2.5rem;
  transition: transform 0.3s ease;
}

.survey-modal_drinkCard__TPC3G:hover .survey-modal_drinkIcon__3635H {
  transform: scale(1.1);
}

.survey-modal_drinkName__f6Ak7 {
  font-size: 1.1rem;
  font-weight: 500;
  color: white;
  text-align: center;
  transition: color 0.3s ease;
}

.survey-modal_drinkCard__TPC3G:hover .survey-modal_drinkName__f6Ak7,
.survey-modal_drinkCard__TPC3G.survey-modal_selected___iKhF .survey-modal_drinkName__f6Ak7 {
  color: #d4a574;
}

/* Keyframe animations */
@keyframes survey-modal_fadeIn__ct1_U {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes survey-modal_fadeOut__bl4WY {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes survey-modal_modalSlideIn__H3UDF {
  from {
    opacity: 0;
    transform: scale(0.7) translateY(-50px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes survey-modal_modalSlideOut__NfHrG {
  from {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  to {
    opacity: 0;
    transform: scale(0.7) translateY(50px);
  }
}
@keyframes survey-modal_fadeInUp__Gy3lt {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .survey-modal_modal__9w3k5 {
    width: 85%;
    max-width: 750px;
    padding: 1.8rem;
    border-radius: 18px;
  }
  .survey-modal_title__WfKJA {
    font-size: 1.4rem;
  }
  .survey-modal_subtitle__Il7I1 {
    font-size: 1rem;
    margin-bottom: 1.8rem;
  }
  .survey-modal_drinkGrid__zy8yA {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3rem;
  }
  .survey-modal_drinkCard__TPC3G {
    padding: 1.8rem 1.3rem;
    min-height: 170px;
    border-radius: 14px;
  }
  .survey-modal_drinkCard__TPC3G:hover {
    transform: translateY(-3px);
  }
  .survey-modal_drinkImage__jJWTT {
    width: 75px;
    height: 75px;
    margin-bottom: 0.8rem;
  }
  .survey-modal_drinkIcon__3635H {
    font-size: 2.3rem;
  }
  .survey-modal_drinkName__f6Ak7 {
    font-size: 1.05rem;
  }
}
@media (max-width: 1023px) {
  .survey-modal_modal__9w3k5 {
    width: 90%;
    padding: 1.5rem;
    border-radius: 16px;
  }
  .survey-modal_title__WfKJA {
    font-size: 1.3rem;
  }
  .survey-modal_subtitle__Il7I1 {
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
  }
  .survey-modal_drinkGrid__zy8yA {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
  .survey-modal_drinkCard__TPC3G {
    padding: 1.5rem 1rem;
    min-height: 150px;
    border-radius: 12px;
  }
  .survey-modal_drinkImage__jJWTT {
    width: 65px;
    height: 65px;
  }
  .survey-modal_drinkIcon__3635H {
    font-size: 2.1rem;
  }
  .survey-modal_drinkName__f6Ak7 {
    font-size: 1rem;
  }
}
@media (max-width: 1023px) {
  .survey-modal_modal__9w3k5 {
    width: 95%;
    padding: 1.2rem;
    border-radius: 14px;
  }
  .survey-modal_title__WfKJA {
    font-size: 1.2rem;
  }
  .survey-modal_subtitle__Il7I1 {
    font-size: 0.9rem;
    margin-bottom: 1.2rem;
  }
  .survey-modal_drinkGrid__zy8yA {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .survey-modal_drinkCard__TPC3G {
    flex-direction: row;
    text-align: left;
    min-height: 90px;
    padding: 1rem;
    border-radius: 10px;
  }
  .survey-modal_drinkImage__jJWTT {
    margin-right: 1rem;
    margin-bottom: 0;
    width: 55px;
    height: 55px;
  }
  .survey-modal_drinkIcon__3635H {
    font-size: 1.8rem;
  }
  .survey-modal_drinkName__f6Ak7 {
    font-size: 0.95rem;
  }
  .survey-modal_closeButton__ivxNB {
    width: 26px;
    height: 26px;
    font-size: 1.3rem;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/_components/footer/footer.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer_footer__lnoLr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding: 20px 40px;
  background: transparent;
  margin-top: auto;
  font-weight: 400;
  font-size: 12px;
}

.footer_leftSection__ZjpIN {
  display: flex;
  align-items: center;
}

.footer_copyright__Dr8At {
  color: #cccccc;
  opacity: 0.8;
}

.footer_rightSection__zIqIx {
  display: flex;
  align-items: center;
}

.footer_year__zLy5c {
  color: #cccccc;
}

@media (min-width: 768px) {
  .footer_footer__lnoLr {
    padding: 25px 40px;
    gap: 24px;
    font-size: 13px;
    justify-content: space-between;
  }
  .footer_leftSection__ZjpIN,
  .footer_rightSection__zIqIx {
    flex: 1 1;
  }
  .footer_rightSection__zIqIx {
    justify-content: flex-end;
  }
}
@media (max-width: 1023px) {
  .footer_footer__lnoLr {
    padding: 15px;
    margin-top: 0px;
    padding-top: 0px;
    gap: 12px;
    font-size: 10px;
  }
  .footer_leftSection__ZjpIN,
  .footer_rightSection__zIqIx {
    justify-content: center;
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/_components/header/header.module.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.header_header__x3djP {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background-color: #1D1D1D;
}

.header_logo__qoZcc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header_logoContainer__HRb2O {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header_logoImage__4oGpm {
  border-radius: 4px;
}

.header_logoTextContainer__F36GC {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header_logoText__LQiPI {
  font-size: 24px;
  font-weight: bold;
  color: #d4af37;
  letter-spacing: 2px;
  line-height: 1;
}

.header_logoSubtext___HvJV {
  font-size: 10px;
  color: #d4af37;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-top: 2px;
}

.header_tableInfo__aM4_W {
  display: flex;
  align-items: center;
  gap: 4px;
}

.header_customSelect__Vr6e5 {
  position: relative;
  display: inline-block;
  min-width: 80px;
}

.header_selectButton__tkNd1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #FFC760;
}

.header_selectedValue__oJpVV {
  text-align: left;
}

.header_anchorIcon__1XbXQ {
  margin-left: 4px;
  color: #FFC760;
  transition: transform 0.3s ease;
}
.header_anchorIcon__1XbXQ.header_rotated__oRCNK {
  transform: rotate(180deg);
}

.header_dropdown__ml0HB {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #2c2c2c;
  border-radius: 10px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow: hidden;
  animation: header_dropdownAppear__KKlva 0.2s ease-out;
}

@keyframes header_dropdownAppear__KKlva {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header_option__HqfDt {
  padding: 10px 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.2s ease;
}
.header_option__HqfDt:last-child {
  border-bottom: none;
}
.header_option__HqfDt:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.header_option__HqfDt.header_selected__1_92A {
  color: #FFC760;
  font-weight: 400;
}

.header_date__LQTpi {
  font-size: 14px;
  color: #cccccc;
}

@media (min-width: 768px) {
  .header_header__x3djP {
    padding: 15px 20px;
  }
  .header_logoText__LQiPI {
    font-size: 14px;
  }
  .header_logoSubtext___HvJV {
    font-size: 11px;
  }
  .header_customSelect__Vr6e5 {
    min-width: 100px;
  }
  .header_selectButton__tkNd1 {
    font-size: 14px;
    padding: 10px 14px;
  }
  .header_selectButton__tkNd1:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transform: translateY(-1px);
  }
  .header_anchorIcon__1XbXQ {
    margin-left: 6px;
  }
  .header_dropdown__ml0HB {
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
  }
  .header_option__HqfDt {
    padding: 12px 14px;
    font-size: 14px;
  }
  .header_option__HqfDt:hover {
    background-color: rgba(255, 255, 255, 0.12);
    transform: translateX(2px);
  }
  .header_date__LQTpi {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header_header__x3djP {
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .header_tableInfo__aM4_W {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header_header__x3djP {
    z-index: 100;
    padding: 10px;
    flex-direction: row;
    gap: 15px;
    text-align: center;
    background-color: transparent;
  }
  .header_logo__qoZcc {
    align-items: flex-start;
    align-self: flex-start;
    margin-left: 0;
  }
  .header_logoContainer__HRb2O {
    gap: 8px;
  }
  .header_logoText__LQiPI {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .header_logoSubtext___HvJV {
    font-size: 7px;
  }
  .header_tableInfo__aM4_W {
    align-items: center;
    gap: 2px;
  }
  .header_customSelect__Vr6e5 {
    min-width: 90px;
  }
  .header_selectButton__tkNd1 {
    font-size: 14px;
    padding: 6px 8px;
  }
  .header_anchorIcon__1XbXQ {
    margin-left: 3px;
  }
  .header_option__HqfDt {
    padding: 8px;
    font-size: 14px;
  }
  .header_date__LQTpi {
    font-size: 12px;
  }
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/_components/weather/weather.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.weather_weather__aS_GO {
  padding: 40px;
  padding-bottom: 20px;
  color: #ffffff;
}

.weather_time__rwfK_ {
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}

.weather_pm__IHWWI {
  color: #FFC760;
}

.weather_temperature__egTOT {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 40px;
}

.weather_temp__VbKRJ {
  color: #ffffff;
}

.weather_condition__eoX_R {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFC760;
  font-weight: 400;
}

.weather_error__MGxSN {
  margin-top: 10px;
  color: #ff6b6b;
  font-size: 12px;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .weather_weather__aS_GO {
    padding: 35px;
    padding-bottom: 18px;
  }
  .weather_time__rwfK_ {
    font-size: 56px;
    margin-bottom: 18px;
  }
  .weather_temperature__egTOT {
    gap: 18px;
    font-size: 38px;
  }
  .weather_condition__eoX_R {
    gap: 7px;
    font-size: 15px;
  }
}
@media (max-width: 1023px) {
  .weather_weather__aS_GO {
    padding: 20px;
    padding-bottom: 12px;
  }
  .weather_time__rwfK_ {
    font-size: 36px;
    margin-bottom: 14px;
  }
  .weather_temperature__egTOT {
    gap: 12px;
    font-size: 28px;
  }
  .weather_condition__eoX_R {
    gap: 5px;
    font-size: 13px;
  }
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/page.module.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page_container__LLik5 {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
  min-height: calc(100vh - 80px);
  background-color: #1a1a1a;
  color: #ffffff;
  overflow-x: hidden;
}

.page_main__akH3E {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  overflow-x: hidden;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%), url(/_next/static/media/main-background.fc73cedc.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: high-quality;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  min-height: calc(100vh - 80px);
}

@media (min-width: 768px) {
  .page_container__LLik5 {
    min-height: calc(100vh - 80px);
  }
  .page_main__akH3E {
    min-height: calc(100vh - 80px);
    background-attachment: fixed;
  }
}
@media (max-width: 1023px) {
  .page_container__LLik5 {
    min-height: calc(100vh - 65px);
    overflow-x: hidden;
  }
  .page_main__akH3E {
    min-height: calc(100vh - 65px);
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    image-rendering: auto;
  }
}
