.home_homeContainer__gPwHy{width:100%;min-height:100vh;padding:2rem;background:linear-gradient(135deg,var(--background-start),var(--background-end));display:flex;flex-direction:column;align-items:flex-start}.home_homeContainerHeader__syqM8{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;width:100%}.home_homeContainerHeadtile__AH6_V{display:flex;align-items:center;gap:5px}.home_homeContainerHeadtile__AH6_V svg{width:35px;height:35px}.home_cardsWrapper__Fw75_{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;width:100%;max-width:1100px}.home_card__MTm12{background:var(--card-bg);padding:1.5rem;border-radius:16px;box-shadow:0 4px 12px var(--shadow-light);display:flex;align-items:flex-start;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.home_card__MTm12:hover{transform:translateY(-4px);box-shadow:0 6px 18px var(--shadow-strong)}.home_cardIcon__tJlMh{width:38px;height:38px;background:var(--secondary-color);color:var(--card-bg);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.home_cardIcon__tJlMh svg{width:30px;height:30px}.home_cardContent__r1Yt2{flex:1 1}.home_cardLabel__GzrTr{font-size:.9rem;color:var(--light-text-color);margin-bottom:.4rem}.home_cardValue__N1z5a{font-size:1.8rem;font-weight:700;color:var(--primary-color);margin:0}.home_cardTitle__fvu6u{font-size:1.2rem;font-weight:600;color:var(--primary-color);margin-bottom:.3rem}.home_cardDescription__zHYbc{font-size:.95rem;color:var(--text-color);margin-bottom:1rem}.home_cardButtonSecondary__sQkaX,.home_cardButton__jAjLv{padding:.6rem 1.1rem;border-radius:10px;border:none;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s ease,opacity .2s ease}.home_cardButton__jAjLv{background:var(--primary-color);color:#fff;margin-right:.5rem}.home_cardButton__jAjLv:hover{opacity:.85}.home_cardButtonSecondary__sQkaX{background:var(--secondary-color);color:#fff}.home_cardButtonSecondary__sQkaX:hover{opacity:.85}.home_cardTextButton__t9A99{background:none;border:none;padding:0;color:var(--primary-color);font-size:1rem;cursor:pointer;text-decoration:underline}.home_cardTextButton__t9A99:hover{color:var(--accent-color)}.home_tasksWrapper__1UWD8{width:100%;max-width:1100px;margin-top:3rem;display:grid;grid-template-columns:1fr 380px;grid-gap:1.5rem;gap:1.5rem;align-items:start}.home_tasksColumn__LeiXC{background:var(--card-bg);padding:1rem;border-radius:14px;box-shadow:0 6px 18px var(--shadow-light);transition:box-shadow .18s ease,transform .18s ease}.home_tasksColumn__LeiXC:hover{transform:translateY(-3px);box-shadow:0 10px 26px var(--shadow-strong)}.home_panelActions__FMBi_{display:flex;align-items:center;gap:.6rem}.home_viewTasksBtn__8In_j{padding:.45rem .9rem;border-radius:8px;border:none;background:var(--secondary-color);color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .2s ease}.home_viewTasksBtn__8In_j:hover{opacity:.85}.home_panelHead__dHi0w{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.8rem}.home_panelHead__dHi0w h4{margin:0;font-size:1.05rem;color:var(--primary-color)}.home_panelSub__8WBE_{margin:0;font-size:.85rem;color:var(--light-text-color)}.home_todayTask__nGplk{justify-content:space-between;padding:.75rem;border-radius:10px;margin-bottom:.6rem;background:linear-gradient(180deg,rgba(0,0,0,.01),transparent);border:1px solid rgba(0,0,0,.03)}.home_taskMain__NSPpw,.home_todayTask__nGplk{display:flex;align-items:center;gap:.8rem}.home_taskBullet__RHP47{width:38px;height:38px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:var(--secondary-color);color:var(--card-bg);font-weight:700}.home_taskTitle__xaxcA{margin:0;font-size:1rem;color:var(--text-color)}.home_taskMeta__kZIPu{margin:0;font-size:.82rem;color:var(--light-text-color)}.home_taskAction__wRmzd{background:transparent;border:1px solid rgba(0,0,0,.06);padding:.45rem .8rem;border-radius:8px;cursor:pointer;font-weight:600;font-size:.9rem;transition:background .2s ease,border .2s ease,transform .15s ease}.home_taskAction__wRmzd:hover{background:var(--primary-color);border-color:var(--primary-color);color:#fff;transform:translateY(-2px)}.home_deadlineList__uHRjm{list-style:none;padding:0;margin:0}.home_deadlineItem__SKKd6{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.7rem;border-radius:10px;margin-bottom:.6rem;background:linear-gradient(180deg,rgba(0,0,0,.01),transparent);border:1px solid rgba(0,0,0,.03)}.home_deadlineTitle__qQdVh{margin:0;font-size:.98rem;color:var(--text-color)}.home_deadlineMeta__zC7Qh{margin:0;font-size:.82rem;color:var(--light-text-color)}.home_deadlineFooter__BL3W0{margin-top:.6rem;display:flex;justify-content:flex-end}.home_usageWrapper__6V0qK{width:100%;max-width:1100px;margin-top:3rem;padding:1.5rem 1.8rem;background:var(--card-bg);border-radius:16px;box-shadow:0 6px 18px var(--shadow-light);display:flex;flex-direction:column;gap:1rem;animation:home_fadeIn__uLm0f .4s ease}.home_usageWrapper__6V0qK h4{margin:0;font-size:1.2rem;color:var(--primary-color);font-weight:700;display:flex;align-items:center;gap:5px}.home_usageWrapper__6V0qK p{margin:0;font-size:.95rem;color:var(--accent-color)}.home_usageWrapper__6V0qK p strong{color:var(--text-color)}.home_usageItem__PhzZQ{margin-top:.8rem;padding:1rem;border-radius:14px;background:linear-gradient(180deg,rgba(0,0,0,.02),transparent);border:1px solid rgba(0,0,0,.05)}.home_usageItem__PhzZQ,.home_usageMeta__WtVqG{display:flex;justify-content:space-between;align-items:center}.home_usageMeta__WtVqG{margin-bottom:.5rem;font-size:.95rem;flex-direction:column;gap:5px}.home_usageLabel__lr7Ez{font-weight:600;color:var(--text-color)}.home_usageValue__aYVvk{color:var(--light-text-color);margin-left:5px}.home_vipFeatures__vD6VL{margin-top:1.4rem;padding:1rem 1.2rem;border-radius:14px;background:linear-gradient(180deg,rgba(0,0,0,.02),transparent);border:1px solid rgba(0,0,0,.05);box-shadow:0 6px 18px var(--shadow-light);animation:home_fadeIn__uLm0f .4s ease}.home_vipFeaturesTitle__3cE5n{margin:0 0 .6rem;font-size:1.05rem;font-weight:700;color:var(--primary-color)}.home_vipList__AKuQD{list-style:none;padding:0;margin:0}.home_vipList__AKuQD li{padding:.55rem .2rem;font-size:.95rem;color:var(--text-color);display:flex;align-items:center;gap:6px;border-bottom:1px solid rgba(0,0,0,.05)}.home_vipList__AKuQD li svg{color:var(--accent-color)}.home_vipList__AKuQD li:last-child{border-bottom:none}.home_vipList__AKuQD li:hover{color:var(--primary-color);transform:translateX(4px);transition:all .2s ease}.home_circleWrapper__dVDbh{position:relative;width:90px;height:90px}.home_circleFill__84z3X{width:100%;height:100%;border-radius:50%;transition:background .5s ease}.home_circleCenter__UzFUB{position:absolute;top:50%;left:50%;width:65px;height:65px;border-radius:50%;background:var(--background-start);display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);font-size:.9rem;font-weight:700;color:var(--text-color)}.home_pulse__F0h7w{animation:home_pulseRing__RedJi 1.2s ease-in-out infinite}@keyframes home_pulseRing__RedJi{0%{transform:scale(1);filter:drop-shadow(0 0 2px rgba(255,77,77,.4))}50%{transform:scale(1.05);filter:drop-shadow(0 0 6px rgba(255,77,77,.6))}to{transform:scale(1);filter:drop-shadow(0 0 2px rgba(255,77,77,.4))}}@keyframes home_fadeIn__uLm0f{0%{opacity:0}to{opacity:1}}@keyframes home_slideUp__C1Ha1{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:900px){.home_homeContainer__gPwHy{padding:1rem}.home_tasksWrapper__1UWD8{grid-template-columns:1fr}.home_deadlineColumn__j_25S{order:2}.home_todayColumn__6cFup{order:1}.home_card__MTm12{padding:1.2rem}.home_cardValue__N1z5a{font-size:1.5rem}.home_taskBullet__RHP47{width:34px;height:34px}.home_smallBtn__LM2VU,.home_taskAction__wRmzd{padding:.35rem .6rem;font-size:.85rem}.home_tasksColumn__LeiXC{padding:.85rem;border-radius:12px}.home_usageWrapper__6V0qK{padding:10px}.home_usageItem__PhzZQ{flex-direction:column;gap:1rem}}