/* Custom page CSS
-------------------------------------------------- */

/* Not required for template or sticky footer method. */

@font-face {
  font-family: 'digital7-monoitalic';
  src: url(/static/media/digital-7.monoitalic.3576385aa1d294b9c795.ttf);
}

.bg-dark {
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  background-color: #6eade3!important;
  
}

main>.container {
  padding: 30px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
  /* text-align: center; */
}

code {
  font-size: 80%;
}

.mt-main {
  padding-top: 75px;
}

.logo {
  margin-right: 5px;
  vertical-align: top;
}

footer .list-inline>li>a::after {
  content: "|";
  padding-left: 10px;
}

footer .list-inline>li:last-child>a::after {
  content: none;
}

pre {
  overflow: visible;
}

.lang-list .list-inline>li>a::after {
  content: "|";
  padding-left: 10px;
}

.lang-list .list-inline>li:last-child>a::after {
  content: none;
}

.badge {
  padding: .8em;
  margin: .2em;
}

.counts-info {
  font-size: small;
}

.timer-main .google-auto-placed {
  display: none;
}

.timer {
  font-size: 145px;
  font-family: digital7-monoitalic, monospace;
  color: #6eade3;
  background-color: black;
}

.timer input[type="number"] {
  width: 140px;
  background-color: inherit;
  color: inherit;
  border: none;
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.timer input[type="number"]:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.timer-ms {
  width: 265px !important;
}

.btn-timer {
  padding: 10px 50px 10px 50px;
  font-size: 30px;
}

.btn-timer span {
  display: block;
  font-size: 15px;
  font-style: italic;
}

.btn-shortcut {
  font-size: 25px;
  width: 115px
}

.calendar-display {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1rem, 2.2vw, 1.35rem);
  font-weight: 500;
  display: block;
  text-align: center;
  color: #94a3b8;
  padding-bottom: 8px;
  letter-spacing: 0.3px;
}

.city-display {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.2rem, 3vw, 1.85rem);
  font-weight: 700;
  display: block;
  text-align: center;
  color: #f8fafc;
  padding-bottom: 4px;
  letter-spacing: 0.5px;
}

.clock-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.tz-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 600;
  color: #7dd3fc;
  background: rgba(56, 189, 248, 0.1);
  border: 1px solid rgba(56, 189, 248, 0.25);
  padding: 4px 12px;
  border-radius: 9999px;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.tz-badge-diff {
  color: #a7f3d0;
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.28);
}

.clock-controls-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 12px 18px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  margin: 18px auto 8px;
  max-width: 980px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.control-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #94a3b8;
  margin-right: 4px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.clock-pill-group {
  display: inline-flex;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  padding: 3px;
  gap: 2px;
}

.clock-pill-btn {
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-user-select: none;
          user-select: none;
}

.clock-pill-btn:hover {
  color: #f1f5f9;
  background: rgba(255, 255, 255, 0.08);
}

.clock-pill-btn.active {
  color: #0f172a;
  background: #38bdf8;
  box-shadow: 0 2px 10px rgba(56, 189, 248, 0.45);
  font-weight: 700;
}

.clock-pill-btn.clock-pill-action {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.05);
}

.clock-pill-btn.clock-pill-action:hover {
  color: #38bdf8;
  background: rgba(56, 189, 248, 0.15);
  box-shadow: 0 2px 8px rgba(56, 189, 248, 0.25);
}

.clock-pill-btn.clock-pill-action-pin:hover {
  color: #fbbf24;
  background: rgba(251, 191, 36, 0.15);
  box-shadow: 0 2px 8px rgba(251, 191, 36, 0.25);
}

/* Clock Inner Actions (Search + Fullscreen inside the clock like Stopwatch) */
.clock-inner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  width: 100%;
  position: relative;
  z-index: 50;
}

.clock-search-wrapper {
  min-width: 250px;
  max-width: 380px;
  flex: 1 1 auto;
  position: relative;
}

.clock-search-wrapper > div {
  width: 100%;
}

.clock-search-wrapper input {
  font-size: 0.88rem !important;
  color: #f1f5f9 !important;
}

.clock-search-wrapper ul {
  background: #0f172a !important;
  border: 1px solid rgba(56, 189, 248, 0.3) !important;
  border-radius: 16px !important;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.8) !important;
  margin-top: 8px !important;
  max-height: 280px !important;
  text-align: left;
}

.clock-search-wrapper li {
  color: #cbd5e1 !important;
  font-size: 0.85rem !important;
  padding: 9px 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.clock-search-wrapper li:hover,
.clock-search-wrapper li.selected {
  background-color: rgba(56, 189, 248, 0.18) !important;
  color: #38bdf8 !important;
}

.clock-btn-fullscreen {
  padding: 10px 22px;
  border-radius: 30px;
  background: rgba(56, 189, 248, 0.15);
  color: #38bdf8;
  border: 1px solid rgba(56, 189, 248, 0.35);
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(56, 189, 248, 0.15);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 42px;
  -webkit-user-select: none;
          user-select: none;
}

.clock-btn-fullscreen:hover {
  background: rgba(56, 189, 248, 0.28);
  border-color: #38bdf8;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(56, 189, 248, 0.35);
  transform: translateY(-1px);
}

.clock-btn-pin {
  padding: 10px 20px;
  border-radius: 30px;
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.35);
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(251, 191, 36, 0.15);
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 42px;
  -webkit-user-select: none;
          user-select: none;
}

.clock-btn-pin:hover {
  background: rgba(251, 191, 36, 0.28);
  border-color: #fbbf24;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(251, 191, 36, 0.35);
  transform: translateY(-1px);
}


.search-box {
  width: 400px; 
  display: inline-block ;
}

.dateTime {
  text-align: center;
  font-size: xx-large;
  width: 45%;
  margin-right: 10px;
}

.dateTime-container {
  place-content: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}

.btn-wrap {
  white-space: normal !important;
}

.container.no-ad>.google-auto-placed {
  display: none !important;
}

.all-no-ad ins {
  display: none !important;
}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.btn-clipboard {
  position: absolute;
  top: .5rem;
  right: .5rem;
  z-index: 10;
  display: block;
  padding: .25rem .5rem;
  font-size: 75%;
  color: #818a91;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: .25rem;
}

.btn-clipboard:hover {
  color: #fff;
  background-color: #027de7;
}

.text-result {
  background-color: #f7f7f9;
  height: 293px;
  overflow: auto;
  width: 100%;
  margin-bottom: 7px;
}

.text-result pre {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.timer-pomodoro {
  font-size: 65px;
  font-family: monospace;
  color: #fff;
  /* background-image: url('/img/pomodoro.png'); */
  background-repeat: no-repeat;
  background-size: 455px;
  background-position: center;
  height: 435px;
}

.timer-pomodoro .display {
  margin-top: 75px;
}

.bomb {
    width: 650px;
    position: absolute;
    left: 0;
    right: 0;
    top: -175px;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
}

.timer-bomb {
  font-size: 50px;
  font-family: monospace;
  padding-top: 200px;
  padding-bottom: 170px;
  color: #fff;
  position: relative;
}

.timer-bomb input[type="number"] {
  width: 65px;
  background-color: inherit;
  color: inherit;
  border: none;
  -moz-appearance: textfield;
}

.timer-bomb input[type="number"]:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.timer-bomb-ms {
  width: 140px !important;
}

.rocket {
  width: 830px;
  position: absolute;
  left: 0;
  right: 0;
  top: -105px;
  z-index: -1;
  margin-left: auto;
  margin-right: auto;
}
.timer-rocket {
  font-size: 50px;
  font-family: monospace;
  padding-top: 335px;
  padding-bottom: 15px;
  color: #00ff09;
  position: relative;
}
/* .timer-display {
  background-image: url('/img/platform.png');
} */
.timer-rocket input[type="number"] {
  width: 65px;
  background-color: inherit;
  color: #00ff09;
  border: none;
  -moz-appearance: textfield;
}
.timer-rocket input[type="number"]:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.timer-rocket-ms {
  width: 100px !important;
}

.clock {
  position: relative;
  width: 100%;
  max-width: 980px;
  background: radial-gradient(ellipse at 50% 10%, rgba(56, 189, 248, 0.14) 0%, rgba(15, 23, 42, 0.98) 75%), #0a0f1d;
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 1.6rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 0 40px rgba(56, 189, 248, 0.08);
  padding: 2.6rem 2rem 2.2rem;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}

.clock::before {
  content: '';
  position: absolute;
  top: 0;
  left: 15%;
  right: 15%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(56, 189, 248, 0.6), transparent);
}

.clock-digits {
  display: flex;
  align-items: baseline;
  justify-content: center;
  -webkit-user-select: none;
          user-select: none;
  line-height: 1;
  margin: 12px 0;
}

/* Clock Font Variations */
.clock-font-digital,
.clock.clock-font-digital .clock-digits {
  font-family: digital7-monoitalic, monospace !important;
  font-size: clamp(3.2rem, 9.5vw, 8.5rem);
  color: #38bdf8;
  text-shadow: 0 0 30px rgba(56, 189, 248, 0.45), 0 0 60px rgba(56, 189, 248, 0.18);
  letter-spacing: 2px;
}

.clock-font-mono,
.clock.clock-font-mono .clock-digits {
  font-family: 'SF Mono', 'Fira Code', 'Consolas', 'Courier New', monospace !important;
  font-size: clamp(2.6rem, 8vw, 7.2rem);
  color: #38bdf8;
  text-shadow: 0 0 25px rgba(56, 189, 248, 0.35);
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: 1px;
  font-weight: 700;
}

.clock-font-modern,
.clock.clock-font-modern .clock-digits {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important;
  font-size: clamp(2.8rem, 8.5vw, 7.6rem);
  font-weight: 800;
  color: #f8fafc;
  text-shadow: 0 0 30px rgba(56, 189, 248, 0.3);
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
}

.clock-font-classic,
.clock.clock-font-classic .clock-digits {
  font-family: Georgia, 'Times New Roman', Times, serif !important;
  font-size: clamp(2.8rem, 8.5vw, 7.6rem);
  font-weight: 700;
  color: #f8fafc;
  text-shadow: 0 0 25px rgba(255, 255, 255, 0.25);
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  letter-spacing: 2px;
}

.clock .amPm {
  font-size: 45%;
  margin-left: 10px;
  opacity: 0.9;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #38bdf8;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(56, 189, 248, 0.15);
  border: 1px solid rgba(56, 189, 248, 0.3);
  vertical-align: middle;
  letter-spacing: 1px;
}

.clock-logo {
  font-size: 14px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  padding-bottom: 8px;
  padding-right: 12px;
  color: #fff !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
  text-decoration: none !important;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.clock-logo:hover {
  opacity: 1;
}

.clock-logo img {
  width: 18px;
  margin: 0;
  margin-right: 5px;
}

.clock-close-fs {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  transition: background-color 0.2s ease;
}

.clock-close-fs:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.clock-close-fs:focus {
  outline: 0;
}

.clock-display {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  width: 100%;
}

.clock-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 12px;
}

.tz-badge {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  font-size: 0.85rem;
  padding: 0.35rem 0.85rem;
  border-radius: 9999px;
  background: rgba(100, 181, 246, 0.12);
  color: #90caf9;
  border: 1px solid rgba(100, 181, 246, 0.25);
  font-weight: 500;
  letter-spacing: 0.3px;
}

.tz-badge-diff {
  background: rgba(129, 199, 132, 0.12);
  color: #a5d6a7;
  border-color: rgba(129, 199, 132, 0.3);
}

.clock-config {
  margin-top: 1.5rem !important;
}

.clock-config .form-check-inline {
  display: inline-flex !important;
  align-items: center;
  padding: 0.3em 0.8em;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  margin: 0 5px;
}

.ad-slot-wrapper {
  transition: min-height 0.2s ease;
}


/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
  .timer {
    font-size: 110px;
  }
  .timer input[type="number"] {
    width: 140px;
  }
  .timer-ms {
    width: 205px !important;
  }
  .card-uuid {
    min-width: 285px;
  }
  .clock {
    max-width: 900px;
  }
  .clock-logo img {
    width: 13px;
  }
  .clock-close-fs {
    padding: 0;
    margin-right: 5px;
    width: 18px;
  }  
  .clock-logo {
    font-size: 9px;
    padding-bottom: 2px;
    margin-right: 5px;
  }
  .clock-config{
    margin-top: 1rem !important;
  }
  .city-display {
    font-size: 9px;
  }
  .calendar-display {
    font-size: 16px;
  }
  .search-box {
    display: inline-block;  
  }
}

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  .timer {
    font-size: 90px;
  }
  .timer input[type="number"] {
    width: 115px;
  }
  .timer-ms {
    width: 165px !important;
  }
  .btn-timer {
    padding: 10px 25px 10px 25px;
    font-size: 25px;
  }
  .btn-timer span {
    font-size: 19px;
  }
  .dateTime {
    font-size: large;
  }
  .card-uuid {
    min-width: 205px;
  }
  .rocket {
    width: 605px;
    left: 0;
    right: 0;
    top: -60px;
  }
  .timer-rocket {
    font-size: 40px;
    padding-top: 270px;
    padding-bottom: 10px;
  }
  .timer-rocket input[type="number"] {
    width: 53px;
  }
  .timer-rocket-ms {
    width: 75px !important;
  }
  .clock {
    max-width: 720px;
  }
  .clock-logo img {
    width: 13px;
  }
  .clock-close-fs {
    padding: 0;
    margin-right: 5px;
    width: 18px;
  }  
  .clock-logo {
    font-size: 9px;
    padding-bottom: 2px;
    margin-right: 5px;
  }
  .clock-config{
    margin-top: 1rem !important;
  }
  .city-display {
    font-size: 16px;
  }
  .calendar-display {
    font-size: 16px;
  }
  .search-box {
    display: inline-block;  
  }
}

/* Landscape phones and portrait tablets */

@media (min-width: 575.99px) and (max-width: 767px) {
  .timer {
    font-size: 45px;
  }
  .timer input[type="number"] {
    width: 60px;
  }
  .timer-ms {
    width: 85px !important;
  }
  .btn-timer {
    padding: 10px 25px 10px 25px;
    font-size: 15px;
  }
  .btn-timer span {
    font-size: 9px;
  }
  .dateTime {
    font-size: larger;
    width: 100%;
    margin-bottom: 15px;
  }
  .dateTime-container {
    flex-direction: column;
  }
  .card-uuid {
    min-width: 145px;
  }
  .timer-pomodoro {
    font-size: 50px;
    background-size: 330px;
    height: 320px;
  }
  .bomb {
    width: 355px;
    top: -114px;
    left: inherit;
    right: inherit;
  }
  .timer-bomb {
    font-size: 26px;
    padding-top: 92px;
    padding-bottom: 85px;
  }
  .timer-bomb input[type="number"] {
    width: 35px;
  }
  .timer-bomb-ms {
    width: 80px !important;
  }
  .rocket {
    width: 365px;
    left: 0;
    right: 0;
    top: -25px;
  }
  .timer-rocket {
    font-size: 22px;
    padding-top: 175px;
    padding-bottom: 10px;
  }
  .timer-rocket input[type="number"] {
    width: 35px;
  }
  .timer-rocket-ms {
    width: 45px !important;
  }
  .clock {
    max-width: 540px;
  }
  .clock-logo img {
    width: 13px;
  }
  .clock-close-fs {
    padding: 0;
    margin-right: 5px;
    width: 18px;
  }  
  .clock-logo {
    font-size: 9px;
    padding-bottom: 2px;
    margin-right: 5px;
  }
  .clock-config{
    margin-top: 1rem !important;
  }
  .city-display {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .calendar-display {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .search-box {
    display: inline-block; 
  }
}

/* Portrait phones and smaller */

@media (min-width: 280.99px) and (max-width: 575.98px) {
  .timer {
    font-size: 40px;
  }
  .timer input[type="number"] {
    width: 50px;
  }
  .timer-ms {
    width: 75px !important;
  }
  .btn-timer {
    padding: 10px 25px 10px 25px;
    font-size: 15px;
  }
  .btn-timer span {
    font-size: 9px;
  }
  .dateTime {
    font-size: small;
    width: 100%;
    margin-bottom: 15px;
  }
  .dateTime-container {
    flex-direction: column;
  }
  .timer-pomodoro {
    font-size: 45px;
    background-size: 295px;
    height: 285px;
  }
  .timer-pomodoro+div>div>label {
    font-size: small;
  }
  .bomb {
    width: 315px;
    top: -100px;
    left: inherit;
    right: inherit;
  }
  .timer-bomb {
    font-size: 22px;
    padding-top: 84px;
    padding-bottom: 85px;
  }
  .timer-bomb input[type="number"] {
    width: 35px;
  }
  .timer-bomb-ms {
    width: 68px !important;
  }
  .rocket {
    width: 315px;
    left: 0;
    right: 0;
    top: -25px;
  }
  .timer-rocket {
    font-size: 22px;
    padding-top: 147px;
    padding-bottom: 10px;
  }
  .timer-rocket input[type="number"] {
    width: 35px;
  }
  .timer-rocket-ms {
    width: 45px !important;
  }
  .clock {
    padding: 1.2rem 0.8rem;
    border-radius: 12px;
  }
  .clock-logo img {
    width: 9px;
  }
  .clock-close-fs {
    padding: 0;
    margin-right: 5px;
    width: 18px;
  }  
  .clock-logo {
    font-size: 6px;
    padding-bottom: 2px;
    margin-right: 5px;
  }
  .clock-config{
    margin-top: 0.8rem !important;
  }
  .city-display {
    font-size: 9px;
    padding-bottom: 5px;
  }
  .calendar-display {
    font-size: 9px;
    padding-bottom: 10px;
  }
  .search-box {
    width: 300px;
    display: inline-block; 
  }
  .badge{
    white-space: inherit;
  }
}

/* To embed very smaller */

@media (max-width: 280.98px) {
  .clock {
    font-size: 13vw;
    width: 93vw !important;
    height: 23vw;
    padding-top: 0;
  }
  .clock-logo img {
    width: 3vw;
  }
  .clock-close-fs {
    padding: 0;
    margin-right: 5px;
    width: 18px;
  }  
  .clock-logo {
    font-size: 2vw;
    padding-bottom: 0;
    margin-right: 2vw;

  }
  .clock-config{
    margin-top: 90px !important;
  }
  .clock-display{
    margin: 0;
  }
  .city-display {
    font-size: 3vw;
    padding-bottom: 0;
  }
  .calendar-display {
    font-size: 5vw;
    padding-bottom: 0;
  }
  .search-box {
    display: none;
  }

}

/* ==========================================================================
   Meeting Planner & Time Zone Converter Styles
   ========================================================================== */

.meeting-planner-card {
  max-width: 980px;
  width: 100%;
  margin: 35px auto 25px auto;
  background: linear-gradient(145deg, #1b1e28, #12141a);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  padding: 24px;
  color: #f0f4f8;
  text-align: left;
}

.meeting-planner-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.planner-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: rgba(100, 181, 246, 0.15);
  color: #90caf9;
  padding: 3px 8px;
  border-radius: 4px;
  margin-bottom: 6px;
}

.planner-title-group h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.planner-title-group p {
  margin: 4px 0 0 0;
  font-size: 0.88rem;
  color: #8899a6;
}

.btn-reset-now {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #e2e8f0;
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-reset-now:hover {
  background: rgba(100, 181, 246, 0.2);
  border-color: rgba(100, 181, 246, 0.4);
  color: #90caf9;
}

/* Slider Section */
.planner-slider-section {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 24px;
}

.slider-label-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 600;
  color: #8899a6;
  margin-bottom: 8px;
}

.planner-range-slider {
  width: 100%;
  height: 8px;
  appearance: none;
  background: linear-gradient(90deg, #1e293b, #3b82f6 50%, #1e293b);
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  margin: 10px 0;
}

.planner-range-slider::-webkit-slider-thumb {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #60a5fa;
  border: 3px solid #0f172a;
  box-shadow: 0 0 10px rgba(96, 165, 250, 0.6);
  cursor: pointer;
  -webkit-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
}

.planner-range-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

.slider-current-indicator {
  text-align: center;
  font-size: 0.9rem;
  color: #cbd5e1;
  margin-top: 6px;
}

.slider-current-indicator strong {
  color: #60a5fa;
  font-size: 1.1rem;
}

/* Cities Grid */
.planner-cities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 16px;
  gap: 16px;
  margin-bottom: 20px;
}

.planner-city-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.planner-city-card:hover {
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.base-city-card {
  background: linear-gradient(145deg, rgba(59, 130, 246, 0.08), rgba(255, 255, 255, 0.02));
  border-color: rgba(59, 130, 246, 0.3);
}

.city-role-badge {
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #60a5fa;
  background: rgba(59, 130, 246, 0.15);
  padding: 2px 6px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 4px;
}

.btn-remove-city {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #8899a6;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
}

.btn-remove-city:hover {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.1);
}

.city-meta .city-name {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
}

.city-meta .city-country {
  display: block;
  font-size: 0.8rem;
  color: #94a3b8;
}

.city-meta .city-tz {
  display: block;
  font-size: 0.75rem;
  color: #64748b;
  margin-top: 2px;
}

.city-time-box {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-direction: column;
}

.city-time {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  font-family: digital7-monoitalic, monospace;
}

.city-date {
  font-size: 0.82rem;
  color: #94a3b8;
  margin-top: 4px;
}

.status-badge {
  margin-top: 8px;
  align-self: flex-start;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.status-business {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.status-extended {
  background: rgba(234, 179, 8, 0.15);
  color: #facc15;
  border: 1px solid rgba(234, 179, 8, 0.3);
}

.status-sleep {
  background: rgba(148, 163, 184, 0.1);
  color: #94a3b8;
  border: 1px solid rgba(148, 163, 184, 0.2);
}

.day-diff-badge {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}

.day-diff-badge.next {
  background: rgba(59, 130, 246, 0.2);
  color: #93c5fd;
}

.day-diff-badge.prev {
  background: rgba(249, 115, 22, 0.2);
  color: #fdba74;
}

/* Add City Input */
.planner-add-section {
  position: relative;
  margin-top: 10px;
}

.add-city-input-wrapper {
  position: relative;
  max-width: 320px;
}

.add-city-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 8px 12px;
  color: #fff;
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.2s ease;
}

.add-city-input:focus {
  border-color: #60a5fa;
  background: rgba(255, 255, 255, 0.08);
}

.add-city-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #1e222d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  list-style: none;
  margin: 4px 0 0 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
}

.add-city-dropdown li {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.add-city-dropdown li:hover {
  background: rgba(96, 165, 250, 0.15);
}

.add-city-dropdown li strong {
  color: #fff;
  font-size: 0.85rem;
}

.add-city-dropdown li span {
  color: #8899a6;
  font-size: 0.75rem;
}

/* ==========================================================================
   Multi-Clock Dashboard Styles
   ========================================================================== */

.multi-clock-section {
  max-width: 980px;
  width: 100%;
  margin: 30px auto;
  background: linear-gradient(145deg, #181b24, #101217);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
  padding: 24px;
  color: #f0f4f8;
  text-align: left;
}

.multi-clock-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.multi-clock-title-group h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}

.multi-clock-title-group p {
  margin: 4px 0 0 0;
  font-size: 0.88rem;
  color: #8899a6;
}

.add-clock-wrapper {
  position: relative;
  max-width: 260px;
  width: 100%;
}

.add-clock-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 7px 12px;
  color: #fff;
  font-size: 0.85rem;
  outline: none;
  transition: all 0.2s ease;
}

.add-clock-input:focus {
  border-color: #60a5fa;
  background: rgba(255, 255, 255, 0.08);
}

.add-clock-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #1e222d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  list-style: none;
  margin: 4px 0 0 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
}

.add-clock-dropdown li {
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.add-clock-dropdown li:hover {
  background: rgba(96, 165, 250, 0.15);
}

.add-clock-dropdown li strong {
  color: #fff;
  font-size: 0.85rem;
}

.add-clock-dropdown li span {
  color: #8899a6;
  font-size: 0.75rem;
}

/* Grid de relógios */
.multi-clock-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-gap: 16px;
  gap: 16px;
}

.favorite-clock-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.2s ease;
}

.favorite-clock-card:hover {
  border-color: rgba(96, 165, 250, 0.4);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.btn-remove-clock {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  color: #64748b;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
  transition: color 0.15s ease;
}

.btn-remove-clock:hover {
  color: #ef4444;
}

.clock-card-top {
  margin-bottom: 12px;
  padding-right: 20px;
}

.clock-city-title {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.clock-city-country {
  display: block;
  font-size: 0.78rem;
  color: #94a3b8;
  margin-top: 1px;
}

.clock-card-time-display {
  margin: 4px 0 12px 0;
}

.clock-digits {
  font-size: 2.1rem;
  font-family: digital7-monoitalic, monospace;
  color: #60a5fa;
  text-shadow: 0 0 15px rgba(96, 165, 250, 0.3);
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: baseline;
}

.clock-ampm {
  font-size: 0.85rem;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  color: #94a3b8;
  margin-left: 6px;
  font-weight: 600;
}

.clock-card-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.clock-card-date {
  font-size: 0.78rem;
  color: #cbd5e1;
}

.clock-card-badges {
  display: flex;
  gap: 4px;
  align-items: center;
}

.day-night-indicator {
  font-size: 0.7rem;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 4px;
}

.day-night-indicator.is-day {
  background: rgba(234, 179, 8, 0.15);
  color: #fde047;
}

.day-night-indicator.is-night {
  background: rgba(99, 102, 241, 0.15);
  color: #a5b4fc;
}

.utc-pill {
  font-size: 0.68rem;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.05);
  padding: 2px 5px;
  border-radius: 4px;
}

.btn-open-city {
  margin-top: 12px;
  width: 100%;
  text-align: center;
  background: rgba(96, 165, 250, 0.08);
  border: 1px solid rgba(96, 165, 250, 0.2);
  color: #93c5fd;
  padding: 6px 0;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
}

.btn-open-city:hover {
  background: rgba(96, 165, 250, 0.2);
  border-color: rgba(96, 165, 250, 0.4);
}

.btn-pin-city {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #cbd5e1;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0 4px;
}

.btn-pin-city:hover {
  background: rgba(251, 191, 36, 0.15);
  border-color: rgba(251, 191, 36, 0.4);
  color: #fbbf24;
}

.btn-pin-city.is-pinned {
  background: rgba(251, 191, 36, 0.2);
  border-color: #fbbf24;
  color: #fbbf24;
}

/* Header Language Select */
.header-lang-container {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.header-lang-select {
  background-color: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #f1f5f9;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 6px 30px 6px 12px;
  border-radius: 8px;
  cursor: pointer;
  outline: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27%2394a3b8%27 viewBox=%270 0 16 16%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.header-lang-select:hover {
  border-color: rgba(56, 189, 248, 0.5);
  background-color: rgba(30, 41, 59, 0.95);
  color: #38bdf8;
}

.header-lang-select:focus {
  border-color: #38bdf8;
  box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.25);
}

.header-lang-select option {
  background-color: #0f172a;
  color: #f1f5f9;
  padding: 8px;
}

/* Floating Language Toast (LangCheck) */
.lang-floating-toast {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10050;
  max-width: 360px;
  width: calc(100vw - 32px);
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(56, 189, 248, 0.28);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 12px 36px -4px rgba(0, 0, 0, 0.65), 0 0 20px rgba(56, 189, 248, 0.12);
  color: #f8fafc;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  animation: langToastSlideIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.lang-toast-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #38bdf8, #0284c7);
  transition: width 1s linear, opacity 0.2s ease;
  pointer-events: none;
}

@keyframes langToastSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.lang-toast-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lang-toast-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(56, 189, 248, 0.12);
  border: 1px solid rgba(56, 189, 248, 0.25);
  border-radius: 9999px;
  padding: 3px 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #38bdf8;
}

.lang-toast-timer {
  font-size: 0.76rem;
  font-weight: 600;
  color: #94a3b8;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 2px 7px;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  cursor: default;
}

.lang-toast-flag {
  font-size: 1rem;
  line-height: 1;
}

.lang-toast-name {
  letter-spacing: 0.02em;
}

.lang-toast-close {
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 1.35rem;
  line-height: 1;
  padding: 0 4px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lang-toast-close:hover {
  color: #f8fafc;
  background: rgba(255, 255, 255, 0.08);
}

.lang-toast-body {
  font-size: 0.92rem;
  line-height: 1.45;
  color: #cbd5e1;
}

.lang-toast-body strong {
  color: #38bdf8;
  font-weight: 600;
}

.lang-toast-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 2px;
}

.lang-toast-btn-dismiss {
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 7px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lang-toast-btn-dismiss:hover {
  color: #e2e8f0;
  background: rgba(255, 255, 255, 0.05);
}

.lang-toast-btn-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  border: 1px solid rgba(56, 189, 248, 0.4);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(2, 132, 199, 0.35);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.lang-toast-btn-switch:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.5);
  filter: brightness(1.1);
  color: #ffffff !important;
}

.lang-toast-btn-switch:active {
  transform: translateY(0);
}

@media (max-width: 576px) {
  .lang-floating-toast {
    bottom: 16px;
    right: 16px;
    left: 16px;
    width: auto;
    max-width: none;
  }
}

/* App Universal Fullscreen Overlay (Clock, Stopwatch & Countdown Timer) */
body.app-has-fullscreen {
  overflow: hidden !important;
}

.app-fullscreen-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 24px !important;
  z-index: 100000 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  text-align: center !important;
  background-color: #080d1a !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.app-fullscreen-overlay .clock-close-fs {
  position: absolute !important;
  top: 18px !important;
  right: 20px !important;
  z-index: 100010 !important;
}

.app-fullscreen-overlay .clock-logo {
  position: absolute !important;
  bottom: 14px !important;
  right: 20px !important;
  z-index: 100010 !important;
}

/* Professional Modern Footer Navigation Styles */
.footer-nav-link {
  color: #94a3b8 !important;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-nav-link:hover {
  color: #38bdf8 !important;
  transform: translateX(4px);
  text-shadow: 0 0 12px rgba(56, 189, 248, 0.4);
}

/*# sourceMappingURL=main.1a0e3811.css.map*/