* {
    font-family: 'Inter', sans-serif;
}


.logo{
    width:42px;
    height:42px;
    border-radius:12px;
    cursor:pointer;
    margin-top:6px;

}


.closebutton {
    margin-left:auto;
    width:16px ;
    height: 16px;
    cursor: pointer;
    background-color: #d6392b; 
    border-radius: 8px; 
    border: solid 1px rgba(0, 0, 0, 0.486); 
    margin-right: 16px;
}


.sidebar {
    display:flex;
    align-items:center;
    box-sizing:border-box;
    height:48px;
    padding:16px; 
    border-radius:16px; 
    justify-content:space-between; 
    backdrop-filter:blur(14px);
    background-color:rgba(0, 0, 0, 0.145); 
    color:#e0e0e0;
    position:fixed; 
    bottom:0;
    left:0;
    width:100%;
}


.window{
    position:absolute; 
    top:120px;
    left:40px;
    height: 724px;
    width:896px; 
    border-radius:16px; 
    background-color:rgba(61, 61, 61, 0.19); 
    backdrop-filter:blur(14px);
    position:fixed;
    top:0; 
    left:0;
    z-index: 999;
    
}

.window-welcome{
    position:absolute; 
    top:120px;
    left:40px;
    height: 724px;
    width:724px; 
    border-radius:16px; 
    background-color:rgba(61, 61, 61, 0.19); 
    backdrop-filter:blur(14px);
    position:fixed;
    top:0; 
    left:0;
    z-index: 999;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    
}



.window-barca{
    position:absolute; 
    top:120px;
    left:40px;
    height: 724px;
    width:600px; 
    border-radius:16px; 
    background-color:rgba(61, 61, 61, 0.19); 
    backdrop-filter:blur(14px);
    position:fixed;
    top:0; 
    left:0;
    z-index: 999;
    
}

.window-resonant{
    position:absolute; 
    top:120px;
    left:40px;
    height: 900px;
    width:600px; 
    border-radius:16px; 
    background-color:rgba(61, 61, 61, 0.19); 
    backdrop-filter:blur(14px);
    position:fixed;
    top:0; 
    left:0;
    z-index: 999;
    
}

.window-browser{
    position:absolute; 
    top:120px;
    left:40px;
    height: 724px;
    width:1024px; 
    border-radius:16px; 
    background-color:rgba(61, 61, 61, 0.19); 
    backdrop-filter:blur(14px);
    position:fixed;
    top:0; 
    left:0;
    z-index: 999;
    
}

.header{
    display:flex; 
    align-items:center; 
    cursor:move; 
    height:32px; 
    width:100%; 
    box-sizing:border-box;
    background-color:rgba(140, 140, 140, 0.315); 
    border-radius:16px 16px 0 0
}

.music-header{
    display:flex; 
    align-items:center; 
    cursor:move; 
    height:32px; 
    width:100%; 
    box-sizing:border-box;
    background-color:rgba(140, 140, 140, 0.315); 
    border-radius:16px 16px 0 0
}



.desktopApp{
    cursor: pointer;
    text-align: center;
    width: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebarApp{
    cursor: pointer;
    text-align: center;
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.bold_font{
    color:#ffffff;
    font-weight:bold;
}

.appIcons{
    width: 64px;
    height: 64px;
    border-radius: 12px;

}


.background{
    position:fixed; 
    top:0; 
    left:0;
    width:100%; 
    height:100%; 
    object-fit:cover; 
    z-index:-1
}



.desktopIcons{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding: 32px;
}


.music-container {
    width: 100%;
    height: 692;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    padding: 112px 24px 24px 24px;
    border-radius:16px;
    backdrop-filter:blur(16px);
}



.music-player-bar {
    background:rgba(0,0,0,0.1);
    width:400px;
    padding: 16px;
    display:flex;
    gap:16px;
    border-radius:32px;
    margin-bottom: 32px ;
    
}

.regularbutton {
    width:48px ;
    margin:auto;
    height: 48px;
    cursor: pointer;
    background-color: #ffffff84; 
    border-radius: 16px; 
    border: solid 1px rgba(255, 255, 255, 0.092); 
}

.clockregularbutton {
    width:48px ;
    margin:auto;
    height: 48px;
    cursor: pointer;
    background-color: #ffffff84; 
    border-radius: 16px; 
    border: solid 1px rgba(255, 255, 255, 0.092); 
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainbutton {
    width:96px ;
    margin:auto;
    height: 96px;
    cursor: pointer;
    background-color: #01bd1abc; 
    border-radius: 32px; 
    border: solid 1px rgba(0, 0, 0, 0.119); 
}

.mainclockbutton {
    width:96px ;
    margin:auto;
    height: 96px;
    cursor: pointer;
    background-color: #ffffff3a; 
    border-radius: 32px; 
    border: solid 1px rgba(0, 0, 0, 0.062); 
    display: flex;
    align-items: center;
    justify-content: center;
}


.buttonContent {
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    
}

.smallbuttonContent {
    width:40px;
    height:40px;
    display:grid;
    place-items:center;
    
}

.minibuttonContent {
    width:32px;
    height:32px;
    display:grid;
    place-items:center;
    
}

.mainbuttonContent {
    width: 96px;
    height: 96px;
    display: grid;
    place-items: center;
}


.mainclockbuttonContent {
    width: 96px;
    height: 96px;
    display: grid;
    position: absolute;
    object-fit: contain;
}


.bar {
    display:flex;
    align-items:center;
    box-sizing:border-box;
    height:64px;
    padding:16px; 
    border-radius:16px; 
    justify-content:space-between; 
    backdrop-filter:blur(14px);
    background-color:rgba(0, 0, 0, 0.1); 
    color:#e0e0e0;
    position:fixed; 
    top:32px;
    width:80%;
    
}




.smallbutton {
    width:40px;
    height:40px;
    margin:0 0 0 auto;
}


.song-panel {
  position: fixed;
  top: 104px;
  left: 10%;
  right: 10%;
  max-height: 300px;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(14px);
  border-radius: 16px;
  padding: 8px;
  box-sizing: border-box;
  z-index: 10;
}

#songlist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.song {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 12px;
  cursor: pointer;
}

.song:hover {
  background: rgba(255, 255, 255, 0.1);
}

.song-cover {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}

.song-text {
  display: flex;
  flex-direction: column;
}

.song .title {
  color: #ffffff;
  font-weight: 500;
}

.song .authour {
  color: #999999;
  font-size: 0.85rem;
}


.now-playing {
  flex: 1;                   
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}

.now-playing-cover {
  width: 400px;
  height: 400px;
  border-radius: 16px;
  object-fit: cover;
}

.now-playing-title {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
}

.now-playing-author {
  color: #999999;
  margin: 0;
}

.progress-container {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 400px;
  color: #999999;
  font-size: 0.8rem;
}

#progress-bar {
  flex: 1;
  accent-color: #ffffff;
  cursor: pointer;
}

.browser-container{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    margin-top: 64px;
}

.browser-player-bar {
    background:rgba(0,0,0,0.1);
    width:400px;
    padding: 16px;
    display:flex;
    gap:16px;
    border-radius:32px;
    margin-bottom: 32px ;
    
}


.bookmark {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-radius: 12px;
}

.bookmark:hover {
    background: rgba(255, 255, 255, 0.123);
}


.browser-bookmarks {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 35%;
}

.browser-search-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 80%;
    height: 64px;
    background: rgba(0, 0, 0, 0.266);
    border-radius: 12px;
    padding: 10px 16px;
}

.browser-search-bar input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 0.95rem;
}

.browser-search-bar input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.browser-search-bar button {
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.198);
    border-radius: 8px;
    color: #ffffff;
    padding: 6px 14px;
    cursor: pointer;
}

.browser-search-bar button:hover {
    background: rgba(61, 64, 64, 0.5);
}



.vela-logo{
    width: 48px;
    height: 48px;
    border-radius: 12px;

}

.search-content{
    width: 16px;
    height: 16px;
    color: #ffffff;
}


.bookmark-logo{
    height:64px;
    width:64px;
}






.window-notes {
    height: 600px;
    width: 500px;
    border-radius: 16px;
    overflow: hidden;
    background-color: rgba(61, 61, 61, 0.19);
    backdrop-filter: blur(14px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

#notes_content_place {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.notes-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 48px 24px 24px 24px;
}

.notes-input-area {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
}

.note-title-input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    border-radius: 12px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.266);
    color: #ffffff;
    font-family: inherit;
    font-size: 0.95rem;
    font-weight: bold;
}

.note-title-input::placeholder { color: rgba(255, 255, 255, 0.35); }

.note-input {
    width: 100%;
    height: 96px;
    box-sizing: border-box;
    resize: none;
    border: none;
    outline: none;
    border-radius: 12px;
    padding: 12px;
    background: rgba(0, 0, 0, 0.266);
    color: #ffffff;
    font-family: inherit;
    font-size: 0.95rem;
}

.note-input::placeholder { color: rgba(255, 255, 255, 0.35); }

.note-save-btn {
    align-self: flex-end;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    color: #ffffff;
    padding: 8px 16px;
    cursor: pointer;
}

.note-save-btn:hover { background: rgba(255, 255, 255, 0.803); }

.notes-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 280px;
    overflow-y: auto;
}

.note-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    padding: 12px;
    box-sizing: border-box;
}

.note-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.note-title {
    flex: 1;
    color: #ffffff;
    font-weight: bold;
    word-break: break-word;
}

.note-date {
    color: #999999;
    font-size: 0.75rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.note-text {
    color: #e0e0e0;
    white-space: pre-wrap;
    overflow-wrap: anywhere;  
}

.note-delete {
    cursor: pointer;
    background: #d6392b;
    border: solid 1px rgba(0, 0, 0, 0.486);
    border-radius: 8px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    color: #ffffff;
}

.wallpaperThumb{
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid transparent;
}

.wallpaperThumb:hover{
    border: 2px solid #ffffff;
}


.killbutton {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #d6392b;
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0.181);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hidebutton {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #f5a523be;
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0.181);
    margin-left: auto;
}

.fullscreenbutton {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #1bbc33;
    border-radius: 8px;
    border: solid 1px rgba(0,0,0,0.181);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.window-buttons {
    display: flex ;
    flex-direction: row;
    margin-left: auto;
    padding:16px;
    align-items:center;
    gap: 12px;
}


.hidebutton:hover {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #ff9d00;
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0.181);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fullscreenbutton:hover {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #00ff26;
    border-radius: 8px;
    border: solid 1px rgba(0,0,0,0.181);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.killbutton:hover {
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #ff1500;
    border-radius: 8px;
    border: solid 1px rgba(0, 0, 0, 0.181);
    margin-left: auto;
}


.window, .window-welcome, .window-barca, .window-resonant, .window-browser, .window-notes, .window-terminal, .window-clock{ 
    transition: width 0.3s ease, height 0.3s ease, top 0.3s ease, left 0.3s ease, border-radius 0.3s ease, opacity 0.3s ease;
}

.sidebarApps {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
}




.btn-hover {
    width: 10px;
    height: 10px;
    display: none;
    object-fit: contain;
}

.btn-fullscreened {
    width: 10px;
    height: 10px;
    display: none;
    object-fit: contain;
}

.killbutton:hover .btn-hover { display: block; }
.hidebutton:hover .btn-hover { display: block; }
.fullscreenbutton:hover .btn-hover { display: block; }

.window-barca, .window-resonant, .window-browser, .window { 
    display: flex; 
    flex-direction: column; 
}



.window-terminal {
    position:absolute; 
    top:120px;
    left:40px;
    height: 724px;
    width:896px; 
    border-radius:16px; 
    background-color:rgba(61, 61, 61, 0.19); 
    backdrop-filter:blur(14px);
    position:fixed;
    top:0; 
    left:0;
    z-index: 999;
    overflow: hidden;
}

.terminal-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px;
    box-sizing: border-box;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    overflow: hidden;
}

.terminal-output {
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 8px;
}

.terminal-output::-webkit-scrollbar { width: 4px; }
.terminal-output::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.2); border-radius: 4px; }

.terminal-line {
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-all;
}

.terminal-input-row {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.terminal-input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    caret-color: #00ff00;
}

.terminal-green  { color: #03c945; }
.terminal-cyan   { color: #007b99; }
.terminal-white  { color: #ffffff; }
.terminal-yellow { color: #ecd100; }



.window-clock {
    height: 480px;
    width: 480px;
    border-radius: 16px;
    background-color: rgba(61, 61, 61, 0.19);
    backdrop-filter: blur(14px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.clock-container {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    height: 100%;
    box-sizing: border-box;
}

.clock-tabs {
    display: flex;
    gap: 8px;
}

.clock-tab {
    flex: 1;
    padding: 8px;
    border-radius: 12px;
    border: none;
    background: rgba(0,0,0,0.2);
    color: #999999;
    cursor: pointer;
    font-size: 0.85rem;
}

.clock-tab.active {
    background: rgba(255,255,255,0.15);
    color: #ffffff;
    font-weight: bold;
}

.clock-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.world-clocks {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.Casa-world-clock-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(36, 234, 10, 0.2);
    border-radius: 12px;
    padding: 12px
}
.Paris-world-clock-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(4, 107, 224, 0.2);
    border-radius: 12px;
    padding: 12px
}
.NYC-world-clock-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(202, 104, 13, 0.2);
    border-radius: 12px;
    padding: 12px
}
.Dubai-world-clock-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(190, 193, 18, 0.2);
    border-radius: 12px;
    padding: 12px
}
.Tokyo-world-clock-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(138, 25, 119, 0.2);
    border-radius: 12px;
    padding: 12px
}



.world-city {
    color: #e0e0e0;
    font-size: 0.95rem;
}

.world-time {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.1rem;
    font-family: 'Courier New', monospace;
}

.chrono-display {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Courier New', monospace;
    background: rgba(0,0,0,0.2);
    border-radius: 16px;
    padding: 24px;
}