:root{--pt-primary: #2563eb;--pt-primary-dark: #1d4ed8;--pt-primary-light: #eff6ff;--pt-text: #0f172a;--pt-text-soft: #334155;--pt-muted: #64748b;--pt-light: #94a3b8;--pt-border: #dbe3ef;--pt-border-light: #e8eef6;--pt-background: #f3f6fb;--pt-white: #ffffff;--pt-success: #047857;--pt-success-bg: #ecfdf5;--pt-warning: #b45309;--pt-warning-bg: #fffbeb;--pt-danger: #b91c1c;--pt-danger-bg: #fef2f2;--pt-purple: #6d28d9;--pt-purple-bg: #f5f3ff;--pt-radius: 14px;--pt-radius-small: 9px;--pt-shadow: 0 6px 22px rgba(15, 23, 42, .05)}html,body{margin:0!important;padding:0!important;background:var(--pt-background)!important}body.pt-modal-open{overflow:hidden}.pt-page,.pt-page *,.pt-modal,.pt-modal *,.pt-toast{box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.pt-page{width:100%;min-height:calc(100vh - 66px);padding:clamp(12px,1.4vw,20px);background:var(--pt-background);color:var(--pt-text)}.pt-wrap{width:100%;max-width:1500px;margin:0 auto}.pt-page button,.pt-page input,.pt-page select,.pt-page textarea,.pt-modal button,.pt-modal input,.pt-modal select,.pt-modal textarea{font:inherit}.pt-page [hidden],.pt-modal [hidden]{display:none!important}.pt-hero{min-height:96px;margin-bottom:14px;padding:18px;border:1px solid var(--pt-border);border-radius:var(--pt-radius);background:var(--pt-white);box-shadow:var(--pt-shadow);display:flex;align-items:center;justify-content:space-between;gap:20px}.pt-eyebrow{margin:0 0 5px;color:var(--pt-primary);font-size:10.5px;font-weight:900;letter-spacing:.07em;line-height:1.3;text-transform:uppercase}.pt-title{margin:0;color:var(--pt-text);font-size:clamp(23px,2vw,31px);font-weight:950;letter-spacing:-.03em;line-height:1.2}.pt-subtitle{max-width:850px;margin:7px 0 0;color:var(--pt-muted);font-size:12.5px;font-weight:650;line-height:1.5}.pt-actions{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.pt-company-select{width:min(230px,100%)}.pt-btn{min-height:37px;padding:0 13px;border:1px solid var(--pt-border);border-radius:var(--pt-radius-small);outline:none;background:var(--pt-white);color:var(--pt-text-soft);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:11.5px;font-weight:850;line-height:1;text-decoration:none;white-space:nowrap;transition:border-color .16s ease,background .16s ease,color .16s ease}.pt-btn:hover{border-color:#bfdbfe;background:var(--pt-primary-light);color:var(--pt-primary)}.pt-btn--primary{border-color:var(--pt-primary);background:var(--pt-primary);color:var(--pt-white)}.pt-btn--primary:hover{border-color:var(--pt-primary-dark);background:var(--pt-primary-dark);color:var(--pt-white)}.pt-btn--danger{border-color:#fecaca;background:var(--pt-danger-bg);color:var(--pt-danger)}.pt-btn--danger:hover{border-color:var(--pt-danger);background:var(--pt-danger);color:var(--pt-white)}.pt-btn--small{min-height:29px;padding:0 9px;border-radius:7px;font-size:10px}.pt-btn:disabled{cursor:not-allowed;opacity:.48}.pt-summary{margin-bottom:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.pt-stat{min-height:94px;padding:14px;border:1px solid var(--pt-border);border-left:4px solid var(--pt-primary);border-radius:12px;background:var(--pt-white);box-shadow:var(--pt-shadow);display:flex;flex-direction:column;justify-content:space-between}.pt-stat--green{border-left-color:#059669}.pt-stat--amber{border-left-color:#d97706}.pt-stat--purple{border-left-color:#7c3aed}.pt-stat span{color:var(--pt-muted);font-size:10.5px;font-weight:900;letter-spacing:.025em;line-height:1.3;text-transform:uppercase}.pt-stat strong{margin-top:9px;color:var(--pt-text);font-size:27px;font-weight:950;letter-spacing:-.03em;line-height:1}.pt-panel{border:1px solid var(--pt-border);border-radius:var(--pt-radius);background:var(--pt-white);box-shadow:var(--pt-shadow);overflow:hidden}.pt-panel-head{min-height:66px;padding:14px 16px;border-bottom:1px solid var(--pt-border-light);display:flex;align-items:center;justify-content:space-between;gap:14px}.pt-panel-head h2{margin:0;color:var(--pt-text);font-size:16px;font-weight:900;line-height:1.3}.pt-panel-head p{margin:4px 0 0;color:var(--pt-muted);font-size:11.5px;font-weight:650;line-height:1.4}.pt-filters{padding:12px;border-bottom:1px solid var(--pt-border-light);background:#f8fafc;display:grid;grid-template-columns:minmax(260px,1.8fr) minmax(165px,.7fr) minmax(145px,.6fr);gap:9px}.pt-filters--modal{grid-template-columns:1fr;padding:0 0 12px;border:0;background:transparent}.pt-filters--library{grid-template-columns:minmax(250px,1fr) auto auto;padding:0 0 12px;border:0;background:transparent}.pt-input,.pt-select,.pt-textarea{width:100%;border:1px solid var(--pt-border);border-radius:8px;outline:none;background:var(--pt-white);color:var(--pt-text);font-size:12px;font-weight:650;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.pt-input,.pt-select{height:38px;padding:0 10px}.pt-select{padding-right:30px;cursor:pointer}.pt-select[multiple]{height:62px;padding:5px;cursor:default}.pt-select[multiple] option{padding:4px 6px;border-radius:4px;font-size:10px}.pt-textarea{min-height:88px;padding:10px;line-height:1.5;resize:vertical}.pt-input::placeholder,.pt-textarea::placeholder{color:var(--pt-light)}.pt-input:focus,.pt-select:focus,.pt-textarea:focus{border-color:#93c5fd;background:var(--pt-white);box-shadow:0 0 0 3px #2563eb1a}.pt-input:read-only{background:#f1f5f9;color:#475569;cursor:default}.pt-table-wrap{width:100%;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.pt-table-wrap::-webkit-scrollbar{height:7px}.pt-table-wrap::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.pt-table-wrap--flat{border:1px solid var(--pt-border);border-radius:10px}.pt-table{width:100%;min-width:980px;border-collapse:collapse;border-spacing:0}.pt-table--small{min-width:760px}.pt-table th,.pt-table td{padding:11px 12px;border-bottom:1px solid var(--pt-border-light);color:var(--pt-text-soft);text-align:left;vertical-align:middle;font-size:11.5px;font-weight:650;line-height:1.4}.pt-table th{background:#f8fafc;color:var(--pt-muted);font-size:9.5px;font-weight:900;letter-spacing:.035em;text-transform:uppercase;white-space:nowrap}.pt-table tbody tr:last-child td{border-bottom:0}.pt-table tbody tr{transition:background .15s ease}.pt-table tbody tr:hover{background:#fbfdff}.pt-cell-primary{display:block;color:var(--pt-text);font-size:11.5px;font-weight:850;line-height:1.3}.pt-cell-note{display:block;margin-top:3px;color:var(--pt-muted);font-size:9.5px;font-weight:650}.pt-route-text{display:block;max-width:430px;overflow:hidden;color:var(--pt-text-soft);text-overflow:ellipsis;white-space:nowrap}.pt-row-actions{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.pt-pill{min-height:24px;padding:0 8px;border:1px solid var(--pt-border);border-radius:999px;background:#f8fafc;color:var(--pt-text-soft);display:inline-flex;align-items:center;justify-content:center;font-size:9.5px;font-weight:900;text-transform:capitalize;white-space:nowrap}.pt-pill.green{border-color:#bbf7d0;background:var(--pt-success-bg);color:var(--pt-success)}.pt-pill.red{border-color:#fecaca;background:var(--pt-danger-bg);color:var(--pt-danger)}.pt-empty{min-height:90px;padding:18px;color:var(--pt-muted);display:flex;align-items:center;justify-content:center;text-align:center;font-size:11.5px;font-weight:700;line-height:1.5}.pt-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100100;padding:18px;background:#0f172a85;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:none;align-items:center;justify-content:center}.pt-modal.is-open{display:flex}.pt-modal-box{width:min(780px,100%);max-height:calc(100vh - 36px);border:1px solid var(--pt-border);border-radius:15px;background:var(--pt-white);box-shadow:0 24px 70px #0f172a3d;display:flex;flex-direction:column;overflow:hidden}.pt-modal-box--wide{width:min(1200px,100%)}.pt-modal-head{min-height:67px;padding:13px 16px;border-bottom:1px solid var(--pt-border-light);background:var(--pt-white);display:flex;align-items:center;justify-content:space-between;gap:15px;flex:0 0 auto}.pt-modal-head h2{margin:0;color:var(--pt-text);font-size:18px;font-weight:900;letter-spacing:-.015em;line-height:1.3}.pt-modal-head p{margin:4px 0 0;color:var(--pt-muted);font-size:11px;font-weight:650;line-height:1.4}.pt-modal-body{min-height:0;padding:14px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.pt-modal-foot{min-height:61px;padding:11px 16px;border-top:1px solid var(--pt-border-light);background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:14px;flex:0 0 auto}.pt-modal-foot>span{color:var(--pt-muted);font-size:10.5px;font-weight:650;line-height:1.4}.pt-section{margin-bottom:13px;padding:14px;border:1px solid var(--pt-border);border-radius:11px;background:var(--pt-white)}.pt-section:last-child{margin-bottom:0}.pt-section-head{margin-bottom:12px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pt-section-title{margin:0 0 11px;color:var(--pt-text);font-size:13px;font-weight:900;line-height:1.35}.pt-section-head .pt-section-title{margin-bottom:3px}.pt-section-head p{margin:0;color:var(--pt-muted);font-size:10.5px;font-weight:650;line-height:1.45}.pt-form-grid{display:grid;gap:11px}.pt-form-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.pt-form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.pt-field{min-width:0}.pt-field--full{grid-column:1 / -1}.pt-field label{display:block;margin:0 0 5px;color:var(--pt-text-soft);font-size:10.5px;font-weight:850;line-height:1.3}.pt-form-actions{margin-top:12px;padding-top:12px;border-top:1px solid var(--pt-border-light);display:flex;align-items:center;justify-content:flex-end;gap:7px}.pt-route-box{display:grid;gap:8px}.pt-route-row{min-height:82px;padding:10px;border:1px solid var(--pt-border);border-radius:10px;background:#fbfdff;display:grid;grid-template-columns:34px minmax(170px,1fr) minmax(210px,.8fr) auto;align-items:center;gap:10px}.pt-route-row:hover{border-color:#bfdbfe;background:var(--pt-primary-light)}.pt-seq{width:31px;height:31px;border-radius:9px;background:var(--pt-primary);color:var(--pt-white);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:950}.pt-route-main{min-width:0}.pt-route-main strong,.pt-route-main span{display:block}.pt-route-main strong{color:var(--pt-text);font-size:12px;font-weight:900;line-height:1.3}.pt-route-main span{margin-top:4px;overflow:hidden;color:var(--pt-muted);font-size:9.5px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.pt-route-dependency{min-width:0}.pt-route-dependency label{display:block;margin:0 0 4px;color:var(--pt-muted);font-size:8.5px;font-weight:900;letter-spacing:.035em;text-transform:uppercase}.pt-route-start{min-height:29px;padding:0 9px;border-radius:7px;background:var(--pt-success-bg);color:var(--pt-success);display:inline-flex;align-items:center;font-size:9.5px;font-weight:850}.pt-process-pick-list{max-height:470px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow-y:auto}.pt-process-pick{min-height:67px;padding:10px;border:1px solid var(--pt-border);border-radius:10px;background:var(--pt-white);color:inherit;cursor:pointer;display:block;text-align:left;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.pt-process-pick:hover{border-color:#93c5fd;background:var(--pt-primary-light)}.pt-process-pick.selected{border-color:var(--pt-primary);background:var(--pt-primary-light);box-shadow:inset 0 0 0 1px var(--pt-primary)}.pt-process-pick strong,.pt-process-pick span{display:block}.pt-process-pick strong{color:var(--pt-text);font-size:11.5px;font-weight:900}.pt-process-pick span{margin-top:5px;color:var(--pt-muted);font-size:9.5px;font-weight:650;line-height:1.4}.pt-category-list{display:grid;gap:7px}.pt-category-item{min-height:55px;padding:9px 10px;border:1px solid var(--pt-border);border-radius:9px;background:#fbfdff;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px}.pt-category-item>div{min-width:0}.pt-category-item strong,.pt-category-item span{display:block}.pt-category-item strong{color:var(--pt-text);font-size:11.5px;font-weight:900}.pt-category-item>div>span{margin-top:3px;color:var(--pt-muted);font-size:9.5px;font-weight:650}.pt-view-head{margin-bottom:13px;padding:14px;border:1px solid var(--pt-border);border-radius:10px;background:#f8fafc}.pt-view-head h3{margin:0;color:var(--pt-text);font-size:19px;font-weight:950;letter-spacing:-.02em;line-height:1.3}.pt-view-head p{margin:5px 0 0;color:var(--pt-muted);font-size:10.5px;font-weight:650}.pt-route-preview{display:grid;gap:8px}.pt-route-step{min-height:68px;padding:10px;border:1px solid var(--pt-border);border-radius:10px;background:var(--pt-white);display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px}.pt-route-step>b{width:31px;height:31px;border-radius:9px;background:var(--pt-primary);color:var(--pt-white);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:950}.pt-route-step>div{min-width:0}.pt-route-step strong,.pt-route-step span,.pt-route-step small{display:block}.pt-route-step strong{color:var(--pt-text);font-size:11.5px;font-weight:900}.pt-route-step span{margin-top:3px;color:var(--pt-muted);font-size:9.5px;font-weight:650}.pt-route-step small{margin-top:5px;color:var(--pt-primary);font-size:9.5px;font-weight:750}.pt-toast{position:fixed;right:18px;bottom:18px;z-index:100300;max-width:min(360px,calc(100vw - 24px));padding:11px 14px;border-radius:10px;background:var(--pt-text);box-shadow:0 12px 35px #0f172a40;color:var(--pt-white);font-size:11.5px;font-weight:750;line-height:1.4;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .18s ease,visibility .18s ease,transform .18s ease}.pt-toast.show{opacity:1;visibility:visible;transform:translateY(0)}.pt-btn:focus-visible,.pt-input:focus-visible,.pt-select:focus-visible,.pt-textarea:focus-visible,.pt-process-pick:focus-visible{outline:3px solid rgba(37,99,235,.17);outline-offset:2px}@media(max-width:1120px){.pt-route-row{grid-template-columns:34px minmax(160px,1fr) minmax(190px,.9fr)}.pt-route-row>.pt-row-actions{grid-column:2 / -1;justify-content:flex-end}}@media(max-width:900px){.pt-page{padding:12px}.pt-hero{align-items:flex-start;flex-direction:column}.pt-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.pt-filters{grid-template-columns:1fr 1fr}.pt-filters>:first-child{grid-column:1 / -1}.pt-filters--modal{grid-template-columns:1fr}.pt-filters--modal>:first-child{grid-column:auto}.pt-filters--library{grid-template-columns:1fr auto auto}.pt-filters--library>:first-child{grid-column:auto}.pt-form-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}.pt-route-row{grid-template-columns:34px minmax(0,1fr)}.pt-route-dependency,.pt-route-row>.pt-row-actions{grid-column:2}.pt-route-row>.pt-row-actions{justify-content:flex-start}}@media(max-width:650px){.pt-page{min-height:calc(100vh - 60px);padding:9px}.pt-hero{min-height:auto;margin-bottom:10px;padding:14px;border-radius:12px}.pt-title{font-size:22px}.pt-subtitle{font-size:11.5px}.pt-hero>.pt-actions{width:100%;display:grid;grid-template-columns:1fr}.pt-hero>.pt-actions .pt-btn,.pt-company-select{width:100%}.pt-summary{margin-bottom:10px;gap:8px}.pt-stat{min-height:84px;padding:11px}.pt-stat span{font-size:9px}.pt-stat strong{font-size:24px}.pt-panel{border-radius:12px}.pt-panel-head{min-height:auto;padding:12px}.pt-filters,.pt-filters--library{padding:9px;grid-template-columns:1fr}.pt-filters>*,.pt-filters--library>:first-child{grid-column:auto}.pt-filters--library .pt-btn{width:100%}.pt-modal{padding:0;align-items:stretch}.pt-modal-box,.pt-modal-box--wide{width:100%;max-height:100vh;border:0;border-radius:0}.pt-modal-head{min-height:61px;padding:10px}.pt-modal-head h2{font-size:16px}.pt-modal-head p{display:none}.pt-modal-body{padding:9px}.pt-modal-foot{min-height:auto;padding:10px}.pt-modal-foot>span{display:none}.pt-modal-foot>.pt-actions{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.pt-modal-foot>.pt-actions .pt-btn{width:100%}.pt-section{margin-bottom:9px;padding:11px}.pt-section-head{align-items:stretch;flex-direction:column}.pt-section-head>.pt-actions{display:grid;grid-template-columns:1fr}.pt-section-head>.pt-actions .pt-btn{width:100%}.pt-form-grid--two,.pt-form-grid--three{grid-template-columns:1fr}.pt-field--full{grid-column:auto}.pt-process-pick-list{grid-template-columns:1fr}.pt-category-item{grid-template-columns:minmax(0,1fr) auto}.pt-category-item>.pt-btn{grid-column:1 / -1;width:100%}.pt-toast{right:10px;bottom:10px}}@media(max-width:390px){.pt-summary{grid-template-columns:1fr}.pt-stat{min-height:76px}.pt-route-row{grid-template-columns:1fr}.pt-seq{width:29px;height:29px}.pt-route-dependency,.pt-route-row>.pt-row-actions{grid-column:auto}.pt-route-row>.pt-row-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.pt-route-row>.pt-row-actions .pt-btn{width:100%}.pt-modal-foot{flex-direction:column}.pt-modal-foot>.pt-btn{width:100%}}@media(prefers-reduced-motion:reduce){.pt-page *,.pt-page *:before,.pt-page *:after,.pt-modal *,.pt-modal *:before,.pt-modal *:after,.pt-toast{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.pt-page,.pt-page *,.pt-page *:before,.pt-page *:after,.pt-modal,.pt-modal *,.pt-modal *:before,.pt-modal *:after,.pt-toast{box-sizing:border-box}.pt-hero{min-height:108px;padding:20px 22px;border-radius:16px;background:linear-gradient(135deg,#eff6ff,#fff 48%,#f8fafc);position:relative;overflow:hidden}.pt-hero:after{content:"";position:absolute;top:-65px;right:-45px;width:210px;height:210px;border-radius:999px;background:#2563eb12;pointer-events:none}.pt-hero>div{position:relative;z-index:1}.pt-title{font-size:clamp(25px,2.1vw,34px);font-weight:900}.pt-subtitle{font-size:13px;font-weight:600}.pt-field-help{display:block;margin-top:5px;color:var(--pt-muted);font-size:9.5px;font-weight:600;line-height:1.4}.pt-check{min-height:38px;margin-top:22px!important;padding:8px 10px;border:1px solid var(--pt-border);border-radius:8px;background:#f8fafc;display:flex!important;align-items:center;gap:8px;cursor:pointer}.pt-check input{width:16px;height:16px;margin:0;accent-color:var(--pt-primary)}.pt-check span{font-size:10.5px;font-weight:800;color:var(--pt-text-soft)}.pt-route-after{min-height:29px;padding:0 9px;border:1px solid #bfdbfe;border-radius:7px;background:var(--pt-primary-light);color:var(--pt-primary-dark);display:inline-flex;align-items:center;font-size:9.5px;font-weight:850}.pt-modal-box{height:min(880px,calc(100vh - 36px));max-height:calc(100vh - 36px)}.pt-modal-box--wide{height:min(920px,calc(100vh - 36px))}.pt-modal-body{min-height:0;flex:1 1 auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.pt-modal-body::-webkit-scrollbar{width:8px;height:8px}.pt-modal-body::-webkit-scrollbar-thumb{border-radius:999px;background:#cbd5e1}.pt-modal-foot{position:relative;z-index:20;box-shadow:0 -6px 18px #0f172a0a}.pt-mobile-list{display:none}.pt-mobile-list--inside{padding:0}.pt-mobile-card{padding:12px;border:1px solid var(--pt-border);border-radius:11px;background:#fff}.pt-mobile-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.pt-mobile-card__head>div{min-width:0}.pt-mobile-card__head strong{display:block;color:var(--pt-text);font-size:12px;font-weight:850;line-height:1.35}.pt-mobile-card__head span:not(.pt-pill){display:block;margin-top:3px;color:var(--pt-muted);font-size:9.5px}.pt-mobile-card dl{margin:12px 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pt-mobile-card dl div{min-width:0;padding:8px;border:1px solid var(--pt-border-light);border-radius:8px;background:#f8fafc}.pt-mobile-card dl .wide{grid-column:1/-1}.pt-mobile-card dt{color:var(--pt-muted);font-size:8.5px;font-weight:850;text-transform:uppercase}.pt-mobile-card dd{margin:4px 0 0;color:var(--pt-text-soft);font-size:10.5px;font-weight:700;line-height:1.4;overflow-wrap:anywhere}.pt-mobile-card__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.pt-mobile-card__actions .pt-btn{width:100%;padding:0 7px}.pt-mobile-empty{padding:24px;color:var(--pt-muted);text-align:center;font-size:11px}.pt-btn:focus-visible,.pt-input:focus-visible,.pt-select:focus-visible,.pt-textarea:focus-visible,.pt-process-pick:focus-visible{outline:3px solid rgba(37,99,235,.18);outline-offset:2px}@media(max-width:640px){.pt-page{min-height:calc(100vh - 58px);padding:9px}.pt-hero{min-height:auto;margin-bottom:10px;padding:15px;border-radius:13px}.pt-title{font-size:22px}.pt-subtitle{font-size:11.5px}.pt-actions{width:100%;display:grid;grid-template-columns:1fr}.pt-actions .pt-btn,.pt-actions .pt-select{width:100%}.pt-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pt-table-wrap:not(.pt-table-wrap--flat){display:none}.pt-library-table-wrap{display:none!important}.pt-mobile-list{display:grid;gap:9px;padding:10px}.pt-mobile-list--inside{padding:0}.pt-modal{padding:0;align-items:stretch}.pt-modal-box,.pt-modal-box--wide{width:100%;height:100dvh;max-height:100dvh;border:0;border-radius:0}.pt-modal-head{min-height:66px;padding:10px}.pt-modal-body{padding:9px 9px 22px}.pt-modal-foot{padding:10px;display:grid;grid-template-columns:1fr 1fr;background:#fff;box-shadow:0 -8px 22px #0f172a14}.pt-modal-foot>span{grid-column:1/-1}.pt-modal-foot .pt-actions{grid-column:1/-1;grid-template-columns:1fr 1fr}.pt-route-row{grid-template-columns:34px minmax(0,1fr)}.pt-route-dependency,.pt-route-row>.pt-row-actions{grid-column:1/-1}.pt-route-row>.pt-row-actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.pt-route-row>.pt-row-actions .pt-btn{width:100%}}@media(max-width:390px){.pt-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.pt-mobile-card dl{grid-template-columns:1fr}.pt-mobile-card dl .wide{grid-column:auto}.pt-mobile-card__actions,.pt-modal-foot,.pt-modal-foot .pt-actions{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/erp-production-planning-template.css.map */
