*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{color:#fff;justify-content:center;align-items:center;height:100vh;max-height:100vh;padding:1rem;display:flex;overflow:hidden}#newtab{grid-template-columns:1.2fr 1fr;align-items:stretch;gap:1.5rem;width:95vw;max-width:1100px;height:90vh;display:grid}.glass,.glass-card{-webkit-backdrop-filter:blur(16px);background:#0f172aa6;border:1px solid #ffffff26;border-radius:14px;padding:.85rem 1rem;box-shadow:0 8px 32px #0000005e}.left-panel{flex-direction:column;justify-content:flex-start;gap:.75rem;height:100%;display:flex;overflow:hidden}.top-section{justify-content:space-between;align-items:center;padding:0 .25rem;display:flex}#time-display{letter-spacing:-1px;text-shadow:0 2px 12px #00000080;font-size:3rem;font-weight:800}.weather{flex-direction:column;align-items:flex-end;padding:.4rem .8rem;display:flex}#temp{font-size:1.25rem;font-weight:700}.weather-label{color:#ffffffbf;font-size:.75rem}.search-box input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-size:1rem}.search-box input::placeholder{color:#fff9}.bookmarks{flex-direction:column;gap:.5rem;display:flex}.section-title{letter-spacing:2px;color:#fff9;font-size:.7rem;font-weight:700}#bookmark-icons{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.bookmark-item{background:#ffffff0d;border-radius:10px;flex:1;justify-content:center;align-items:center;padding:.6rem 0;transition:all .2s;display:flex}.bookmark-item:hover{background:#fff3;transform:translateY(-2px)}.bookmark-icon{object-fit:contain;width:22px;height:22px;display:block}.todo-box{flex-direction:column;flex:1;gap:.5rem;min-height:0;display:flex;overflow:hidden}#todo-form input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:.5rem .85rem;font-size:.85rem;transition:border-color .2s}#todo-form input:focus{border-color:#ffffff4d}#todo-form input::placeholder{color:#ffffff80}#todo-list{flex-direction:column;flex:1;gap:.4rem;list-style:none;display:flex;overflow-y:auto}.todo-item{background:#ffffff0a;border-radius:8px;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.85rem;transition:background .2s;display:flex}.todo-item:hover{background:#ffffff14}.todo-text{cursor:pointer;word-break:break-word;flex:1}.todo-item.completed .todo-text{color:#fff6;text-decoration:line-through}.todo-delete{color:#fff6;cursor:pointer;background:0 0;border:none;margin-left:.5rem;padding:0 .25rem;font-size:.85rem;transition:color .2s}.todo-delete:hover{color:#ff5f56}.apod.box{flex-direction:column;height:100%;display:flex;overflow:hidden}.apod.box h2{margin-bottom:.5rem;font-size:1.1rem}#apod-img-container{border-radius:10px;flex:1;width:100%;height:0;display:flex;overflow:hidden}.apod-img,.apod-iframe{object-fit:cover;border:none;width:100%;height:100%;min-height:0;display:block}
