#wpm-prototype{--w-blue:#1556bf;--w-navy:#102e59;--w-pale:#edf4ff;--w-line:#dfe7f2;--w-ink:#172b49;--w-muted:#566984;color:var(--w-ink);box-sizing:border-box;background:#f3f6fb;border-radius:16px;min-height:800px;font-family:Segoe UI,Arial,sans-serif;font-size:14px;line-height:1.5;overflow:hidden}#wpm-prototype *{box-sizing:border-box}#wpm-prototype button,#wpm-prototype input,#wpm-prototype select,#wpm-prototype textarea{font:inherit}#wpm-prototype button{cursor:pointer}#wpm-prototype button:focus-visible,#wpm-prototype a:focus-visible,#wpm-prototype input:focus-visible,#wpm-prototype select:focus-visible{outline-offset:3px;outline:3px solid #68a6ff}#wpm-prototype h1,#wpm-prototype h2,#wpm-prototype h3,#wpm-prototype p{margin:0}#wpm-prototype h1{letter-spacing:-.7px;font-size:28px;line-height:1.2}#wpm-prototype h2{font-size:19px}#wpm-prototype h3{font-size:16px}#wpm-prototype small{font-size:12px}#wpm-prototype button{transition:background .15s,border-color .15s}#wpm-prototype .w-demo{color:#244d87;text-align:center;background:#e7effc;border-bottom:1px solid #d2e0f6;padding:9px 15px;font-size:12px}#wpm-prototype .w-shell{grid-template-columns:180px minmax(0,1fr);display:grid}#wpm-prototype .w-sidebar{border-right:1px solid var(--w-line);background:#fff;flex-direction:column;gap:24px;padding:24px 14px;display:flex}#wpm-prototype .w-brand{color:var(--w-blue);letter-spacing:-1px;padding:0 10px;font-size:30px;font-weight:700}#wpm-prototype .w-brand small{color:var(--w-muted);letter-spacing:1.7px;font-size:11px;font-weight:400;display:block}#wpm-prototype nav{gap:6px;display:grid}#wpm-prototype .w-nav{text-align:left;color:var(--w-muted);background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:12px 10px;display:flex}#wpm-prototype .w-nav[aria-current=page]{background:var(--w-pale);color:var(--w-blue);font-weight:600}#wpm-prototype .w-nav:hover{background:#f2f6fc}#wpm-prototype .w-nav .w-n{background:#e7eef8;border-radius:5px;margin-left:auto;padding:1px 6px;font-size:11px}#wpm-prototype .w-sidebar-foot{border-top:1px solid var(--w-line);color:var(--w-muted);margin-top:auto;padding:18px 10px 0;font-size:12px}#wpm-prototype .w-header{border-bottom:1px solid var(--w-line);background:#fff;flex-wrap:wrap;align-items:center;gap:12px;padding:17px 26px;display:flex}#wpm-prototype .w-header-left{color:var(--w-muted);margin-right:auto}#wpm-prototype .w-profile{align-items:center;gap:8px;display:flex}#wpm-prototype .w-avatar{width:34px;height:34px;color:var(--w-blue);background:#e8effa;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:600;display:inline-flex}#wpm-prototype .w-btn{border:1px solid var(--w-line);color:var(--w-ink);background:#fff;border-radius:8px;min-height:40px;padding:9px 13px;font-weight:500}#wpm-prototype .w-btn:hover{background:#f2f6fc;border-color:#8bacdc}#wpm-prototype .w-primary{background:var(--w-blue);color:#fff;border-color:var(--w-blue)}#wpm-prototype .w-primary:hover{color:#fff;background:#10469d}#wpm-prototype .w-quiet{color:var(--w-blue);text-align:left;background:0 0;border:0;padding:8px 0;font-weight:500}#wpm-prototype .w-content{min-width:0;padding:28px}#wpm-prototype .w-heading{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}#wpm-prototype .w-sub{color:var(--w-muted);margin-top:6px}#wpm-prototype .w-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:26px;display:grid}#wpm-prototype .w-stat{border:1px solid var(--w-line);text-align:left;color:var(--w-ink);background:#fff;border-radius:11px;padding:17px}#wpm-prototype .w-stat strong{letter-spacing:-.7px;margin:5px 0;font-size:29px;font-weight:600;display:block}#wpm-prototype .w-stat small{color:var(--w-muted);display:block}#wpm-prototype .w-stat:first-child{background:var(--w-navy);color:#fff;border-color:var(--w-navy)}#wpm-prototype .w-stat:first-child small{color:#c4d7f0}#wpm-prototype .w-section{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:25px 0 14px;display:flex}#wpm-prototype .w-tabs{flex-wrap:wrap;gap:6px;display:flex}#wpm-prototype .w-tab{color:var(--w-muted);background:0 0;border:1px solid #0000;border-radius:7px;min-height:38px;padding:7px 12px}#wpm-prototype .w-tab[aria-pressed=true]{color:var(--w-blue);border-color:var(--w-line);background:#fff;font-weight:600}#wpm-prototype .w-projects{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}#wpm-prototype .w-project{text-align:left;border:1px solid var(--w-line);width:100%;color:var(--w-ink);background:#fff;border-radius:11px;padding:19px;display:block}#wpm-prototype .w-project:hover{border-color:#8bacdc;box-shadow:0 4px 12px #143f7810}#wpm-prototype .w-project-top{align-items:center;gap:12px;margin-bottom:15px;display:flex}#wpm-prototype .w-project-icon{background:var(--w-pale);width:40px;height:40px;color:var(--w-blue);border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;font-size:17px;font-weight:600;display:flex}#wpm-prototype .w-project-top .w-arrow{color:#71829a;margin-left:auto}#wpm-prototype .w-project p{color:var(--w-muted);margin-top:2px;font-size:12px}#wpm-prototype .w-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}#wpm-prototype .w-progress{background:#e9eef6;border-radius:9px;height:6px;margin:8px 0 14px;overflow:hidden}#wpm-prototype .w-progress span{background:var(--w-blue);border-radius:9px;height:100%;display:block}#wpm-prototype .w-meta{color:var(--w-muted);flex-wrap:wrap;gap:12px;margin-top:13px;font-size:12px;display:flex}#wpm-prototype .w-pill{color:#4d617e;background:#edf2f8;border-radius:5px;align-items:center;gap:5px;padding:3px 8px;font-size:11px;font-weight:500;line-height:1.5;display:inline-flex}#wpm-prototype .w-pill.blue{color:#1854a5;background:#edf4ff}#wpm-prototype .w-pill.amber{color:#8d590b;background:#fff3dc}#wpm-prototype .w-pill.red{color:#a3312b;background:#fff0ef}#wpm-prototype .w-pill.green{color:#22674b;background:#eaf5f0}#wpm-prototype .w-team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}#wpm-prototype .w-panel{border:1px solid var(--w-line);background:#fff;border-radius:11px;min-width:0;padding:20px}#wpm-prototype .w-team-number{color:var(--w-blue);margin:6px 0;font-size:24px;font-weight:600}#wpm-prototype .w-people{gap:6px;margin-top:15px;display:flex}#wpm-prototype .w-note{color:var(--w-muted);padding:12px 0;font-size:12px}#wpm-prototype .w-callout{background:#edf4ff;border:1px solid #ccdef6;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:15px 18px;display:flex}#wpm-prototype .w-callout p{color:var(--w-muted);margin-top:3px;font-size:13px}#wpm-prototype .w-work-list{gap:10px;display:grid}#wpm-prototype .w-work{border:1px solid var(--w-line);text-align:left;width:100%;color:var(--w-ink);background:#fff;border-radius:9px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px;display:grid}#wpm-prototype .w-work:hover{border-color:#8bacdc}#wpm-prototype .w-work p{color:var(--w-muted);margin-top:5px;font-size:12px}#wpm-prototype .w-work-side{justify-items:end;gap:6px;display:grid}#wpm-prototype .w-detail-grid{grid-template-columns:minmax(0,1.6fr) minmax(220px,1fr);gap:16px;display:grid}#wpm-prototype .w-stack{align-content:start;gap:15px;display:grid}#wpm-prototype .w-panel h3{margin-bottom:10px}#wpm-prototype .w-panel p{color:var(--w-muted)}#wpm-prototype .w-panel label{color:var(--w-muted);margin-bottom:6px;font-size:12px;display:block}#wpm-prototype .w-field{color:var(--w-ink);background:#fff;border:1px solid #cbd7e8;border-radius:7px;width:100%;padding:10px;font-size:16px}#wpm-prototype textarea.w-field{resize:vertical;min-height:90px}#wpm-prototype .w-route{flex-wrap:wrap;gap:7px;margin:16px 0;display:flex}#wpm-prototype .w-route span{color:#61728a;background:#eef2f8;border-radius:5px;padding:5px 8px;font-size:11px}#wpm-prototype .w-route .current{color:#174e9f;background:#e5efff;font-weight:600}#wpm-prototype .w-lineitem{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;gap:14px;padding:12px 0;display:flex}#wpm-prototype .w-lineitem:last-child{border-bottom:0}#wpm-prototype .w-lineitem small{color:var(--w-muted)}#wpm-prototype details{border-top:1px solid var(--w-line);padding:12px 0}#wpm-prototype summary{cursor:pointer;min-height:30px;font-weight:500}#wpm-prototype details p{padding-top:8px;font-size:13px}#wpm-prototype .w-back{margin-bottom:15px}#wpm-prototype .w-dialog{z-index:5;background:#152b4d55;justify-content:center;align-items:flex-start;padding:80px 20px;display:flex;position:absolute;inset:0}#wpm-prototype .w-dialog-inner{background:#fff;border-radius:15px;width:100%;max-width:480px;padding:25px;box-shadow:0 15px 50px #11294d30}#wpm-prototype .w-dialog-inner h2{margin-bottom:8px}#wpm-prototype .w-dialog-inner form{gap:14px;margin-top:20px;display:grid}#wpm-prototype .w-dialog[hidden]{display:none}#wpm-prototype .w-toast{color:#244d87;background:#eaf3ff;border:1px solid #c7dbf6;border-radius:8px;margin-bottom:16px;padding:12px 18px}#wpm-prototype .w-search{max-width:250px}#wpm-prototype .w-empty{text-align:center;color:var(--w-muted);padding:35px}#wpm-prototype{position:relative}#wpm-prototype .w-mobile{display:none}@media (width<=850px){#wpm-prototype .w-shell{grid-template-columns:145px minmax(0,1fr)}#wpm-prototype .w-content{padding:20px}#wpm-prototype .w-stats{grid-template-columns:repeat(2,minmax(0,1fr))}#wpm-prototype .w-team-grid,#wpm-prototype .w-detail-grid{grid-template-columns:1fr}#wpm-prototype .w-header{padding:15px 20px}#wpm-prototype .w-projects{grid-template-columns:1fr}}@media (width<=560px){#wpm-prototype .w-shell{display:block}#wpm-prototype .w-sidebar{border-right:0;border-bottom:1px solid var(--w-line);gap:12px;padding:14px}#wpm-prototype nav{flex-wrap:wrap;gap:4px;display:flex}#wpm-prototype .w-nav{padding:8px;font-size:12px}#wpm-prototype .w-sidebar-foot{display:none}#wpm-prototype .w-brand{font-size:24px}#wpm-prototype .w-brand small{margin-left:12px;font-size:10px;display:inline}#wpm-prototype .w-content{padding:16px}#wpm-prototype .w-header-left{display:none}#wpm-prototype .w-header{justify-content:space-between;padding:12px 16px}#wpm-prototype h1{font-size:24px}#wpm-prototype .w-stat{padding:13px}#wpm-prototype .w-work{grid-template-columns:1fr}#wpm-prototype .w-work-side{justify-items:start}#wpm-prototype .w-dialog{padding:30px 12px}#wpm-prototype .w-search{max-width:none}#wpm-prototype button{min-height:44px}}#wpm-prototype{--w-blue:#2e70ef;--w-navy:#194797;--w-pale:#edf4ff}#wpm-prototype .w-brand{flex-direction:column;align-items:flex-start;gap:8px;display:flex}#wpm-prototype .orbit-word{letter-spacing:-1.5px;color:#2e70ef;font:800 30px/1.15 Segoe UI,Arial,sans-serif}#wpm-prototype .orbit-word span:nth-child(2){color:#ed2b20}#wpm-prototype .orbit-word span:nth-child(3){color:#ffcb22}#wpm-prototype .orbit-word span:nth-child(4){color:#27a64d}#wpm-prototype .w-brand small{letter-spacing:1.1px;color:#566984;margin:0;font-size:9px}#wpm-prototype .orbit-word{letter-spacing:-1.1px;color:#18375b;white-space:nowrap;align-items:center;gap:8px;font:650 26px/1.15 Segoe UI Variable,Segoe UI,Arial,sans-serif;display:flex}#wpm-prototype .orbit-word span{color:#18375b!important}#wpm-prototype .orbit-word .brand-emblem{flex-shrink:0;justify-content:center;align-items:center;gap:3px;width:29px;height:30px;display:inline-flex;position:relative;transform:skew(-12deg)}#wpm-prototype .brand-emblem i{background:#3075ed;border-radius:3px;width:6px;height:23px;display:block}#wpm-prototype .brand-emblem i:nth-child(2){background:#3075ed;align-self:flex-end;height:16px;margin-bottom:3px}#wpm-prototype .brand-emblem i:nth-child(3){background:#3075ed;height:27px}#wpm-prototype .brand-emblem:after{content:"";background:#efb72c;border-radius:50%;width:5px;height:5px;position:absolute;top:-2px;right:-1px}#wpm-prototype .w-brand small{letter-spacing:1.3px;color:#8290a2;font-size:8px;font-weight:500}#wpm-prototype .orbit-word{letter-spacing:-1.8px;white-space:nowrap;font-family:Arial Black,Segoe UI,Arial,sans-serif;font-size:29px;font-style:italic;font-weight:900;line-height:1.2;display:block}#wpm-prototype .orbit-word .brand-middle{color:#2f70ed!important}#wpm-prototype .orbit-word .brand-w{background:conic-gradient(from 20deg at 48% 52%,#2f70ed 0deg 100deg,#ffca20 100deg 175deg,#29a74f 175deg 250deg,#ed2d24 250deg 302deg,#2f70ed 302deg 360deg);-webkit-background-clip:text;background-clip:text;color:#0000!important}#wpm-prototype .orbit-word .brand-x{background:conic-gradient(#ed2d24 0deg 90deg,#ffca20 90deg 180deg,#2f70ed 180deg 360deg);-webkit-background-clip:text;background-clip:text;color:#0000!important}#wpm-prototype .orbit-word{letter-spacing:-1px;padding:3px 6px 3px 3px;overflow:visible}#wpm-prototype .orbit-word .brand-w{background:linear-gradient(145deg,#2f70ed 0% 42%,#ed2d24 42% 57%,#29a74f 57% 78%,#e3a800 78% 100%);-webkit-background-clip:text;background-clip:text;margin-left:-3px;padding-left:4px;padding-right:3px;display:inline-block}#wpm-prototype .w-brand{gap:0;padding:0}#wpm-prototype .w-brand small{display:none}#wpm-prototype .w-demo{display:none!important}#wpm-prototype .w-brand{min-height:76px}#wpm-prototype .w-brand .provided-logo{object-fit:contain;width:180px;max-width:100%;height:110px;display:block}#wpm-prototype .w-sidebar .w-n[hidden],#wpm-prototype .w-side-stats[hidden]{display:none!important}@media (height<=760px){#wpm-prototype .w-sidebar .w-brand .provided-logo{height:75px}#wpm-prototype .w-sidebar .w-nav{min-height:40px;padding:9px 12px}#wpm-prototype .nx-nav-group.management{margin-top:8px;padding-top:12px}}#wpm-prototype .w-signals{border-top:1px solid var(--w-line);border-bottom:1px solid var(--w-line);grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:15px;padding:12px 0;display:grid}#wpm-prototype .w-signals>div{min-width:0;color:var(--w-blue);align-items:flex-start;gap:6px;display:flex}#wpm-prototype .w-signals strong{font-size:12px;display:block}#wpm-prototype .w-signals small{color:var(--w-muted);font-size:11px;display:block}#wpm-prototype .w-signals svg{flex-shrink:0;margin-top:3px}#wpm-prototype [data-lucide=loader-circle],#wpm-prototype .lucide-loader-circle{animation:2s linear infinite wpmspin}@keyframes wpmspin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){#wpm-prototype .lucide-loader-circle{animation:none}}#wpm-prototype .w-updated{color:var(--w-muted);align-items:flex-start;gap:8px;margin-top:14px;font-size:11px;display:flex}#wpm-prototype .w-updated svg{flex-shrink:0;margin-top:3px}#wpm-prototype .w-side-stats{border-top:1px solid var(--w-line);gap:6px;padding:16px 8px;display:grid}#wpm-prototype .w-side-stats>small{color:var(--w-muted);font-size:10px}#wpm-prototype .w-side-stats button{color:var(--w-ink);text-align:left;background:0 0;border:0;justify-content:space-between;gap:8px;padding:7px 0;font-size:12px;display:flex}#wpm-prototype .w-side-stats strong{color:var(--w-blue)}#wpm-prototype .w-real-logo{flex-shrink:0;align-items:center;width:85px;height:45px;display:flex}#wpm-prototype .w-real-logo img{object-fit:contain;width:100%;max-height:45px}#wpm-prototype .w-content{padding-top:20px}@media (width<=560px){#wpm-prototype .w-side-stats{grid-template-columns:1fr 1fr;gap:4px 15px;padding:8px;display:grid}#wpm-prototype .w-side-stats>small{grid-column:1/-1}#wpm-prototype .w-signals{grid-template-columns:1fr;gap:12px}}#wpm-prototype .w-count{color:#144eaa;white-space:nowrap;background:#e7efff;border-radius:5px;padding:2px 6px;font-size:11px;font-weight:600;display:inline-block}#wpm-prototype .w-role-row{align-items:flex-start;gap:10px;display:flex}#wpm-prototype .w-role-row svg{color:var(--w-blue);flex-shrink:0;margin-top:4px}#wpm-prototype .w-role-row h3{margin:1px 0 5px}#wpm-prototype .w-numbered{gap:10px;margin:14px 0;padding:0;list-style:none;display:grid}#wpm-prototype .w-project-summary{border:1px solid var(--w-line);background:#fff;border-radius:8px;flex-wrap:wrap;gap:10px 24px;padding:14px;font-size:13px;display:flex}#wpm-prototype .w-identity-row{border-bottom:1px solid var(--w-line);grid-template-columns:34px minmax(0,1fr);align-items:center;gap:12px;padding:18px 0;display:grid}#wpm-prototype .w-identity-row>div:nth-child(3),#wpm-prototype .w-identity-row>div:nth-child(4){grid-column:2}#wpm-prototype .w-identity-row small{color:var(--w-muted);display:block}#wpm-prototype .w-account{position:relative}#wpm-prototype .w-profile-button{color:var(--w-ink);text-align:left;background:#fff;border:0;border-radius:8px;padding:5px}#wpm-prototype .w-profile-button small{color:var(--w-muted);font-size:11px;display:block}#wpm-prototype .w-profile-menu{z-index:6;border:1px solid var(--w-line);background:#fff;border-radius:10px;width:205px;max-width:85vw;padding:7px;position:absolute;top:100%;right:0;box-shadow:0 12px 35px #12336526}#wpm-prototype .w-profile-menu[hidden]{display:none}#wpm-prototype .w-profile-menu button{width:100%;color:var(--w-ink);text-align:left;background:#fff;border:0;border-radius:6px;padding:11px 12px;display:block}#wpm-prototype .w-profile-menu button:hover{background:var(--w-pale)}#wpm-prototype .w-dialog-inner{max-width:580px}#wpm-prototype .w-identity-row .w-tabs{gap:7px}#wpm-prototype .w-nav[data-view=projects]{flex-wrap:wrap}#wpm-prototype .w-project-top h3{overflow-wrap:anywhere}@media (width>=1050px){#wpm-prototype .w-identity-row{grid-template-columns:34px minmax(0,1fr) auto}#wpm-prototype .w-identity-row>div:nth-child(3){grid-area:1/3}#wpm-prototype .w-identity-row>div:nth-child(4){grid-column:2/4}}Son güncellenen üstte · Aktiflik ve saatler örnek #wpm-prototype .w-compact-card{align-self:start;padding:14px 16px}#wpm-prototype .w-card-head{align-items:flex-start;gap:8px;margin-bottom:12px;display:flex}#wpm-prototype .w-card-title{min-width:0;color:var(--w-ink);text-align:left;background:0 0;border:0;flex:1;align-items:center;gap:9px;padding:0;display:flex}#wpm-prototype .w-card-title>span:last-child{min-width:0}#wpm-prototype .w-card-title h3{overflow-wrap:anywhere;font-size:14px}#wpm-prototype .w-card-title small{color:var(--w-muted);margin-top:2px;font-size:11px;display:block}#wpm-prototype .w-card-head>.w-pill{flex-shrink:0;max-width:110px;font-size:11px}#wpm-prototype .w-compact-card .w-real-logo{width:57px;height:30px}#wpm-prototype .w-compact-card .w-real-logo img{max-height:30px}#wpm-prototype .w-compact-card .w-project-icon{border-radius:6px;width:30px;height:30px;font-size:13px}#wpm-prototype .w-card-counts{width:100%;color:var(--w-muted);text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:10px;padding:0;font-size:12px;display:flex}#wpm-prototype .w-card-counts>strong{color:var(--w-blue);font-size:14px}#wpm-prototype .w-compact-card .w-progress{height:5px;margin:6px 0 10px}#wpm-prototype .w-card-signals{border-top:1px solid var(--w-line);border-bottom:1px solid var(--w-line);grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:9px 0;display:grid}#wpm-prototype .w-card-signals>button{text-align:left;border:0;border-right:1px solid var(--w-line);min-width:0;color:var(--w-ink);background:0 0;padding:0 7px}#wpm-prototype .w-card-signals>button:first-child{padding-left:0}#wpm-prototype .w-card-signals>button:last-child{border-right:0;padding-right:0}#wpm-prototype .w-signal-name{color:var(--w-blue);align-items:center;gap:4px;font-size:12px;font-weight:500;display:flex}#wpm-prototype .w-signal-name svg{flex-shrink:0;width:13px;height:13px}#wpm-prototype .w-signal-state{color:var(--w-muted);min-height:17px;margin-top:3px;font-size:11px;display:block}#wpm-prototype .w-card-clock{color:var(--w-muted);align-items:center;gap:4px;margin-top:3px;font-size:11px;display:flex}#wpm-prototype .w-card-clock svg{width:11px;height:11px}#wpm-prototype .w-card-people{flex-wrap:wrap;gap:4px 9px;padding:9px 0;display:flex}#wpm-prototype .w-card-people>button{color:var(--w-ink);background:0 0;border:0;align-items:center;gap:4px;padding:0;font-size:11px;display:flex}#wpm-prototype .w-card-people small{color:var(--w-muted);font-size:11px}#wpm-prototype .w-online-dot{background:#28845e;border-radius:50%;width:5px;height:5px}#wpm-prototype .w-card-actions{border-top:1px solid var(--w-line);align-items:center;gap:6px;padding-top:8px;display:flex}#wpm-prototype .w-card-actions>button{background:var(--w-pale);color:var(--w-blue);border:0;border-radius:5px;align-items:center;gap:5px;min-height:30px;padding:5px 8px;font-size:12px;display:flex}#wpm-prototype .w-card-actions>button:last-child{background:0 0;margin-left:auto}#wpm-prototype .w-card-actions svg{width:13px;height:13px}#wpm-prototype .w-card-actions .w-count{padding:1px 4px}#wpm-prototype .w-card-title:hover,#wpm-prototype .w-card-counts:hover{color:var(--w-blue)}#wpm-prototype .w-card-signals>button:hover,#wpm-prototype .w-card-actions>button:hover{background:#e7effc}@media (width<=420px){#wpm-prototype .w-compact-card{padding:12px}#wpm-prototype .w-card-head{flex-wrap:wrap}#wpm-prototype .w-card-head>.w-pill{max-width:100%}#wpm-prototype .w-signal-name{gap:3px;font-size:11px}#wpm-prototype .w-card-actions>button{padding:5px}#wpm-prototype .w-card-signals>button{padding:0 4px}}@media (pointer:coarse){#wpm-prototype .w-card-actions>button,#wpm-prototype .w-card-people>button,#wpm-prototype .w-card-counts{min-height:44px}}#wpm-prototype .w-card-signals .w-signal-cell{border-right:1px solid var(--w-line);min-width:0;padding:0 6px}#wpm-prototype .w-card-signals .w-signal-cell:first-child{padding-left:0}#wpm-prototype .w-card-signals .w-signal-cell:last-child{border-right:0;padding-right:0}#wpm-prototype .w-signal-top{align-items:center;gap:3px;min-width:0;display:flex}#wpm-prototype button.w-signal-name{text-align:left;background:0 0;border:0;gap:3px;min-width:0;padding:0;font-size:11px}#wpm-prototype .w-signal-body{text-align:left;width:100%;color:var(--w-muted);background:0 0;border:0;padding:0;display:block}#wpm-prototype .w-agent-note{color:var(--w-muted);background:0 0;border:0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;padding:2px;display:inline-flex;position:relative}#wpm-prototype .w-note-dot{background:#d84448;border:1px solid #fff;border-radius:50%;width:5px;height:5px;position:absolute;top:0;right:0}#wpm-prototype .w-profile-menu button{align-items:center;gap:10px;display:flex}#wpm-prototype .w-profile-menu svg{width:16px;height:16px;color:var(--w-blue);flex-shrink:0}#wpm-prototype .w-inbox-launch{color:var(--w-blue);background:0 0;border:0;align-items:center;gap:9px;padding:7px;display:inline-flex}#wpm-prototype .w-inbox-icon{display:flex;position:relative}#wpm-prototype .w-inbox-count{color:#fff;background:#d84448;border:2px solid #fff;border-radius:9px;min-width:16px;padding:1px 4px;font-size:10px;line-height:14px;position:absolute;top:-8px;left:13px}#wpm-prototype .w-session-overview{gap:8px;margin:10px 0;display:grid}#wpm-prototype .w-lineitem strong>svg{vertical-align:middle;margin-right:4px}#wpm-prototype .w-inbox-project{border-top:1px solid var(--w-line);flex-wrap:wrap;gap:7px;padding:12px 0;display:flex}#wpm-prototype .w-inbox-project h3{width:100%;margin-bottom:2px}#wpm-prototype .w-project-unread{vertical-align:middle;background:var(--w-pale);color:var(--w-blue);border-radius:4px;margin-left:6px;padding:1px 5px;font-size:11px;display:inline-block}@media (pointer:coarse){#wpm-prototype .w-agent-note{min-width:30px;min-height:44px}#wpm-prototype .w-signal-top{flex-wrap:wrap}#wpm-prototype .w-signal-name{min-height:44px}}#wpm-prototype .w-inbox-launch{background:0 0;border:0;border-radius:0;gap:10px;padding:0 7px}#wpm-prototype .w-inbox-icon{background:var(--w-pale);width:37px;height:37px;color:var(--w-blue);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center}#wpm-prototype .w-inbox-icon>svg{width:23px;height:23px}#wpm-prototype .w-inbox-count{border:2px solid #fff;border-radius:10px;min-width:20px;font-size:10px;line-height:16px;top:-4px;left:auto;right:-4px}#wpm-prototype .w-inbox-label{text-align:left;gap:2px;display:grid}#wpm-prototype .w-inbox-label strong{color:var(--w-ink);font-size:12px;font-weight:500}#wpm-prototype .w-inbox-label small{color:var(--w-muted);font-size:11px}#wpm-prototype .w-agent-note{width:22px;height:24px;padding:3px}#wpm-prototype .w-agent-note svg{width:16px;height:16px}#wpm-prototype .w-agent-note.has-new{color:var(--w-blue);background:#dceaff}#wpm-prototype .w-note-new{background:var(--w-blue);color:#fff;border:1px solid #fff;border-radius:4px;padding:0 3px;font-size:10px;line-height:13px;position:absolute;top:-6px;right:-5px}#wpm-prototype .w-header [data-extra=quick]{align-items:center;gap:6px;display:flex}#wpm-prototype .w-quick-options{gap:10px;margin-top:12px;display:grid}#wpm-prototype .w-quick-options>button{text-align:left;background:var(--w-pale);color:var(--w-blue);border:1px solid var(--w-line);border-radius:8px;align-items:center;gap:12px;padding:15px;display:flex}#wpm-prototype .w-quick-options>button>svg:first-child{flex-shrink:0;width:24px;height:24px}#wpm-prototype .w-quick-options>button>svg:last-child{flex-shrink:0;margin-left:auto}#wpm-prototype .w-quick-options strong{font-size:14px;font-weight:500;display:block}#wpm-prototype .w-quick-options small{color:var(--w-muted);margin-top:3px;font-size:12px;display:block}#wpm-prototype .w-greeting{color:var(--w-ink);align-items:center;gap:9px;display:flex}#wpm-prototype .w-greeting-smile{font-size:24px}#wpm-prototype .w-greeting strong{font-size:14px;font-weight:500;display:block}#wpm-prototype .w-greeting small{color:var(--w-muted);margin-top:3px;font-size:11px;display:block}@media (width<=1000px){#wpm-prototype .f-project-head{flex-direction:column;align-items:flex-start}#wpm-prototype .f-project-actions{justify-content:flex-start}}@media (width<=760px){#wpm-prototype .f-current-grid{grid-template-columns:1fr}#wpm-prototype .f-current+.f-current{border-left:0;border-top:1px solid var(--w-line);padding-left:0}#wpm-prototype .f-phase-title small{display:none}#wpm-prototype .f-project-title h1{font-size:21px}}@media (width<=560px){#wpm-prototype .f-list-button{grid-template-columns:20px minmax(0,1fr)}#wpm-prototype .f-list-button .f-row-end{grid-column:2}#wpm-prototype .f-footnote{flex-direction:column;align-items:flex-start}#wpm-prototype .f-project-title .w-real-logo{width:52px}#wpm-prototype .f-project-title img{max-width:52px}#wpm-prototype .f-project-tabs .w-tab{padding:8px;font-size:11px}#wpm-prototype .f-context{gap:8px 12px}#wpm-prototype .f-task-head{flex-direction:column}}@media (width<=1050px){#wpm-prototype .f-task-tile.wide{display:block}#wpm-prototype .f-task-tile.wide .f-checks{max-width:430px}}@media (width<=820px){#wpm-prototype .f-current-evidence{grid-template-columns:1fr}#wpm-prototype .f-current-evidence>.f-task-tile:first-child{padding-right:0}#wpm-prototype .f-current-evidence>.f-task-tile+.f-task-tile{border-left:0;border-top:1px solid var(--w-line);padding-left:0}}@media (width<=420px){#wpm-prototype .f-check{gap:3px;padding:6px 4px}#wpm-prototype .f-check svg{width:12px;height:12px}#wpm-prototype .f-check small{font-size:11px}#wpm-prototype .f-tile-title{align-items:flex-start}#wpm-prototype .f-tile-title .f-open{white-space:normal;padding:6px}}#wpm-prototype .f-brief-strip{margin:3px 0 7px}#wpm-prototype .f-brief-link{color:var(--w-blue);text-align:left;background:0 0;border:0;flex-wrap:wrap;align-items:center;gap:4px;padding:2px 0;font-size:11px;display:inline-flex}#wpm-prototype .f-brief-link svg{width:12px;height:12px}#wpm-prototype .f-task-tile.wide .f-brief-strip{grid-column:1}#wpm-prototype .f-task-tile.wide .f-test-row{grid-row:1/3}#wpm-prototype .f-task-tile.wide .f-checks{grid-row:3/5}#wpm-prototype .f-brief-panel h4{margin:20px 0 7px;font-size:13px;font-weight:600}#wpm-prototype .f-brief-panel p,#wpm-prototype .f-brief-panel li{font-size:13px;line-height:1.65}#wpm-prototype .f-brief-panel ol{margin:0;padding-left:20px}#wpm-prototype .f-brief-panel li+li{margin-top:7px}#wpm-prototype .f-brief-meta{color:var(--w-muted);flex-wrap:wrap;gap:8px 20px;padding:9px 0;font-size:12px;display:flex}#wpm-prototype .f-brief-meta strong{color:var(--w-ink);font-weight:500}#wpm-prototype .f-original{background:#f2f6fd;border-left:3px solid #95b9ed;border-radius:0 7px 7px 0;margin-top:12px;padding:12px 14px}#wpm-prototype .f-original h4{margin-top:0}#wpm-prototype .f-definition-rule{color:var(--w-muted);background:#f4f7fc;border-radius:7px;align-items:flex-start;gap:8px;margin-top:20px;padding:12px;font-size:12px;display:flex}#wpm-prototype .f-definition-rule svg{flex-shrink:0;margin-top:2px}#wpm-prototype .f-project-title{gap:17px}#wpm-prototype .f-project-title .w-real-logo{width:108px;height:46px}#wpm-prototype .f-project-title img{max-width:108px;max-height:46px}#wpm-prototype .f-project-title h1{letter-spacing:0;font-size:16px;font-weight:500}#wpm-prototype .f-project-title p{margin-top:4px;font-size:11px}@media (width<=560px){#wpm-prototype .f-project-title{gap:12px}#wpm-prototype .f-project-title .w-real-logo{width:86px}#wpm-prototype .f-project-title img{max-width:86px}#wpm-prototype .f-project-title h1{font-size:15px}}@keyframes wb-working-turn{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){#wpm-prototype .wb-spinning{animation:none}}@media (width<=520px){#wpm-prototype .wb-source-fields{grid-template-columns:1fr}#wpm-prototype .wb-source{padding:12px}}@media (width<=1050px){#wpm-prototype .wb-project-head{flex-direction:row;align-items:center}}@media (width<=900px){#wpm-prototype .wb-current-grid{grid-template-columns:1fr}#wpm-prototype .wb-current-grid .wb-task+.wb-task{border-top:1px solid #dbe5f5;border-left:0}#wpm-prototype .wb-project-head{flex-wrap:wrap}#wpm-prototype .wb-project-status{display:none}}@media (width<=520px){#wpm-prototype .wb-project-head .f-project-title{gap:12px}#wpm-prototype .wb-project-progress{width:175px;padding-left:12px}#wpm-prototype .wb-project-progress strong{font-size:22px}#wpm-prototype .wb-compact-row{grid-template-columns:22px minmax(0,1fr) auto;gap:6px}#wpm-prototype .wb-compact-row small{display:none}#wpm-prototype .wb-task .f-tile-title{flex-wrap:wrap;align-items:flex-start}#wpm-prototype .wb-section-head{gap:6px}#wpm-prototype .wb-test-row>div{min-width:160px}#wpm-prototype .wb-links{padding:12px}#wpm-prototype .wb-view-switch{gap:5px}#wpm-prototype .wb-view-switch .w-btn{padding:7px}#wpm-prototype .wb-project-head .w-real-logo{width:85px}#wpm-prototype .wb-project-head .w-real-logo img{width:85px;max-width:85px}#wpm-prototype .wb-row-actions{gap:5px}}@media (pointer:coarse){#wpm-prototype .wb-desk button,#wpm-prototype .wb-viewbar button,#wpm-prototype .wb-table button{min-height:44px}#wpm-prototype .wb-edit-form .w-field{font-size:16px}}#wpm-prototype .w-sidebar .w-n[hidden],#wpm-prototype .w-side-stats[hidden]{display:none!important}#wpm-prototype .w-sidebar{background:#fff;flex-direction:column;height:100vh;padding:20px 16px;display:flex;position:sticky;top:0;overflow:auto}#wpm-prototype .w-sidebar .w-brand{margin-bottom:14px}#wpm-prototype .w-sidebar nav{gap:5px;display:grid}#wpm-prototype .nx-nav-group{letter-spacing:1.5px;color:#8995aa;padding:10px 13px 7px;font-size:10px;font-weight:700}#wpm-prototype .nx-nav-group.management{border-top:1px solid #edf0f6;margin-top:15px;padding-top:20px}#wpm-prototype .w-sidebar .w-nav{text-align:left;color:#52617a;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;width:100%;min-height:45px;margin:0;padding:12px 13px;font-size:13px;display:flex}#wpm-prototype .w-sidebar .w-nav:hover{color:#2563eb;background:#f3f7fd}#wpm-prototype .w-sidebar .w-nav[aria-current=page]{color:#2464da;background:#eaf2ff;border-color:#dce9ff;font-weight:700}#wpm-prototype .w-sidebar .w-nav svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:19px;height:19px}#wpm-prototype .nx-nav-label{line-height:1.4}#wpm-prototype .w-sidebar-foot{border:0;margin-top:auto;padding:24px 0 0}#wpm-prototype .nx-nav-account{border-top:1px solid #edf0f6;align-items:center;gap:10px;margin-top:13px;padding:17px 8px 0;font-size:12px;display:flex}#wpm-prototype .nx-nav-account small{color:#8a96aa;margin-top:4px;font-size:10px;display:block}.nx-section-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px;margin-top:24px;display:grid}.nx-section-grid article{background:#fff;border:1px solid #e1e8f2;border-radius:16px;padding:24px}.nx-section-grid h3{margin:0 0 10px}.nx-section-grid p{color:#728097;line-height:1.65}.nx-section-grid small{color:#2464da}@media (height<=760px){#wpm-prototype .w-sidebar .w-brand .provided-logo{height:75px}#wpm-prototype .w-sidebar .w-nav{min-height:40px;padding:9px 12px}#wpm-prototype .nx-nav-group.management{margin-top:8px;padding-top:12px}}body{margin:0}#wpm-prototype{border-radius:0;min-height:100vh}#wpm-prototype .login-wrap{place-items:center;min-height:100vh;padding:20px;display:grid}#wpm-prototype .login-panel{width:min(100%,440px)}#wpm-prototype .login-panel form{margin-top:24px}#wpm-prototype .login-panel .provided-logo{object-fit:contain;width:180px;height:110px}#wpm-prototype .contract{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;max-height:65vh;overflow:auto}#wpm-prototype .hash{overflow-wrap:anywhere}#wpm-prototype .w-stack form{margin-top:16px}#wpm-prototype .w-work-list{margin-top:12px}#wpm-prototype .quick{border:0;padding:0;position:relative}#wpm-prototype .quick>.w-panel{z-index:5;width:260px;position:absolute;top:45px;right:0}#wpm-prototype button:disabled{cursor:not-allowed;opacity:.6}#wpm-prototype .message-list{gap:12px;max-height:50vh;padding:20px 0;display:grid;overflow:auto}#wpm-prototype .message{border:1px solid var(--w-line);overflow-wrap:anywhere;background:#fff;border-radius:9px;max-width:95%;padding:12px}#wpm-prototype .message p{white-space:pre-wrap}#wpm-prototype .message.own{background:#eaf5f0;justify-self:end}#wpm-prototype .w-sidebar{height:auto;min-height:100vh}#wpm-prototype .w-shell{min-height:100vh}@media (width<=560px){#wpm-prototype .w-sidebar{height:auto;min-height:0;position:static}#wpm-prototype .w-sidebar nav{display:flex}#wpm-prototype .w-sidebar .w-nav{width:auto}#wpm-prototype .nx-nav-group{width:100%}#wpm-prototype .w-sidebar .w-brand{margin:0}#wpm-prototype .w-sidebar .provided-logo{height:75px}}#wpm-prototype .w-back{align-items:center;gap:5px;margin:0 0 10px;padding:0;font-size:12px;display:inline-flex}#wpm-prototype .f-project-head{justify-content:space-between;align-items:center;gap:12px;margin:4px 0 14px;display:flex}#wpm-prototype .f-project-title{align-items:center;gap:12px;min-width:0;display:flex}#wpm-prototype .f-project-title h1{letter-spacing:-.5px;overflow-wrap:anywhere;font-size:24px}#wpm-prototype .f-project-title .w-real-logo{flex-shrink:0;width:74px;height:38px}#wpm-prototype .f-project-title img{object-fit:contain;max-width:74px;max-height:38px}#wpm-prototype .f-project-title p{color:var(--w-muted);margin-top:3px;font-size:12px}#wpm-prototype .f-project-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}#wpm-prototype .f-project-actions button{align-items:center;gap:5px;padding:8px 10px;font-size:12px;display:flex}#wpm-prototype .f-project-tabs{border-bottom:1px solid var(--w-line);flex-wrap:wrap;gap:4px;margin-bottom:18px;padding-bottom:8px;display:flex}#wpm-prototype .f-project-tabs .w-tab{background:0 0;border:0;border-radius:7px;align-items:center;gap:5px;padding:8px 11px;font-size:12px;display:flex}#wpm-prototype .f-project-tabs .w-tab[aria-pressed=true]{color:var(--w-blue);background:#e7efff}#wpm-prototype .f-mini-count{color:#124ba4;background:#d8e7ff;border-radius:4px;padding:0 5px}#wpm-prototype .f-context{color:var(--w-muted);flex-wrap:wrap;align-items:center;gap:8px 16px;padding:0 0 17px;font-size:12px;display:flex}#wpm-prototype .f-context>span{align-items:center;gap:5px;display:flex}#wpm-prototype .f-context strong{color:var(--w-ink);font-weight:500}#wpm-prototype .f-context button{color:var(--w-blue);background:0 0;border:0;align-items:center;gap:5px;padding:0;font-size:12px;display:flex}#wpm-prototype .f-flow{gap:12px;display:grid}#wpm-prototype .f-phase{border:1px solid var(--w-line);background:#fff;border-radius:10px;margin:0;padding:0;overflow:hidden}#wpm-prototype .f-phase.now{border-color:#b9d0f3}#wpm-prototype .f-phase-title{background:#f8fafd;align-items:center;gap:9px;padding:12px 15px;list-style:none;display:flex}#wpm-prototype summary.f-phase-title{cursor:pointer}#wpm-prototype summary.f-phase-title::-webkit-details-marker{display:none}#wpm-prototype .f-phase-title h2{font-size:15px;font-weight:600}#wpm-prototype .f-phase-title>.f-mini-count{font-size:12px}#wpm-prototype .f-phase-title small{color:var(--w-muted);margin-left:auto;font-size:11px}#wpm-prototype .f-phase-title>svg{width:17px;height:17px;color:var(--w-blue)}#wpm-prototype .f-phase.now .f-phase-title{background:#edf4ff}#wpm-prototype .f-chevron{transition:transform .15s}#wpm-prototype details[open]>.f-phase-title .f-chevron{transform:rotate(180deg)}#wpm-prototype .f-current-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:0 15px;display:grid}#wpm-prototype .f-current{min-width:0;padding:15px 13px 15px 0}#wpm-prototype .f-current+.f-current{border-left:1px solid var(--w-line);padding-left:16px;padding-right:0}#wpm-prototype .f-item-kicker{color:var(--w-muted);gap:6px;margin-bottom:5px;font-size:11px;display:flex}#wpm-prototype .f-current h3{margin-bottom:7px;font-size:15px;font-weight:600}#wpm-prototype .f-current p{color:var(--w-muted);font-size:12px}#wpm-prototype .f-work-footer{justify-content:space-between;align-items:center;gap:6px;margin-top:12px;display:flex}#wpm-prototype .f-worker{color:var(--w-muted);font-size:11px}#wpm-prototype .f-worker strong{color:var(--w-ink);font-weight:500;display:block}#wpm-prototype .f-worker time{align-items:center;gap:4px;margin-top:3px;display:flex}#wpm-prototype .f-worker svg{width:12px;height:12px}#wpm-prototype .f-open{color:var(--w-blue);white-space:nowrap;background:#fff;border:1px solid #d5e2f6;border-radius:6px;align-items:center;gap:5px;padding:7px 9px;font-size:12px;display:flex}#wpm-prototype .f-rows{margin:0;padding:0 15px;list-style:none}#wpm-prototype .f-list-button{text-align:left;width:100%;color:var(--w-ink);background:0 0;border:0;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;padding:11px 0;display:grid}#wpm-prototype .f-rows li+li{border-top:1px solid #edf0f5}#wpm-prototype .f-list-button strong{font-size:13px;font-weight:500;display:block}#wpm-prototype .f-list-button small{color:var(--w-muted);margin-top:2px;font-size:11px;display:block}#wpm-prototype .f-list-button .f-number{color:#687d99;font-size:12px}#wpm-prototype .f-list-button .f-row-end{color:var(--w-muted);align-items:center;gap:7px;font-size:11px;display:flex}#wpm-prototype .f-footnote{color:var(--w-muted);justify-content:space-between;align-items:center;gap:10px;margin-top:14px;font-size:11px;display:flex}#wpm-prototype .f-footnote button{align-items:center;gap:5px;font-size:12px;display:flex}#wpm-prototype .f-task-head{justify-content:space-between;align-items:flex-start;gap:15px;margin:7px 0 20px;display:flex}#wpm-prototype .f-task-head h1{font-size:23px}#wpm-prototype .f-task-panel{gap:12px;display:grid}#wpm-prototype .f-task-meta{color:var(--w-muted);flex-wrap:wrap;gap:10px 22px;font-size:12px;display:flex}#wpm-prototype .f-task-panel .w-panel h3{margin-bottom:6px;font-size:14px}#wpm-prototype .f-task-panel .w-panel p{font-size:13px}#wpm-prototype .f-audit-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}#wpm-prototype .f-audit-list{gap:0;margin-top:12px;display:grid}#wpm-prototype .f-audit-list .w-lineitem{font-size:12px}#wpm-prototype .f-audit-list .w-lineitem p{margin-top:4px;font-size:11px}#wpm-prototype[data-flow-density=comfortable] .f-list-button{padding-top:17px;padding-bottom:17px}#wpm-prototype[data-flow-density=comfortable] .f-current{padding-top:22px;padding-bottom:22px}@media (width<=1000px){#wpm-prototype .f-project-head{flex-direction:column;align-items:flex-start}#wpm-prototype .f-project-actions{justify-content:flex-start}}@media (width<=760px){#wpm-prototype .f-current-grid{grid-template-columns:1fr}#wpm-prototype .f-current+.f-current{border-left:0;border-top:1px solid var(--w-line);padding-left:0}#wpm-prototype .f-phase-title small{display:none}#wpm-prototype .f-project-title h1{font-size:21px}}@media (width<=560px){#wpm-prototype .f-list-button{grid-template-columns:20px minmax(0,1fr)}#wpm-prototype .f-list-button .f-row-end{grid-column:2}#wpm-prototype .f-footnote{flex-direction:column;align-items:flex-start}#wpm-prototype .f-project-title .w-real-logo{width:52px}#wpm-prototype .f-project-title img{max-width:52px}#wpm-prototype .f-project-tabs .w-tab{padding:8px;font-size:11px}#wpm-prototype .f-context{gap:8px 12px}#wpm-prototype .f-task-head{flex-direction:column}}#wpm-prototype .f-evidence-list{margin:0;padding:0 15px;list-style:none}#wpm-prototype .f-evidence-list>li+li{border-top:1px solid var(--w-line)}#wpm-prototype .f-current-evidence{grid-template-columns:repeat(2,minmax(0,1fr));padding:0 15px;display:grid}#wpm-prototype .f-task-tile{min-width:0;padding:14px 0}#wpm-prototype .f-current-evidence>.f-task-tile:first-child{padding-right:15px}#wpm-prototype .f-current-evidence>.f-task-tile+.f-task-tile{border-left:1px solid var(--w-line);padding-left:15px}#wpm-prototype .f-tile-title{justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;display:flex}#wpm-prototype .f-tile-title h3{font-size:14px;font-weight:600}#wpm-prototype .f-task-description{color:var(--w-ink);margin:0 0 9px;font-size:12px;line-height:1.6}#wpm-prototype .f-task-facts{color:var(--w-muted);flex-wrap:wrap;gap:6px 13px;margin:10px 0 8px;font-size:11px;display:flex}#wpm-prototype .f-task-facts>span{align-items:center;gap:4px;display:flex}#wpm-prototype .f-task-facts svg{flex-shrink:0;width:12px;height:12px}#wpm-prototype .f-test-row{color:var(--w-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin:8px 0 12px;font-size:11px;display:flex}#wpm-prototype .f-no-test{color:var(--w-muted);align-items:center;gap:4px;font-size:11px;display:inline-flex}#wpm-prototype .f-no-test svg{width:12px;height:12px}#wpm-prototype .f-checks{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:9px;display:grid}#wpm-prototype .f-check{color:#60718a;background:#f3f6fa;border-radius:5px;align-items:flex-start;gap:5px;min-width:0;padding:7px 5px;display:flex}#wpm-prototype .f-check strong{color:var(--w-ink);font-size:11px;font-weight:500;display:block}#wpm-prototype .f-check small{margin-top:1px;font-size:11px;display:block}#wpm-prototype .f-check svg{flex-shrink:0;width:15px;height:15px;margin-top:1px}#wpm-prototype .f-check.delivered{color:#25724f;background:#edf7f2}#wpm-prototype .f-check.reviewed,#wpm-prototype .f-check.working{color:#245cad;background:#edf4ff}#wpm-prototype .f-task-tile.wide{grid-template-columns:minmax(0,1fr) 320px;gap:0 20px;display:grid}#wpm-prototype .f-task-tile.wide .f-tile-title,#wpm-prototype .f-task-tile.wide .f-task-description,#wpm-prototype .f-task-tile.wide .f-task-facts{grid-column:1}#wpm-prototype .f-task-tile.wide .f-test-row{grid-area:1/2/3;align-content:start;margin-top:0}#wpm-prototype .f-task-tile.wide .f-checks{grid-area:3/2;align-self:center;margin-top:0}#wpm-prototype[data-flow-density=comfortable] .f-task-tile{padding-top:22px;padding-bottom:22px}@media (width<=1050px){#wpm-prototype .f-task-tile.wide{display:block}#wpm-prototype .f-task-tile.wide .f-checks{max-width:430px}}@media (width<=820px){#wpm-prototype .f-current-evidence{grid-template-columns:1fr}#wpm-prototype .f-current-evidence>.f-task-tile:first-child{padding-right:0}#wpm-prototype .f-current-evidence>.f-task-tile+.f-task-tile{border-left:0;border-top:1px solid var(--w-line);padding-left:0}}@media (width<=420px){#wpm-prototype .f-check{gap:3px;padding:6px 4px}#wpm-prototype .f-check svg{width:12px;height:12px}#wpm-prototype .f-check small{font-size:11px}#wpm-prototype .f-tile-title{align-items:flex-start}#wpm-prototype .f-tile-title .f-open{white-space:normal;padding:6px}}#wpm-prototype .wb-project-head{margin-bottom:12px;padding-bottom:4px}#wpm-prototype .wb-project-head .f-project-title{gap:24px}#wpm-prototype .wb-project-progress{border-left:1px solid var(--w-line);width:195px;padding-left:20px}#wpm-prototype .wb-project-progress>div:first-child{align-items:baseline;gap:8px;display:flex}#wpm-prototype .wb-project-progress strong{color:var(--w-blue);font-size:24px;font-weight:500}#wpm-prototype .wb-project-progress span,#wpm-prototype .wb-project-progress small{color:var(--w-muted);font-size:11px}#wpm-prototype .wb-project-progress small{margin-top:4px;display:block}#wpm-prototype .wb-progress-track{background:#e6edf7;border-radius:4px;height:4px;margin-top:5px;overflow:hidden}#wpm-prototype .wb-progress-track>span{background:var(--w-blue);height:100%;display:block}#wpm-prototype .wb-project-status{color:var(--w-muted);align-items:center;gap:5px;font-size:11px;display:flex}#wpm-prototype .f-project-tabs{flex-wrap:wrap;display:flex}#wpm-prototype .wb-viewbar,#wpm-prototype .wb-section-head,#wpm-prototype .wb-view-switch,#wpm-prototype .wb-row-actions,#wpm-prototype .wb-modal-actions,#wpm-prototype .wb-table-heading,#wpm-prototype .wb-bulk{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:9px;display:flex}#wpm-prototype .wb-viewbar{margin:16px 0 14px}#wpm-prototype .wb-viewbar button,#wpm-prototype .wb-block .w-btn,#wpm-prototype .wb-block .w-quiet,#wpm-prototype .wb-all .w-btn,#wpm-prototype .wb-all .w-quiet,#wpm-prototype .wb-modal-actions button{align-items:center;gap:6px;display:inline-flex}#wpm-prototype .wb-view-switch{justify-content:flex-start}#wpm-prototype .wb-view-switch .w-btn{font-size:12px}#wpm-prototype .wb-desk{gap:14px;display:grid}#wpm-prototype .wb-block{border:1px solid var(--w-line);background:#fff;border-radius:10px;overflow:hidden}#wpm-prototype .wb-section-head{border-bottom:1px solid #edf1f7;padding:11px 14px}#wpm-prototype .wb-section-head h2,#wpm-prototype .wb-links h2,#wpm-prototype .wb-table-heading h2{align-items:center;gap:7px;margin:0;font-size:13px;font-weight:500;display:flex}#wpm-prototype .wb-section-head h2>span{color:var(--w-blue);background:#edf3fd;border-radius:4px;padding:2px 6px;font-size:11px}#wpm-prototype .wb-section-head small{color:var(--w-muted);font-size:11px}#wpm-prototype .wb-current-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}#wpm-prototype .wb-task{background:#fff;min-width:0;padding:14px}#wpm-prototype .wb-task.wb-active,#wpm-prototype .wb-table tr.wb-active{background:#f1f6fe}#wpm-prototype .wb-current-grid .wb-task+.wb-task{border-left:1px solid #dbe5f5}#wpm-prototype .wb-task h3{margin:0;font-size:14px;font-weight:500;line-height:1.4}#wpm-prototype .wb-task .f-check{background:#ffffffa6;gap:5px;padding:6px}#wpm-prototype .wb-task .f-check.wb-actor-active,#wpm-prototype .f-check.wb-actor-active{color:#1556bf;background:#e0edff}#wpm-prototype .f-check time{color:#667891;margin-top:4px;font-size:11px;display:block}#wpm-prototype .wb-status-icon{flex-shrink:0;display:inline-flex}#wpm-prototype .wb-status-icon svg{width:14px;height:14px;margin:0}#wpm-prototype .wb-spinning{animation:1.5s linear infinite wb-working-turn}@media (prefers-reduced-motion:reduce){#wpm-prototype .wb-spinning{animation:none}}#wpm-prototype .wb-plan-note{color:var(--w-muted);flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;font-size:11px;display:flex}#wpm-prototype .wb-plan-note time{margin-left:auto}#wpm-prototype .wb-next-featured .wb-task+.wb-task{border-top:1px solid var(--w-line)}#wpm-prototype .wb-next-featured .wb-task{padding:12px 14px}#wpm-prototype .wb-next-featured .f-task-facts{margin-bottom:0}#wpm-prototype .wb-compact-row{border-top:1px solid #edf1f7;grid-template-columns:24px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:8px 14px;display:grid}#wpm-prototype .wb-compact-row small{color:var(--w-muted);font-size:11px}#wpm-prototype .wb-title-button{color:var(--w-ink);text-align:left;overflow-wrap:anywhere;background:0 0;border:0;padding:0;font-size:12px;font-weight:500;line-height:1.5}#wpm-prototype .wb-title-button:hover{color:var(--w-blue);text-decoration:underline}#wpm-prototype .wb-compact-copy{align-items:center;gap:14px;min-width:0;display:flex;overflow:hidden}#wpm-prototype .wb-inline-title{white-space:nowrap;text-overflow:ellipsis;flex:0 auto;max-width:48%;overflow:hidden}#wpm-prototype .wb-inline-description{white-space:nowrap;text-overflow:ellipsis;min-width:0;color:var(--w-muted);flex:1 1 0;font-size:11px;font-weight:400;overflow:hidden}#wpm-prototype .wb-more{border:0;border-top:1px solid var(--w-line);width:100%;color:var(--w-blue);background:#f8fafd;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:12px;display:flex}#wpm-prototype .wb-test-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}#wpm-prototype .wb-test-row+.wb-test-row{border-top:1px solid #edf1f7}#wpm-prototype .wb-test-row>div{flex:1;min-width:210px}#wpm-prototype .wb-test-row small{color:var(--w-muted);margin-top:3px;font-size:11px;display:block}#wpm-prototype .wb-test-status{color:#916020;align-items:center;gap:5px;font-size:11px;display:flex}#wpm-prototype .wb-table-heading{margin:10px 0}#wpm-prototype .wb-table-heading>span,#wpm-prototype .wb-bulk{color:var(--w-muted);font-size:12px}#wpm-prototype .wb-bulk{justify-content:flex-start;margin:12px 0}#wpm-prototype .wb-table-wrap{border:1px solid var(--w-line);background:#fff;border-radius:8px;overflow-x:auto}#wpm-prototype .wb-table{border-collapse:collapse;text-align:left;width:100%;min-width:650px;font-size:12px}#wpm-prototype .wb-table th{color:var(--w-muted);background:#f6f8fc;padding:10px;font-weight:500}#wpm-prototype .wb-table td{vertical-align:top;border-top:1px solid var(--w-line);padding:10px}#wpm-prototype .wb-table td:nth-child(3){width:45%;min-width:240px}#wpm-prototype .wb-table small{color:var(--w-muted);margin-top:4px;font-size:11px;display:block}#wpm-prototype .wb-table input{accent-color:var(--w-blue)}#wpm-prototype .wb-links{padding:16px}#wpm-prototype .wb-source{padding:18px}#wpm-prototype .wb-source-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}#wpm-prototype .wb-source-top h2{align-items:center;gap:7px;font-size:15px;font-weight:500;display:flex}#wpm-prototype .wb-source-top>span{color:var(--w-muted);font-size:11px}#wpm-prototype .wb-source-variants{flex-wrap:wrap;gap:8px;margin:16px 0 22px;display:flex}#wpm-prototype .wb-source h3{margin:16px 0 8px;font-size:14px;font-weight:500}#wpm-prototype .wb-source-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 24px;margin:18px 0;display:grid}#wpm-prototype .wb-source-fields>div{border-bottom:1px solid var(--w-line);padding:12px 0}#wpm-prototype .wb-source-fields dt{color:var(--w-muted);margin-bottom:5px;font-size:11px}#wpm-prototype .wb-source-fields dd{overflow-wrap:anywhere;margin:0;font-size:13px}#wpm-prototype .wb-source-original{background:#f3f7fd;border-left:3px solid #bbd2f2;padding:12px 14px;font-size:13px;line-height:1.65}@media (width<=520px){#wpm-prototype .wb-source-fields{grid-template-columns:1fr}#wpm-prototype .wb-source{padding:12px}}#wpm-prototype .f-project-tabs .wb-test-tab{color:#245ba5;background:#eef4ff;border:1px solid #d8e6fb;border-radius:7px;align-items:center;gap:7px;margin-left:4px;padding:8px 11px;display:inline-flex}#wpm-prototype .f-project-tabs .wb-test-tab[aria-pressed=true]{color:#154b99;background:#deebff;border-color:#bad3f7}#wpm-prototype .wb-new-links{color:#fff;text-align:center;background:#1d5dbb;border-radius:10px;min-width:22px;padding:3px 6px;font-size:11px;font-weight:500;line-height:1.2}#wpm-prototype .wb-example-link{text-align:right;flex:0 300px!important;min-width:0!important}#wpm-prototype .wb-example-link .w-btn{align-items:center;gap:6px;display:inline-flex}#wpm-prototype .wb-example-link small{overflow-wrap:anywhere}#wpm-prototype .wb-example-address{overflow-wrap:anywhere;color:var(--w-blue);padding:10px 0;font-size:12px}#wpm-prototype .wb-links h2{margin:4px 0 12px}#wpm-prototype .wb-links h2:not(:first-child){margin-top:24px}#wpm-prototype .wb-link-row{border-bottom:1px solid var(--w-line);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;display:flex}#wpm-prototype .wb-link-row>div{flex:1;min-width:220px}#wpm-prototype .wb-link-row p{margin:5px 0;font-size:12px}#wpm-prototype .wb-link-row small,#wpm-prototype .wb-empty-link{color:var(--w-muted);font-size:11px}#wpm-prototype .wb-modal-meta{color:var(--w-muted);margin:10px 0;font-size:12px}#wpm-prototype .wb-edit-form .w-field{font-size:14px}#wpm-prototype .wb-edit-form label{margin:12px 0;font-size:12px;display:block}#wpm-prototype .wb-edit-form textarea{resize:vertical;min-height:90px}#wpm-prototype .wb-modal-actions{justify-content:flex-end;margin:16px 0 8px}#wpm-prototype .wb-detail-description{margin:12px 0;font-size:13px;line-height:1.65}#wpm-prototype .wb-detail-section{border-top:1px solid var(--w-line);margin-top:16px;padding-top:12px;font-size:13px}#wpm-prototype .wb-detail-section summary{cursor:pointer;color:var(--w-blue)}#wpm-prototype .wb-history-row{border-bottom:1px solid var(--w-line);grid-template-columns:24px 1fr auto;align-items:start;gap:10px;padding:12px 0;font-size:12px;display:grid}#wpm-prototype .wb-history-row p{margin:4px 0;font-size:12px}#wpm-prototype .wb-history-row small{color:var(--w-muted);font-size:11px}#wpm-prototype .wb-pager{justify-content:space-between;align-items:center;gap:12px;margin-top:16px;font-size:12px;display:flex}#wpm-prototype .wb-management{gap:8px;margin-top:14px;display:grid}#wpm-prototype .wb-management button{justify-content:flex-start;gap:10px;display:flex}#wpm-prototype .wb-management button svg:last-child{margin-left:auto}#wpm-prototype .wb-test-explanation{color:#845d25;background:#fff7e9;border-radius:7px;align-items:flex-start;gap:8px;margin:16px 0;padding:12px;font-size:12px;line-height:1.6;display:flex}#wpm-prototype .wb-test-explanation>svg{flex-shrink:0;margin-top:2px}#wpm-prototype .w-btn:disabled{opacity:.45;cursor:not-allowed}#wpm-prototype .wb-bottom-note{margin-top:12px}@media (width<=1050px){#wpm-prototype .wb-project-head{flex-direction:row;align-items:center}}@media (width<=900px){#wpm-prototype .wb-current-grid{grid-template-columns:1fr}#wpm-prototype .wb-current-grid .wb-task+.wb-task{border-top:1px solid #dbe5f5;border-left:0}#wpm-prototype .wb-project-head{flex-wrap:wrap}#wpm-prototype .wb-project-status{display:none}}@media (width<=520px){#wpm-prototype .wb-project-head .f-project-title{gap:12px}#wpm-prototype .wb-project-progress{width:175px;padding-left:12px}#wpm-prototype .wb-project-progress strong{font-size:22px}#wpm-prototype .wb-compact-row{grid-template-columns:22px minmax(0,1fr) auto;gap:6px}#wpm-prototype .wb-compact-row small{display:none}#wpm-prototype .wb-task .f-tile-title{flex-wrap:wrap;align-items:flex-start}#wpm-prototype .wb-section-head{gap:6px}#wpm-prototype .wb-test-row>div{min-width:160px}#wpm-prototype .wb-links{padding:12px}#wpm-prototype .wb-view-switch{gap:5px}#wpm-prototype .wb-view-switch .w-btn{padding:7px}#wpm-prototype .wb-project-head .w-real-logo{width:85px}#wpm-prototype .wb-project-head .w-real-logo img{width:85px;max-width:85px}#wpm-prototype .wb-row-actions{gap:5px}}@media (pointer:coarse){#wpm-prototype .wb-desk button,#wpm-prototype .wb-viewbar button,#wpm-prototype .wb-table button{min-height:44px}#wpm-prototype .wb-edit-form .w-field{font-size:16px}}#wpm-prototype .f-project-title h1{font-size:20px}#wpm-prototype .f-project-title p,#wpm-prototype .wb-project-status,#wpm-prototype .wb-project-progress small,#wpm-prototype .wb-project-progress span{font-size:13px}#wpm-prototype .f-project-tabs .w-tab,#wpm-prototype .wb-view-switch .w-btn{font-size:14px}#wpm-prototype .wb-section-head h2,#wpm-prototype .wb-task h3,#wpm-prototype .wb-table-heading h2{font-size:16px}#wpm-prototype .f-task-description,#wpm-prototype .wb-title-button,#wpm-prototype .wb-inline-description{font-size:14px;line-height:1.65}#wpm-prototype .f-task-facts,#wpm-prototype .wb-plan-note,#wpm-prototype .wb-compact-row small,#wpm-prototype .wb-section-head small,#wpm-prototype .f-brief-strip{font-size:13px;line-height:1.55}#wpm-prototype .wb-compact-row{padding-top:12px;padding-bottom:12px}#wpm-prototype .wb-block .w-quiet,#wpm-prototype .wb-block .w-btn{font-size:14px}#wpm-prototype .wb-edit-form,#wpm-prototype .wb-edit-form .w-field{font-size:15px;line-height:1.6}
