@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html,body{margin:0;padding:0;font-family:Manrope,Segoe UI,Tahoma,sans-serif;background-color:#f0f4f8}#root{min-height:100vh}:root{--ed-bg: #ecf1f7;--ed-surface: #ffffff;--ed-surface-2: #f7fafc;--ed-border: #d7e1ea;--ed-border-2: #c8d5e1;--ed-text: #1f3343;--ed-muted: #5c7288;--ed-dim: #8fa2b5;--ed-teal: #f38220;--ed-teal-dk: #d9741c;--ed-teal-soft: #feebd9;--ed-shadow: 0 6px 18px rgba(11, 39, 64, .06)}.bg-teal-dk{background:linear-gradient(135deg,#f38220,#d9741c)}.ed-shell{min-height:100vh;background:radial-gradient(circle at 0% 0%,#f6fbff 0%,var(--ed-bg) 34%,#e9eef6 100%);color:var(--ed-text)}.ed-topbar{position:sticky;top:0;z-index:100;background:#fffffff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--ed-border);padding:10px 20px;display:flex;justify-content:space-between;align-items:center;gap:12px}.ed-brand{display:flex;align-items:center;gap:12px}.ed-logo{min-width:38px;height:30px;border-radius:8px;background:linear-gradient(135deg,var(--ed-teal),var(--ed-teal-dk));color:#fff;display:grid;place-items:center;font-weight:800;letter-spacing:.4px;font-size:14px}.ed-brand-title{font-size:18px;line-height:1.1;font-weight:800;color:var(--ed-text)}.ed-brand-sub{font-size:11px;color:var(--ed-muted);font-weight:600}.ed-topbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.ed-quick-link{text-decoration:none;color:#d9741c;font-size:12px;font-weight:800;padding:8px 14px;border-radius:10px;border:1px solid #7ad7ca;background:linear-gradient(180deg,#effcf9,#d9f4ef);box-shadow:inset 0 1px #fffc,0 2px 4px #0d94880d;transition:all .2s ease}.ed-quick-link:hover{background:linear-gradient(180deg,#e3f9f5,#ccece6);box-shadow:inset 0 1px #ffffffe6,0 4px 10px #0d948826;transform:translateY(-1px)}.ed-chip{display:inline-flex;align-items:center;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:700;border:1px solid}.ed-chip.teal{color:#d9741c;background:#d5f4ef;border-color:#75d8cb}.ed-chip.green{color:#177c41;background:#dcf8e7;border-color:#98e5b8}.ed-avatar{width:40px;height:40px;border-radius:999px;border:none;background:linear-gradient(135deg,var(--ed-teal),var(--ed-teal-dk));color:#fff;font-size:13px;font-weight:800;cursor:pointer}.ed-level-bar,.ed-nav-bar{padding:0 20px;display:flex;gap:6px;overflow-x:auto;border-bottom:1px solid var(--ed-border)}.ed-level-bar{background:#fff}.ed-nav-bar{background:#edf3f8}.ed-level-btn,.ed-nav-btn{border:none;background:transparent;cursor:pointer;white-space:nowrap;transition:all .2s ease}.ed-level-btn:hover:not(.active){color:var(--ed-teal);background:#0d94880a;border-radius:6px 6px 0 0}.ed-nav-btn:hover:not(.active){color:var(--ed-teal);background:#0d94880a}.ed-level-btn{padding:13px 12px;font-size:13px;font-weight:700;color:var(--ed-muted);border-bottom:3px solid transparent}.ed-level-btn.active{color:var(--ed-teal-dk);border-bottom-color:var(--ed-teal)}.ed-nav-btn{margin-top:8px;padding:10px 14px;font-size:13px;font-weight:700;color:var(--ed-muted);border-radius:10px 10px 0 0;border-bottom:2px solid transparent}.ed-nav-btn.active{color:var(--ed-teal-dk);background:#fff;border-bottom-color:var(--ed-teal)}.ed-main{flex:1;padding:24px 20px}.ed-card,.ed-history-card{background:var(--ed-surface);border:1px solid var(--ed-border);border-radius:16px;box-shadow:0 4px 12px #0b274008;padding:20px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.ed-card:hover,.ed-history-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0b274014;border-color:var(--ed-border-2)}.ed-card-head,.ed-history-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px}.ed-card-title{margin:0;font-size:18px;font-weight:800;color:var(--ed-text)}.ed-card-meta{font-size:12px;color:var(--ed-muted);font-weight:600}.ed-two-pane{display:grid;grid-template-columns:1fr;gap:18px}.ed-two-pane.split{grid-template-columns:minmax(320px,44%) minmax(420px,56%)}.ed-list{display:flex;flex-direction:column;gap:10px}.ed-project-row{padding:14px 16px;border-radius:12px;border:1px solid var(--ed-border);background:#fff;cursor:pointer;transition:all .25s ease;display:flex;justify-content:space-between;align-items:center;gap:10px;box-shadow:0 2px 6px #0b274005}.ed-project-row:hover{border-color:#92c4d8;background:#f4faff;box-shadow:0 6px 16px #0b27400f;transform:translateY(-1px)}.ed-project-row.active{border-color:#34b7a5;background:#e7f8f5}.ed-row-title{font-size:15px;font-weight:800;color:var(--ed-text);margin-bottom:2px}.ed-row-sub{font-size:12px;color:var(--ed-muted)}.ed-row-action{color:#078273;font-size:12px;font-weight:800}.ed-history-title{margin:0 0 10px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#355067}.ed-loading{color:var(--ed-muted);font-size:13px;padding:18px 0;text-align:center}.ed-history-scroll{display:flex;flex-direction:column;gap:10px;max-height:500px;overflow-y:auto;padding-right:4px}.ed-history-entry{border:1px solid var(--ed-border);border-radius:12px;background:linear-gradient(180deg,#f9fbfd,#f2f6fb);padding:14px 16px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.ed-history-entry:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0b27400d;border-color:#c0ceda}.ed-history-entry-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ed-week{color:var(--ed-teal-dk);font-size:13px;font-weight:800}.ed-metric-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-bottom:10px}.ed-metric{text-align:center}.ed-metric-label{font-size:10px;color:var(--ed-dim);text-transform:uppercase;font-weight:700;letter-spacing:.3px}.ed-metric-value{font-size:13px;font-weight:800;color:#4c6379}.ed-metric-value.green{color:#177c41}.ed-metric-value.amber{color:#946205}.ed-metric-value.red{color:#be2d25}.ed-history-foot{display:flex;flex-wrap:wrap;gap:14px;font-size:12px;color:var(--ed-muted);border-top:1px solid var(--ed-border);padding-top:10px}.ed-rag{border-radius:999px;padding:3px 10px;font-size:11px;font-weight:800}.ed-rag.green{background:#dff8e8;color:#177c41}.ed-rag.amber{background:#fff4cf;color:#946205}.ed-rag.red{background:#ffe3e1;color:#be2d25}.ed-empty-state{border:1px dashed var(--ed-border-2);border-radius:12px;background:#f9fbfd;text-align:center;padding:30px 18px}.ed-empty-state.compact{padding:22px 16px}.ed-empty-title{font-size:14px;font-weight:800;color:#445a6d;margin-bottom:4px}.ed-empty-body{font-size:12px;color:#8194a7}.ed-close-btn{border:1px solid var(--ed-border);background:#f8fbfd;color:var(--ed-dim);border-radius:8px;padding:4px 9px;cursor:pointer}.ed-tab-wrap{display:flex;flex-direction:column;gap:14px}.ed-section-head{margin-bottom:4px}.ed-section-title{margin:0;font-size:18px;font-weight:800;color:var(--ed-text)}.ed-section-sub{margin-top:4px;font-size:12px;color:var(--ed-muted);font-weight:600}.ed-section-badge{display:inline-block;margin-top:8px;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;color:#d9741c;background:#d6f4ef;border:1px solid #87ddd0}.ed-kpi-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.ed-kpi-box{background:#fff;border:1px solid var(--ed-border);border-top:3px solid var(--kpi-color, var(--ed-teal));border-radius:12px;padding:14px 16px;box-shadow:0 2px 8px #0b274005;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.ed-kpi-box:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0b274014;border-color:var(--kpi-color, var(--ed-teal))}.ed-kpi-value{font-size:24px;font-weight:800;color:var(--kpi-color, var(--ed-teal));line-height:1.05}.ed-kpi-label{margin-top:4px;font-size:11px;color:var(--ed-muted);font-weight:700}.ed-kpi-sub{margin-top:2px;font-size:10px;color:var(--ed-dim)}.ed-table-shell{background:#fff;border:1px solid var(--ed-border);border-radius:14px;overflow:hidden;box-shadow:var(--ed-shadow)}.ed-table-scroll{overflow-x:auto}.ed-table{min-width:820px;width:100%;border-collapse:collapse;text-align:left}.ed-table th{padding:11px 14px;font-size:11px;color:var(--ed-muted);font-weight:700;border-bottom:1px solid var(--ed-border);background:#f4f8fb}.ed-table td{padding:12px 14px;font-size:12px;color:#334a5f;border-bottom:1px solid var(--ed-border)}.ed-table tbody tr:last-child td{border-bottom:none}.ed-table tbody tr{transition:all .25s ease}.ed-table tbody tr:hover{background:#f4faf9;box-shadow:inset 0 0 0 1px #0d94880d}.ed-table-title{font-weight:800;color:var(--ed-text)}.ed-chip-mini{display:inline-flex;align-items:center;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700;background:#d6f4ef;color:#d9741c;border:1px solid #89ddd0}.ed-callout-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ed-callout{background:#fff;border:1px solid var(--ed-border);border-radius:12px;padding:14px}.ed-callout-title{margin-bottom:10px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.ed-callout-title.good{color:#d9741c}.ed-callout-title.bad{color:#b91c1c}.ed-callout-item{display:flex;justify-content:space-between;gap:8px;padding:8px 0;border-bottom:1px solid var(--ed-border)}.ed-callout-item:last-child{border-bottom:none}.ed-grid-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px}.ed-tile{background:#f1f6fb;border:1px solid var(--ed-border);border-radius:9px;padding:8px 6px;text-align:center}.ed-tile-main{font-size:14px;font-weight:800}.ed-tile-sub{font-size:10px;color:var(--ed-muted)}.ed-raid-list{display:flex;flex-direction:column;gap:10px}.ed-raid-wrap{position:relative}.ed-raid-project-tag{position:absolute;top:10px;right:12px;font-size:11px;color:#355067;font-weight:700;border-radius:6px;padding:3px 8px;background:#eef4f8;border:1px solid var(--ed-border)}.ed-empty-panel{border:1px dashed var(--ed-border-2);border-radius:12px;background:#f9fbfd;text-align:center;padding:36px 16px;color:var(--ed-muted);font-size:13px;font-weight:600}.ed-loading-stack{display:flex;flex-direction:column;gap:12px}.ed-skeleton-card{border:1px solid var(--ed-border);border-radius:12px;background:linear-gradient(90deg,#eef3f8 25%,#f8fbfd,#eef3f8 75%);background-size:220% 100%;animation:edShimmer 1.2s linear infinite}.ed-skeleton-kpi{height:74px}.ed-skeleton-row{height:58px}.ed-skeleton-text{height:14px;width:45%;border-radius:6px}.ed-reveal{animation:edFadeUp .36s ease both;animation-delay:var(--delay, 0ms)}@keyframes edShimmer{0%{background-position:220% 0}to{background-position:-220% 0}}@keyframes edFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1100px){.ed-two-pane{grid-template-columns:1fr}.ed-pane{min-height:auto}.ed-topbar{flex-wrap:wrap}.ed-project-name,.ed-pane-title{font-size:20px}.ed-project-meta{font-size:14px}.ed-callout-grid{grid-template-columns:1fr}}
