
body.page {
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'Inter', sans-serif;
  overflow: hidden;
}

.hidden {
  display: none;
}


.fast-icons {
  position: absolute;
  top: 24px;
  right: 32px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 10;
}


.fast-icon-text {
  word-wrap: break-word;
  font-size: 14px;
  font-weight: 400;
  color: #151515;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 14px;
  text-decoration: none;
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: -4%;
vertical-align: middle;

}
.fast-icon-text:first-child {
  margin-right: 24px;
}
.fast-icon-text:hover {
  text-decoration: underline;
  cursor: pointer;
}


.fast-icons-icon {
  padding: 10px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #606367;
}

.fast-icons-icon:hover {
  background: #F0F0F0;
  cursor: pointer;
}


.modal-applications {
  position: absolute;
  top: 70px;
  right: 32px;
  padding: 8px;
  z-index: 100;
  display: none;
  color: inherit;
  max-height: 580px;
  overflow-y: auto;
  background: #EAEEF5;
  border-radius: 20px;
}


.modal-applications.visible {
  display: block;
}

.modal-applications::-webkit-scrollbar {
  width: 5px;
}
.modal-applications::-webkit-scrollbar-thumb {
  background-color: #CDD0D8;
  border-radius: 10px;
}
.modal-applications::-webkit-scrollbar-track {
  background: transparent;
  margin-top: 30px;
  margin-bottom: 30px;
}

.applications-grid {
  background: #F8FAFD;
  border-radius: 20px;
  padding: 32px 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  z-index: 1;
  position: relative;
  max-height: 100%;
  overflow: visible;
}


.app-launcher-item {
  display: inline-flex;
  height: 76px;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  align-items: center;
  cursor: pointer;
  width: 56px;
  text-decoration: none;
  border-radius: 16px;
  transition: background 0.2s ease;
}

.app-launcher-item:hover {
  background: #EAEEF5;
}

.app-launcher-icon {
  width: 58px;
  height: 58px;
  box-sizing: border-box;    
  display: flex;
  justify-content: center;
  align-items: center;
}


.app-launcher-icon img {
 
  object-fit: contain;
}



.app-launcher-label {
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: #202124;

  text-align: center;
}



.main-zone {
  position: relative;
  width: 100%;
  height: 100vh;
}


.search-zone {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 736px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  z-index: 10;
 
  background: #fff;
  overflow: hidden;
  
}
.search-zone.not-rounded {
 
}
@media screen and (max-width: 800px) {
  .search-zone {
    width: 80%;
  }
}

.container-search {
  display: flex;
  padding: 20px 18px;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  cursor: text;
  position: relative;
  z-index: 2;
  box-shadow: none;
  border: 1px solid #CECECE;
  border-radius: 100px;
}
.search-zone.not-rounded .container-search {
 border-radius: 30px 30px 0 0;;
  border-bottom: 0;
}


.s-bar {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}


.s-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
}


.mic-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  cursor: pointer;
}


.input-for-search {
  flex: 1;
  margin-left: 12px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 500;
  color: #202124;
  letter-spacing: -0.28px;
  
}
.input-for-search::placeholder {
  color: #606367;
  font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 15px;
leading-trim: CAP_HEIGHT;
line-height: 100%;
letter-spacing: -2%;
vertical-align: middle;

}


.suggest-container {
  position: relative;
  background: #fff;
  border-radius: 0 0 30px 30px;
  z-index: 999;
  border: 1px solid #CECECE;
  border-top: 0;
  overflow: hidden;
}


.suggestion-item {
  display: flex;
  align-items: center;
  padding: 12px 18px;
  font-size: 14px;
  color: #202124;
  cursor: pointer;
}
.suggestion-item.selected {
  background-color: #F0F0F0;
}
.suggestion-item:hover {
  background-color: #F0F0F0;
}
.suggestion-item span {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}


.suggestion-icon {
  width: 12px;
  height: 12px;
  margin-right: 16px;
  flex-shrink: 0;
  opacity: 0.6;
}

.close-icon {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  margin-left: auto;
  opacity: 0.6;
}


.shortcuts-grid {
  position: absolute;
  top: calc(40% + 43px + 48px);
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 737px;
  padding: 0 16px;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  padding-top: 24px;
}


.shortcut-area {
  position: relative;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 68px;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  display: flex;
}
.shortcut-area:hover {
  background: #E8E8E8;
  border-radius: 8px;
  cursor: pointer;
}


.sht-overlay {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  transition: opacity 0.2s ease;
  pointer-events: none;
  opacity: 0;
  color: #5C5C5C;
}


.shortcut-area:hover .sht-overlay {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.3s;
}


.sht-overlay svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.sht-menu {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.38);
  display: none;
  flex-direction: column;
  padding: 8px 0;
  gap: 14px;
  z-index: 10;
  width: 125px;
  height: 80px;
  font-family: 'Inter', sans-serif;
}

.sht-menu-item {
  height: 36px;
  width: 125px;
  padding: 6px 26px;
  display: flex;
  align-items: center;
  cursor: pointer;
  box-sizing: border-box;
}

.sht-menu-label {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  color: #202124;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  flex: 1;
  min-width: 0;
}

.sht-menu-item:hover {
  background-color: #E8E8E8;
}

.sht-icon {
  box-sizing: border-box;
  display: flex;
  width: 100px;
  height: 76px;
  padding: 12px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
}
.sht-inner-icon {
  width: 60px;
  height: 48px;
  gap: 8px;
  border-radius: 100%;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sht-icon img {
  width: 21px;
  height: 21px;
}
.shortcut-area {
  text-decoration: none;
}

.sht-label {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #050505;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 12px;
leading-trim: NONE;
line-height: 14px;
letter-spacing: 0%;
text-align: center;
text-decoration: none;
}
#add-shortcut-tile .sht-label {
  overflow: visible;
  white-space: normal;
}


.shortcut-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}


.hidden {
  display: none;
}


.shortcut-modal-container {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  width: 400px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}


.shortcut-modal-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}


.shortcut-modal-label {
  display: block;
  font-size: 12px;
  margin: 8px 0 4px;
}

.shortcut-modal-input {
  width: 100%;
  padding: 12px;
  border: 1px solid transparent;
  border-bottom-color: #202124;
  background: #eee5f4;
  border-radius: 6px 6px 0 0;
  outline: none;
  font-size: 14px;
  color: #202124;
  box-sizing: border-box;
  display: block;
}
.shortcut-modal-input:focus {
  border: 2px solid transparent;
  border-bottom-color: #7e22ce;
}
.shortcut-modal-input:hover {
  background: #e9def5;
}



.shortcut-modal-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  gap: 12px;
}

.shortcut-modal-btn {
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s;
}

.shortcut-modal-btn.remove {
  background: #e53935;
  color: white;
  margin-right: auto;
}
.shortcut-modal-btn.remove:hover {
  background: #c62828;
}

.shortcut-modal-btn.cancel {
  background: transparent;
  border: 1px solid #6004bb;
  color: #7e22ce;
}

.shortcut-modal-btn.cancel:hover {
  background: #f3e8ff;
}

.shortcut-modal-btn.done {
  background: #ddd;
  color: #999;
  cursor: not-allowed;
}

.shortcut-modal-btn.done.active {
  background: #7e22ce;
  color: #fff;
  cursor: pointer;
}


.voice-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}


.voice-backdrop-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  position: relative;
  width: 90%;
  max-width: 500px;
}

.voice-text {
  color: #606367;
  font-size: 48px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.96px;
}


.voice-close {
  position: absolute;
  top: 48px;
  right: 48px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  color: #606367;
}

.mic-pulse-wrapper {
  position: relative;
  width: 170px;
  height: 170px;
  overflow: visible;
}

.mic-pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;     
  height: 170px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  overflow: visible;
}

.pulse-circle {
  fill: none;
  stroke: rgba(138, 92, 246, 0.6);
  transform-origin: 50% 50%;
  transition: stroke-width 0.08s ease-out, opacity 0.08s ease-out;
  z-index: 0;
}

.voice-mic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mic-background {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mic-icon-svg {
  color: #575757;
  z-index: 5;
}

.mic-bg {
  fill: #D2D2D2;
  stroke: #575757;
  z-index: 5;
}

.hidden {
  display: none;
}
@media screen and (max-width: 1300px) {
  .search-zone {
    top: 20%;
  }
  .shortcuts-grid {
        top: 35%
  }
  .applications-grid {
        padding: 16px 24px;
    gap: 24px;
  }
}