[hidden]{display:none!important}
:root{--bg:#f5f7fb;--card:#fff;--text:#182033;--muted:#68758a;--line:#e2e7f0;--primary:#4f46e5;--primary2:#2563eb;--danger:#dc2626;--warn:#d97706;--success:#15803d;--purple:#7c3aed;--shadow:0 16px 42px rgba(30,41,59,.09);font-family:"Cairo","Segoe UI",Tahoma,sans-serif}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#eef1ff 0,#f8faff 330px,var(--bg) 100%);color:var(--text)}button,input,select,textarea{font:inherit}.gate{min-height:100vh;display:grid;place-items:center;padding:24px}.gate-card{width:min(600px,100%);background:#fff;border:1px solid var(--line);border-radius:28px;padding:36px;text-align:center;box-shadow:var(--shadow)}.spinner{width:48px;height:48px;margin:0 auto 18px;border:5px solid #e3e8f7;border-top-color:var(--primary);border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.gate-icon{width:64px;height:64px;border-radius:20px;background:#eef2ff;display:grid;place-items:center;margin:0 auto 16px;font-size:30px}.gate p{color:var(--muted);line-height:1.9}.gate-actions{display:flex;gap:9px;justify-content:center;flex-wrap:wrap}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#312e81,#4f46e5 55%,#2563eb);color:#fff;padding:34px 24px 76px}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);background:rgba(255,255,255,.08)}.hero-orb.one{width:320px;height:320px;right:-100px;top:-160px}.hero-orb.two{width:240px;height:240px;left:8%;bottom:-160px}.hero-inner{position:relative;z-index:1;width:min(1380px,100%);margin:auto;display:flex;justify-content:space-between;align-items:center;gap:28px}.eyebrow{font-size:.8rem;color:#ddd6fe;font-weight:800}.hero h1{font-size:clamp(2rem,5vw,3.5rem);margin:8px 0}.hero h1 b{color:#c7d2fe}.hero p{max-width:760px;line-height:1.9;color:rgba(255,255,255,.86);margin:0}.hero-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.hero-btn,.hero-link{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.12);color:#fff;text-decoration:none;border-radius:13px;padding:10px 13px;font-weight:800;cursor:pointer}.hero-btn{background:#fff;color:#3730a3}.layout{width:min(1380px,calc(100% - 28px));margin:-42px auto 60px;position:relative;z-index:2}.summary-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:14px}.summary-grid article{background:#fff;border:1px solid var(--line);border-radius:19px;padding:18px;box-shadow:var(--shadow)}.summary-grid span,.summary-grid small{display:block;color:var(--muted);font-size:.72rem}.summary-grid strong{display:block;font-size:1.7rem;color:#3730a3;margin:4px 0}.warning-banner{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:16px;padding:13px 16px;margin-bottom:14px;font-weight:800;line-height:1.8}.calendar-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(330px,.8fr);gap:14px}.panel{background:#fff;border:1px solid var(--line);border-radius:21px;box-shadow:0 10px 30px rgba(30,41,59,.06);padding:16px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:13px}.panel-head span{display:block;color:#7c3aed;font-size:.68rem;font-weight:800}.panel-head h2{margin:2px 0 0;font-size:1.1rem}.calendar-nav{display:flex;gap:6px}.calendar-nav button,.tiny-btn{border:1px solid #dbe2ec;background:#fff;color:#475569;border-radius:10px;padding:7px 10px;cursor:pointer;font-weight:800}.weekday-row,.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.weekday-row{background:#f8f9ff;border:1px solid var(--line);border-radius:12px 12px 0 0;overflow:hidden}.weekday-row span{text-align:center;padding:8px 3px;color:#64748b;font-size:.68rem;font-weight:800}.calendar-grid{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.day-cell{min-height:126px;background:#fff;border-left:1px solid var(--line);border-top:1px solid var(--line);padding:7px;cursor:pointer;transition:.15s;overflow:hidden}.day-cell:hover{background:#fafbff}.day-cell.outside{background:#fafafa;color:#a9b2c0}.day-cell.today{box-shadow:inset 0 0 0 2px #6366f1;background:#f7f7ff}.day-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.day-num{font-weight:900;font-size:.8rem}.today .day-num{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#4f46e5;color:#fff}.event-chip{display:block;border-radius:8px;padding:4px 6px;margin-top:4px;font-size:.57rem;line-height:1.5;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border-right:3px solid}.event-chip.task{background:#eff6ff;color:#1d4ed8;border-color:#60a5fa}.event-chip.program{background:#eef2ff;color:#3730a3;border-color:#6366f1}.event-chip.emerging{background:#fdf4ff;color:#86198f;border-color:#d946ef}.event-chip.occasion{background:#ecfdf5;color:#166534;border-color:#22c55e}.event-chip.custom,.event-chip.meeting,.event-chip.followup{background:#fff7ed;color:#9a3412;border-color:#f59e0b}.event-chip.deadline{background:#fef2f2;color:#991b1b;border-color:#ef4444}.event-chip.not_done{background:#fef2f2;color:#991b1b;border-color:#ef4444}.more-events{font-size:.58rem;color:#64748b;margin-top:4px;display:block}.legend{display:flex;gap:13px;flex-wrap:wrap;margin-top:12px;color:#64748b;font-size:.65rem}.legend i{width:9px;height:9px;border-radius:50%;display:inline-block;margin-left:4px}.task-dot{background:#60a5fa}.program-dot{background:#6366f1}.emerging-dot{background:#d946ef}.occasion-dot{background:#22c55e}.custom-dot{background:#f59e0b}.danger-dot{background:#ef4444}.side-stack{display:flex;flex-direction:column;gap:14px}.reminders-panel{max-height:620px;display:flex;flex-direction:column}.filter-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.filter-chip{border:1px solid #dbe2ec;background:#fff;color:#64748b;border-radius:999px;padding:6px 10px;font-size:.64rem;font-weight:800;cursor:pointer}.filter-chip.active{background:#4f46e5;color:#fff;border-color:#4f46e5}.reminder-list{overflow:auto;display:flex;flex-direction:column;gap:8px}.reminder{border:1px solid var(--line);border-radius:14px;padding:10px;background:#fff;display:grid;grid-template-columns:5px 1fr;gap:9px}.reminder.unread{border-color:#c7d2fe;background:#fcfcff}.reminder-bar{border-radius:999px;background:#94a3b8}.reminder.high .reminder-bar{background:#f59e0b}.reminder.critical .reminder-bar{background:#ef4444}.reminder h3{font-size:.75rem;margin:0}.reminder p{font-size:.65rem;color:#64748b;line-height:1.75;margin:4px 0}.reminder small{font-size:.56rem;color:#94a3b8}.reminder-actions{display:flex;gap:5px;margin-top:6px;flex-wrap:wrap}.reminder-actions button,.reminder-actions a{border:1px solid #dde3ec;background:#fff;color:#475569;border-radius:8px;padding:5px 7px;font-size:.56rem;font-weight:800;cursor:pointer;text-decoration:none}.reminder-actions a{background:#eef2ff;color:#4338ca;border-color:#d8dcff}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.form-grid label{display:grid;gap:5px;font-size:.67rem;color:#64748b;font-weight:800}.form-grid input,.form-grid select,.form-grid textarea,.agenda-panel select{width:100%;border:1px solid #dbe2ec;border-radius:10px;padding:8px 9px;outline:none;background:#fbfcff;color:#1e293b}.full{grid-column:1/-1}.btn{border:0;border-radius:11px;padding:9px 13px;cursor:pointer;text-decoration:none;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.btn.primary{background:#4f46e5;color:#fff}.btn.secondary{background:#eef2ff;color:#4338ca}.status{margin-top:9px;border-radius:10px;padding:8px;background:#ecfdf5;color:#166534;font-size:.65rem}.status.error{background:#fef2f2;color:#991b1b}.agenda-panel,.progress-panel{margin-top:14px}.agenda-list{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.agenda-item{border:1px solid var(--line);border-radius:14px;padding:11px;background:#fbfcff}.agenda-item span{font-size:.59rem;color:#7c3aed;font-weight:800}.agenda-item h3{margin:4px 0;font-size:.77rem}.agenda-item p{margin:0;color:#64748b;font-size:.62rem;line-height:1.7}.agenda-item .agenda-actions{display:flex;justify-content:space-between;align-items:center;margin-top:7px}.agenda-item button{border:0;background:#fee2e2;color:#991b1b;border-radius:8px;padding:5px 7px;font-size:.56rem;cursor:pointer}.plan-progress-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.plan-progress{border:1px solid var(--line);border-radius:15px;padding:12px}.plan-progress-head{display:flex;justify-content:space-between;gap:10px}.plan-progress h3{font-size:.78rem;margin:0}.plan-progress strong{color:#4338ca}.track{height:9px;background:#eef2f7;border-radius:999px;overflow:hidden;margin:9px 0}.track i{height:100%;display:block;background:linear-gradient(90deg,#7c3aed,#2563eb);border-radius:999px}.plan-progress p{margin:0;color:#64748b;font-size:.62rem;line-height:1.8}.empty{padding:24px;text-align:center;color:#64748b;font-size:.72rem;border:1px dashed var(--line);border-radius:13px}.modal[hidden]{display:none!important}.modal{position:fixed;inset:0;background:rgba(15,23,42,.55);z-index:20000;display:grid;place-items:center;padding:18px}.modal-card{width:min(600px,100%);max-height:80vh;overflow:auto;background:#fff;border-radius:22px;padding:16px;box-shadow:0 30px 90px rgba(15,23,42,.4)}.modal-head{display:flex;justify-content:space-between;align-items:center}.modal-head span{color:#7c3aed;font-size:.65rem}.modal-head h2{margin:2px 0}.modal-head button{width:36px;height:36px;border:0;border-radius:10px;background:#eef2f7;cursor:pointer}.day-event{padding:10px;border-bottom:1px solid var(--line)}.day-event:last-child{border:0}.day-event h3{font-size:.78rem;margin:0}.day-event p{font-size:.65rem;color:#64748b;margin:4px 0}.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);background:#172033;color:#fff;padding:10px 15px;border-radius:11px;z-index:21000;box-shadow:var(--shadow);font-size:.7rem}
@media(max-width:1050px){.calendar-layout{grid-template-columns:1fr}.side-stack{display:grid;grid-template-columns:1fr 1fr}.summary-grid{grid-template-columns:repeat(2,1fr)}.agenda-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.hero-inner{flex-direction:column;align-items:flex-start}.hero-actions{justify-content:flex-start}.layout{width:min(100% - 18px,680px)}.side-stack{display:flex}.weekday-row span{font-size:.52rem}.day-cell{min-height:92px;padding:4px}.event-chip{font-size:.49rem}.agenda-list,.plan-progress-list{grid-template-columns:1fr}.summary-grid{gap:8px}.summary-grid article{padding:12px}.calendar-card{padding:9px}.panel-head{align-items:flex-start}.form-grid{grid-template-columns:1fr}.full{grid-column:auto}}@media(max-width:480px){.weekday-row span{writing-mode:vertical-rl;height:54px}.day-cell{min-height:78px}.event-chip{display:none}.more-events{font-size:.5rem}.summary-grid{grid-template-columns:1fr 1fr}.hero{padding-inline:14px}}
