:root{--pm-primary: #1C6CE5;--pm-primary-light: #EAF1FD;--pm-primary-hover: #1558BD}html,body{height:100%}body{overflow:hidden;margin:0}.ped-root{--pm-card-pad: 20px;--pm-gap: 16px;height:100vh;display:flex;flex-direction:column;background:var(--bg-page)}.ped-header{height:64px;flex-shrink:0;background:#fff;border-bottom:1px solid #E4E3E9;display:flex;align-items:center;gap:14px;padding:0 20px;z-index:60}.ped-header-divider{width:1px;height:24px;background:#e4e3e9}.ped-menu-btn{display:none;width:40px;height:40px;border:1px solid #DEDCE4;border-radius:8px;background:#fff;cursor:pointer;align-items:center;justify-content:center;flex-shrink:0}.ped-body{flex:1;display:flex;min-height:0}.ped-sidebar{width:228px;flex-shrink:0;background:#fff;border-right:1px solid #E4E3E9;display:flex;flex-direction:column;padding:20px 16px 16px;overflow-y:auto}.ped-sidebar-scrim{display:none}.ped-main{flex:1;overflow-y:auto;min-width:0}.ped-screen{display:flex;flex-direction:column;gap:var(--pm-gap);padding:24px;max-width:1280px;margin:0 auto}.ped-screen-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}.ped-screen-head .t-h2{font-size:28px}.ped-screen-head .t-caption{display:block;margin-top:4px}.ped-subnav{display:flex;flex-direction:column;gap:4px;position:relative}.ped-subnav:before{content:"";position:absolute;left:20px;top:2px;bottom:2px;width:2px;border-radius:2px;background:#e4e3e9}.ped-pill-scroll{display:flex;align-items:center;gap:6px;flex:1;min-width:0;overflow-x:auto;padding:2px 0;scrollbar-width:thin}.ped-pill-scroll::-webkit-scrollbar{height:6px}.ped-pill-scroll::-webkit-scrollbar-thumb{background:#dedce4;border-radius:3px}.ped-card{background:#fff;border:1px solid #DEDCE4;border-radius:8px}.ped-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--pm-gap)}.ped-kpi-grid.cols-3{grid-template-columns:repeat(3,1fr)}.ped-two-col{display:grid;grid-template-columns:1fr 1fr;gap:var(--pm-gap)}.ped-main-col{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:var(--pm-gap);align-items:start}.ped-assign-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:var(--pm-gap)}.ped-stepper{display:flex;align-items:center;gap:8px;overflow-x:auto}.ped-step{display:flex;align-items:center;gap:8px;background:none;border:0;padding:0;flex-shrink:0}.ped-step-dot{width:26px;height:26px;border-radius:50%;border:2px solid;display:inline-flex;align-items:center;justify-content:center;font:700 12px/1 Inter,sans-serif;flex-shrink:0}.ped-step-label{font:500 13px/1.2 Inter,sans-serif;white-space:nowrap}.ped-step-line{flex:1;min-width:16px;height:2px;border-radius:1px}.ped-table{width:100%;border-collapse:collapse;font:400 13px/1.45 Inter,sans-serif;color:#1a1a20}.ped-table th{text-align:left;font:600 10px/1 Inter,sans-serif;letter-spacing:.02em;text-transform:uppercase;color:#706e7b;padding:10px 12px;border-bottom:1px solid #DEDCE4;white-space:nowrap}.ped-table td{padding:11px 12px;border-bottom:1px solid #F1F0F3;vertical-align:top}.ped-table tbody tr:last-child td{border-bottom:0}.ped-dropzone{border:2px dashed #DEDCE4;border-radius:12px;background:#fff;padding:56px 24px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;cursor:pointer;transition:border-color .15s,background .15s}.ped-dropzone:hover,.ped-dropzone.over{border-color:var(--pm-primary);background:var(--ag-primary-100)}.ped-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.ped-cal-cell{min-height:74px;border:1px solid #F1F0F3;border-radius:6px;padding:6px;display:flex;flex-direction:column;gap:3px;min-width:0;transition:border-color .12s ease,background .12s ease}.ped-pm-body{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px;padding:var(--pm-card-pad)}@keyframes ped-toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@keyframes ped-spin-kf{to{transform:rotate(360deg)}}.ped-spin{animation:ped-spin-kf .8s linear infinite;display:inline-block}.ped-notif-scrim{position:fixed;top:64px;right:0;bottom:0;left:0;background:#1a1a2040;z-index:90}.ped-notif-drawer{position:fixed;top:64px;right:0;bottom:0;width:380px;max-width:100%;background:#fff;border-left:1px solid #E4E3E9;box-shadow:-8px 0 24px #00000014;z-index:91;display:flex;flex-direction:column;animation:ped-drawer-in .2s ease}@keyframes ped-drawer-in{0%{transform:translate(24px);opacity:0}to{transform:none;opacity:1}}.ped-login{height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-page, #F7F6F8);padding:24px}.ped-login-card{width:380px;max-width:100%;background:#fff;border:1px solid #DEDCE4;border-radius:16px;padding:36px 32px;display:flex;flex-direction:column;gap:18px;box-shadow:0 8px 24px #0000000f}@media(max-width:1080px){.ped-kpi-grid,.ped-kpi-grid.cols-3{grid-template-columns:repeat(2,1fr)}.ped-main-col{grid-template-columns:1fr}}@media(max-width:900px){.ped-menu-btn{display:inline-flex}.ped-header{height:56px;padding:0 12px;gap:10px}.ped-sidebar{position:fixed;top:56px;left:0;bottom:0;z-index:55;transform:translate(-100%);transition:transform .2s ease;box-shadow:0 8px 24px #0000001f}.ped-sidebar.open{transform:none}.ped-notif-scrim{top:56px;right:0;bottom:0;left:0}.ped-notif-drawer{top:56px}.ped-sidebar-scrim{display:block;position:fixed;top:56px;right:0;bottom:0;left:0;background:#00000059;z-index:54}.ped-two-col,.ped-assign-grid{grid-template-columns:1fr}.ped-pm-body{grid-template-columns:1fr;gap:16px}.ped-screen{padding:16px 12px 32px}.ped-role-meta{display:none!important}}@media(max-width:560px){.ped-kpi-grid{grid-template-columns:repeat(2,1fr)}.ped-cal-cell{min-height:48px;padding:4px}.ped-cal-cell span[title]{display:none}}
