/* My 24 Hours — responsive UI */
.my24-app{--navy:#0b1e4b;--blue:#2563eb;--green:#20b878;--soft:#f5f7fc;--ink:#122044;--muted:#71809b;max-width:1400px;margin:0 auto;padding:0 18px 40px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);box-sizing:border-box}
.my24-app *{box-sizing:border-box}.my24-topbar{height:66px;background:linear-gradient(100deg,#0a1c47,#102c66);color:#fff;border-radius:0 0 18px 18px;display:flex;align-items:center;gap:28px;padding:8px 20px;box-shadow:0 8px 28px rgba(16,42,90,.15);position:sticky;top:0;z-index:20}
.my24-brand{display:flex;align-items:center;gap:10px;min-width:220px}.my24-logo{width:38px;height:38px;border:3px solid #17d49b;border-radius:50%;display:grid;place-items:center;color:#17d49b;font-size:23px}.my24-brand strong,.my24-user strong{display:block;font-size:14px}.my24-brand small,.my24-user small{display:block;font-size:10px;opacity:.72;margin-top:2px}.my24-topbar nav{display:flex;gap:4px;flex:1}.my24-topbar nav a{color:#fff;text-decoration:none;padding:11px 14px;border-radius:10px;font-size:12px;opacity:.9}.my24-topbar nav a.active,.my24-topbar nav a:hover{background:#173d7d;box-shadow:inset 0 -2px #19d59a}.my24-user{display:flex;align-items:center;gap:8px;white-space:nowrap}.my24-user>span{width:34px;height:34px;border-radius:50%;background:#edf3ff;color:#18366d;display:grid;place-items:center;font-weight:800}
.my24-hero{margin:22px 0 26px;border-radius:22px;padding:28px 30px;min-height:150px;background:linear-gradient(115deg,#d8e8ff,#f0e7ff 72%,#fff5d9);display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden}.my24-hero .quote{font-size:40px;font-weight:900;line-height:.7}.my24-hero h1{font-family:Georgia,serif;font-size:36px;line-height:1.04;margin:4px 0 8px;color:#142c59}.my24-hero h1 em{font-weight:700}.my24-hero p{margin:0;color:#667594;font-size:13px}.my24-daybox{background:rgba(255,255,255,.88);border-radius:16px;padding:18px 20px;min-width:260px;box-shadow:0 8px 25px rgba(48,65,100,.08)}.my24-daybox strong{display:block;font-size:20px}.my24-daybox span{display:inline-block;margin:8px 0;padding:5px 10px;border-radius:99px;background:#d9f8e9;color:#128d5e;font-size:11px;font-weight:800}.my24-daybox small{display:block;color:#77839a;font-size:10px}
.my24-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px}.my24-section-head{display:flex;align-items:end;justify-content:space-between;margin:0 2px 12px}.my24-section-head h2{font-size:26px;margin:0}.my24-section-head span{font-size:11px;color:#8490a7}
.my24-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.my24-metrics>div{background:#fff;border:1px solid #edf0f6;border-radius:14px;padding:14px 15px;box-shadow:0 8px 24px rgba(30,49,86,.05)}.my24-metrics b{display:block;font-size:17px}.my24-metrics small{display:block;color:#7a879e;margin-top:4px;font-size:10px}.my24-progress{height:7px;background:#eaf0f7;border-radius:99px;margin:10px 2px 18px;overflow:hidden}.my24-progress i{display:block;height:100%;background:linear-gradient(90deg,#1cc681,#35bd8b);border-radius:inherit;transition:width .25s ease}
.my24-timeline{background:#fff;border:1px solid #edf0f6;border-radius:18px;overflow:hidden;box-shadow:0 8px 30px rgba(20,41,80,.05)}.my24-task{display:grid;grid-template-columns:115px minmax(0,1fr);align-items:center;min-height:70px;border-bottom:1px solid #eef1f6;padding:10px 14px;transition:.18s}.my24-task:last-child{border-bottom:0}.my24-task:hover{background:#fbfcff}.my24-task.is-done{background:#f2fbf7}.my24-task-time{padding-right:16px;border-right:1px solid #edf0f5}.my24-task-time strong{display:block;font-size:12px}.my24-task-time span{display:block;color:#8a96aa;font-size:10px;margin-top:3px}.my24-task-main{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-left:16px;min-width:0}.my24-task-title{display:flex;align-items:center;gap:11px;min-width:0}.my24-task-title>div{min-width:0}.my24-task-title strong{display:block;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my24-task-title small{display:block;color:#7f8ca2;font-size:10px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my24-check{width:23px;height:23px;flex:0 0 23px;border:2px solid #aeb9ca;border-radius:7px;background:#fff;display:block;position:relative;cursor:default}.my24-check[role="button"]{cursor:pointer}.my24-check.checked{background:#16b86f;border-color:#16b86f}.my24-check.checked:after{content:"✓";position:absolute;color:#fff;font-weight:900;font-size:15px;left:3px;top:0}.my24-task-meta{display:flex;align-items:center;gap:8px;flex:0 0 auto}.my24-cat{font-size:9px;background:#eef3fb;border-radius:99px;padding:5px 8px;color:#5d6d87}.my24-task-meta b{font-size:11px;color:#12915e;white-space:nowrap}.my24-status{font-size:9px;background:#f1f4f8;color:#6e7b91;border-radius:99px;padding:5px 9px;white-space:nowrap}.my24-task.is-done .my24-status{background:#d9f7e9;color:#128b5b}
.my24-card,.my24-reflection{background:#fff;border:1px solid #edf0f6;border-radius:18px;padding:18px;box-shadow:0 8px 30px rgba(20,41,80,.05);margin-bottom:18px}.my24-card h2,.my24-reflection h2{font-family:Georgia,serif;font-size:20px;margin:0 0 15px}.my24-card-title{display:flex;justify-content:space-between;align-items:center}.my24-card-title h2{margin:0}.my24-cal-year{font-size:11px;color:#7e8ba0}.my24-cal-nav{display:flex;align-items:center;justify-content:space-between;margin:10px 0 12px}.my24-cal-nav button,.my24-today-btn{border:1px solid #e2e7f0;background:#fff;border-radius:9px;width:32px;height:32px;cursor:pointer}.my24-cal-nav strong{font-size:13px}.my24-week,.my24-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.my24-week span{text-align:center;font-size:9px;color:#9aa4b7;padding:4px}.my24-calendar-grid{min-height:245px}.my24-daycell{min-height:34px;border:0;border-radius:9px;background:#f3f5f9;color:#2a3550;font-size:10px;font-weight:700;cursor:pointer;position:relative}.my24-daycell:hover{outline:2px solid #d6e2fb}.my24-daycell.today{outline:2px solid #2563eb}.my24-daycell.selected{box-shadow:inset 0 0 0 2px #122c5f}.my24-daycell.excellent{background:#bcefd6;color:#087447}.my24-daycell.great{background:#d7e9ff;color:#155bb4}.my24-daycell.mid{background:#fff0bd;color:#87610a}.my24-daycell.low{background:#ffdbe2;color:#a12b42}.my24-daycell.future{opacity:.5;cursor:not-allowed}.my24-daycell .score{display:block;font-size:7px;font-weight:500;margin-top:1px}.my24-cal-legend{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:12px 0;font-size:8px;color:#66738b}.my24-cal-legend i{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px}.excellent{background:#20b878}.great{background:#3180e8}.mid{background:#f4c94f}.low{background:#f06b82}.my24-today-btn{width:100%;height:34px;font-size:11px;font-weight:700}.my24-ring{width:116px;height:116px;margin:4px auto 14px;border-radius:50%;background:conic-gradient(#1db97a var(--ring,0%),#e8eff0 0);display:grid;place-items:center}.my24-ring>div{width:86px;height:86px;border-radius:50%;background:#fff;display:grid;place-items:center;align-content:center}.my24-ring strong{font-size:23px}.my24-ring small{font-size:8px;color:#8490a5}.my24-kpis p{display:flex;justify-content:space-between;border-top:1px solid #edf0f5;padding:10px 0;margin:0;font-size:10px}.my24-kpis b{font-size:11px}.my24-chart{width:100%;display:block}.my24-categories>div{display:grid;grid-template-columns:105px 1fr 36px;gap:8px;align-items:center;margin:11px 0;font-size:10px}.my24-categories i{height:8px;background:#eaf0f5;border-radius:99px;overflow:hidden}.my24-categories i b{display:block;height:100%;background:#20b878;border-radius:inherit}.my24-categories strong{text-align:right;font-size:9px}.my24-reflection textarea{width:100%;min-height:110px;border:1px solid #dfe5ef;border-radius:12px;padding:12px;resize:vertical;font:inherit;font-size:12px;margin-bottom:14px}.my24-top3{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.my24-top3 input{width:100%;height:38px;border:1px solid #cfe9dc;background:#f3fff9;border-radius:9px;padding:0 10px;font-size:11px}.my24-save-reflection{margin-top:12px;background:#2563eb;color:#fff;border:0;border-radius:9px;padding:10px 14px;font-weight:700;cursor:pointer}.my24-save-reflection:disabled{opacity:.6}.my24-app footer{text-align:center;color:#9aa4b5;font-size:9px;padding:20px}
@media(max-width:1000px){.my24-layout{grid-template-columns:1fr}.my24-topbar nav{overflow:auto}.my24-topbar{gap:10px}.my24-brand{min-width:auto}.my24-user div{display:none}.my24-card{margin-bottom:14px}.my24-layout aside{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.my24-layout aside .my24-card{margin:0}}
@media(max-width:700px){.my24-app{padding:0 10px 28px}.my24-topbar{height:auto;min-height:60px;padding:8px 10px;border-radius:0 0 14px 14px}.my24-topbar nav{display:none}.my24-brand strong{font-size:13px}.my24-brand small{font-size:8px}.my24-logo{width:34px;height:34px}.my24-hero{padding:22px 18px;min-height:auto;display:block;border-radius:16px}.my24-hero h1{font-size:29px}.my24-daybox{margin-top:18px;min-width:0;padding:13px}.my24-daybox strong{font-size:17px}.my24-section-head{display:block}.my24-section-head h2{font-size:22px}.my24-section-head span{display:block;margin-top:5px}.my24-metrics{grid-template-columns:repeat(2,1fr);gap:8px}.my24-metrics>div{padding:11px}.my24-metrics b{font-size:14px}.my24-task{grid-template-columns:74px minmax(0,1fr);padding:9px 8px;min-height:76px}.my24-task-time{padding-right:8px}.my24-task-time strong{font-size:10px}.my24-task-time span{font-size:8px}.my24-task-main{display:grid;grid-template-columns:1fr auto;gap:6px;padding-left:9px}.my24-task-title{gap:7px}.my24-task-title strong{font-size:11px;white-space:normal;line-height:1.2}.my24-task-title small{font-size:8px;white-space:normal}.my24-check{width:24px;height:24px;flex-basis:24px}.my24-task-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.my24-cat{display:none}.my24-task-meta b{font-size:9px}.my24-status{font-size:8px;padding:4px 7px}.my24-layout aside{display:block}.my24-card{padding:14px;border-radius:15px}.my24-calendar-grid{gap:3px}.my24-daycell{min-height:39px}.my24-top3{grid-template-columns:1fr}.my24-reflection{padding:14px}.my24-reflection h2{font-size:18px}.my24-ring{width:100px;height:100px}.my24-ring>div{width:74px;height:74px}.my24-ring strong{font-size:20px}}
@media(max-width:390px){.my24-task{grid-template-columns:64px minmax(0,1fr)}.my24-task-main{padding-left:6px}.my24-task-title{gap:5px}.my24-task-title strong{font-size:10px}.my24-status{font-size:7px}.my24-metrics small{font-size:9px}}
