.page.home,.page.with-sidebars{display:flex;flex-direction:row;gap:2rem;max-width:1720px;width:90%;margin:0 auto;align-items:flex-start}.home-main-content{flex:1;min-width:0}.home-sidebar{position:sticky;top:calc(var(--header-height,60px) + 2rem);width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:1.5rem;height:fit-content;max-height:calc(100vh - var(--header-height,60px) - 4rem);overflow-y:auto}.home-right-sidebar{position:sticky;top:calc(var(--header-height,60px) + 2rem);width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:1.5rem;height:fit-content;max-height:calc(100vh - var(--header-height,60px) - 4rem);overflow-y:auto}.page.home>.home-profile,.page.home>.single,.page.home>.summary{flex:1;min-width:0}.sidebar-widget{background:var(--global-background-color,#fff);border:1px solid var(--global-border-color,#e0e0e0);border-radius:8px;padding:1.2rem;box-shadow:0 2px 8px rgba(0,0,0,5%);transition:box-shadow .3s ease}.sidebar-widget:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.widget-title{font-size:1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--global-border-color,#e0e0e0);color:var(--global-font-color,#161209)}.clock-weather-widget{display:flex;flex-direction:column;gap:1rem}.widget-divider{height:1px;background:var(--global-border-color,#e0e0e0);margin:.5rem 0}.clock-section{text-align:center}.clock-container{text-align:center}.clock-time-wrapper{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.5rem}.clock-time{font-size:2rem;font-weight:700;font-family:courier new,monospace;color:var(--global-font-color,#161209)}.clock-timezone{font-size:.8rem;color:var(--global-font-secondary-color,#4d4d4d);font-weight:400}.clock-date-wrapper{display:flex;justify-content:center;gap:.5rem;font-size:.9rem;color:var(--global-font-secondary-color,#4d4d4d)}.clock-date{margin-bottom:0}.clock-weekday{font-size:.9rem;color:var(--global-font-secondary-color,#4d4d4d)}.weather-container{min-height:120px}.weather-loading{text-align:center;color:var(--global-font-secondary-color,#4d4d4d);padding:2rem 0}.weather-content{display:flex;flex-direction:column;gap:.8rem}.weather-location-inline{font-size:.9rem;color:var(--global-font-secondary-color,#4d4d4d);font-weight:500;margin:0 .5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.weather-main{display:flex;align-items:center;justify-content:space-between}.weather-temp{font-size:2rem;font-weight:700;color:var(--global-font-color,#161209)}.weather-icon{font-size:3rem}.weather-desc{font-size:.9rem;color:var(--global-font-secondary-color,#4d4d4d)}.weather-details{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem;color:var(--global-font-secondary-color,#4d4d4d)}.weather-detail-item{display:flex;justify-content:space-between}.music-container{display:flex;flex-direction:column;gap:1rem}.music-info{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;width:100%}.playlist-toggle{background:0 0;border:none;color:var(--global-font-color,#161209);font-size:1.2rem;cursor:pointer;padding:0;line-height:1;opacity:.7;transition:opacity .2s}.playlist-toggle:hover{opacity:1}.music-details{flex:1;min-width:0;text-align:center}.music-title{font-size:1rem;font-weight:700;color:var(--global-font-color,#161209);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.2rem}.music-artist{font-size:.8rem;color:var(--global-font-secondary-color,#4d4d4d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.music-controls{display:flex;justify-content:center;align-items:center;gap:.8rem}.music-btn{background:var(--global-background-color,#fff);border:1px solid var(--global-border-color,#e0e0e0);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:all .3s ease;color:var(--global-font-color,#161209)}.music-btn:hover{background:var(--global-border-color,#e0e0e0);transform:scale(1.1)}.play-pause-btn{width:50px;height:50px;font-size:1.5rem}.mode-btn{font-size:1rem}.music-progress{display:flex;flex-direction:column;gap:.3rem}.progress-bar{width:100%;height:4px;background:var(--global-border-color,#e0e0e0);border-radius:2px;overflow:hidden;cursor:pointer}.progress-fill{height:100%;background:var(--single-link-color,#667eea);width:0%;transition:width .1s linear}.progress-time{display:flex;justify-content:space-between;font-size:.75rem;color:var(--global-font-secondary-color,#4d4d4d)}#music-volume-value{font-size:.75rem;color:var(--global-font-secondary-color,#4d4d4d);min-width:35px;text-align:right}.music-playlist{width:100%;position:relative}.playlist-content{max-height:200px;overflow-y:auto;transition:max-height .3s ease}.playlist-content.collapsed{max-height:0;overflow:hidden}.playlist-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;margin-bottom:.3rem;border-radius:4px;cursor:pointer;transition:background-color .2s ease}.playlist-item:hover{background:var(--global-border-color,#f0f0f0)}.playlist-item.active{background:var(--single-link-color,#667eea);color:#fff}.playlist-item.active .playlist-item-title,.playlist-item.active .playlist-item-artist{color:#fff}.playlist-item-icon{font-size:1rem;flex-shrink:0}.playlist-item-info{flex:1;min-width:0;overflow:hidden}.playlist-item-title{font-size:.85rem;font-weight:500;color:var(--global-font-color,#161209);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playlist-item-artist{font-size:.75rem;color:var(--global-font-secondary-color,#4d4d4d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:.1rem}.playlist-content::-webkit-scrollbar{width:4px}.playlist-content::-webkit-scrollbar-track{background:var(--global-border-color,#f0f0f0);border-radius:2px}.games-widget{margin-top:1rem}.games-container{display:flex;gap:.8rem;justify-content:space-around;padding:.5rem}.game-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--global-font-color,#161209);padding:.5rem;border-radius:8px;transition:background-color .2s,transform .2s;flex:1}.game-link:hover{background-color:var(--global-bg-secondary-color,#f8f9fa);transform:translateY(-2px);color:var(--global-font-color,#161209)}.game-icon{font-size:1.5rem;margin-bottom:.3rem}.game-name{font-size:.8rem;font-weight:500}.playlist-content::-webkit-scrollbar-thumb{background:var(--global-font-secondary-color,#ccc);border-radius:2px}.playlist-content::-webkit-scrollbar-thumb:hover{background:var(--global-font-color,#999)}.listening-container{display:flex;flex-direction:column;gap:.9rem}.listening-widget .widget-title{margin-bottom:.8rem}.listening-current{padding:.65rem .75rem;background:var(--global-bg-secondary-color,#f8f9fa);border-radius:8px}.listening-track-title{font-size:.95rem;font-weight:600;color:var(--global-font-color,#161209);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listening-track-speaker{margin-top:.25rem;font-size:.8rem;color:var(--global-font-secondary-color,#4d4d4d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listening-controls{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.5rem}.listening-btn{height:38px;border:1px solid var(--global-border-color,#e0e0e0);border-radius:8px;background:var(--global-background-color,#fff);color:var(--global-font-color,#161209);font-size:.85rem;cursor:pointer;transition:all .2s ease}.listening-btn:hover{background:var(--global-border-color,#f0f0f0);transform:translateY(-1px)}.listening-btn-main{font-size:1.2rem;font-weight:600}.listening-progress{display:flex;flex-direction:column;gap:.3rem}.listening-widget .progress-bar{height:12px;border-radius:999px}.listening-widget .progress-fill{border-radius:inherit}.listening-tools{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;font-size:.8rem;color:var(--global-font-secondary-color,#4d4d4d)}.listening-step-label{font-weight:500}.listening-step-input{width:48px;border:1px solid var(--global-border-color,#e0e0e0);border-radius:6px;background:var(--global-background-color,#fff);color:var(--global-font-color,#161209);padding:.2rem .25rem;font-size:.8rem}.listening-step-unit{font-size:.8rem;color:var(--global-font-secondary-color,#4d4d4d)}.listening-rate-label{font-weight:500}.listening-rate-select{border:1px solid var(--global-border-color,#e0e0e0);border-radius:6px;background:var(--global-background-color,#fff);color:var(--global-font-color,#161209);padding:.2rem .45rem;font-size:.8rem}.listening-loop{display:inline-flex;align-items:center;gap:.25rem}.listening-playlist{max-height:260px;overflow-y:auto;border-top:1px solid var(--global-border-color,#e0e0e0);padding-top:.6rem}.listening-item{width:100%;border:none;background:0 0;border-radius:6px;padding:.45rem .55rem;margin-bottom:.35rem;text-align:left;cursor:pointer;transition:background-color .2s ease}.listening-item:hover{background:var(--global-bg-secondary-color,#f8f9fa)}.listening-item.active{background:var(--single-link-color,#667eea)}.listening-item.active .listening-item-title,.listening-item.active .listening-item-speaker{color:#fff}.listening-item-main{display:flex;flex-direction:column}.listening-item-title{font-size:.85rem;font-weight:500;color:var(--global-font-color,#161209);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listening-item-speaker{margin-top:.15rem;font-size:.75rem;color:var(--global-font-secondary-color,#4d4d4d);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:1500px){.home-sidebar{width:260px}.home-right-sidebar{width:290px}}@media(max-width:1200px){.page.home,.page.with-sidebars{flex-direction:column}.home-sidebar,.home-right-sidebar{position:relative;top:0;width:100%;max-height:none;flex-direction:row;flex-wrap:wrap}.sidebar-widget{flex:1;min-width:250px}.home-right-sidebar .sidebar-widget{min-width:100%}}@media(max-width:768px){.home-sidebar,.home-right-sidebar{flex-direction:column}.sidebar-widget{min-width:100%}.clock-time{font-size:1.5rem}.weather-temp{font-size:1.5rem}.weather-icon{font-size:2rem}}@media(prefers-color-scheme:dark){.sidebar-widget{background:var(--global-background-color-dark,#161209);border-color:var(--global-border-color-dark,#444)}.widget-title{border-bottom-color:var(--global-border-color-dark,#444)}}