@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";:root{--bg-main-dark: #000000;--bento-bg-dark: #121212;--bento-border-dark: #272729;--text-main-dark: #f5f5f7;--text-muted-dark: #86868b;--accent-dark: #0a84ff;--bg-main-light: #f5f5f7;--bento-bg-light: #ffffff;--bento-border-light: #e5e5ea;--text-main-light: #1d1d1f;--text-muted-light: #86868b;--accent-light: #0071e3;--font-main: "Inter", -apple-system, sans-serif;--bento-radius: 20px}[data-theme=dark]{--bg-main: var(--bg-main-dark);--bento-bg: var(--bento-bg-dark);--bento-border: var(--bento-border-dark);--text-main: var(--text-main-dark);--text-muted: var(--text-muted-dark);--accent: var(--accent-dark)}[data-theme=light],:root{--bg-main: var(--bg-main-light);--bento-bg: var(--bento-bg-light);--bento-border: var(--bento-border-light);--text-main: var(--text-main-light);--text-muted: var(--text-muted-light);--accent: var(--accent-light)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background:var(--bg-main);color:var(--text-main);height:100vh;width:100vw;overflow:hidden;display:flex;justify-content:center;align-items:center;transition:background .2s ease,color .2s ease}#app{width:100vw;height:100vh;padding:1.5rem;display:grid;gap:1.2rem;grid-template-columns:340px 1fr 340px;grid-template-rows:95px auto 1fr auto;grid-template-areas:"header header header" "news finance tasks" "news football tasks" "news music tasks"}.bento-box{background:var(--bento-bg);border:1px solid var(--bento-border);border-radius:var(--bento-radius);padding:1.25rem;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 24px #0000000a}.header-widget{grid-area:header;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 3rem;border-radius:24px}.weather-widget{display:flex;align-items:center;gap:1rem;width:33%}.weather-icon{font-size:2.4rem}.weather-info{display:flex;flex-direction:column;gap:.3rem}.weather-temp{font-weight:600;font-size:1.1rem;color:var(--text-main)}.weather-input-container{display:flex;gap:.4rem}.weather-input-container input{padding:.3rem .6rem;border-radius:8px;border:1px solid var(--bento-border);background:var(--bg-main);color:var(--text-main);width:130px;font-size:.85rem;outline:none;transition:border-color .2s}.weather-input-container input:focus{border-color:var(--accent)}.weather-input-container button{padding:.3rem .6rem;border-radius:8px;border:1px solid var(--bento-border);background:var(--bg-main);cursor:pointer;color:var(--text-main);transition:opacity .2s}.weather-input-container button:hover{opacity:.8}.header-center{display:flex;flex-direction:column;align-items:center;justify-content:center;width:33%}.clock-main{font-size:2.2rem;font-weight:700;font-variant-numeric:tabular-nums;line-height:1;margin-bottom:.4rem;color:var(--text-main)}.date-main{font-size:.95rem;color:var(--text-muted);font-weight:500;text-transform:capitalize}.header-right{display:flex;align-items:center;justify-content:flex-end;gap:1rem;width:33%}.logo-bold{font-weight:800;font-size:1.5rem;color:var(--text-main)}.fullscreen-btn{background:transparent;border:1px solid var(--bento-border);color:var(--text-main);border-radius:12px;width:40px;height:40px;font-size:1.2rem;cursor:pointer;transition:background .2s;display:flex;justify-content:center;align-items:center}.fullscreen-btn:hover{background:var(--bento-border)}.grid-news{grid-area:news}.grid-finance{grid-area:finance}.grid-football{grid-area:football}.grid-tasks{grid-area:tasks}.grid-music{grid-area:music}.scrollable{overflow-y:auto;overflow-x:hidden;padding-right:.5rem}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bento-border);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}h3{margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:.5rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.task-input-container{display:flex;flex-wrap:wrap;margin-bottom:1rem;gap:.5rem}.task-input-container input{flex:1;padding:.6rem .8rem;border-radius:8px;border:1px solid var(--bento-border);background:var(--bg-main);color:var(--text-main);font-family:var(--font-main);outline:none}.task-input-container input:focus{border-color:var(--accent)}.task-input-container button{padding:.6rem 1rem;border-radius:8px;background:var(--text-main);color:var(--bg-main);border:none;cursor:pointer;font-weight:500;transition:opacity .2s}.task-input-container button:hover{opacity:.8}.news-item{margin-bottom:1rem;border-bottom:1px solid var(--bento-border);padding-bottom:.8rem;font-size:.95rem;line-height:1.4}.news-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.news-item a{color:var(--text-main);text-decoration:none;font-weight:500}.news-item a:hover{color:var(--accent)}.finance-ticker{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.2rem}.stock-item{text-align:center;flex:1;min-width:100px;padding:.5rem;border-right:1px solid var(--bento-border)}.stock-item:last-child{border-right:none}.stock-positive{color:#32d74b;font-weight:600;font-size:1.1rem;margin-top:.3rem}.stock-negative{color:#ff453a;font-weight:600;font-size:1.1rem;margin-top:.3rem}.task-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.task-item{background:var(--bg-main);border:1px solid var(--bento-border);padding:.8rem 1rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:transform .1s}.task-item:hover{transform:scale(.99)}.task-item.completed span{text-decoration:line-through;opacity:.5}.delete-btn{background:transparent!important;color:#ff453a!important;border:1px solid #ff453a!important;padding:.2rem .5rem!important;font-size:.8rem}.football-item{display:flex;justify-content:space-between;align-items:center;padding:.8rem;background:var(--bg-main);border-radius:12px;margin-bottom:.6rem;font-size:.95rem}.football-details{flex:1;display:flex;justify-content:space-between;align-items:center;font-weight:500}.football-status{font-size:.8rem;color:var(--text-muted);margin-right:1rem;width:60px;text-align:right}@media (max-width: 1024px){#app{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto 1fr auto;grid-template-areas:"header header" "finance finance" "news tasks" "news tasks" "news football" "music football";overflow-y:auto;height:auto}}@media (max-width: 768px){#app{display:flex;flex-direction:column;padding:1rem;height:auto;overflow-y:auto}}
