:root{--space-1:8px;--space-2:16px;--space-3:24px;--space-4:32px;--space-5:40px;--space-6:48px;--apple-bg:#f5f5f7;--apple-surface:#fff;--apple-text:#1d1d1f;--apple-text-secondary:#86868b;--apple-accent:#0071e3;--apple-accent-hover:#0077ed;--apple-separator:#d2d2d7;--apple-fill:#e8e8ed;--apple-warn-bg:#fff9e6;--apple-warn-border:#ffd60a;--apple-danger:#ff3b30;--apple-success:#34c759;color:var(--apple-text);background:var(--apple-bg);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}body{margin:0}a{color:var(--apple-accent);text-decoration:none}a:hover{color:var(--apple-accent-hover);text-decoration:underline}.layout{flex-direction:column;min-height:100vh;display:flex}.header{-webkit-backdrop-filter:saturate(180%)blur(20px);color:var(--apple-text);border-bottom:1px solid var(--apple-separator);z-index:100;background:#ffffffb8;align-items:center;gap:1rem;padding:.65rem 1.25rem;display:flex;position:sticky;top:0}.header a{color:var(--apple-text)}.brand{color:inherit;border-radius:10px;align-items:center;gap:.65rem;margin-left:-.35rem;margin-right:1rem;padding:.2rem .35rem .2rem 0;text-decoration:none;display:inline-flex}.brand:hover{background:var(--apple-fill);text-decoration:none}.brand:focus-visible{outline:2px solid var(--apple-accent);outline-offset:2px}.app-logo{align-items:center;gap:.65rem;min-width:0;display:inline-flex}.app-logo--auth{text-align:center;flex-direction:column;align-items:center;gap:.85rem;width:100%;margin-bottom:.25rem;display:flex}.app-logo-img{flex-shrink:0;width:auto;height:30px;display:block}.app-logo--auth .app-logo-img-wrap{background:0 0;line-height:0;display:inline-block}.app-logo--auth .app-logo-img{width:auto;height:52px;box-shadow:none}.app-logo-wordmark{flex-direction:column;min-width:0;line-height:1.15;display:flex}.app-logo-name{letter-spacing:-.02em;font-size:.95rem;font-weight:700}.app-logo-tagline{color:var(--apple-text-secondary);letter-spacing:.06em;text-transform:uppercase;font-size:.65rem;font-weight:600}.nav{flex-wrap:wrap;flex:1;align-items:center;gap:.25rem;display:flex}.nav a{border-radius:980px;align-items:center;min-height:44px;padding:0 .85rem;font-size:.9rem;font-weight:500;display:inline-flex}.nav a:hover{background:var(--apple-fill);text-decoration:none}.header-right{align-items:center;gap:.75rem;display:flex}.main{padding:var(--space-3);width:100%;max-width:1100px;margin:0 auto}.main:has(.hub-workflow){max-width:1120px}.page-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.actions{flex-wrap:wrap;gap:.5rem;display:flex}.btn{border:1px solid var(--apple-separator);background:var(--apple-surface);cursor:pointer;min-height:44px;color:var(--apple-text);border-radius:980px;padding:.55rem 1.1rem;font-size:.9rem;font-weight:500}.btn.primary{background:var(--apple-accent);color:#fff;border-color:#0000}.btn.primary:hover{background:var(--apple-accent-hover)}.btn.secondary{border:1px solid var(--apple-separator);color:var(--apple-text);background:0 0}.btn.secondary:hover:not(:disabled){background:var(--apple-fill);text-decoration:none}.btn.secondary:disabled{opacity:.45;cursor:not-allowed}.btn.ghost{color:inherit;background:0 0;border-color:#0000}.header .btn.ghost{color:var(--apple-text);border:1px solid var(--apple-separator)}.header .btn.ghost:hover{background:var(--apple-fill)}.btn.danger{color:#b91c1c;border-color:#fecaca}.table{border-collapse:collapse;background:var(--apple-surface);border-radius:12px;width:100%;overflow:hidden;box-shadow:0 1px 2px #0000000f}.table th,.table td{text-align:left;border-bottom:1px solid var(--apple-separator);padding:.75rem 1rem}.auth-shell{min-height:100vh;color:var(--apple-text);background:#fff;flex-direction:column;display:flex}.auth-shell-header{border-bottom:1px solid var(--apple-separator);justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 2rem;display:flex}.auth-shell-brand{color:inherit;align-items:center;gap:.75rem;min-width:0;text-decoration:none;display:inline-flex}.auth-shell-brand:hover{text-decoration:none}.auth-shell-brand .app-logo-tagline{display:none}.auth-shell-product{color:var(--apple-text-secondary);letter-spacing:.01em;max-width:min(42vw,520px);font-size:.8rem;font-weight:600;line-height:1.25}.auth-shell-header-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.auth-shell-header-prompt{color:var(--apple-text-secondary);font-size:.875rem}.auth-shell-request-btn{border:1px solid var(--apple-text);color:var(--apple-text);background:#fff;border-radius:8px;padding:.45rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none}.auth-shell-request-btn:hover{background:var(--apple-fill);color:var(--apple-text);text-decoration:none}.auth-shell-main{flex:1;grid-template-columns:minmax(0,1fr) minmax(320px,440px);align-items:start;gap:3rem;width:100%;max-width:1200px;margin:0 auto;padding:2.5rem 2rem 3rem;display:grid}.auth-shell-main--card-only{grid-template-columns:minmax(320px,440px);justify-content:center}.auth-shell-marketing{max-width:560px;padding-top:.5rem}.auth-shell-marketing-title{letter-spacing:-.03em;margin:0 0 1rem;font-size:clamp(1.75rem,3vw,2.35rem);font-weight:700;line-height:1.15}.auth-shell-marketing-lead{color:var(--apple-text-secondary);margin:0 0 2rem;font-size:1.05rem;line-height:1.5}.auth-shell-features{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.auth-shell-features li{align-items:flex-start;gap:.85rem;display:flex}.auth-shell-feature-icon{width:40px;height:40px;color:var(--apple-accent);background:#e8f3ff;border:1px solid #c5dcf5;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.auth-shell-feature-icon-svg{display:block}.auth-shell-features strong{margin-bottom:.25rem;font-size:.95rem;display:block}.auth-shell-features p{color:var(--apple-text-secondary);margin:0;font-size:.9rem;line-height:1.45}.auth-shell-card-wrap{justify-content:center;display:flex}.auth-shell-footer{border-top:1px solid var(--apple-separator);color:var(--apple-text-secondary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 2rem 1.25rem;font-size:.75rem;display:flex}.auth-shell-footer-copy{margin:0}.auth-shell-footer-nav{gap:1.25rem;display:flex}.auth-shell-footer-nav a{color:var(--apple-text-secondary);font-size:.75rem}.auth-card{background:var(--apple-surface);border:1px solid #0000000a;border-radius:16px;width:100%;max-width:400px;padding:1.75rem 1.85rem 1.5rem;box-shadow:0 4px 24px #00000014}.auth-card--request{max-width:440px}.auth-card-title{letter-spacing:-.02em;margin:0 0 1.25rem;font-size:1.15rem;font-weight:700}.auth-form{flex-direction:column;gap:0;display:flex}.auth-field{flex-direction:column;gap:.35rem;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:flex}.auth-field-label-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.auth-field--password{position:relative}.auth-field-password-label{margin-bottom:.35rem;display:block}.auth-field-label-text{line-height:1.25;display:inline}.auth-forgot-link{white-space:nowrap;position:absolute;top:0;right:0}.auth-required{color:var(--apple-danger);vertical-align:super;margin-left:.05em;font-size:.72em;font-weight:700;line-height:0}.auth-inline-link{font-size:.8rem;font-weight:500;text-decoration:none}.auth-inline-link--strong{font-weight:600}.auth-password-field{position:relative}.auth-password-field input{width:100%;padding-right:2.75rem}.auth-password-toggle{z-index:2;color:var(--apple-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.35rem;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.auth-password-toggle[aria-pressed=true]{color:var(--apple-text)}.auth-password-toggle:hover{color:var(--apple-text);background:var(--apple-fill)}.auth-sign-in-btn{color:#fff;cursor:pointer;text-align:center;background:#1d1d1f;border:none;border-radius:8px;width:100%;margin-top:.25rem;padding:.7rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.auth-sign-in-btn:hover:not(:disabled){color:#fff;background:#333;text-decoration:none}.auth-sign-in-btn:disabled{opacity:.65;cursor:not-allowed}.auth-sign-in-btn--secondary{color:var(--apple-text);border:1px solid var(--apple-separator);background:#fff}.auth-sign-in-btn--secondary:hover{background:var(--apple-fill);color:var(--apple-text)}.auth-divider{color:var(--apple-text-secondary);align-items:center;gap:.75rem;margin:1.25rem 0 1rem;font-size:.8rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--apple-separator);flex:1;height:1px}.auth-sso-notice{margin:0 0 .75rem;font-size:.8rem;line-height:1.4}.auth-sso-buttons{flex-direction:column;gap:.55rem;display:flex}.auth-sso-btn{width:100%;font:inherit;border:1px solid var(--apple-separator);color:var(--apple-text);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:.875rem;font-weight:500;display:flex}.auth-sso-btn:hover{background:var(--apple-fill)}.auth-sso-btn-icon{justify-content:center;align-items:center;width:20px;display:flex}.auth-card-footer-link{text-align:center;margin:1.25rem 0 .35rem;font-size:.875rem}.auth-card-footnote{text-align:center;margin:0;font-size:.75rem}.auth-request-steps{color:var(--apple-text-secondary);margin:1rem 0 1.25rem;padding-left:1.25rem;font-size:.9rem}.auth-request-steps li{margin-bottom:.5rem}.request-access-page{background:#fff;flex-direction:column;min-height:100vh;display:flex}.request-access-header{justify-content:space-between;align-items:center;width:100%;max-width:520px;margin:0 auto;padding:1.25rem 2rem;display:flex}.request-access-back{color:var(--apple-text-secondary);align-items:center;gap:.35rem;font-size:.875rem;font-weight:500;text-decoration:none;display:inline-flex}.request-access-back:hover{color:var(--apple-text);text-decoration:none}.request-access-logo{color:var(--apple-text);align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.request-access-logo span{letter-spacing:.12em;font-size:.95rem;font-weight:800}.request-access-logo:hover{color:var(--apple-text);text-decoration:none}.request-access-main{flex:1;justify-content:center;align-items:flex-start;padding:0 1.5rem 3rem;display:flex}.request-access-card{width:100%;max-width:420px}.request-access-title{letter-spacing:-.03em;margin:0 0 .75rem;font-size:1.75rem;font-weight:700;line-height:1.15}.request-access-lead{color:var(--apple-text-secondary);margin:0 0 1.5rem;font-size:.95rem;line-height:1.5}.request-access-form{flex-direction:column;gap:0;display:flex}.request-access-field{flex-direction:column;gap:.4rem;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:flex}.request-access-field input:not(.auth-password-field input){background:var(--apple-fill);width:100%;font:inherit;border:1px solid #0000;border-radius:10px;padding:.7rem .85rem}.request-access-field input:focus{outline:2px solid var(--apple-accent);outline-offset:1px;border-color:var(--apple-separator);background:#fff}.request-access-input-wrap{align-items:center;display:flex;position:relative}.request-access-input-icon{color:var(--apple-text-secondary);pointer-events:none;position:absolute;left:.85rem}.request-access-input-wrap input{padding-left:2.5rem!important}.request-access-continue{width:100%;font:inherit;color:#fff;cursor:pointer;text-align:center;background:#4a4a4f;border:none;border-radius:10px;margin-top:.25rem;padding:.75rem 1rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.request-access-continue:hover:not(:disabled){color:#fff;background:#333}.request-access-continue:disabled{opacity:.65;cursor:not-allowed}.request-access-continue--link{display:block}.request-access-callout{border:1px solid var(--apple-separator);background:#fafafa;border-radius:12px;align-items:flex-start;gap:.75rem;margin-top:1.25rem;padding:1rem 1.1rem;display:flex}.request-access-callout-icon{color:var(--apple-text-secondary);flex-shrink:0;margin-top:.1rem}.request-access-callout strong{margin-bottom:.25rem;font-size:.875rem;display:block}.request-access-callout p{color:var(--apple-text-secondary);margin:0;font-size:.8rem;font-weight:400;line-height:1.45}.request-access-sign-in-prompt{text-align:center;color:var(--apple-text-secondary);margin:2rem 0 0;font-size:.875rem}.request-access-sign-in-prompt a{color:var(--apple-text);text-decoration:none}.request-access-sign-in-prompt a:hover{text-decoration:underline}.request-access-secondary-action{text-align:center;margin:1rem 0 0}.request-access-text-btn{font:inherit;color:var(--apple-accent);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;text-decoration:underline}.request-access-card .auth-password-field input{background:var(--apple-fill);border:1px solid #0000}@media (width<=600px){.request-access-header{padding:1rem}}@media (width<=900px){.auth-shell-header{padding:.75rem 1rem}.auth-shell-header-prompt,.auth-shell-product{display:none}.auth-shell-main{grid-template-columns:1fr;padding:1.5rem 1rem 2rem}.auth-shell-marketing{max-width:none}.auth-shell-footer{flex-direction:column;align-items:flex-start;padding:1rem}}.auth-tagline{text-align:center;color:var(--apple-text-secondary);letter-spacing:.02em;margin:0 0 1.25rem;font-size:.9rem;font-weight:600}.auth-copyright{text-align:center;max-width:400px;color:var(--apple-text-secondary);margin:1.25rem auto 2.5rem;padding:0 1rem;font-size:.72rem}.auth-forgot{text-align:center;margin:-.25rem 0 .75rem;font-size:.85rem}.auth-forgot a{color:var(--apple-accent);font-weight:500}.auth-card label,.form-stack label{flex-direction:column;gap:.35rem;margin-bottom:1rem;font-size:.9rem;display:flex}input,select,textarea{font:inherit;border:1px solid var(--apple-separator);background:var(--apple-surface);min-height:44px;color:var(--apple-text);border-radius:10px;padding:.6rem .85rem}textarea{min-height:auto}.code,textarea.code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.85rem}textarea.editor{width:100%}.error{color:#b91c1c}.success{color:#15803d}.muted{color:var(--apple-text-secondary)}.panel{background:var(--apple-surface);border:1px solid #0000000a;border-radius:14px;margin-bottom:1rem;padding:1.25rem 1.5rem;box-shadow:0 1px 3px #0000000f}.empty{text-align:center;background:#fff;border-radius:8px;padding:2rem}.row{flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-bottom:1rem;display:flex}.result{background:#fff;border-radius:8px;margin-top:1rem;padding:1rem}.result.fail{border:1px solid #fecaca}.result.pass{border:1px solid #bbf7d0}.list{padding:0;list-style:none}.list li{border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:.5rem 0;display:flex}.diff-list{font-size:.9rem}.hub-tabs{flex-wrap:wrap;gap:.5rem;margin:1.25rem 0;display:flex}.hub-tab{border:1px solid var(--apple-separator);background:var(--apple-surface);cursor:pointer;min-height:44px;color:var(--apple-text);border-radius:980px;padding:.55rem 1rem;font-size:.85rem;font-weight:500}.hub-tab:hover{background:var(--apple-fill)}.hub-tab.active{background:var(--apple-text);color:#fff;border-color:var(--apple-text)}.hub-section{margin-top:.75rem}.page-intro{flex-wrap:wrap;align-items:flex-start;gap:.5rem .75rem;margin:.5rem 0 0;display:flex}.page-intro .muted{max-width:42rem;margin:0}.field-label-row{flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.35rem;display:inline-flex}.field-label-text{color:var(--apple-text);font-size:.9rem;font-weight:600}.field-required-mark{color:var(--apple-danger);cursor:help;border:none;margin-left:.2em;font-size:.95em;font-weight:700;text-decoration:none}.form-stack>.field-label-row,.form-stack>legend .field-label-row{margin-bottom:.4rem}.section-heading{color:var(--apple-text);flex-wrap:wrap;align-items:center;gap:.35rem;margin:0 0 1rem;font-size:1.25rem;font-weight:600;display:flex}.section-heading-text{line-height:1.2}.field-hint{vertical-align:middle;flex-shrink:0;align-items:center;margin:0;padding:2px;display:inline-flex;position:relative}.field-hint-btn{width:1.25rem;min-width:1.25rem;height:1.25rem;min-height:1.25rem;color:var(--apple-accent);cursor:pointer;font:inherit;background:#0071e317;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;line-height:1;transition:background .15s,transform .12s;display:inline-flex}.field-hint-btn:hover,.field-hint-btn:focus-visible{outline:2px solid var(--apple-accent);outline-offset:2px;background:#0071e329}.field-hint-btn:active{transform:scale(.96)}.field-hint-icon{font-size:.5625rem;font-style:italic;font-weight:700;line-height:1}.field-hint-bubble{z-index:400;width:min(220px,100vw - 2rem);max-height:min(11rem,40vh);color:var(--apple-text);background:var(--apple-surface);opacity:0;visibility:hidden;pointer-events:none;border:1px solid #0000001a;border-radius:8px;padding:.45rem .55rem;font-size:.6875rem;font-style:normal;font-weight:400;line-height:1.4;transition:opacity .12s,visibility .12s;position:absolute;top:auto;bottom:calc(100% + 6px);left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 4px 16px #0000001a,0 0 0 1px #0000000a}.field-hint:hover .field-hint-bubble,.field-hint:focus-within .field-hint-bubble{opacity:1;visibility:visible;pointer-events:auto}.checkbox-grid{flex-direction:column;gap:.5rem;display:flex}.checkbox-grid label.inline{min-height:40px;padding:.25rem 0}label.inline{align-items:center;gap:.5rem;display:flex}.checkbox-field-label{display:block}.checkbox-field-inner{flex-wrap:wrap;align-items:center;gap:.5rem;min-height:44px;display:inline-flex}.checkbox-field-inner input[type=checkbox]{width:1.15rem;height:1.15rem;min-height:auto}fieldset.form-stack legend{margin-bottom:.35rem;padding:0}.admin-field-config .admin-section{margin-bottom:1.5rem}.admin-table-wrap{margin-top:1rem;overflow-x:auto}.admin-table td{vertical-align:top}.admin-textarea{resize:vertical;width:100%;min-width:200px;min-height:3.5rem}.admin-actions{white-space:nowrap;flex-direction:column;gap:.5rem;display:flex}.admin-actions .btn{min-height:40px}.admin-capture-visibility{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.admin-capture-block.panel{margin-bottom:0}.admin-capture-block-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.admin-capture-block-head h3{margin:0;font-size:1rem;font-weight:600}.admin-optional-field-list{flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.admin-optional-field-row{border-bottom:1px solid var(--apple-separator);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.55rem 0;display:flex}.admin-optional-field-row:last-child{border-bottom:none}.admin-optional-field-meta{flex-direction:column;gap:.2rem;min-width:0;display:flex}.admin-optional-fid{font-size:.75rem}.admin-optional-label{font-size:.875rem;font-weight:500}.admin-visible-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0;align-items:center;gap:.5rem;display:inline-flex}.admin-visible-toggle input{width:1.15rem;height:1.15rem;min-height:auto}.admin-visible-toggle-text{color:var(--apple-text-secondary);min-width:3.25rem;font-size:.8125rem;font-weight:500}.panel.warn{border:1px solid var(--apple-warn-border);background:var(--apple-warn-bg);margin-top:1rem}.user-name{opacity:.9;font-size:.85rem}.workflow-breadcrumb-list{align-items:center;gap:var(--space-1);margin:0 0 var(--space-3);color:var(--apple-text-secondary);flex-wrap:wrap;padding:0;font-size:.8125rem;list-style:none;display:flex}.workflow-breadcrumb-list a{font-weight:500}.workflow-breadcrumb-current{color:var(--apple-text);font-weight:600}.workflow-page-header{justify-content:space-between;align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-2);flex-wrap:wrap;display:flex}.workflow-page-header-text{flex:1;min-width:min(100%,280px)}.workflow-page-header h1{margin:0 0 var(--space-1);letter-spacing:-.02em;font-size:1.75rem;font-weight:700;line-height:1.2}.workflow-subtitle{color:var(--apple-text-secondary);margin:0;font-size:.9375rem;font-weight:500}.workflow-page-intro{margin-top:var(--space-2)}.workflow-header-actions{justify-content:flex-end;align-items:center;gap:var(--space-1);flex-wrap:wrap;flex-shrink:0;display:flex}.btn.primary:disabled{opacity:.48;cursor:not-allowed}.btn-compact{min-height:40px;padding:.45rem 1rem;font-size:.8125rem}.workflow-layout{gap:var(--space-3);grid-template-columns:minmax(200px,248px) minmax(0,1fr);align-items:start;display:grid}@media (width<=768px){.workflow-layout{grid-template-columns:1fr}.workflow-steps{position:relative;top:auto}.workflow-steps-list{flex-flow:wrap}.workflow-step-item{flex:auto;min-width:140px}.workflow-step-link{flex-direction:column;align-items:flex-start;gap:6px}}.workflow-main{min-width:0}.hub-workflow .workflow-card.panel{margin-bottom:var(--space-2)}.workflow-step-inner{max-width:680px}.workflow-fields{gap:var(--space-3);max-width:680px;display:grid}.workflow-field.form-stack{flex-direction:column;align-items:stretch;gap:0;margin-bottom:0;display:flex}.workflow-field.form-stack>.field-label-row{flex-wrap:wrap;align-items:center;gap:.3rem .45rem;width:100%;margin-bottom:.45rem}.workflow-field.form-stack>input,.workflow-field.form-stack>select,.workflow-field.form-stack>textarea,.workflow-field.form-stack>.field-readonly,.workflow-field.form-stack>.multiselect-chips,.workflow-field.form-stack>.multiselect-field{width:100%;max-width:100%;margin-top:0}.hub-workflow select{appearance:none;min-height:40px;color:var(--apple-text);background-color:var(--apple-surface);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .65rem center;background-repeat:no-repeat;background-size:14px;border:1px solid #0000001a;border-radius:10px;padding:.5rem 2.35rem .5rem .75rem;font-size:.875rem;font-weight:500;transition:border-color .15s,box-shadow .15s,background-color .15s;box-shadow:0 1px 2px #0000000a}.hub-workflow select:hover:not(:disabled){background-color:#fffffff2;border-color:#00000029;box-shadow:0 2px 6px #0000000f}.hub-workflow select:focus,.hub-workflow select:focus-visible{border-color:var(--apple-accent);outline:none;box-shadow:0 0 0 3px #0071e333}.hub-workflow select:disabled{opacity:.55;cursor:not-allowed;background-color:var(--apple-fill)}.workflow-select{width:100%;position:relative}.workflow-select-trigger{width:100%;min-height:40px;font:inherit;color:var(--apple-text);text-align:left;background-color:var(--apple-surface);cursor:pointer;border:1px solid #0000001a;border-radius:10px;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 2.35rem .5rem .75rem;font-size:.875rem;font-weight:500;transition:border-color .15s,box-shadow .15s,background-color .15s;display:flex;position:relative;box-shadow:0 1px 2px #0000000a}.workflow-select-trigger:hover:not(:disabled){background-color:#fffffff2;border-color:#00000029;box-shadow:0 2px 6px #0000000f}.workflow-select-trigger:focus,.workflow-select-trigger:focus-visible{border-color:var(--apple-accent);outline:none;box-shadow:0 0 0 3px #0071e333}.workflow-select-trigger:disabled{opacity:.55;cursor:not-allowed;background-color:var(--apple-fill)}.workflow-select-value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.workflow-select-placeholder{color:var(--apple-text-secondary);font-weight:450}.workflow-select-chevron{pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") 50%/contain no-repeat;flex-shrink:0;width:14px;height:14px;margin-top:-7px;transition:transform .2s;position:absolute;top:50%;right:.65rem}.workflow-select-trigger[aria-expanded=true] .workflow-select-chevron{transform:rotate(180deg)}.workflow-select-menu{z-index:500;background:var(--apple-surface);border:1px solid #0000001a;border-radius:12px;max-height:min(280px,50vh);margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 4px 24px #0000001f,0 0 0 1px #0000000a}.workflow-select-menu:focus{outline:none}.workflow-select-option{color:var(--apple-text);cursor:pointer;border-radius:8px;margin:0;padding:.5rem .65rem;font-size:.8125rem;font-weight:500;line-height:1.35;transition:background .1s}.workflow-select-option:hover,.workflow-select-option--highlight{background:var(--apple-fill)}.workflow-select-option--selected{color:var(--apple-accent);background:#0071e31a;font-weight:600}.workflow-select-option--selected.workflow-select-option--highlight{background:#0071e329}.field-caption{margin:0 0 var(--space-2);color:var(--apple-text-secondary);max-width:42rem;font-size:.8125rem;line-height:1.45}.multiselect-chips{gap:var(--space-1);grid-template-columns:repeat(auto-fill,minmax(148px,1fr));align-items:stretch;display:grid}.ms-chip{border:1px solid var(--apple-separator);background:var(--apple-surface);cursor:pointer;min-height:40px;color:var(--apple-text);-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:10px;margin:0;padding:8px 12px;font-size:.8125rem;font-weight:500;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.ms-chip:hover{background:var(--apple-fill);border-color:#0000002e}.ms-chip--on{border-color:var(--apple-accent);color:var(--apple-text);background:#0071e314}.ms-chip:focus-within{outline:2px solid var(--apple-accent);outline-offset:2px}.ms-chip input[type=checkbox]{width:1rem;height:1rem;min-height:auto;accent-color:var(--apple-accent);flex-shrink:0;margin:0}.ms-chip-text{word-break:break-word;line-height:1.25}.workflow-code{width:100%;font-size:.8125rem}.workflow-inline-actions{margin-top:var(--space-2)}.workflow-feedback{padding:var(--space-2);margin-bottom:var(--space-3);border-radius:10px;font-size:.875rem;line-height:1.45}.workflow-feedback--error{color:#7a1c15;background:#ff3b3017;border:1px solid #ff3b3061}.workflow-feedback--success{color:#1d4d2a;background:#34c7591a;border:1px solid #34c75952}.workflow-warn{margin-top:var(--space-3)}.workflow-steps{padding:var(--space-3) var(--space-3) var(--space-2);background:linear-gradient(165deg, var(--apple-surface) 0%, #fafafc 100%);border:1px solid #00000012;border-radius:16px;position:sticky;top:88px;box-shadow:0 1px 2px #0000000a,0 12px 32px #0071e30f}.workflow-steps-header{margin-bottom:var(--space-2);padding-bottom:var(--space-2);border-bottom:1px solid #0000000f}.workflow-steps-kicker{text-transform:uppercase;letter-spacing:.12em;color:var(--apple-accent);margin:0 0 2px;font-size:.625rem;font-weight:700}.workflow-steps-title{margin:0 0 var(--space-1);letter-spacing:-.02em;color:var(--apple-text);font-size:1.0625rem;font-weight:650}.workflow-steps-hint{margin:0;font-size:.75rem;line-height:1.45}.workflow-steps-hint strong{color:var(--apple-text);font-weight:600}.workflow-progress-timeline{flex-direction:column;gap:0;margin:0;padding:4px 0 0;list-style:none;display:flex}.workflow-timeline-item{grid-template-columns:22px minmax(0,1fr);align-items:stretch;gap:10px;margin:0;padding:0;display:grid}.workflow-timeline-gutter{flex-direction:column;align-items:center;width:22px;min-height:100%;padding-top:13px;display:flex;position:relative}.workflow-timeline-dot{background:var(--apple-surface);z-index:1;border:2px solid #00000024;border-radius:50%;flex-shrink:0;width:11px;height:11px;transition:border-color .2s,background .2s,box-shadow .2s}.workflow-timeline-dot.current{border-color:var(--apple-accent);background:var(--apple-accent);animation:2.2s ease-in-out infinite workflow-pulse;box-shadow:0 0 0 4px #0071e333}.workflow-timeline-dot.done{border-color:var(--apple-success);background:var(--apple-success);box-shadow:none;animation:none}.workflow-timeline-dot.stale{background:#ff950040;border-color:#ff9500d9;animation:none}.workflow-timeline-stem{background:linear-gradient(#0000001a,#0000000d);border-radius:1px;flex:1;width:2px;min-height:10px;margin:2px 0 0}.workflow-timeline-item:last-child .workflow-timeline-stem{display:none}.workflow-pill.workflow-pill-row{text-align:left;cursor:pointer;width:100%;min-height:42px;font:inherit;color:var(--apple-text);background:#ffffffa6;border:1px solid #0000000f;border-radius:12px;align-items:center;gap:8px;margin:0 0 4px;padding:8px 12px;transition:background .2s,border-color .2s,box-shadow .2s;display:flex}.workflow-pill-row:hover{background:#fffffff2;border-color:#0000001a}.workflow-pill-row.current{background:linear-gradient(135deg,#0071e31c,#5856d60f);border-color:#0071e352;box-shadow:0 2px 12px #0071e31a}.workflow-pill-row.done{background:#34c7590f;border-color:#34c75938}.workflow-pill-row.stale{background:#ff95000f;border-color:#ff950059}@keyframes workflow-pulse{0%,to{box-shadow:0 0 0 4px #0071e333}50%{box-shadow:0 0 0 8px #0071e314}}.workflow-pill-label{text-align:left;flex:1;font-size:.8125rem;font-weight:500;line-height:1.35}.workflow-pill-check{width:1.25rem;height:1.25rem;color:var(--apple-success);background:#34c75933;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:inline-flex}.clauses-human-list,.human-records-list{gap:var(--space-2);flex-direction:column;display:flex}.clause-card-head,.human-record-card-head{justify-content:space-between;align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.clause-card.panel,.human-record-card.panel{margin-bottom:0}.clause-card-grid,.human-record-grid{gap:var(--space-2);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}@media (width<=640px){.clause-card-grid,.human-record-grid{grid-template-columns:1fr}}.human-records-subheading{margin:var(--space-4) 0 var(--space-2);color:var(--apple-text);font-size:.9375rem;font-weight:600}.workflow-steps-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.workflow-step-link{align-items:flex-start;gap:var(--space-2);text-align:left;cursor:pointer;width:100%;font:inherit;color:var(--apple-text);background:0 0;border:none;border-radius:10px;padding:10px 12px;transition:background .15s;display:flex}.workflow-step-link:hover{background:var(--apple-fill)}.workflow-step-link.current{color:var(--apple-accent);background:#0071e31a;font-weight:600}.workflow-step-link.complete .workflow-step-label{color:var(--apple-text)}.workflow-step-link.complete .workflow-step-num{color:var(--apple-success);background:#34c75933;font-size:.7rem;font-weight:700}.workflow-step-num{background:var(--apple-fill);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:600;display:inline-flex}.workflow-step-link.current .workflow-step-num{background:var(--apple-accent);color:#fff}.workflow-step-label{padding-top:2px;font-size:.875rem;line-height:1.4}.workflow-footer{z-index:20;margin-top:var(--space-3);padding:var(--space-2) 0 var(--space-1);background:linear-gradient(to top, var(--apple-bg) 65%, transparent);position:sticky;bottom:0}.workflow-footer-inner{justify-content:space-between;align-items:center;gap:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--apple-separator);flex-wrap:wrap;display:flex}.workflow-footer-actions{gap:var(--space-1);flex-wrap:wrap;justify-content:flex-end;align-items:center;display:flex}.workflow-btn-cancel:hover{background:var(--apple-fill);text-decoration:none}.workflow-btn-danger{background:var(--apple-danger)!important;color:#fff!important;border-color:#0000!important}.workflow-btn-danger:hover{filter:brightness(1.06)}.modal-backdrop{z-index:300;padding:var(--space-3);-webkit-backdrop-filter:blur(6px);background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{background:var(--apple-surface);width:min(100%,440px);max-height:min(90vh,520px);padding:var(--space-4);border:1px solid var(--apple-separator);border-radius:16px;overflow:auto;box-shadow:0 20px 50px #00000038}.modal-title{margin:0 0 var(--space-2);font-size:1.125rem;font-weight:600;line-height:1.3}.modal-body{margin:0 0 var(--space-4);font-size:.875rem;line-height:1.5}.modal-actions{gap:var(--space-2);flex-wrap:wrap;justify-content:flex-end;display:flex}.field-readonly{background:var(--apple-fill);border:1px solid var(--apple-separator);color:var(--apple-text-secondary);word-break:break-all;border-radius:10px;padding:.65rem .85rem;font-size:.875rem}.field-readonly.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8125rem}.field-error{color:var(--apple-danger);margin-top:6px;font-size:.8125rem;display:block}.workflow-textarea{resize:vertical;width:100%;min-height:120px;line-height:1.5}.workflow-textarea--xl{min-height:200px;line-height:1.55}.admin-textarea-mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem}.hub-workflow-agentic{position:relative}.hub-workflow-agentic:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(ellipse 80% 50% at 20% -10%, #0071e317, transparent 50%), radial-gradient(ellipse 60% 40% at 100% 10%, #5856d60f, transparent 45%), var(--apple-bg);position:fixed;inset:0}.workflow-status-pill{margin-left:var(--space-2);text-transform:uppercase;letter-spacing:.04em;background:var(--apple-fill);color:var(--apple-text-secondary);vertical-align:middle;border-radius:6px;padding:.2rem .55rem;font-size:.7rem;font-weight:600;display:inline-block}.workflow-locked-banner{margin:var(--space-2) 0 0;padding:var(--space-2);color:var(--apple-text);background:#0071e30f;border:1px solid #0071e340;border-radius:10px;font-size:.8125rem;line-height:1.45}.agentic-glow{box-shadow:0 0 0 1px #0071e333,0 4px 20px #0071e32e}.agentic-outline{color:var(--apple-accent);border-color:#0071e373}.hub-workflow-loading{padding:var(--space-4);text-align:center}.dph-layout--shell{font-feature-settings:"cv02", "cv03", "cv04", "cv11";letter-spacing:-.011em;flex-direction:column;align-items:stretch;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.dph-shell{flex-direction:column;flex:1;min-width:0;min-height:100vh;display:flex}.dph-topbar{z-index:1200;flex-wrap:wrap;justify-content:space-between;position:sticky;top:0}.dph-topbar-left{align-items:center;gap:.75rem;min-width:0;display:flex}.dph-topbar-rule{background:var(--apple-separator);width:1px;height:1.25rem;display:none}@media (width>=640px){.dph-topbar-rule{display:block}}.dph-topbar-title{color:#525252;letter-spacing:-.01em;cursor:pointer;font-size:.8125rem;font-weight:600;text-decoration:none}a.dph-topbar-title:hover,a.dph-topbar-title:focus-visible{color:#171717}a.dph-topbar-title:focus-visible{outline:2px solid var(--focus-ring,#2563eb);outline-offset:2px;border-radius:2px}.dph-topbar-team{border-left:1px solid var(--apple-separator);align-items:center;gap:.45rem;min-width:0;max-width:min(22rem,42vw);margin-left:.25rem;padding-left:.75rem;display:flex}@media (width<=639px){.dph-topbar-team{max-width:min(18rem,100%);margin-left:0;padding-left:.5rem}}.dph-topbar-team-field{flex:1;align-items:center;min-width:0;margin:0;display:flex}.dph-topbar-team-field select{border-radius:6px;width:100%;min-width:0;max-width:100%;padding:.2rem .45rem;font-size:.75rem}.dph-team-logo{object-fit:contain;background:var(--apple-fill,#0000000d);border:1px solid var(--apple-separator);border-radius:6px;flex-shrink:0}.dph-team-logo--sm{width:1.75rem;height:1.75rem}.dph-team-logo--md{border-radius:8px;width:3rem;height:3rem}.dph-team-logo--placeholder{color:#fff;background:linear-gradient(135deg,#6366f1,#2563eb);justify-content:center;align-items:center;font-size:.65rem;font-weight:600;display:inline-flex}.dph-team-logo--md.dph-team-logo--placeholder{font-size:.85rem}.dph-team-logo-settings-lead{margin:-.25rem 0 .85rem;font-size:.85rem;line-height:1.45}.dph-team-logo-settings-row{flex-wrap:wrap;align-items:flex-start;gap:1rem;display:flex}.dph-team-logo-settings-fields{flex-direction:column;flex:1;gap:.65rem;min-width:min(100%,14rem);display:flex}.dph-team-logo-settings-label{flex-direction:column;gap:.25rem;font-size:.85rem;font-weight:600;display:flex}.dph-team-logo-settings-actions{flex-wrap:wrap;gap:.5rem;display:flex}.dph-main{flex:1;width:100%;max-width:min(100%,1200px);margin:0 auto}.dph-team-settings{flex-direction:column;gap:1.25rem;display:flex}.dph-team-settings-page-title{margin:0}.dph-team-settings-page-lead{margin:-.5rem 0 0;font-size:.85rem;line-height:1.45}.dph-team-settings-create{flex:0 min(22rem,100%);margin:0}.dph-team-settings-create-heading{margin:0 0 .35rem;font-size:1rem}.dph-team-settings-create-lead{margin:0 0 .85rem;font-size:.8125rem;line-height:1.45}.dph-team-settings-create-form{flex-direction:column;gap:.75rem;display:flex}.dph-team-settings-field{flex-direction:column;gap:.25rem;margin:0;display:flex}.dph-team-settings-label{color:var(--apple-text-secondary,#6b7280);font-size:.75rem;font-weight:600}.dph-team-settings-field input,.dph-team-settings-field select{width:100%}.dph-team-settings-create-err{color:#b45309;margin:0;font-size:.8125rem}.dph-help-fab{z-index:1195;right:max(1rem, env(safe-area-inset-right,0px));bottom:max(1rem, env(safe-area-inset-bottom,0px));color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 55%,#1e40af 100%);border:1px solid #1d4ed859;border-radius:999px;align-items:center;gap:.4rem;padding:.52rem .98rem;font-size:.8125rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s,transform .15s;display:inline-flex;position:fixed;box-shadow:0 10px 26px #1d4ed84d,0 3px 10px #0000002e}.dph-help-fab:hover{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 55%,#1d4ed8 100%);transform:translateY(-1px);box-shadow:0 14px 32px #1d4ed859,0 5px 14px #0003}.dph-help-fab:active{transform:translateY(0);box-shadow:0 7px 18px #1d4ed847,0 2px 6px #0000002e}.dph-help-fab:focus-visible{outline-offset:2px;outline:2px solid #93c5fd}.dph-help-fab-icon{flex-shrink:0;width:1.125rem;height:1.125rem}.dph-agent-icon{justify-content:center;align-items:center;display:inline-flex;position:relative;overflow:visible}.dph-agent-icon-mark{object-fit:cover;background:#fff;border:1px solid #0000001f;border-radius:999px;width:100%;height:100%}.dph-agent-icon-antenna{background:#1d4ed8;border-radius:999px;width:2px;height:.35rem;position:absolute;top:-.34rem;left:50%;transform:translate(-50%)}.dph-agent-icon-antenna-dot{background:#1d4ed8;border-radius:999px;width:.28rem;height:.28rem;position:absolute;top:-.46rem;left:50%;transform:translate(-50%);box-shadow:0 0 0 1px #ffffffe6}.dph-bavira-with-name{align-items:center;gap:.35rem;display:inline-flex}.dph-bavira-with-name-label{font:inherit;font-weight:inherit;color:inherit;line-height:1.15}.dph-bavira-with-name--inline{vertical-align:text-bottom;gap:.28rem}.dph-bavira-with-name-icon--inline{flex-shrink:0;width:.95rem;height:.95rem}.dph-help-fab .dph-bavira-with-name-label{color:#fff}.dph-help-fab-bavira{gap:.4rem}.dph-help-fab-label{color:#fff;line-height:1}.dph-help-scrim{z-index:1185;cursor:pointer;background:#0000001f;border:none;margin:0;padding:0;animation:.15s dph-fade-in;position:fixed;inset:0}.dph-help-panel{z-index:1190;right:max(1rem, env(safe-area-inset-right,0px));bottom:max(5.25rem, calc(1rem + env(safe-area-inset-bottom,0px) + 3.25rem));background:var(--apple-surface);border:1px solid var(--apple-separator);border-radius:12px;flex-direction:column;width:min(22rem,100vw - 1.5rem);max-height:min(70vh,34rem);animation:.2s ease-out dph-help-pop;display:flex;position:fixed;overflow:hidden;box-shadow:0 12px 48px #0000002e}@keyframes dph-help-pop{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.dph-help-panel-head{border-bottom:1px solid var(--apple-separator);background:#fff9;justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem .75rem;display:flex}.dph-help-panel-title-row{align-items:center;gap:.45rem;min-width:0;display:flex}.dph-help-panel-title-icon{color:#4b5563;flex-shrink:0;width:1.125rem;height:1.125rem}.dph-help-panel-title{letter-spacing:-.02em;color:#111827;margin:0;font-size:.9375rem;font-weight:600}.dph-help-tabs{border-bottom:1px solid var(--apple-separator);background:var(--apple-surface);gap:.25rem;padding:.5rem .5rem 0;display:flex}.dph-help-tab{color:var(--apple-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px 8px 0 0;flex:1;justify-content:center;align-items:center;gap:.25rem;padding:.4rem .35rem;font-size:.6875rem;font-weight:600;display:inline-flex}.dph-help-tab-bavira-icon{flex-shrink:0;width:.7rem;height:.7rem}.dph-help-tab:hover{color:#374151;background:#0000000a}.dph-help-tab--active{color:#111827;background:#0000000f}.dph-help-tab:focus-visible{outline:2px solid var(--focus-ring,#2563eb);outline-offset:-1px}.dph-help-body{flex:1;min-height:0;padding:.75rem .85rem 1rem;overflow-y:auto}.dph-help-prose{color:#374151;font-size:.8125rem;line-height:1.45}.dph-help-lead{margin:0 0 .65rem;font-size:.8125rem}.dph-help-list{flex-direction:column;gap:.55rem;margin:0;padding-left:1.1rem;display:flex}.dph-help-list a{color:#1d4ed8;font-weight:500;text-decoration:none}.dph-help-list a:hover{text-decoration:underline}.dph-help-chat{flex-direction:column;gap:.5rem;min-height:0;display:flex}.dph-help-chat-messages{flex-direction:column;gap:.5rem;max-height:220px;padding:.25rem 0;display:flex;overflow-y:auto}.dph-help-chat-empty{margin:0;font-size:.8rem}.dph-help-chat-msg{border-radius:8px;padding:.45rem .55rem;font-size:.8rem;line-height:1.4}.dph-help-chat-msg--user{background:var(--apple-secondary-bg,#0000000d);align-self:flex-end;max-width:95%}.dph-help-chat-msg--assistant{background:#2563eb14;align-self:flex-start;max-width:100%}.dph-help-chat-role{text-transform:uppercase;letter-spacing:.04em;color:var(--apple-text-secondary,#6b7280);margin-bottom:.15rem;font-size:.68rem;font-weight:600;display:block}.dph-help-chat-role-bavira,.dph-help-chat-role-bavira .dph-bavira-with-name-label{text-transform:none;letter-spacing:normal;font-weight:600}.dph-help-chat-role-bavira-icon{flex-shrink:0;width:.85rem;height:.85rem}.dph-help-chat-text{white-space:pre-wrap}.dph-help-chat-err{color:#b45309;margin:0;font-size:.78rem}.dph-help-chat-form{flex-direction:column;gap:.35rem;display:flex}.dph-help-chat-input{resize:vertical;width:100%;min-height:2.75rem;font:inherit;border:1px solid var(--apple-separator,#d1d5db);border-radius:8px;padding:.4rem .5rem}.dph-help-chat-send{align-self:flex-end}.dph-main:has(.hub-workflow){max-width:1120px}.dph-main:has(.dph-landing){max-width:none}.dph-main:has(.dph-reg-page){max-width:min(100%,960px)}.dph-main:has(.dph-catalog){max-width:min(100%,900px)}.dph-main:has(.dph-obs-dashboard){max-width:min(100%,960px)}.dph-icon-btn{width:2.5rem;height:2.5rem;color:var(--apple-text);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;padding:0;display:inline-flex}.dph-icon-btn:hover{background:var(--apple-fill)}.dph-icon-btn--sm{width:2rem;height:2rem}.dph-icon-btn-svg{width:1.25rem;height:1.25rem}.dph-drawer-scrim{z-index:1200;cursor:pointer;-webkit-backdrop-filter:blur(4px);background:#0003;border:none;margin:0;padding:0;animation:.15s dph-fade-in;position:fixed;inset:0}.dph-drawer{z-index:1210;background:var(--apple-surface);border-right:1px solid var(--apple-separator);flex-direction:column;width:min(20rem,92vw);animation:.2s ease-out dph-slide-in;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:8px 0 32px #0000001f}@keyframes dph-slide-in{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes dph-fade-in{0%{opacity:0}to{opacity:1}}.dph-drawer-head{padding:var(--space-2);border-bottom:1px solid var(--apple-separator);justify-content:space-between;align-items:center;display:flex}.dph-drawer-head-label{text-transform:uppercase;letter-spacing:.08em;color:var(--apple-text-secondary);font-size:.7rem;font-weight:600}.dph-drawer-body{min-height:0;padding-bottom:var(--space-2);flex:1;overflow-y:auto}.dph-drawer-section{padding:var(--space-2)}.dph-drawer-section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--apple-text-secondary);align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.7rem;font-weight:600;display:flex}.dph-drawer-section-title--row{justify-content:space-between;gap:.75rem;width:100%;margin-bottom:.65rem}.dph-drawer-section-title--row .dph-drawer-badge{flex-shrink:0;margin-left:0}.dph-drawer-section-icon{flex-shrink:0;width:1rem;height:1rem}.dph-drawer-badge{color:#fff;background:#1d1d1f;border-radius:999px;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;margin-left:auto;padding:0 .35rem;font-size:.65rem;font-weight:600;display:inline-flex}.dph-pending-list{flex-direction:column;gap:.5rem;display:flex}.dph-pending-card{text-align:left;border:1px solid var(--apple-separator);background:var(--apple-surface);cursor:pointer;width:100%;font:inherit;color:inherit;border-radius:10px;padding:.75rem;transition:background .12s}.dph-pending-card:hover{background:#e8e8ed99}.dph-pending-card-row{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.dph-pending-card-title{color:var(--apple-text);margin:0;font-size:.8125rem;font-weight:600;line-height:1.35}.dph-pending-chevron{width:.875rem;height:.875rem;color:var(--apple-text-secondary);opacity:0;flex-shrink:0;margin-top:.125rem;transition:opacity .12s}.dph-pending-card:hover .dph-pending-chevron{opacity:1}.dph-pending-meta{align-items:center;gap:.5rem;margin-top:.4rem;display:flex}.dph-pending-priority{text-transform:capitalize;border-radius:6px;padding:.125rem .35rem;font-size:.6rem;font-weight:600}.dph-pending-priority--high{color:var(--apple-danger);background:#ff3b301f}.dph-pending-priority--medium{color:#b45309;background:#ffd60a33}.dph-pending-priority--low{color:var(--apple-success);background:#34c75926}.dph-pending-due{color:var(--apple-text-secondary);align-items:center;gap:.25rem;font-size:.65rem;display:inline-flex}.dph-pending-due-icon{width:.75rem;height:.75rem}.dph-pending-card-code{letter-spacing:.04em;margin:.15rem 0 .35rem;font-size:.7rem;font-weight:600}.dph-pending-card--observe{opacity:.92}.dph-pending-card--release-plan{cursor:default}.dph-pending-card--release-plan:hover{background:var(--apple-surface)}.dph-pending-card-cta{justify-content:center;width:100%;margin-top:.55rem}.dph-release-approval-page{max-width:min(72rem,100%);margin:0 auto;padding:1.25rem 1rem 2rem}.dph-release-approval-page-head{margin-bottom:1rem}.dph-release-approval-hero{align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;display:flex}.dph-release-approval-hero-icon{width:2rem;height:2rem;color:var(--apple-accent,#007aff);flex-shrink:0}.dph-release-approval-title{letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:650}.dph-release-approval-sub{margin:.25rem 0 0;font-size:.9rem}.dph-release-approval-code{font-weight:500}.dph-release-approval-section{margin-bottom:1rem}.dph-release-approval-snapshot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem;margin-top:.5rem;display:grid}@media (width>=520px){.dph-release-approval-snapshot-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.dph-release-approval-label{text-transform:uppercase;letter-spacing:.06em;margin-bottom:.15rem;font-size:.68rem;display:block}.dph-release-approval-value{margin:0;font-size:.9rem;font-weight:600}.dph-release-approval-block{margin-top:.85rem}.dph-release-approval-desc{white-space:pre-wrap;margin:.25rem 0 0;font-size:.85rem;line-height:1.45}.dph-release-approval-metrics{margin:.85rem 0 0;padding-left:1.1rem;font-size:.8rem;line-height:1.5}.dph-release-approval-assigned{margin:.35rem 0 .75rem;font-size:.88rem}.dph-release-approval-label-block{margin-top:.25rem;font-size:.85rem;font-weight:600;display:block}.dph-release-approval-hint{margin:.15rem 0 .5rem;font-size:.78rem;line-height:1.4}.dph-release-approval-textarea{width:100%;margin-bottom:.65rem}.dph-release-approval-actions{flex-wrap:wrap;gap:.5rem;margin-top:.35rem;display:flex}.dph-release-approval-footnote{margin:.65rem 0 0;font-size:.75rem;line-height:1.4}.dph-release-approval-done{margin-top:.35rem}.dph-release-approval-prior-comment{white-space:pre-wrap;margin:.5rem 0 .75rem;font-size:.88rem;line-height:1.45}.dph-release-approval-snapshot-full{flex-direction:column;gap:.75rem;display:flex}.dph-release-approval-metrics-bar{border-top:1px solid var(--apple-separator,#00000014);flex-wrap:wrap;gap:.5rem 1.25rem;margin-top:.75rem;padding-top:.65rem;font-size:.78rem;display:flex}.dph-release-approval-prose{white-space:pre-wrap;margin:.25rem 0 0;font-size:.88rem;line-height:1.5}.dph-release-approval-lead{margin:0 0 .65rem;font-size:.82rem;line-height:1.45}.dph-release-approval-bullet-list{margin:0;padding-left:1.15rem;font-size:.86rem;line-height:1.55}.dph-release-approval-id-line{margin-top:.15rem;font-size:.72rem}.dph-release-approval-table-wrap{border:1px solid var(--apple-separator,#00000014);border-radius:8px;max-height:min(28rem,55vh);margin-top:.35rem;overflow:auto}.dph-release-approval-table{border-collapse:collapse;width:100%;font-size:.8rem}.dph-release-approval-table th,.dph-release-approval-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--apple-separator,#0000000f);padding:.45rem .6rem}.dph-release-approval-table th{text-transform:uppercase;letter-spacing:.04em;color:var(--apple-text-secondary,#666);background:var(--apple-surface-secondary,#00000008);z-index:1;font-size:.68rem;font-weight:600;position:sticky;top:0}.dph-release-approval-table tr:last-child td{border-bottom:none}.dph-release-approval-td-notes{white-space:pre-wrap;word-break:break-word;max-width:18rem}.dph-release-approval-table--wide .dph-release-approval-td-notes{max-width:24rem}.dph-release-approval-appr-state{font-size:.78rem;font-weight:600;display:inline-block}.dph-release-approval-appr-state--approved{color:var(--apple-success,#248a3d)}.dph-release-approval-appr-state--rejected{color:var(--apple-destructive,#c41e3a)}.dph-release-approval-appr-state--pending{color:var(--apple-text-secondary,#666)}.dph-release-approval-audit-list{margin:0;padding-left:1rem;font-size:.82rem}.dph-release-approval-audit-item{margin-bottom:.75rem}.dph-release-approval-audit-top{flex-wrap:wrap;gap:.5rem 1rem;font-size:.72rem;display:flex}.dph-release-approval-audit-summary{margin:.2rem 0 0;font-weight:500}.dph-release-approval-audit-detail{white-space:pre-wrap;margin:.15rem 0 0;font-size:.78rem;line-height:1.4}.dph-release-approval-audit-actor{margin:.15rem 0 0;font-size:.72rem}.dph-release-approval-notice{margin-top:.25rem}.dph-pending-await{margin:.35rem 0 0;font-size:.65rem}.dph-drawer-pending-hint{margin:0;padding:0 .25rem .35rem;font-size:.78rem}.dph-drawer-rule{height:1px;margin:0 var(--space-2);background:var(--apple-separator)}.dph-drawer-nav-label{text-transform:uppercase;letter-spacing:.08em;color:var(--apple-text-secondary);margin-bottom:.5rem;font-size:.7rem;font-weight:600;display:block}.dph-drawer-nav-label--muted{opacity:.85}.dph-drawer-muted-lead{margin:0 0 .65rem;font-size:.72rem;line-height:1.4}.dph-drawer-nav{flex-direction:column;gap:2px;display:flex}.dph-drawer-nav-item{width:100%;font:inherit;color:var(--apple-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.75rem;padding:.55rem .75rem;font-size:.85rem;font-weight:500;text-decoration:none;display:flex}.dph-drawer-nav-item:hover{background:var(--apple-fill);color:var(--apple-text);text-decoration:none}.dph-drawer-nav-item--active{color:var(--apple-accent);background:#0071e31a;font-weight:600}.dph-drawer-nav-icon{width:1rem;height:1rem;color:var(--apple-text-secondary);flex-shrink:0}.dph-drawer-nav-item--active .dph-drawer-nav-icon{color:var(--apple-accent)}.dph-drawer-nav-item--sub{font-size:.8125rem;font-weight:500}.dph-drawer-foot{padding:var(--space-2);border-top:1px solid var(--apple-separator)}.dph-drawer-foot-link{width:100%;color:var(--apple-text);border-radius:10px;justify-content:flex-start;align-items:center;gap:.5rem;padding:.65rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.dph-drawer-foot-icon{width:1.125rem;height:1.125rem;color:var(--apple-text-secondary);flex-shrink:0}.dph-drawer-foot-link:hover{background:var(--apple-fill);color:var(--apple-text);text-decoration:none}.dph-drawer-foot-link:hover .dph-drawer-foot-icon{color:var(--apple-text)}.dph-home{max-width:56rem}.dph-home-hero{margin-bottom:var(--space-4)}.dph-home-eyebrow{margin:0 0 var(--space-1);text-transform:uppercase;letter-spacing:.08em;color:var(--apple-accent);font-size:.75rem;font-weight:600}.dph-home-hero h1{margin:0 0 var(--space-2);letter-spacing:-.03em;font-size:1.85rem;font-weight:700;line-height:1.2}.dph-home-lead{margin:0 0 var(--space-3);max-width:40rem;font-size:.9375rem;line-height:1.5}.dph-home-actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.dph-home-grid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid}.dph-module-card{flex-direction:column;margin-bottom:0;display:flex}.dph-module-card--live{border-color:#0071e338;box-shadow:0 0 0 1px #0071e314,0 4px 16px #0071e30f}.dph-module-card-head{justify-content:space-between;align-items:flex-start;gap:var(--space-2);margin-bottom:var(--space-2);display:flex}.dph-module-card-head h2{margin:0;font-size:1.05rem;font-weight:600;line-height:1.25}.dph-module-card-desc{margin:0 0 var(--space-3);flex:1;font-size:.875rem;line-height:1.45}.dph-module-card-actions{gap:var(--space-1);flex-wrap:wrap;margin-top:auto;display:flex}.dph-pill{text-transform:uppercase;letter-spacing:.05em;background:var(--apple-fill);color:var(--apple-text-secondary);border-radius:6px;flex-shrink:0;padding:.2rem .5rem;font-size:.65rem;font-weight:600}.dph-pill--live{color:var(--apple-success);background:#34c75926}.dph-placeholder{max-width:40rem}.dph-placeholder-breadcrumb{margin-bottom:var(--space-2);font-size:.8125rem}.dph-placeholder-breadcrumb a{font-weight:500}.dph-placeholder-body{margin:0 0 var(--space-2);font-size:.9375rem;line-height:1.55}.dph-placeholder-note{margin-bottom:var(--space-3);font-size:.8125rem}.dph-landing{width:100%;max-width:72rem;min-height:calc(100vh - 6rem);padding:0 var(--space-2);flex-direction:column;margin:0 auto;display:flex}.dph-landing-new-row{padding:var(--space-2) 0 var(--space-1);justify-content:flex-end;display:flex}.dph-landing-body{flex-direction:column;flex:1;gap:0;min-height:min(72vh,52rem);display:flex}.dph-landing-hero-wrap{padding:var(--space-2) 0 var(--space-4);flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:0;margin-top:-2rem;display:flex}.dph-landing-registered{min-height:0;padding:var(--space-3) 0 var(--space-2);border-top:1px solid var(--apple-separator);flex-direction:column;flex:1;display:flex}.dph-landing-registered-head{justify-content:space-between;align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.dph-landing-registered-title{letter-spacing:-.02em;margin:0;font-size:1.125rem;font-weight:600}.dph-landing-registered-meta{margin:0;font-size:.8125rem}.dph-landing-registered-grid{gap:var(--space-3);flex:1;grid-template-columns:repeat(auto-fill,minmax(17.5rem,1fr));align-content:start;margin:0;padding:0;list-style:none;display:grid}.dph-landing-registered-grid>li{min-height:0;margin:0}.dph-landing-product-card{height:100%;color:inherit;flex-direction:column;margin-bottom:0;padding:1rem 1.1rem 1.25rem;text-decoration:none;transition:box-shadow .15s,border-color .15s;display:flex;position:relative}.dph-landing-product-card:hover{border-color:#0000001a;box-shadow:0 4px 14px #00000014}.dph-landing-product-card:focus-visible{outline:2px solid var(--apple-accent,#007aff);outline-offset:2px}.dph-landing-product-card-top{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;display:flex}.dph-landing-product-card-identity{flex:1;align-items:flex-start;gap:.65rem;min-width:0;display:flex}.dph-landing-product-card-heading{flex:1;min-width:0}.dph-landing-product-card-icon{width:1.25rem;height:1.25rem;color:var(--apple-text);opacity:.85;flex-shrink:0;margin-top:.1rem}.dph-landing-product-card-name{letter-spacing:-.015em;margin:0 0 .2rem;font-size:1rem;font-weight:600;line-height:1.35}.dph-landing-product-card-code{margin:0;font-size:.75rem;line-height:1.3}.dph-landing-product-desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 auto;font-size:.8125rem;line-height:1.45;display:-webkit-box;overflow:hidden}.dph-landing-product-card-foot{border-top:1px solid var(--apple-separator);align-items:center;gap:.5rem;margin-top:1rem;padding-top:.75rem;padding-right:1.75rem;display:flex;position:relative}.dph-landing-product-foot-meta{flex:1;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;margin:0;font-size:.75rem;line-height:1.3;display:flex}.dph-landing-product-foot-left{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.dph-landing-product-foot-owner{white-space:nowrap;text-align:right;flex-shrink:0}.dph-landing-product-chevron{width:1.1rem;height:1.1rem;color:var(--apple-text-secondary);opacity:.7;position:absolute;top:50%;right:0;transform:translateY(-50%)}.dph-landing-registered-more{margin-top:var(--space-2);text-align:center}.dph-landing-registered-empty{margin:0;font-size:.875rem}.dph-landing-hero{align-items:center;gap:var(--space-3);flex-direction:column;width:100%;max-width:42rem;display:flex}.dph-landing-logo{object-fit:contain;mix-blend-mode:darken;width:auto;height:4rem;display:block}@media (width>=768px){.dph-landing-logo{height:5rem}}.dph-landing-titles{text-align:center}.dph-landing-tagline{letter-spacing:-.006em;color:#737373;max-width:28rem;margin:0 auto;font-size:.875rem;font-weight:400;line-height:1.5}.dph-landing-modules{margin-top:var(--space-3);padding-bottom:var(--space-4)}.dph-landing-modules-heading{margin:0 0 var(--space-2);font-size:1rem;font-weight:600}.dph-landing-footer{padding:var(--space-2) 0 var(--space-3);text-align:center}.dph-landing-footer-text{opacity:.55;margin:0;font-size:.7rem}.dph-user-panel{position:relative}.dph-user-menu-anchor{flex-direction:column;align-items:flex-end;display:inline-flex;position:relative}.dph-user-trigger{font:inherit;cursor:pointer;color:inherit;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.25rem .65rem .25rem .25rem;display:inline-flex}.dph-user-trigger:hover{background:var(--apple-fill);border-color:var(--apple-separator)}.dph-user-avatar{color:#fff;background:linear-gradient(135deg,#22d3ee,#2563eb);border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:600;display:inline-flex}.dph-user-avatar--lg{width:2.5rem;height:2.5rem;font-size:.85rem}.dph-user-trigger-name{text-overflow:ellipsis;white-space:nowrap;max-width:10rem;font-size:.85rem;font-weight:500;display:none;overflow:hidden}@media (width>=768px){.dph-user-trigger-name{display:inline}}.dph-user-trigger-chevron{width:.875rem;height:.875rem;color:var(--apple-text-secondary);display:none}@media (width>=768px){.dph-user-trigger-chevron{display:block}}.dph-user-dropdown{z-index:2000;background:var(--apple-surface);border:1px solid var(--apple-separator);border-radius:14px;width:min(20rem,100vw - 2rem);margin-top:.35rem;animation:.15s dph-drop-in;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 12px 40px #0000001f}@keyframes dph-drop-in{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.dph-user-dropdown-head{padding:var(--space-2);border-bottom:1px solid var(--apple-separator)}.dph-user-dropdown-profile{align-items:center;gap:.75rem;display:flex}.dph-user-dropdown-name{margin:0;font-size:.9rem;font-weight:600}.dph-user-dropdown-email{margin:.15rem 0 0;font-size:.75rem}.dph-user-stats{gap:var(--space-3);margin-top:.75rem;display:flex}.dph-user-stat-value{text-align:center;margin:0;font-size:.9rem;font-weight:600}.dph-user-stat-label{text-align:center;margin:.1rem 0 0;font-size:.65rem}.dph-user-dropdown-scroll{max-height:16rem;padding:var(--space-1) 0;overflow-y:auto}.dph-user-block{padding:.65rem var(--space-2)}.dph-user-block-title{text-transform:uppercase;letter-spacing:.06em;color:var(--apple-text-secondary);align-items:center;gap:.35rem;margin:0 0 .5rem;font-size:.7rem;font-weight:600;display:flex}.dph-user-block-icon{width:.875rem;height:.875rem}.dph-user-block--bordered{border-top:1px solid var(--apple-separator);margin-top:.25rem;padding-top:.85rem}.dph-user-panel-hint{margin:0;font-size:.78rem;line-height:1.4}.dph-user-popular-list{margin:0;padding:0;list-style:none}.dph-user-popular-item{border-bottom:1px solid #d2d2d780}.dph-user-popular-item:last-child{border-bottom:none}.dph-user-popular-row{border-bottom:1px solid #d2d2d780;grid-template-columns:1fr auto auto;align-items:center;gap:.5rem .75rem;padding:.4rem 0;font-size:.8rem;display:grid}.dph-user-popular-row:last-child{border-bottom:none}.dph-user-popular-row--link{color:inherit;border-bottom:none;border-radius:8px;margin:0 -.35rem;padding:.45rem .35rem;text-decoration:none;transition:background .12s}.dph-user-popular-row--link:hover{background:var(--apple-fill)}.dph-user-popular-name{min-width:0;font-weight:500}.dph-user-popular-views{font-variant-numeric:tabular-nums;font-size:.72rem}.dph-user-popular-trend{color:var(--apple-success);font-variant-numeric:tabular-nums;font-size:.72rem;font-weight:600}.dph-user-popular-updated{font-variant-numeric:tabular-nums;font-size:.72rem}.dph-user-search-list{margin:0;padding:0;list-style:none}.dph-user-search-item{border-bottom:1px solid #d2d2d773;padding:.35rem 0;font-size:.8rem}.dph-user-search-item:last-child{border-bottom:none}.dph-user-search-link{color:var(--apple-text);font-weight:600;text-decoration:none;display:block}.dph-user-search-link:hover{color:var(--apple-accent);text-decoration:none}.dph-user-mini-list{margin:0;padding:0;list-style:none}.dph-user-mini-row{border-bottom:1px solid #d2d2d780;flex-direction:column;gap:.1rem;padding:.35rem 0;font-size:.8rem;display:flex}.dph-user-mini-row:last-child{border-bottom:none}.dph-user-mini-name{font-weight:500}.dph-user-mini-meta{font-size:.72rem}.dph-user-trend{color:var(--apple-success)}.dph-user-chips{flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.dph-user-chip{background:var(--apple-fill);color:var(--apple-text-secondary);border-radius:8px;padding:.2rem .5rem;font-size:.72rem;display:inline-block}.dph-user-tags{flex-wrap:wrap;gap:.35rem;display:flex}.dph-user-tag{border-radius:8px;align-items:center;gap:.2rem;padding:.2rem .45rem;font-size:.68rem;font-weight:600;display:inline-flex}.dph-user-tag-icon{width:.65rem;height:.65rem}.dph-user-tag--purple{color:#6b21a8;background:#9333ea1f}.dph-user-tag--blue{color:#1d4ed8;background:#2563eb1f}.dph-user-tag--green{color:#15803d;background:#34c75926}.dph-user-tag--amber{color:#b45309;background:#f59e0b26}.dph-user-tag--red{color:#b91c1c;background:#ef44441f}.dph-user-tag--cyan{color:#0e7490;background:#06b6d41f}.dph-user-dropdown-actions{border-top:1px solid var(--apple-separator);gap:.25rem;padding:.35rem;display:flex}.dph-user-action{cursor:pointer;font-size:.8rem;font-weight:500;font:inherit;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.5rem;text-decoration:none;display:inline-flex}.dph-user-action--neutral{color:var(--apple-text-secondary);background:0 0}.dph-user-action--neutral:hover{background:var(--apple-fill);color:var(--apple-text);text-decoration:none}.dph-user-action--danger{color:var(--apple-danger);background:0 0}.dph-user-action--danger:hover{background:#ff3b3014}.dph-user-action-icon{width:.875rem;height:.875rem}.dph-platform-dialog{background:var(--apple-surface);width:min(32rem,100vw - 2rem);max-height:calc(100vh - 3rem);color:var(--apple-text);border:none;border-radius:16px;margin:auto;padding:0;box-shadow:0 24px 80px #0000002e}.dph-platform-dialog::backdrop{background:#00000059}.dph-platform-dialog-inner{padding:1.25rem 1.35rem 1.35rem}.dph-platform-dialog-title{margin:0 0 1rem;font-size:1.1rem;font-weight:600}.dph-platform-modules-fieldset{border:none;margin:0;padding:0}.dph-platform-modules-legend{padding:0;font-size:.85rem;font-weight:600}.dph-platform-modules-actions{flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem;display:flex}.dph-platform-modules-list{border:1px solid var(--apple-separator);border-radius:10px;max-height:14rem;margin:0;padding:0;list-style:none;overflow-y:auto}.dph-platform-module-row{cursor:pointer;border-bottom:1px solid var(--apple-separator);align-items:flex-start;gap:.5rem;padding:.45rem .65rem;font-size:.85rem;display:flex}.dph-platform-module-row:last-child{border-bottom:none}.dph-platform-modules-fieldset+.dph-platform-modules-fieldset{margin-top:1rem}.dph-platform-ai-toggle{align-items:center;gap:.5rem;margin:.5rem 0 .75rem;font-size:.85rem;font-weight:500;display:flex}.dph-platform-dialog-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.dph-search{width:100%;max-width:42rem}.dph-search-hint{text-align:center;color:var(--apple-accent);margin:.65rem 0 0;font-size:.75rem;font-weight:500;line-height:1.45}@keyframes dph-search-spin{to{transform:rotate(360deg)}}.dph-search-nl-send{border:none;border-left:1px solid var(--apple-separator);cursor:pointer;color:#0891b2;background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:2.65rem;display:inline-flex}.dph-search-nl-send:hover:not(:disabled){background:var(--apple-fill)}.dph-search-nl-send:disabled{opacity:.45;cursor:not-allowed}.dph-search-nl-send-icon{width:1.1rem;height:1.1rem}.dph-search-nl-send-icon--spin{animation:.85s linear infinite dph-search-spin}.dph-search-nl-panel{border:1px solid var(--apple-separator);background:var(--apple-fill);text-align:left;border-radius:.75rem;margin-top:.75rem;padding:.85rem 1rem}.dph-search-nl-status{align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:.8rem;display:flex}.dph-search-nl-status-icon{flex-shrink:0;width:1rem;height:1rem;animation:.85s linear infinite dph-search-spin}.dph-search-nl-err{color:#b91c1c;margin:0 0 .5rem;font-size:.85rem;line-height:1.45}.dph-search-nl-reply{margin:0 0 .65rem}.dph-search-nl-reply-body{white-space:pre-wrap;font-size:.9rem;line-height:1.55}.dph-search-nl-model{margin:.5rem 0 0;font-size:.7rem}.dph-search-nl-agent-badge{align-items:center;gap:.35rem;display:inline-flex}.dph-search-nl-agent-icon{flex-shrink:0;width:.9rem;height:.9rem}.dph-search-nl-actions{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.dph-search-shell{border:1px solid var(--apple-separator);background:var(--apple-surface);border-radius:999px;transition:border-color .15s,box-shadow .15s;box-shadow:0 1px 3px #0000000f}.dph-search-shell--focused{border-color:#22d3eed9;box-shadow:0 0 0 3px #22d3ee1f}.dph-search-inner{align-items:stretch;min-height:3.25rem;display:flex}.dph-search-lead-icon{flex-shrink:0;align-items:center;padding-left:1rem;padding-right:.35rem;display:flex}.dph-search-lead-icon-svg{color:#0891b2;width:1.125rem;height:1.125rem}.dph-search-cat{flex-shrink:0;position:relative}.dph-search-cat--end{align-self:stretch}.dph-search-cat-btn{border:none;border-left:1px solid var(--apple-separator);height:100%;font:inherit;color:var(--apple-text);cursor:pointer;background:0 0;border-radius:0 999px 999px 0;align-items:center;gap:.35rem;padding:0 .85rem 0 .65rem;font-size:.8rem;font-weight:600;display:inline-flex}.dph-search-cat-btn--end{min-height:100%}.dph-search-cat-btn:hover{background:var(--apple-fill)}.dph-search-cat-icon{width:1rem;height:1rem;color:var(--apple-text-secondary)}.dph-search-cat-label{text-overflow:ellipsis;white-space:nowrap;max-width:5rem;overflow:hidden}.dph-search-cat-chevron{width:1rem;height:1rem;color:var(--apple-text-secondary)}.dph-search-cat-scrim{z-index:90;cursor:default;background:0 0;border:none;margin:0;padding:0;position:fixed;inset:0}.dph-search-cat-menu{z-index:95;background:var(--apple-surface);border:1px solid var(--apple-separator);border-radius:12px;min-width:17rem;max-width:min(20rem,100vw - 2rem);margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + .35rem);box-shadow:0 12px 32px #0000001f}.dph-search-cat-menu--end{left:auto;right:0}.dph-search-cat-option{width:100%;font:inherit;text-align:left;cursor:pointer;color:inherit;background:0 0;border:none;border-radius:8px;align-items:flex-start;gap:.65rem;padding:.5rem;display:flex}.dph-search-cat-option:hover,.dph-search-cat-option--active{background:var(--apple-fill)}.dph-search-cat-option--deemphasize{opacity:.72}.dph-search-cat-option--deemphasize .dph-search-cat-option-desc{font-size:.68rem}.dph-search-cat-option-icon{width:1rem;height:1rem;color:var(--apple-text-secondary);flex-shrink:0;margin-top:.1rem}.dph-search-cat-option-text{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.dph-search-cat-option-label-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.dph-search-cat-option-label{font-size:.85rem;font-weight:600}.dph-search-cat-check{width:.9rem;height:.9rem;color:var(--apple-accent);flex-shrink:0}.dph-search-cat-option-desc{font-size:.72rem;line-height:1.3}.dph-search-input{min-width:0;font:inherit;color:var(--apple-text);background:0 0;border:none;flex:1;padding:0 .5rem 0 0;font-size:.9rem}.dph-search-input:focus{outline:none}.dph-search-input::placeholder{color:var(--apple-text-secondary)}.dph-new-wrap{position:relative}.dph-new-trigger{color:#fff;min-height:2.5rem;font:inherit;cursor:pointer;background:#1d1d1f;border:none;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #00000014}.dph-new-trigger:hover{background:#000}.dph-new-trigger-icon{width:1rem;height:1rem}.dph-new-scrim{z-index:90;cursor:default;background:0 0;border:none;margin:0;padding:0;position:fixed;inset:0}.dph-new-menu{z-index:95;background:var(--apple-surface);border:1px solid var(--apple-separator);border-radius:14px;width:min(18rem,100vw - 2rem);animation:.15s dph-drop-in;position:absolute;top:calc(100% + .35rem);right:0;overflow:hidden;box-shadow:0 12px 40px #0000001f}.dph-new-item{padding:.75rem var(--space-2);color:inherit;border-bottom:1px solid #d2d2d773;align-items:flex-start;gap:.65rem;text-decoration:none;display:flex}.dph-new-item:last-child{border-bottom:none}.dph-new-item:hover{background:var(--apple-fill);color:inherit;text-decoration:none}.dph-new-item-icon{width:1.1rem;height:1.1rem;color:var(--apple-text-secondary);flex-shrink:0;margin-top:.1rem}.dph-new-item-text{flex-direction:column;gap:.15rem;min-width:0;display:flex}.dph-new-item-label{font-size:.85rem;font-weight:600}.dph-new-item-desc{font-size:.75rem;line-height:1.35}.dph-reg-page{padding-bottom:2rem}.dph-reg-inner{width:100%}.dph-reg-header{margin-bottom:1.75rem}.dph-reg-back{color:var(--apple-text-secondary);align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex}.dph-reg-back:hover{color:var(--apple-text);text-decoration:none}.dph-reg-back-icon{flex-shrink:0;width:1rem;height:1rem}.dph-reg-title-row{align-items:center;gap:.65rem;margin-bottom:.35rem;display:flex}.dph-reg-title-icon{width:2rem;height:2rem;color:var(--apple-accent);flex-shrink:0}.dph-reg-title{letter-spacing:-.02em;margin:0;font-size:1.5rem;font-weight:700}.dph-reg-lead{margin:0;font-size:.875rem;line-height:1.45}.dph-reg-drafts-details{border:1px solid var(--apple-separator);background:#00000005;border-radius:14px;margin-top:1.5rem;padding:.85rem 1rem 1rem}.dph-reg-drafts-summary{cursor:pointer;color:var(--apple-text);font-size:.9rem;font-weight:600;list-style:none}.dph-reg-drafts-summary::-webkit-details-marker{display:none}.dph-reg-drafts-panel{margin-top:.85rem;margin-bottom:0}.dph-reg-drafts-lead{margin:0 0 .75rem;font-size:.88rem;line-height:1.45}.dph-reg-drafts-table-wrap{overflow-x:auto}.dph-reg-draft-table{border-collapse:collapse;width:100%;font-size:.9rem}.dph-reg-draft-table th,.dph-reg-draft-table td{text-align:left;vertical-align:top;padding:.45rem .5rem .45rem 0}.dph-reg-draft-table th{color:var(--apple-text-secondary);font-size:.78rem;font-weight:600}.dph-reg-drafts-offteam{margin-top:.2rem;font-size:.8rem;display:block}.dph-reg-drafts-actions{flex-wrap:wrap;gap:.4rem;display:flex}.dph-reg-drafts-back{margin:.75rem 0 0}.dph-reg-form{flex-direction:column;gap:1.5rem;display:flex}.dph-reg-alert{border-radius:12px;padding:.75rem 1rem;font-size:.875rem}.dph-reg-alert--error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.dph-reg-section{padding:1.25rem 1.35rem}.dph-reg-section-head{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.dph-reg-section-icon{width:1.25rem;height:1.25rem;color:var(--apple-accent);flex-shrink:0}.dph-reg-section-title{margin:0;font-size:1.05rem;font-weight:650}.dph-reg-fields{flex-direction:column;gap:1.15rem;display:flex}.dph-reg-field{flex-direction:column;align-items:stretch;gap:.4rem;min-width:0;margin-bottom:0;display:flex}.dph-reg-field>span{color:var(--apple-text-secondary);font-size:.8rem;font-weight:600}.dph-reg-field input,.dph-reg-field select,.dph-reg-field textarea{width:100%}.dph-reg-field textarea{resize:vertical;line-height:1.45}.dph-reg-grid-2{grid-template-columns:1fr;gap:1.15rem;display:grid}@media (width>=640px){.dph-reg-grid-2{grid-template-columns:1fr 1fr}}.dph-reg-hint{margin:-.25rem 0 .85rem;font-size:.8rem;line-height:1.4}.dph-reg-add-row{flex-wrap:wrap;align-items:stretch;gap:.5rem;margin-bottom:.75rem;display:flex}.dph-reg-add-row input{flex:1;min-width:12rem}.dph-reg-add-btn{align-items:center;gap:.35rem;display:inline-flex}.dph-reg-inline-icon{flex-shrink:0;width:1rem;height:1rem}.dph-reg-source-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.dph-reg-source-item{background:var(--apple-fill);border:1px solid var(--apple-separator);border-radius:10px;align-items:center;gap:.5rem;padding:.65rem .85rem;display:flex}.dph-reg-source-db{width:1rem;height:1rem;color:var(--apple-text-secondary);flex-shrink:0}.dph-reg-source-text{flex:1;min-width:0;font-size:.85rem}.dph-reg-icon-danger{color:#b91c1c;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.35rem;display:inline-flex}.dph-reg-icon-danger:hover{background:#b91c1c14}.dph-reg-chips{flex-wrap:wrap;gap:.5rem;display:flex}.dph-reg-chip{border:1px solid var(--apple-separator);background:var(--apple-surface);color:var(--apple-text);cursor:pointer;border-radius:980px;padding:.45rem .9rem;font-size:.8rem;font-weight:500;transition:background .12s,border-color .12s,color .12s}.dph-reg-chip:hover{background:var(--apple-fill)}.dph-reg-chip--on{background:var(--apple-accent);border-color:var(--apple-accent);color:#fff}.dph-reg-dropzone{border:2px dashed var(--apple-separator);text-align:center;border-radius:12px;padding:2rem 1.25rem;transition:background .15s,border-color .15s}.dph-reg-dropzone--active{background:var(--apple-fill);border-color:var(--apple-accent)}.dph-reg-drop-label{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;min-height:5.5rem;margin:0;display:flex;position:relative}.dph-reg-drop-icon{width:2.25rem;height:2.25rem;color:var(--apple-text-secondary)}.dph-reg-drop-title{color:var(--apple-text);font-size:.875rem;font-weight:600}.dph-reg-drop-meta{font-size:.75rem}.dph-reg-file-input{opacity:0;cursor:pointer;width:100%;height:100%;font-size:0;position:absolute;inset:0}.dph-reg-file-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem;display:flex}.dph-reg-file-name{font-size:.875rem;font-weight:500}.dph-reg-field-error{color:#b91c1c;margin:.5rem 0 0;font-size:.8125rem}.dph-reg-add-role{align-items:center;gap:.35rem;margin-bottom:1rem;display:inline-flex}.dph-reg-roles{flex-direction:column;gap:.75rem;display:flex}.dph-reg-role-row{grid-template-columns:1fr;align-items:start;gap:.5rem;display:grid}.dph-reg-source-matrix{flex-direction:column;gap:.6rem;display:flex}.dph-reg-source-row{grid-template-columns:minmax(0,11rem) minmax(0,1fr) minmax(0,14rem) auto;align-items:center;gap:.6rem;display:grid}.dph-reg-source-row>*{min-width:0}.dph-reg-source-actions{flex-wrap:wrap;gap:.6rem;margin-top:.75rem;display:flex}.dph-reg-source-row .btn{white-space:nowrap}@media (width>=640px){.dph-reg-role-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:center}}@media (width<=639px){.dph-reg-source-row{grid-template-columns:1fr;align-items:stretch}}.dph-reg-role-remove{justify-self:end}.dph-reg-notice{background:#eff6fff2;border:1px solid #3b82f659;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem 1.1rem;display:flex}.dph-reg-notice-icon{color:#2563eb;flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.1rem}.dph-reg-notice-title{color:#1e3a8a;margin:0;font-size:.875rem;font-weight:600}.dph-reg-notice-sub{margin:.35rem 0 0;font-size:.75rem;line-height:1.4}.dph-reg-asterisk{color:var(--apple-danger);margin-right:.15em;font-weight:700}.dph-reg-actions{border-top:1px solid var(--apple-separator);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem;padding-top:1.25rem;display:flex}.dph-reg-actions-left,.dph-reg-actions-right{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.dph-reg-actions-right{justify-content:flex-end}.dph-reg-alert--info{color:#1e40af;background:#2563eb14;border:1px solid #2563eb40}.dph-landing-banner{border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 0 .75rem;padding:.65rem 1rem;display:flex}.dph-landing-banner-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:inline-flex}.dph-catalog{width:100%}.dph-catalog-head{margin-bottom:1.25rem}.dph-catalog-head h1{margin:0 0 .35rem;font-size:1.5rem;font-weight:700}.dph-catalog-lead{max-width:42rem;margin:0 0 1rem;font-size:.9rem;line-height:1.45}.dph-catalog-count-line{max-width:46rem;margin:-.35rem 0 1rem;font-size:.9rem;line-height:1.45}.dph-catalog-count-line-note{opacity:.92;margin-top:.35rem;font-size:.85rem;display:block}.dph-catalog-inference-off{max-width:46rem;margin:0 0 1rem;font-size:.85rem;line-height:1.45}.dph-catalog-inference{margin-bottom:1rem;padding:.75rem 1rem}.dph-catalog-inference-title{align-items:center;gap:.45rem;margin:0 0 .5rem;font-size:.95rem;font-weight:650;display:flex}.dph-catalog-inference-icon{flex-shrink:0;width:1.125rem;height:1.125rem}.dph-catalog-inference-body{white-space:pre-wrap;margin:0;font-size:.875rem;line-height:1.5}.dph-catalog-actions{margin-bottom:.5rem}.dph-catalog-inline-err{margin:0 0 .75rem;font-size:.85rem}.dph-catalog-empty{text-align:center;padding:2rem 1.25rem}.dph-catalog-empty-title{margin:0 0 .5rem;font-weight:600}.dph-catalog-empty .btn{margin-top:1rem}.dph-catalog-empty-detail{text-align:left;max-width:40rem;margin:1rem auto 0;font-size:.88rem;line-height:1.5}.dph-catalog-empty-detail p{margin:0 0 .75rem}.dph-catalog-empty-actions{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.5rem;display:flex}.dph-catalog-empty-actions .btn{margin-top:0}.dph-catalog-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.dph-catalog-card{padding:1.1rem 1.25rem}.dph-catalog-card-head{flex-wrap:wrap;align-items:flex-start;gap:.75rem 1rem;margin-bottom:.65rem;display:flex}.dph-catalog-card-icon{width:1.35rem;height:1.35rem;color:var(--apple-accent);flex-shrink:0;margin-top:.15rem}.dph-catalog-card-titles{flex:1;min-width:0}.dph-catalog-card-name{margin:0;font-size:1.05rem;font-weight:650}.dph-catalog-card-meta{margin:.2rem 0 0;font-size:.8125rem}.dph-catalog-dl{flex-shrink:0}.dph-catalog-overview{color:var(--apple-text);margin:0 0 .75rem;font-size:.875rem;line-height:1.5}.dph-catalog-block{margin-bottom:.65rem}.dph-catalog-block-label{text-transform:uppercase;letter-spacing:.04em;color:var(--apple-text-secondary);align-items:center;gap:.35rem;margin-bottom:.35rem;font-size:.75rem;font-weight:600;display:inline-flex}.dph-catalog-tags{margin:0;padding-left:1.1rem;font-size:.85rem}.dph-catalog-chips{margin-top:.25rem}.dph-catalog-chip-readonly{cursor:default;pointer-events:none}.dph-catalog-roles{margin:0;padding-left:1.1rem;font-size:.85rem}.dph-catalog-usage{margin:0;font-size:.85rem;line-height:1.45}.dph-catalog-foot{border-top:1px solid var(--apple-separator);margin:.75rem 0 0;padding-top:.65rem;font-size:.75rem}.dph-catalog-card-actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-left:auto;display:flex}.dph-catalog-card-link{color:inherit;text-decoration:none}.dph-catalog-card-link:hover{text-decoration:underline}.dph-catalog-view{white-space:nowrap}.dph-main:has(.dph-product-detail){max-width:min(100%,72rem)}:is(.dph-main:has(.dph-factory),.dph-main:has(.dph-design-capture)){max-width:min(100%,72rem)}:is(.dph-main:has(.dph-mfg),.dph-main:has(.dph-sadc)){max-width:none;padding:0}.dph-main:has(.dph-mfg-queue){max-width:min(100%,72rem)}.dph-mfg-queue{padding-bottom:2rem}.dph-mfg-queue-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.dph-mfg-queue-hero{align-items:flex-start;gap:.75rem;max-width:42rem;display:flex}.dph-mfg-queue-icon{width:2rem;height:2rem;color:var(--apple-text-secondary);flex-shrink:0}.dph-mfg-queue-title{margin:0 0 .35rem;font-size:1.45rem;font-weight:700}.dph-mfg-queue-lead{margin:0;font-size:.9rem;line-height:1.45}.dph-mfg-queue-count{margin:0 0 .85rem;font-size:.85rem}.dph-mfg-queue-stack{flex-direction:column;gap:1rem;display:flex}.dph-mfg-queue-product-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.65rem;display:flex}.dph-mfg-queue-product-name{margin:0;font-size:1.05rem}.dph-mfg-queue-product-meta{font-size:.8rem}.dph-mfg-queue-release-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.dph-mfg-queue-release-row{border:1px solid var(--apple-separator);background:var(--apple-surface);border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.65rem .75rem;display:flex}.dph-mfg-queue-release-info{flex-direction:column;gap:.2rem;min-width:min(100%,14rem);display:flex}.dph-mfg-queue-release-info strong{font-size:.95rem}.dph-mfg-queue-release-id{font-size:.75rem}.dph-mfg-queue-release-actions{flex-wrap:wrap;gap:.5rem;display:flex}.dph-mfg-queue-empty{flex-direction:column;align-items:flex-start;gap:.65rem;max-width:28rem;display:flex}.dph-mfg-queue-empty-icon{width:2rem;height:2rem;color:var(--apple-text-secondary)}.dph-mfg-queue-empty-title{margin:0;font-weight:600}.dph-factory{padding-bottom:2rem}.dph-factory-back{color:var(--apple-text-secondary);align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:inline-flex}.dph-factory-back-icon{width:1rem;height:1rem}.dph-factory-hero{align-items:flex-start;gap:.85rem;margin-bottom:1.25rem;display:flex}.dph-factory-hero-icon-wrap{background:var(--apple-surface-2,#0000000a);width:2.75rem;height:2.75rem;color:var(--apple-text);border-radius:12px;justify-content:center;align-items:center;display:flex}.dph-factory-hero-icon{width:1.5rem;height:1.5rem}.dph-factory-title{letter-spacing:-.02em;margin:0 0 .2rem;font-size:1.5rem;font-weight:700}.dph-factory-sub{margin:0;font-size:.9rem}.dph-factory-release-card{border:1px solid var(--apple-separator);background:var(--apple-surface);box-shadow:none;border-radius:14px;margin-bottom:1.25rem;padding:1.35rem 1.5rem 1.25rem}.dph-factory-release-card-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem 1rem;margin-bottom:.65rem;display:flex}.dph-factory-release-name{letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:700;line-height:1.25}.dph-factory-status-badge{background:var(--apple-fill);color:var(--apple-text-secondary);border:1px solid var(--apple-separator);border-radius:8px;flex-shrink:0;align-items:center;gap:.4rem;padding:.35rem .7rem;font-size:.78rem;font-weight:600;line-height:1.2;display:inline-flex}.dph-factory-status-badge-icon{flex-shrink:0;width:1rem;height:1rem}.dph-factory-status-badge--in-progress{color:#1d4ed8;background:#eff6ff;border-color:#3b82f659}.dph-factory-status-badge--design-approved{color:#047857;background:#f0fdf4;border-color:#10b98159}.dph-factory-status-badge--design-pending{color:#b45309;background:#fffbeb;border-color:#f59e0b59}.dph-factory-status-badge--design-rejected{color:#b91c1c;background:#fef2f2;border-color:#ef444459}.dph-factory-status-pill{background:var(--apple-surface-2,#0000000f);color:var(--apple-text-secondary);border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.75rem;font-weight:600;display:inline-flex}.dph-factory-status-pill-icon{width:.95rem;height:.95rem}.dph-factory-release-desc{max-width:52rem;margin:0 0 1.1rem;font-size:.9rem;line-height:1.5}.dph-factory-release-divider{border:none;border-top:1px solid var(--apple-separator);margin:0 0 1rem}.dph-factory-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem 2rem;display:grid}@media (width<=720px){.dph-factory-meta-grid{grid-template-columns:1fr}}.dph-factory-meta-col{flex-direction:column;gap:.2rem;min-width:0;display:flex}.dph-factory-kv-grid{grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:.65rem 1.25rem;display:grid}.dph-factory-kv-label{text-transform:uppercase;letter-spacing:.04em;color:var(--apple-text-secondary);font-size:.72rem;font-weight:600;display:block}.dph-factory-kv-value{color:var(--apple-text);font-size:.95rem;font-weight:500}.dph-factory-kv-sub{font-size:.82rem;line-height:1.35;display:block}.dph-factory-ready{background:#f0fdf4d9;border:1px solid #22c55e73;border-radius:14px;margin-bottom:1.5rem;padding:1.25rem 1.35rem}.dph-factory-ready-head{align-items:flex-start;gap:.85rem;margin-bottom:1rem;display:flex}.dph-factory-ready-icon{color:#15803d;flex-shrink:0;width:1.75rem;height:1.75rem}.dph-factory-ready-title{color:#15803d;margin:0 0 .25rem;font-size:1.05rem;font-weight:700}.dph-factory-ready-lead{margin:0;font-size:.9rem;line-height:1.45}.dph-factory-start-btn{width:100%;font:inherit;color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;display:inline-flex}.dph-factory-start-btn:hover:not(:disabled){background:#15803d}.dph-factory-start-btn:disabled{opacity:.75;cursor:default}.dph-factory-start-btn-icon{width:1.1rem;height:1.1rem}.dph-factory-in-progress{background:#eff6ffd9;border:1px solid #3b82f673;border-radius:14px;margin-bottom:1.5rem;padding:1.25rem 1.35rem}.dph-factory-in-progress-head{align-items:flex-start;gap:.85rem;margin-bottom:1rem;display:flex}.dph-factory-in-progress-icon{color:#1d4ed8;flex-shrink:0;width:1.75rem;height:1.75rem}.dph-factory-in-progress-title{color:#1d4ed8;margin:0 0 .25rem;font-size:1.05rem;font-weight:700}.dph-factory-in-progress-lead{margin:0;font-size:.9rem;line-height:1.45}.dph-factory-in-progress--approved .dph-factory-in-progress-icon,.dph-factory-in-progress--approved .dph-factory-in-progress-title{color:#047857}.dph-factory-in-progress--approved{background:linear-gradient(#f0fdf4f2 0%,#fffffffa 100%);border-color:#10b98159}.dph-factory-in-progress--pending .dph-factory-in-progress-icon,.dph-factory-in-progress--pending .dph-factory-in-progress-title{color:#b45309}.dph-factory-in-progress--pending{background:linear-gradient(#fffbebe6 0%,#fffffffa 100%);border-color:#f59e0b59}.dph-factory-in-progress--rejected .dph-factory-in-progress-icon,.dph-factory-in-progress--rejected .dph-factory-in-progress-title{color:#b91c1c}.dph-factory-in-progress--rejected{background:linear-gradient(#fef2f2d9 0%,#fffffffa 100%);border-color:#ef44444d}.dph-factory-start-btn--resume{background:#2563eb;text-decoration:none}.dph-factory-start-btn--resume:hover{background:#1d4ed8}.dph-factory-start-btn--approved{background:#059669;text-decoration:none}.dph-factory-start-btn--approved:hover{background:#047857}.dph-factory-blocked{background:#fffbebe6;border:1px solid #f59e0b66;border-radius:14px;align-items:flex-start;gap:.85rem;margin-bottom:1.5rem;padding:1.15rem 1.35rem;display:flex}.dph-factory-blocked-icon{color:#b45309;flex-shrink:0;width:1.5rem;height:1.5rem;margin-top:.1rem}.dph-factory-blocked-title{margin:0 0 .35rem;font-size:1rem;font-weight:700}.dph-factory-blocked-lead{margin:0 0 .5rem;font-size:.9rem;line-height:1.45}.dph-factory-blocked-meta{margin:0 0 .65rem;font-size:.85rem}.dph-factory-blocked-link{font-size:.875rem;font-weight:600}.dph-factory-steps-title{margin:0 0 1rem;font-size:1.05rem;font-weight:700}.dph-factory-step-list{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.dph-factory-step-item{margin:0}.dph-factory-step{border:1px solid var(--apple-separator);background:var(--apple-surface);border-radius:12px;align-items:flex-start;gap:.85rem;padding:1rem 1.1rem;display:flex}.dph-factory-step--clickable{width:100%;color:inherit;cursor:pointer;text-decoration:none;transition:border-color .15s,box-shadow .15s,background .15s}.dph-factory-step--clickable:hover{border-color:#0071e373;box-shadow:0 0 0 1px #0071e31f}.dph-factory-step--clickable:focus-visible{outline-offset:2px;outline:2px solid #0071e38c}.dph-factory-step--active{background:#eff6ff8c;border-color:#3b82f673}.dph-factory-step--complete{opacity:1;background:#f0fdf473;border-color:#10b98147}.dph-factory-step--ready{background:#f0fdf473;border-color:#10b98147}.dph-factory-step--complete .dph-factory-step-num,.dph-factory-step--ready .dph-factory-step-num{background:#059669}.dph-factory-step--disabled{opacity:.72}.dph-factory-step--complete.dph-factory-step--disabled{opacity:1}.dph-factory-step-num{background:var(--apple-text);width:1.85rem;height:1.85rem;color:var(--apple-bg,#fff);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.dph-factory-step-body-wrap{flex:1;min-width:0}.dph-factory-step-title-row{align-items:center;gap:.45rem;margin-bottom:.2rem;display:flex}.dph-factory-step-chevron{width:1rem;height:1rem;color:var(--apple-text-secondary);flex-shrink:0;margin-left:auto}.dph-factory-step-icon{width:1rem;height:1rem;color:var(--apple-text-secondary)}.dph-factory-step-title{margin:0;font-size:.95rem;font-weight:600}.dph-factory-step-body{margin:0;font-size:.85rem;line-height:1.45}.dph-factory-step-status{color:#1d4ed8;margin-top:.45rem;font-size:.78rem;font-weight:600;display:inline-block}.dph-factory-step-status--complete{color:#059669}.dph-factory-step--disabled .dph-factory-step-status{color:var(--apple-text-secondary)}.dph-factory-step--disabled .dph-factory-step-status--complete{color:#059669}.dph-design-capture{padding-bottom:2.5rem}.dph-mfg{background:#f9fafb;align-items:stretch;min-height:calc(100vh - 3.25rem);display:flex}.dph-mfg--standalone{background:0 0;min-height:auto;padding:1.5rem;display:block}.dph-mfg-sidebar{border-right:1px solid var(--apple-separator);background:#fafafa;flex-direction:column;flex-shrink:0;width:min(100%,17.5rem);padding:1.1rem .85rem 1rem;display:flex}.dph-mfg-sidebar-back{color:var(--apple-text-secondary);align-items:center;gap:.35rem;margin-bottom:1rem;padding:0 .35rem;font-size:.78rem;font-weight:500;text-decoration:none;display:inline-flex}.dph-mfg-sidebar-back:hover{color:var(--apple-text)}.dph-mfg-sidebar-back-icon{width:.9rem;height:.9rem}.dph-mfg-sidebar-product{border-bottom:1px solid var(--apple-separator);margin-bottom:.85rem;padding:0 .35rem .85rem}.dph-mfg-sidebar-product-name{color:var(--apple-text);margin:0;font-size:.92rem;font-weight:600;line-height:1.35}.dph-mfg-sidebar-product-meta{margin:.2rem 0 0;font-size:.78rem;line-height:1.35}.dph-mfg-tabs{border-bottom:1px solid var(--apple-separator);gap:0;margin:0 .35rem .85rem;display:flex}.dph-mfg-tab{text-align:center;color:var(--apple-text-secondary);border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:.45rem .25rem .55rem;font-size:.78rem;font-weight:500}.dph-mfg-tab--active{color:#000;border-bottom-color:#000;font-weight:600}.dph-mfg-tab--disabled{opacity:.45;cursor:default}.dph-mfg-nav{flex:1;min-height:0;padding:0 .15rem;overflow-y:auto}.dph-mfg-nav-group{margin-bottom:.85rem}.dph-mfg-nav-group-label{letter-spacing:.06em;text-transform:uppercase;color:var(--apple-text-secondary);margin:0 0 .35rem .35rem;font-size:.65rem;font-weight:700}.dph-mfg-nav-list{flex-direction:column;gap:.15rem;margin:0;padding:0;list-style:none;display:flex}.dph-mfg-nav-group-label--governance{color:#f39c12}.dph-mfg-nav-group-label--engineering{color:#27ae60}.dph-mfg-nav-group-label--operations{color:#8e44ad}.dph-mfg-nav-item{color:var(--apple-text-secondary);border-left:3px solid #0000;border-radius:8px;align-items:center;gap:.45rem;padding:.42rem .55rem;font-size:.82rem;font-weight:500;line-height:1.3;text-decoration:none;display:flex}.dph-mfg-nav-item--active{color:#000;box-shadow:none;background:#f3f4f6;border-left-color:#007bff;font-weight:600}.dph-mfg-nav-item--disabled{opacity:.55;cursor:default}.dph-mfg-nav-item-check{color:#15803d;flex-shrink:0;width:.85rem;height:.85rem}.dph-mfg-nav-item-dot{flex-shrink:0;width:.85rem;height:.85rem}.dph-mfg-sidebar-foot{border-top:1px solid var(--apple-separator);flex-shrink:0;margin-top:.5rem;padding:.85rem .35rem 0}.dph-mfg-completion{margin-bottom:.75rem}.dph-mfg-completion-head{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.dph-mfg-completion-label{color:var(--apple-text-secondary);font-size:.78rem;font-weight:500}.dph-mfg-completion-count{color:var(--apple-text);font-size:.78rem;font-weight:600}.dph-mfg-completion-bar{background:#00000014;border-radius:999px;height:4px;overflow:hidden}.dph-mfg-completion-bar-fill{border-radius:inherit;background:#000;height:100%;transition:width .2s;display:block}.dph-mfg-submit-btn{width:100%;font:inherit;color:#fff;cursor:not-allowed;background:#b0b0b0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.dph-mfg-submit-icon{width:.9rem;height:.9rem}.dph-mfg-submit-btn:not(:disabled){color:#fff;cursor:pointer;background:#000}.dph-mfg-submit-btn:not(:disabled):hover{background:#1a1a1a}.dph-mfg-submit-hint{text-align:center;margin:.45rem 0 0;font-size:.72rem;line-height:1.35}.dph-mfg-content{background:#fff;flex-direction:column;flex:1;min-width:0;display:flex}.dph-mfg-content-inner{flex:1;min-width:0;max-width:none;padding:1.35rem 1.75rem 1rem}.dph-mfg-content-foot{border-top:1px solid var(--apple-separator);background:#fff;flex-shrink:0;justify-content:flex-end;padding:.85rem 8.75rem 1.25rem 1.75rem;display:flex}@media (width<=900px){.dph-mfg{flex-direction:column;min-height:auto}.dph-mfg-sidebar{border-right:none;border-bottom:1px solid var(--apple-separator);width:100%}.dph-mfg-nav{max-height:12rem}.dph-mfg-content-inner,.dph-mfg-content-foot{padding-left:1rem;padding-right:1rem}.dph-mfg-content-foot{padding-right:8rem}}.dph-dc-section-label{letter-spacing:.02em;color:var(--apple-text-secondary);text-transform:none;margin:0 0 .35rem;font-size:.78rem;font-weight:500}.dph-dc-header{margin-bottom:.75rem}.dph-dc-header-title-row{align-items:center;gap:.5rem;display:flex}.dph-dc-header-icon{width:1.35rem;height:1.35rem;color:var(--apple-text);opacity:.85}.dph-dc-title{letter-spacing:-.02em;margin:0;font-size:1.65rem;font-weight:700}.dph-dc-sub{max-width:42rem;margin:.35rem 0 0;font-size:.9rem;line-height:1.45}.dph-dc-header-divider{border:none;border-top:1px solid var(--apple-separator);margin:0 0 1.25rem}.dph-dc-card{border-radius:14px;margin-bottom:1rem;padding:1.15rem 1.35rem}.dph-dc-card--compact{margin-bottom:0}.dph-dc-card-head{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.dph-dc-card-icon{width:1.15rem;height:1.15rem;color:var(--apple-text-secondary);flex-shrink:0}.dph-dc-card-title{margin:0;font-size:.95rem;font-weight:600}.dph-dc-card-divider{border:none;border-top:1px solid var(--apple-separator);margin:1rem 0}.dph-dc-registry-grid,.dph-dc-release-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem 1.25rem;display:grid}@media (width<=900px){.dph-dc-registry-grid,.dph-dc-release-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.dph-dc-registry-grid,.dph-dc-release-grid{grid-template-columns:1fr}}.dph-dc-kv-label{letter-spacing:.04em;text-transform:uppercase;color:var(--apple-text-secondary);margin-bottom:.2rem;font-size:.72rem;font-weight:600;display:block}.dph-dc-kv-value{color:var(--apple-text);font-size:.92rem;font-weight:500;display:block}.dph-dc-kv-value--strong{font-weight:700}.dph-dc-kv-value--ready{color:#15803d;font-weight:700}.dph-dc-overview{border-top:1px solid var(--apple-separator);margin-top:1rem;padding-top:1rem}.dph-dc-overview-text{color:var(--apple-text);margin:.35rem 0 0;font-size:.9rem;line-height:1.5}.dph-dc-empty{margin:0;font-size:.88rem}.dph-dc-feature-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.dph-dc-feature{border:1px solid var(--apple-separator);background:#00000008;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1rem;display:flex}.dph-dc-feature-main{flex:1;min-width:0}.dph-dc-impact{border-radius:6px;margin-bottom:.35rem;padding:.12rem .45rem;font-size:.72rem;font-weight:600;line-height:1.3;display:inline-block}.dph-dc-impact--high{color:#b91c1c;background:#fee2e2e6}.dph-dc-impact--medium{color:#a16207;background:#fef3c7e6}.dph-dc-impact--low{color:#0369a1;background:#e0f2fee6}.dph-dc-feature-title{margin:0 0 .25rem;font-size:.95rem;font-weight:600}.dph-dc-feature-desc{margin:0 0 .35rem;font-size:.85rem;line-height:1.4}.dph-dc-feature-outcome{margin:0;font-size:.85rem;line-height:1.45}.dph-dc-feature-metrics{text-align:right;flex-shrink:0;font-size:.85rem}.dph-dc-feature-score{margin-bottom:.15rem;display:block}.dph-dc-feature-effort{font-size:.8rem;display:block}.dph-dc-release-columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}@media (width<=768px){.dph-dc-release-columns{grid-template-columns:1fr}}.dph-dc-col-title{letter-spacing:.05em;color:var(--apple-text-secondary);margin:0 0 .5rem;font-size:.72rem;font-weight:700}.dph-dc-col-list{flex-direction:column;gap:.35rem;margin:0;padding:0;font-size:.88rem;line-height:1.45;list-style:none;display:flex}.dph-dc-col-empty{margin:0;font-size:.85rem}.dph-dc-bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}@media (width<=768px){.dph-dc-bottom-grid{grid-template-columns:1fr}}.dph-dc-status-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.dph-dc-status-row{justify-content:space-between;align-items:center;gap:.75rem;font-size:.88rem;line-height:1.4;display:flex}.dph-dc-status-tag{color:var(--apple-text-secondary);background:#0000000f;border-radius:6px;flex-shrink:0;padding:.15rem .5rem;font-size:.72rem;font-weight:600}.dph-dc-status-tag--ok{color:#15803d;background:#dcfce7f2}.dph-dc-footer-ok{border-top:1px solid var(--apple-separator);color:#15803d;align-items:center;gap:.35rem;margin:.85rem 0 0;padding-top:.75rem;font-size:.85rem;font-weight:500;display:flex}.dph-dc-footer-ok-icon{width:1rem;height:1rem}.dph-dc-actions{justify-content:flex-end;margin-top:.5rem;display:flex}.dph-dc-continue-btn{font:inherit;color:#fff;cursor:pointer;background:#000;border:none;border-radius:10px;justify-content:center;align-items:center;padding:.75rem 1.35rem;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.dph-dc-continue-btn:hover{color:#fff;background:#1a1a1a}.dph-dc-continue-btn--resume{background:#007bff}.dph-dc-continue-btn--resume:hover{color:#fff;background:#0066d6}.dph-dc-continue-btn--approved{background:#059669}.dph-dc-continue-btn--approved:hover{color:#fff;background:#047857}.dph-dc-continue-btn:disabled{opacity:.55;cursor:not-allowed}.dph-td{max-width:56rem}.dph-td-page-head{margin-bottom:.85rem}.dph-td-section-intro{align-items:flex-start;gap:.55rem;display:flex}.dph-td-section-icon{color:#007bff;flex-shrink:0;width:1.15rem;height:1.15rem;margin-top:.15rem}.dph-td-section-kicker{color:#000;margin:0;font-size:.95rem;font-weight:700}.dph-td-section-sub{margin:.2rem 0 0;font-size:.82rem;line-height:1.4}.dph-td-spec-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.dph-td-spec-title-wrap{align-items:flex-start;gap:.55rem;min-width:0;display:flex}.dph-td-spec-icon{color:#007bff;flex-shrink:0;width:1.35rem;height:1.35rem;margin-top:.1rem}.dph-td-spec-title{color:#000;margin:0;font-size:1.15rem;font-weight:700}.dph-td-spec-sub{margin:.15rem 0 0;font-size:.82rem}.dph-td-save-draft-btn{font:inherit;color:#007bff;cursor:pointer;background:#fff;border:1px solid #dbeafe;border-radius:8px;flex-shrink:0;align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.82rem;font-weight:500;display:inline-flex}.dph-td-save-draft-btn:hover{background:#f0f7ff}.dph-td-save-draft-icon{width:.95rem;height:.95rem}.dph-td-stepper{border-bottom:1px solid #e5e7eb;gap:0;margin-bottom:1rem;padding-bottom:.65rem;display:flex;position:relative}.dph-td-step{font:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;flex:1;align-items:center;gap:.35rem;min-width:0;padding:0 .35rem .5rem;display:flex}.dph-td-step-num{color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:999px;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-size:.72rem;font-weight:700;display:flex}.dph-td-step-label{color:#6b7280;text-align:center;font-size:.68rem;font-weight:500;line-height:1.25}.dph-td-step--active .dph-td-step-num{color:#fff;background:#007bff;border-color:#007bff}.dph-td-step--active .dph-td-step-label{color:#007bff;font-weight:600}.dph-td-step--past .dph-td-step-num{color:#007bff;background:#e6f4ff;border-color:#007bff}.dph-td-stepper-track{pointer-events:none;background:#e5e7eb;height:2px;position:absolute;bottom:0;left:0;right:0}.dph-td-stepper-track-fill{background:#007bff;height:100%;transition:width .2s;display:block}.dph-td-banner{background:#e6f4ff;border:1px solid #bfdbfe;border-radius:10px;align-items:flex-start;gap:.65rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.dph-td-banner-icon{color:#007bff;flex-shrink:0;width:1.1rem;height:1.1rem;margin-top:.1rem}.dph-td-banner-title{color:#000;margin:0 0 .25rem;font-size:.85rem;font-weight:600}.dph-td-banner-meta{color:#007bff;margin:0;font-size:.78rem;line-height:1.45}.dph-td-banner-meta strong{font-weight:600}.dph-td-form-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1rem;padding:1.15rem 1.25rem}.dph-td-form-card-head{align-items:center;gap:.45rem;margin-bottom:1rem;display:flex}.dph-td-form-card-icon{color:#007bff;width:1rem;height:1rem}.dph-td-form-card-title{color:#000;margin:0;font-size:.92rem;font-weight:600}.dph-td-field{margin-bottom:1rem}.dph-td-label{color:#000;margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.dph-td-required{color:#dc2626}.dph-td-hint{margin:0 0 .35rem;font-size:.78rem;line-height:1.35}.dph-td-textarea,.dph-td-select{width:100%;font:inherit;color:#000;resize:vertical;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.65rem .75rem;font-size:.88rem;line-height:1.45;display:block}.dph-td-textarea--mono::placeholder,.dph-td-textarea--mono{font-family:ui-monospace,SF Mono,Roboto Mono,Menlo,monospace;font-size:.82rem}.dph-td-textarea:focus,.dph-td-select:focus{border-color:#007bff;outline:2px solid #007bff40}.dph-td-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .65rem center;background-repeat:no-repeat;padding-right:2rem}.dph-td-select-grid{gap:1rem;margin-bottom:.25rem;display:grid}.dph-td-select-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.dph-td-select-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=768px){.dph-td-select-grid--2,.dph-td-select-grid--3{grid-template-columns:1fr}}.dph-td-placeholder{text-align:center;padding:2rem 1.25rem}.dph-td-foot{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem;padding-top:1rem;padding-right:7rem;display:flex}.dph-td-foot-prev{font:inherit;color:#6b7280;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.88rem;font-weight:500;text-decoration:none;display:inline-flex}.dph-td-foot-prev:hover{color:#000}.dph-td-foot-prev--disabled{opacity:.45;cursor:default;pointer-events:none}.dph-td-foot-actions{align-items:center;gap:.65rem;display:flex}.dph-td-foot-save{font:inherit;color:#000;cursor:pointer;background:#fff;border:1px solid #000;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem .9rem;font-size:.88rem;font-weight:500;display:inline-flex}.dph-td-foot-save:hover{background:#f9fafb}.dph-td-foot-next{font:inherit;color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.dph-td-foot-next:hover{background:#1a1a1a}.dph-td-foot-next--disabled{opacity:.45;cursor:not-allowed;pointer-events:none;background:#b0b0b0}.dph-td-foot-icon{width:.95rem;height:.95rem}.dph-td-validation-hint{text-align:right;margin:.65rem 0 0;font-size:.78rem}.dph-td-draft-notice{color:#0369a1;background:#e6f4ff;border:1px solid #bfdbfe;border-radius:8px;margin:-.35rem 0 .85rem;padding:.55rem .75rem;font-size:.8rem;line-height:1.4}.dph-td-draft-notice--warn{color:#92400e;background:#fffbeb;border-color:#fcd34d}.dph-td-save-toast{color:#15803d;background:#dcfce7;border:1px solid #86efac;border-radius:8px;margin:0 0 .75rem;padding:.45rem .75rem;font-size:.82rem;font-weight:500}.dph-td-foot-save--saved{color:#15803d;border-color:#15803d}.dph-rp-readonly-hint{text-align:right;max-width:22rem;font-size:.82rem}.dph-product-detail{padding-bottom:2rem}.dph-product-detail-back{color:var(--apple-text-secondary);align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:inline-flex}.dph-product-detail-back:hover{color:var(--apple-text)}.dph-product-detail-header{margin-bottom:1rem}.dph-product-detail-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem 1.5rem;display:flex}.dph-product-detail-hero-main{flex:1;align-items:flex-start;gap:.85rem;min-width:min(100%,18rem);display:flex}.dph-product-detail-hero-icon{width:2.5rem;height:2.5rem;color:var(--apple-text);opacity:.88;flex-shrink:0;margin-top:.15rem}.dph-product-detail-hero-copy{min-width:0}.dph-product-detail-hero-line{margin:.35rem 0 0;font-size:.875rem}.dph-product-detail-ids{margin:.5rem 0 0;font-size:.75rem;line-height:1.45}.dph-product-detail-registered-at{display:inline}.dph-product-detail-admin-note{margin:.5rem 0 0;font-size:.8rem}.dph-product-detail-hero-aside{flex-direction:column;align-items:flex-end;gap:.65rem;display:flex}.dph-product-detail-status-pill{text-transform:none;letter-spacing:.02em;padding:.2rem .55rem;font-size:.72rem}.dph-product-detail-title-row{align-items:flex-start;gap:.75rem;margin-top:.75rem;display:flex}.dph-product-detail-title{letter-spacing:-.02em;margin:0;font-size:1.65rem;line-height:1.2}.dph-product-detail-sub{margin:.35rem 0 0;font-size:.9rem}.dph-product-detail-actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;display:flex}.dph-product-detail-tabs{border-bottom:1px solid var(--apple-separator);flex-wrap:wrap;gap:0 1.75rem;margin:1.25rem 0 1.5rem;display:flex}.dph-product-detail-tab{font:inherit;color:var(--apple-text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin:0 0 -1px;padding:.65rem 0;font-size:.9375rem;font-weight:500;transition:color .12s,border-color .12s}.dph-product-detail-tab:hover{color:var(--apple-text)}.dph-product-detail-tab[aria-selected=true]{color:var(--apple-text);border-bottom-color:var(--apple-text);font-weight:600}.dph-detail-audit-collapsible{border:1px solid var(--apple-separator);background:var(--apple-surface);border-radius:12px;margin-top:2rem;overflow:hidden}.dph-detail-audit-disclosure-btn{background:var(--apple-surface-2,#00000008);width:100%;font:inherit;text-align:left;cursor:pointer;color:var(--apple-text);border:none;align-items:center;gap:.65rem;padding:.85rem 1rem;transition:background .12s;display:flex}.dph-detail-audit-disclosure-btn:hover{background:#0000000d}.dph-detail-audit-disclosure-icon{width:1.15rem;height:1.15rem;color:var(--apple-text-secondary);flex-shrink:0}.dph-detail-audit-disclosure-label{font-size:.9375rem;font-weight:600}.dph-detail-audit-disclosure-meta{margin-left:auto;margin-right:.35rem;font-size:.78rem}.dph-detail-audit-disclosure-chevron{width:1.1rem;height:1.1rem;color:var(--apple-text-secondary);flex-shrink:0;transition:transform .18s}.dph-detail-audit-disclosure-chevron--open{transform:rotate(180deg)}.dph-detail-audit-disclosure-body{border-top:1px solid var(--apple-separator);padding:0 1rem 1.25rem}.dph-detail-audit-disclosure-body .dph-audit-lead{margin-top:1rem}.dph-detail-overview-stack{flex-direction:column;gap:1rem;margin-bottom:1.25rem;display:flex}.dph-detail-surface-card{margin-bottom:0;padding:1.2rem 1.35rem}.dph-detail-surface-card-title{letter-spacing:-.015em;margin:0 0 .75rem;font-size:1rem;font-weight:600}.dph-detail-surface-card-body{color:var(--apple-text);margin:0;font-size:.9375rem;line-height:1.5}.dph-detail-surface-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.dph-detail-surface-row{grid-template-columns:1fr}}.dph-detail-kv-stack{flex-direction:column;gap:1rem;display:flex}.dph-detail-kv-label{color:var(--apple-text-secondary);margin-bottom:.2rem;font-size:.75rem;font-weight:500;display:block}.dph-detail-kv-value{color:var(--apple-text);font-size:.9375rem;line-height:1.35;display:block}.dph-detail-expected-chips{margin-bottom:.65rem}.dph-detail-backlog-panel{min-width:0;padding-bottom:1rem}.dph-detail-backlog-placeholder{margin-bottom:0}.dph-detail-backlog-lead{margin:0;font-size:.9375rem;line-height:1.5}.dph-product-detail-grid{flex-direction:column;gap:1rem;display:flex}.dph-product-detail-grid+.dph-audit-section{margin-top:1rem}.dph-product-detail-section h2{margin:0 0 .65rem;font-size:1rem}.dph-product-detail-dl{gap:.5rem 1rem;margin:0;display:grid}.dph-product-detail-dl dt{text-transform:uppercase;letter-spacing:.04em;color:var(--apple-secondary-label,#6e6e73);margin:0;font-size:.75rem;font-weight:600}.dph-product-detail-dl dd{margin:0}.dph-product-detail-prose{white-space:pre-wrap;margin:0;line-height:1.5}.dph-product-detail-list{margin:0;padding-left:1.1rem;line-height:1.45}.dph-product-detail-diagram-frame{border:1px solid var(--apple-separator);background:var(--apple-secondary-bg,#00000008);border-radius:8px;padding:.75rem;overflow:auto}.dph-product-detail-diagram-frame img{max-width:100%;height:auto;display:block}.dph-product-detail-filename{margin:0 0 .5rem;font-size:.85rem}.dph-catalog-code{letter-spacing:.06em;font-variant-numeric:tabular-nums;font-weight:650}.dph-lifecycle-pill{text-transform:uppercase;letter-spacing:.04em;background:var(--apple-secondary-bg,#0000000f);color:var(--apple-text-secondary);border-radius:999px;padding:.1rem .45rem;font-size:.68rem;font-weight:600;display:inline-block}.dph-lifecycle-pill--accepted{color:#1d7a32;background:#34c75926}.dph-lifecycle-pill--pending_review,.dph-lifecycle-pill--pending_amendment{color:#a35a00;background:#ff95002e}.dph-lifecycle-pill--draft{color:#555;background:#8e8e9333}.dph-lifecycle-pill--retired,.dph-lifecycle-pill--archive{color:#444;background:#8e8e9340}.dph-obs-dashboard-title-row{align-items:center;gap:.5rem;display:flex}.dph-obs-dashboard-title-row h1{margin:0}.dph-obs-dashboard-title-icon{color:#4b5563;flex-shrink:0;width:1.5rem;height:1.5rem}.dph-obs-dashboard-table-wrap{padding:0;overflow-x:auto}.dph-obs-dashboard-caption{caption-side:bottom;text-align:left;color:var(--apple-text-secondary,#6b7280);padding:.65rem .75rem 0;font-size:.75rem}.dph-obs-dashboard-table{border-collapse:collapse;width:100%;font-size:.8125rem}.dph-obs-dashboard-table th{text-align:left;color:#374151;border-bottom:1px solid var(--apple-separator);white-space:nowrap;padding:.55rem .65rem;font-weight:600}.dph-obs-dashboard-table td{vertical-align:top;border-bottom:1px solid var(--apple-separator);color:#1f2937;padding:.6rem .65rem}.dph-obs-dashboard-table tbody tr:last-child td{border-bottom:none}.dph-obs-dashboard-product-link{color:#1d4ed8;font-weight:600;text-decoration:none}.dph-obs-dashboard-product-link:hover{text-decoration:underline}.dph-obs-dashboard-type{margin-top:.15rem;font-size:.72rem}.dph-obs-dashboard-updated{white-space:nowrap;font-variant-numeric:tabular-nums}.dph-obs-dashboard-foot{margin-top:1rem;font-size:.8125rem}.dph-workflow-banner{margin-bottom:.75rem;padding:.85rem 1rem}.dph-workflow-banner p{margin:0;line-height:1.45}.dph-workflow-actions{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.dph-workflow-wait{margin:0 0 1rem;font-size:.85rem;line-height:1.45}.dph-pending-proposal{border-left:3px solid var(--apple-accent,#007aff)}.dph-catalog-card-ids{margin:.2rem 0 .35rem;font-size:.72rem;line-height:1.35}.dph-product-uuid{word-break:break-all;font-family:ui-monospace,monospace;font-size:.85em}.dph-product-ids{margin:.35rem 0 .25rem;font-size:.8rem;line-height:1.4}.dph-registry-roles{flex-wrap:wrap;gap:.35rem;margin-top:.5rem;display:flex}.dph-registry-role{text-transform:uppercase;letter-spacing:.04em;background:var(--apple-secondary-bg,#0000000f);border-radius:999px;padding:.15rem .5rem;font-size:.65rem;font-weight:600;display:inline-block}.dph-registry-role--admin{color:#0055b3;background:#007aff1f}.dph-registry-role--approver{color:#1d7a32;background:#34c75926}.dph-registry-role--requester{color:#a35a00;background:#ff95002e}.dph-workflow-panel{margin-bottom:1rem;padding:1rem}.dph-workflow-comment-label{flex-direction:column;gap:.35rem;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:flex}.dph-workflow-comment{border:1px solid var(--apple-separator);width:100%;min-height:4rem;font:inherit;resize:vertical;border-radius:8px;padding:.5rem .65rem}.dph-audit-section{margin-bottom:1rem}.dph-audit-lead{margin:0 0 .75rem;font-size:.85rem}.dph-audit-list{flex-direction:column;gap:.75rem;display:flex}.dph-audit-card{padding:.85rem 1rem}.dph-audit-card-head{margin-bottom:.35rem}.dph-audit-card-meta{margin:.2rem 0 0;font-size:.78rem}.dph-audit-comment{border-left:3px solid var(--apple-separator);color:var(--apple-text);margin:.5rem 0;padding:.5rem .65rem;font-size:.85rem}.dph-audit-transition{margin:.5rem 0 0;font-size:.78rem}.dph-audit-diff{margin-top:.65rem;overflow:auto}.dph-audit-diff-time{margin:0 0 .35rem;font-size:.75rem}.dph-audit-diff-table{border-collapse:collapse;width:100%;font-size:.78rem}.dph-audit-diff-table th,.dph-audit-diff-table td{border:1px solid var(--apple-separator);vertical-align:top;text-align:left;padding:.35rem .5rem}.dph-audit-diff-table th{background:var(--apple-secondary-bg,#0000000a);font-weight:600}.dph-audit-diff-old{white-space:pre-wrap;background:#ff3b300f;max-width:12rem}.dph-audit-diff-new{white-space:pre-wrap;background:#34c75914;max-width:12rem}.org-admin-table{border-collapse:collapse;width:100%;font-size:.9rem}.org-admin-table th,.org-admin-table td{border:1px solid var(--apple-separator);text-align:left;padding:.5rem .65rem}.org-admin-table th{background:var(--apple-secondary-bg,#0000000a)}.org-admin-form{flex-direction:column;gap:.75rem;max-width:28rem;margin-top:.75rem;display:flex}.org-admin-form label{flex-direction:column;gap:.25rem;font-size:.85rem;font-weight:600;display:flex}.org-admin-fieldset{border:1px solid var(--apple-separator);border-radius:8px;margin:0;padding:.65rem .85rem .85rem}.org-admin-fieldset-legend{padding:0 .35rem;font-size:.8rem;font-weight:600}.org-admin-form label.org-admin-radio{flex-direction:row;align-items:flex-start;gap:.5rem;margin-top:.5rem;font-weight:400;line-height:1.45}.org-admin-form label.org-admin-radio:first-of-type{margin-top:.35rem}.org-admin-radio input{flex-shrink:0;margin-top:.2rem}.dph-vb{min-width:0;padding-bottom:1rem}.dph-vb-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.25rem;display:flex}.dph-vb-title{letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:600}.dph-vb-sub{margin:.25rem 0 0;font-size:.875rem}.dph-vb-header-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.dph-vb-view-toggle{border:1px solid var(--apple-separator);background:var(--apple-surface);border-radius:10px;display:inline-flex;overflow:hidden}.dph-vb-view-btn{border:none;border-right:1px solid var(--apple-separator);min-height:2.35rem;color:var(--apple-text-secondary);cursor:pointer;background:0 0;justify-content:center;align-items:center;gap:.4rem;padding:0 .7rem;display:inline-flex}.dph-vb-view-btn-icon{flex-shrink:0;width:1rem;height:1rem}.dph-vb-view-btn-text{letter-spacing:-.01em;font-size:.75rem;font-weight:600}@media (width<=640px){.dph-vb-view-btn{padding:0 .5rem}.dph-vb-view-btn-text{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dph-vb-view-btn{min-width:2.5rem;padding:0 .45rem;position:relative}}.dph-vb-view-btn:last-child{border-right:none}.dph-vb-view-btn:hover{background:var(--apple-fill);color:var(--apple-text)}.dph-vb-view-btn--on{background:var(--apple-surface);color:var(--apple-text);z-index:1;box-shadow:0 1px 3px #00000014}.dph-vb-add.btn.primary{color:#fff;background:#111;border-color:#111;font-weight:600}.dph-vb-add.btn.primary:hover{filter:brightness(1.08)}.dph-vb-readonly-note{margin:0 0 1rem;font-size:.8125rem}.dph-vb-board{grid-template-columns:repeat(4,minmax(11rem,1fr));align-items:stretch;gap:1rem;display:grid}@media (width<=1100px){.dph-vb-board{grid-template-columns:repeat(2,minmax(11rem,1fr))}}@media (width<=560px){.dph-vb-board{grid-template-columns:1fr}}.dph-vb-col{flex-direction:column;min-width:0;display:flex}.dph-vb-col-head{align-items:baseline;gap:.35rem;margin-bottom:.65rem;display:flex}.dph-vb-col-title{margin:0;font-size:.8125rem;font-weight:600}.dph-vb-col-count{margin:0;font-size:.75rem}.dph-vb-col-body{background:#00000005;border:1px dashed #0000001f;border-radius:12px;flex-direction:column;flex:1;gap:.75rem;min-height:10rem;padding:.5rem;display:flex}.dph-vb-col-body--drop.dph-vb-col-body{border-color:#007aff59}.dph-vb-col-empty{text-align:center;border:1px dashed #0000001a;border-radius:10px;width:100%;margin:auto;padding:1.5rem .5rem;font-size:.8125rem}.dph-vb-card{cursor:default;text-align:left;margin-bottom:0;padding:.85rem .95rem}.dph-vb-card--interactive{cursor:pointer}.dph-vb-card--interactive:hover{border-color:#0000001f;box-shadow:0 3px 12px #0000000f}.dph-vb-card-head{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.45rem;display:flex}.dph-vb-card-title{flex:1;min-width:0;margin:0;font-size:.9rem;font-weight:600;line-height:1.3}.dph-vb-score{color:var(--apple-text-secondary);background:#0000000d;border-radius:6px;flex-shrink:0;align-items:center;gap:.15rem;padding:.1rem .35rem;font-size:.68rem;font-weight:600;display:inline-flex}.dph-vb-score-icon{width:.75rem;height:.75rem}.dph-vb-card-desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:.75rem;line-height:1.45;display:-webkit-box;overflow:hidden}.dph-vb-cat{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;margin-bottom:.55rem;padding:.15rem .45rem;font-size:.65rem;font-weight:600;display:inline-block}.dph-vb-cat--revenue{color:#1d7a32;background:#34c7592e}.dph-vb-cat--efficiency{color:#4b3db8;background:#5856d62e}.dph-vb-cat--risk{color:#b42318;background:#ff3b3026}.dph-vb-cat--experience{color:#0058b0;background:#007aff24}.dph-vb-cat--other{color:var(--apple-text-secondary);background:#0000000f}.dph-vb-cat--table{white-space:nowrap;margin-bottom:0}.dph-vb-ie{background:#0000000a;border-radius:8px;grid-template-columns:auto 1fr;align-items:center;gap:.25rem .5rem;margin-bottom:.55rem;padding:.45rem .5rem;font-size:.7rem;display:grid}.dph-vb-ie-label{color:var(--apple-text-secondary);font-weight:500}.dph-vb-impact{align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;display:inline-flex}.dph-vb-impact-dot{border-radius:50%;width:.45rem;height:.45rem}.dph-vb-impact--high .dph-vb-impact-dot{background:#ff3b30}.dph-vb-impact--medium .dph-vb-impact-dot{background:#fc0}.dph-vb-impact--low .dph-vb-impact-dot{background:#8e8e93}.dph-vb-impact--table{font-size:.8125rem}.dph-vb-impact--table.dph-vb-impact--high{color:#b42318}.dph-vb-impact--table.dph-vb-impact--medium{color:#8a6500}.dph-vb-impact--table.dph-vb-impact--low{color:var(--apple-text-secondary)}.dph-vb-effort{font-size:.72rem;font-weight:600}.dph-vb-outcome{color:var(--apple-text);background:#007aff14;border-radius:8px;align-items:flex-start;gap:.4rem;margin-bottom:.55rem;padding:.5rem .55rem;font-size:.72rem;line-height:1.45;display:flex}.dph-vb-outcome-icon{color:#007aff;flex-shrink:0;width:.85rem;height:.85rem;margin-top:.08rem}.dph-vb-card-foot{flex-direction:column;gap:.25rem;display:flex}.dph-vb-foot-line{align-items:center;gap:.35rem;font-size:.68rem;display:inline-flex}.dph-vb-foot-icon{flex-shrink:0;width:.75rem;height:.75rem}.dph-vb-list-wrap{min-width:0}.dph-vb-list-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.dph-vb-list-filter{align-items:center;gap:.5rem;margin:0;font-size:.8125rem;display:inline-flex}.dph-vb-list-filter-label{font-weight:500}.dph-vb-list-filter-select{font:inherit;color:var(--apple-text);border:1px solid var(--apple-separator);background:var(--apple-surface);cursor:pointer;border-radius:10px;min-width:11rem;padding:.4rem .65rem;font-size:.8125rem;font-weight:500}.dph-vb-table-shell{-webkit-overflow-scrolling:touch;border-radius:12px;margin-bottom:.25rem;padding:0;overflow:auto visible}.dph-vb-table{border-collapse:collapse;width:max-content;min-width:100%;font-size:.8125rem}.dph-vb-table th,.dph-vb-table td{text-align:left;border-bottom:1px solid var(--apple-separator);vertical-align:middle;padding:.65rem .75rem}.dph-vb-table tbody tr:last-child td{border-bottom:none}.dph-vb-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--apple-text-secondary);background:#00000006;font-size:.68rem;font-weight:600}.dph-vb-table-th--rownum{text-align:center;width:2.75rem}.dph-vb-table-td--rownum{text-align:center;vertical-align:middle}.dph-vb-item-rownum{font-variant-numeric:tabular-nums;min-width:1.65rem;height:1.65rem;color:var(--apple-text);background:#0000000f;border-radius:8px;justify-content:center;align-items:center;padding:0 .35rem;font-size:.8125rem;font-weight:700;display:inline-flex}.dph-vb-table-th--priority{white-space:nowrap;width:5.5rem}.dph-vb-table-th--title{min-width:10rem}.dph-vb-table-th--outcome{min-width:9rem}.dph-vb-table-th--meta{width:6.5rem}.dph-vb-table-th--releases{min-width:11rem}.dph-vb-table-td--releases{vertical-align:top;max-width:17rem;font-size:.75rem}.dph-vb-release-links{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.dph-vb-release-nav{width:100%;font:inherit;text-align:left;cursor:pointer;color:inherit;background:0 0;border:none;border-radius:8px;flex-wrap:wrap;align-items:baseline;gap:.35rem .5rem;margin:0;padding:.2rem .35rem;display:flex}.dph-vb-release-nav:hover{background:#007aff14}.dph-vb-release-nav:focus-visible{outline-offset:2px;outline:2px solid #007aff}.dph-vb-release-line-name{color:var(--apple-text);font-weight:600}.dph-vb-release-line-status{color:var(--apple-text-secondary);white-space:nowrap;background:#00000012;border-radius:6px;padding:.12rem .45rem;font-size:.65rem;font-weight:600}.dph-vb-table-td--title{max-width:14rem}.dph-vb-table-td--outcome{max-width:16rem}.dph-vb-table-title-main{color:var(--apple-text);font-weight:600;line-height:1.35;display:block}.dph-vb-table-title-sub{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.2rem;font-size:.75rem;line-height:1.4;display:-webkit-box;overflow:hidden}.dph-vb-list-score{color:var(--apple-text);background:#0000000f;border-radius:8px;align-items:center;gap:.2rem;padding:.2rem .45rem;font-size:.75rem;font-weight:600;display:inline-flex}.dph-vb-outcome-cell{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.78rem;line-height:1.45;display:-webkit-box;overflow:hidden}.dph-vb-stage{white-space:nowrap;border-radius:999px;padding:.2rem .55rem;font-size:.72rem;font-weight:600;display:inline-block}.dph-vb-stage--value_proposed{color:var(--apple-text-secondary);background:#0000000f}.dph-vb-stage--validated{color:#0058b0;background:#007aff24}.dph-vb-stage--in_progress{color:#b35c00;background:#ff95002e}.dph-vb-stage--value_delivered{color:#1d7a32;background:#34c7592e}.dph-vb-effort-cell{font-size:.8125rem;font-weight:600}.dph-vb-effort-cell--small{color:#1d7a32}.dph-vb-effort-cell--medium{color:#b35c00}.dph-vb-effort-cell--large{color:#b42318}.dph-vb-table-row--click{cursor:pointer;transition:background .12s}.dph-vb-table-row--click:hover{background:#007aff0f}.dph-vb-list-empty{margin:.75rem 0 0}.dph-vb-matrix{flex-direction:column;gap:1rem;display:flex}.dph-vb-matrix-legend{border:1px solid var(--apple-separator);color:var(--apple-text);background:#00000008;border-radius:12px;flex-wrap:wrap;align-items:center;gap:1rem 1.75rem;padding:.65rem 1rem;font-size:.8125rem;font-weight:500;display:flex}.dph-vb-matrix-legend-item{align-items:center;gap:.45rem;display:inline-flex}.dph-vb-matrix-legend-dot{border-radius:50%;flex-shrink:0;width:.55rem;height:.55rem}.dph-vb-matrix-legend-dot--green{background:#34c759;box-shadow:0 0 0 2px #34c75940}.dph-vb-matrix-legend-dot--blue{background:#007aff;box-shadow:0 0 0 2px #007aff38}.dph-vb-matrix-legend-dot--yellow{background:#fc0;box-shadow:0 0 0 2px #ffcc0059}.dph-vb-matrix-legend-dot--red{background:#ff3b30;box-shadow:0 0 0 2px #ff3b3038}.dph-vb-matrix-frame{grid-template-columns:auto 1fr;align-items:stretch;gap:.35rem .5rem;min-width:0;display:grid}.dph-vb-matrix-axis-y{justify-content:center;align-items:center;min-width:1.5rem;padding:0 .15rem;display:flex}.dph-vb-matrix-axis-y-inner{letter-spacing:.06em;text-transform:uppercase;writing-mode:vertical-rl;white-space:nowrap;font-size:.72rem;font-weight:600;transform:rotate(180deg)}.dph-vb-matrix-main{flex-direction:column;gap:.5rem;min-width:0;display:flex}.dph-vb-matrix-axis-x{text-align:center;letter-spacing:.04em;font-size:.75rem;font-weight:600}.dph-vb-matrix-grid{grid-template-rows:repeat(2,minmax(12rem,auto));grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}@media (width<=720px){.dph-vb-matrix-grid{grid-template-rows:none;grid-template-columns:1fr}}.dph-vb-matrix-quadrant{border-style:solid;border-width:1.5px;border-radius:14px;flex-direction:column;min-width:0;min-height:12rem;padding:.85rem 1rem 1rem;transition:box-shadow .15s,border-color .15s;display:flex}.dph-vb-matrix-quadrant--quick_wins{background:#34c7591a;border-color:#34c75973}.dph-vb-matrix-quadrant--big_bets{background:#007aff17;border-color:#007aff66}.dph-vb-matrix-quadrant--fill_ins{background:#ffcc0024;border-color:#d4a30080}.dph-vb-matrix-quadrant--money_pit{background:#ff3b3017;border-color:#ff3b306b}.dph-vb-matrix-quadrant--drop.dph-vb-matrix-quadrant{box-shadow:inset 0 0 0 2px #007aff33}.dph-vb-matrix-quadrant-head{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.65rem;display:flex}.dph-vb-matrix-quadrant-title{letter-spacing:-.02em;color:var(--apple-text);margin:0;font-size:.95rem;font-weight:700}.dph-vb-matrix-quadrant-sub{margin:.2rem 0 0;font-size:.75rem;line-height:1.35}.dph-vb-matrix-quadrant-count{color:var(--apple-text-secondary);background:#ffffffbf;border:1px solid #0000000f;border-radius:999px;flex-shrink:0;padding:.2rem .5rem;font-size:.68rem;font-weight:600}.dph-vb-matrix-quadrant-body{flex-direction:column;flex:1;gap:.6rem;min-height:0;display:flex;overflow:auto}.dph-vb-matrix-quadrant-empty{text-align:center;pointer-events:none;margin:auto 0;padding:1rem .5rem;font-size:.8125rem}.dph-vb-matrix-card{background:var(--apple-surface);cursor:default;text-align:left;border:1px solid #00000014;border-radius:10px;padding:.65rem .75rem;box-shadow:0 1px 3px #0000000d}.dph-vb-matrix-card--interactive{cursor:pointer}.dph-vb-matrix-card--interactive:hover{border-color:#0000001f;box-shadow:0 2px 10px #00000012}.dph-vb-matrix-card-top{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem;display:flex}.dph-vb-matrix-card-title{flex:1;min-width:0;margin:0;font-size:.8125rem;font-weight:600;line-height:1.35}.dph-vb-matrix-card-score{color:var(--apple-text-secondary);background:#0000000f;border-radius:6px;flex-shrink:0;align-items:center;gap:.15rem;padding:.15rem .4rem;font-size:.68rem;font-weight:600;display:inline-flex}.dph-vb-matrix-card-score-icon{width:.72rem;height:.72rem}.dph-vb-matrix-card-desc{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:.72rem;line-height:1.45;display:-webkit-box;overflow:hidden}.dph-vb-matrix-card-foot{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.dph-vb-matrix-card-dot{border-radius:50%;flex-shrink:0;width:.5rem;height:.5rem}.dph-vb-matrix-card-dot--quick_wins{background:#34c759}.dph-vb-matrix-card-dot--big_bets{background:#007aff}.dph-vb-matrix-card-dot--fill_ins{background:#e6ac00}.dph-vb-matrix-card-dot--money_pit{background:#ff3b30}.dph-vb-matrix-card-ie-badge{color:var(--apple-text-secondary);white-space:nowrap;background:#0000000f;border-radius:6px;padding:.12rem .45rem;font-size:.68rem;font-weight:600}.dph-vb-matrix-guidance{background:linear-gradient(165deg,#007aff14 0%,#007aff0a 100%);border:1px solid #007aff26;border-radius:12px;padding:1rem 1.15rem}.dph-vb-matrix-guidance-title{color:var(--apple-text);align-items:center;gap:.45rem;margin:0 0 .65rem;font-size:.9rem;font-weight:700;display:flex}.dph-vb-matrix-guidance-icon{color:#007aff;flex-shrink:0;width:1.1rem;height:1.1rem}.dph-vb-matrix-guidance-list{color:var(--apple-text);margin:0;padding-left:1.15rem;font-size:.8125rem;line-height:1.55}.dph-vb-matrix-guidance-list li{margin-bottom:.4rem}.dph-vb-matrix-guidance-list li:last-child{margin-bottom:0}.dph-vb-matrix-guidance-name{font-weight:700}.dph-vb-matrix-guidance-name--green{color:#1d7a32}.dph-vb-matrix-guidance-name--blue{color:#0058b0}.dph-vb-matrix-guidance-name--yellow{color:#8a6500}.dph-vb-matrix-guidance-name--red{color:#b42318}.dph-vb-modal-scrim{z-index:1300;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000059;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dph-vb-modal{width:min(32rem,100%);max-height:min(90vh,40rem);margin:0;overflow-y:auto}.dph-vb-modal-title{margin:0 0 1rem;font-size:1.05rem}.dph-vb-form{flex-direction:column;gap:.75rem;display:flex}.dph-vb-form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (width<=520px){.dph-vb-form-row{grid-template-columns:1fr}}.dph-vb-field{color:var(--apple-text-secondary);flex-direction:column;gap:.3rem;font-size:.78rem;font-weight:600;display:flex}.dph-vb-input,.dph-vb-textarea{font:inherit;color:var(--apple-text);border:1px solid var(--apple-separator);background:var(--apple-surface);border-radius:8px;padding:.45rem .55rem;font-weight:400}.dph-vb-textarea{resize:vertical;min-height:4rem}.dph-vb-modal-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1.25rem;display:flex}.dph-vb-modal-actions-right{gap:.5rem;margin-left:auto;display:flex}.dph-product-detail-tab--with-icon{align-items:center;gap:.4rem;display:inline-flex}.dph-product-detail-tab-icon{flex-shrink:0;width:1rem;height:1rem}.dph-detail-releases-panel{margin-top:0}.dph-rp{padding-bottom:1.5rem}.dph-rp-list-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.25rem;display:flex}.dph-rp-list-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem 1rem;display:flex}.dph-rp-list-hero{align-items:flex-start;gap:.85rem;display:flex}.dph-rp-list-hero-icon{flex-shrink:0;width:2.25rem;height:2.25rem;margin-top:.15rem}.dph-rp-list-title{letter-spacing:-.03em;margin:0;font-size:1.35rem;font-weight:700}.dph-rp-list-sub{margin:.35rem 0 0;font-size:.9rem}.dph-rp-create-btn.btn.primary,.dph-rp-add-btn.btn.primary{color:#fff;background:#111;border-color:#111;align-items:center;gap:.35rem;font-weight:600;display:inline-flex}.dph-rp-create-btn.btn.primary:hover,.dph-rp-add-btn.btn.primary:hover{filter:brightness(1.08)}.dph-rp-add-icon{width:1rem;height:1rem}.dph-rp-empty-cta{text-align:center;border-radius:12px;padding:2rem 1.5rem}.dph-rp-empty-cta-title{margin:0 0 .5rem;font-size:1.05rem;font-weight:600}.dph-rp-release-stack{flex-direction:column;gap:1rem;display:flex}.dph-rp-release-card{border-radius:12px;padding:0;position:relative;overflow:hidden}.dph-rp-release-card-hit{width:100%;font:inherit;text-align:left;cursor:pointer;color:inherit;background:0 0;border:none;margin:0;padding:1.1rem 1.25rem 1.15rem;display:block}.dph-rp-release-card-hit:hover{background:#00000005}.dph-rp-release-delete{color:#c62828;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;display:inline-flex;position:absolute;top:.65rem;right:.65rem}.dph-rp-release-delete:hover{background:#c6282814}.dph-rp-release-card-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;padding-right:2.25rem;display:flex}.dph-rp-release-card-title-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.dph-rp-release-card-title{margin:0;font-size:1.05rem;font-weight:700}.dph-rp-status-tag{border-radius:999px;padding:.2rem .55rem;font-size:.68rem;font-weight:600}.dph-rp-status-tag--planning{color:#0058b0;background:#007aff24}.dph-rp-status-tag--in_progress{color:#004494;background:#007aff1f}.dph-rp-status-tag--at_risk{color:#b35c00;background:#ff950033}.dph-rp-status-tag--ready{color:#1d7a32;background:#34c7592e}.dph-rp-status-tag--approved{color:#15803d;background:#34c75933;font-weight:700}.dph-rp-status-tag--released{color:#4b3db8;background:#5856d626}.dph-rp-readiness-inline{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.dph-rp-readiness-inline-label{font-size:.72rem}.dph-rp-readiness-bar{background:#00000014;border-radius:999px;width:6.5rem;height:.45rem;overflow:hidden}.dph-rp-readiness-bar--sm{width:5rem;height:.4rem}.dph-rp-readiness-fill{border-radius:inherit;background:linear-gradient(90deg,#f59e0b 0%,#fbbf24 100%);height:100%;display:block}.dph-rp-release-card-desc{margin:.65rem 0 0;font-size:.875rem;line-height:1.45}.dph-rp-release-card-metrics{border-top:1px solid var(--apple-separator);grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr));gap:.85rem 1rem;margin-top:1rem;padding-top:1rem;display:grid}.dph-rp-metric-label{text-transform:uppercase;letter-spacing:.04em;margin-bottom:.2rem;font-size:.68rem;font-weight:600;display:block}.dph-rp-metric-value{font-size:.9rem;font-weight:600}.dph-rp-metric-with-icon{align-items:center;gap:.35rem;display:inline-flex}.dph-rp-metric-icon{opacity:.55;width:.85rem;height:.85rem}.dph-rp-detail-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem 1rem;margin-bottom:1rem;display:flex}.dph-rp-detail-toolbar .dph-rp-back{margin-bottom:0}.dph-rp-detail-toolbar-actions{flex-wrap:wrap;align-items:center;gap:.65rem 1rem;display:flex}.dph-rp-save-plan-btn{align-items:center;gap:.4rem;display:inline-flex}.dph-rp-save-plan-icon{width:1rem;height:1rem}.dph-rp-save-feedback{font-size:.8125rem}.dph-rp-back{font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;margin:0 0 1rem;padding:0;font-size:.875rem;display:inline-flex}.dph-rp-back:hover{color:var(--apple-text)}.dph-rp-back-icon{width:1rem;height:1rem}.dph-rp-detail-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.dph-rp-detail-hero-main{align-items:flex-start;gap:.75rem;display:flex}.dph-rp-detail-hero-icon{flex-shrink:0;width:2.5rem;height:2.5rem}.dph-rp-detail-title{margin:0;font-size:1.25rem;font-weight:700}.dph-rp-detail-version{font-size:.95rem;font-weight:500}.dph-rp-detail-sub{margin:.25rem 0 0;font-size:.875rem}.dph-rp-detail-target-row{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:.65rem;display:flex}.dph-rp-detail-target-label{font-size:.8125rem;font-weight:600}.dph-rp-detail-target-input{max-width:12rem}.dph-rp-readiness-block{min-width:11rem}.dph-rp-readiness-label{margin-bottom:.35rem;font-size:.72rem;font-weight:600;display:block}.dph-rp-readiness-row{align-items:center;gap:.65rem;display:flex}.dph-rp-readiness-pct{font-size:.95rem}.dph-rp-mfg-cta{color:#fff;font:inherit;letter-spacing:-.01em;cursor:pointer;white-space:nowrap;background:#22c55e;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.45rem;margin:0;padding:.45rem 1rem;font-size:.9rem;font-weight:700;line-height:1.2;display:inline-flex;box-shadow:0 1px 3px #0000002e}.dph-rp-mfg-cta:hover{filter:brightness(1.06)}.dph-rp-mfg-cta:focus-visible{outline-offset:2px;outline:2px solid #fff;box-shadow:0 0 0 3px #22c55e73}.dph-rp-mfg-cta-icon{flex-shrink:0;width:1.1rem;height:1.1rem}.dph-rp-readiness-breakdown{max-width:28rem;margin:.35rem 0 0;font-size:.72rem;line-height:1.4}.dph-rp-alert{background:#fff9e6;border:1px solid #d4a30059;border-radius:10px;gap:.85rem;margin-bottom:1rem;padding:1rem 1.15rem;display:flex}.dph-rp-alert-icon{color:#960;flex-shrink:0;width:1.35rem;height:1.35rem}.dph-rp-alert-title{color:#7a5200}.dph-rp-alert-body{margin:.35rem 0 0;font-size:.875rem}.dph-rp-alert-list{margin:.5rem 0 0;padding-left:1.2rem;font-size:.8125rem}.dph-rp-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;margin-bottom:1.25rem;display:grid}@media (width<=900px){.dph-rp-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.dph-rp-stat-grid{grid-template-columns:1fr}}.dph-rp-stat-card{text-align:left;margin-bottom:0;padding:1rem 1.1rem}.dph-rp-stat-icon{width:1.25rem;height:1.25rem;margin-bottom:.5rem}.dph-rp-stat-icon--blue{color:#007aff}.dph-rp-stat-icon--purple{color:#5856d6}.dph-rp-stat-icon--orange{color:#ff9500}.dph-rp-stat-icon--green{color:#34c759}.dph-rp-stat-label{margin-bottom:.25rem;font-size:.72rem;font-weight:600;display:block}.dph-rp-stat-value{letter-spacing:-.02em;font-size:1.35rem;font-weight:700;display:block}.dph-rp-stat-hint{margin-top:.2rem;font-size:.72rem;display:block}.dph-rp-plan-fields{margin-bottom:1rem;padding:.85rem 1rem}.dph-rp-plan-field+.dph-rp-plan-field{border-top:1px solid var(--apple-separator);margin-top:1rem;padding-top:1rem}.dph-rp-goal-label{margin-bottom:.4rem;font-size:.72rem;font-weight:600;display:block}.dph-rp-plan-field-hint{max-width:48rem;margin:0 0 .45rem;font-size:.72rem;line-height:1.4}.dph-rp-goal-input{width:100%;max-width:48rem}.dph-rp-plan-description-input{resize:vertical;width:100%;max-width:48rem;min-height:4.5rem;line-height:1.4}.dph-rp-subtabs{border-bottom:1px solid var(--apple-separator);flex-wrap:wrap;gap:0 1.5rem;margin-bottom:1rem;display:flex}.dph-rp-subtab{font:inherit;color:var(--apple-text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:.4rem;margin:0 0 -1px;padding:.6rem 0;font-size:.9rem;font-weight:500;display:inline-flex}.dph-rp-subtab:hover{color:var(--apple-text)}.dph-rp-subtab[aria-selected=true]{color:var(--apple-text);border-bottom-color:var(--apple-text);font-weight:700}.dph-rp-subtab-icon{width:1rem;height:1rem}.dph-rp-panel-head{margin-bottom:.85rem}.dph-rp-panel-head--row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.dph-rp-panel-title{align-items:center;gap:.45rem;margin:0;font-size:1rem;font-weight:700;display:flex}.dph-rp-panel-title-icon{color:#007aff;width:1.2rem;height:1.2rem}.dph-rp-resource-type-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin-bottom:1rem;display:grid}@media (width<=800px){.dph-rp-resource-type-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.dph-rp-type-pill{border:1px solid #0000000f;border-radius:10px;padding:.65rem .75rem}.dph-rp-type-pill--blue{background:#007aff14}.dph-rp-type-pill--purple{background:#5856d61a}.dph-rp-type-pill--green{background:#34c7591a}.dph-rp-type-pill--orange{background:#ff95001f}.dph-rp-type-pill-icon{opacity:.85;width:1rem;height:1rem;margin-bottom:.25rem}.dph-rp-type-pill-label{color:var(--apple-text-secondary);font-size:.68rem;font-weight:600;display:block}.dph-rp-type-pill-n{margin-top:.15rem;font-size:1.1rem;font-weight:700;display:block}.dph-rp-type-pill-sub{margin-top:.15rem;font-size:.65rem;display:block}.dph-rp-feature-stack,.dph-rp-people-stack,.dph-rp-dep-stack,.dph-rp-appr-stack{flex-direction:column;gap:.75rem;display:flex}.dph-rp-feature-card{margin-bottom:0;padding:1rem 1.1rem;position:relative}.dph-rp-feature-card--in-release{background:#0a84ff0a;box-shadow:inset 0 0 0 1px #0a84ff59}.dph-rp-feature-pick{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;margin-bottom:.55rem;font-size:.78rem;font-weight:600;display:flex}.dph-rp-feature-pick input{flex-shrink:0;width:1rem;height:1rem}.dph-rp-feature-pick-text{color:var(--muted-fg,#555)}.dph-rp-panel-lead{max-width:52rem;margin:-.25rem 0 .85rem;font-size:.8125rem;line-height:1.45}.dph-rp-audit-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.dph-rp-audit-card{margin-bottom:0;padding:.85rem 1rem}.dph-rp-audit-card-top{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem .75rem;margin-bottom:.35rem;display:flex}.dph-rp-audit-time{color:var(--apple-text-secondary);font-size:.72rem;font-weight:600}.dph-rp-audit-kind{text-transform:uppercase;letter-spacing:.04em;color:var(--apple-text-secondary);font-size:.68rem;font-weight:700}.dph-rp-audit-summary{margin:0 0 .25rem;font-size:.875rem;font-weight:600;line-height:1.35}.dph-rp-audit-detail{margin:0 0 .35rem;font-size:.78rem;line-height:1.4}.dph-rp-audit-actor{margin:0;font-size:.72rem}.dph-rp-stale-links{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem;margin-bottom:.75rem;padding:.65rem .85rem;display:flex}.dph-rp-stale-links-text{margin:0;font-size:.8125rem}.dph-rp-backlog-add-row{flex-wrap:wrap;align-items:flex-end;gap:.65rem .75rem;margin-bottom:1rem;display:flex}.dph-rp-backlog-add-field{flex:16rem;min-width:12rem}.dph-rp-backlog-add-btn{flex-shrink:0}.dph-rp-selected-features-subhead{color:var(--apple-text-secondary);margin:0 0 .5rem;font-size:.8125rem;font-weight:700}.dph-rp-card-dismiss{color:#c62828;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.2rem;display:inline-flex;position:absolute;top:.65rem;right:.65rem}.dph-rp-card-actions .dph-rp-card-dismiss{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;position:static;top:auto;right:auto}.dph-rp-card-dismiss:disabled{opacity:.35;cursor:default}.dph-rp-feature-top{justify-content:space-between;gap:.75rem;padding-right:1.75rem;display:flex}.dph-rp-feature-title{margin:0;font-size:.95rem;font-weight:700}.dph-rp-feature-score-inner{background:#0000000f;border-radius:6px;padding:.15rem .4rem;font-size:.75rem;font-weight:600}.dph-rp-feature-desc{margin:.45rem 0 .5rem;font-size:.8125rem;line-height:1.45}.dph-rp-feature-tags{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.dph-rp-mini-impact{background:#0000000d;border-radius:6px;align-items:center;gap:.3rem;padding:.12rem .45rem;font-size:.68rem;font-weight:600;display:inline-flex}.dph-rp-mini-impact--high{color:#b42318}.dph-rp-mini-impact--medium{color:#8a6500}.dph-rp-mini-impact--low{color:var(--apple-text-secondary)}.dph-rp-mini-dot{background:currentColor;border-radius:50%;width:.4rem;height:.4rem}.dph-rp-mini-effort{color:var(--apple-text-secondary);background:#0000000f;border-radius:6px;padding:.12rem .45rem;font-size:.68rem;font-weight:600}.dph-rp-feature-outcome{background:#007aff17;border-radius:8px;align-items:flex-start;gap:.45rem;margin-top:.65rem;padding:.55rem .65rem;font-size:.8125rem;line-height:1.45;display:flex}.dph-rp-feature-outcome-icon{color:#007aff;flex-shrink:0;width:1rem;height:1rem;margin-top:.1rem}.dph-rp-people-row{flex-wrap:wrap;align-items:flex-start;gap:.65rem;margin-bottom:0;padding:.85rem 2.25rem .85rem .85rem;display:flex;position:relative}.dph-rp-role-badge{border-radius:6px;padding:.15rem .45rem;font-size:.65rem;font-weight:600}.dph-rp-role-badge--blue{color:#0058b0;background:#007aff24}.dph-rp-role-badge--purple{color:#4b3db8;background:#5856d62e}.dph-rp-people-main{flex:1;min-width:0}.dph-rp-people-meta{margin:.25rem 0 .4rem;font-size:.78rem}.dph-rp-alloc-bar{background:#00000014;border-radius:999px;max-width:14rem;height:.35rem;overflow:hidden}.dph-rp-alloc-fill{border-radius:inherit;height:100%;display:block}.dph-rp-alloc-fill--high{background:#ff3b30}.dph-rp-alloc-fill--mid{background:#ff9500}.dph-rp-alloc-fill--low{background:#34c759}.dph-rp-mini-stats{flex-wrap:wrap;gap:.65rem;margin-bottom:1rem;display:flex}.dph-rp-mini-stat{align-items:center;gap:.4rem;margin-bottom:0;padding:.55rem .85rem;font-size:.8125rem;display:flex}.dph-rp-mini-stat--ok{background:#34c7591a;border-color:#34c75933}.dph-rp-mini-stat--progress{background:#007aff14}.dph-rp-mini-stat--pending{background:#fc03}.dph-rp-mini-stat--reject{background:#ff3b301a}.dph-rp-mini-stat-icon{color:#1d7a32;width:1rem;height:1rem}.dph-rp-dep-card{margin-bottom:0;padding:1rem 2.25rem 1rem 1rem;position:relative}.dph-rp-dep-top{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.dph-rp-badge{border-radius:6px;padding:.12rem .4rem;font-size:.65rem;font-weight:600}.dph-rp-badge--blue{color:#0058b0;background:#007aff1f}.dph-rp-badge--amber{color:#7a5200;background:#ffcc0040;align-items:center;gap:.2rem;display:inline-flex}.dph-rp-badge--green{color:#1e6b2e;background:#34c75933;align-items:center;gap:.2rem;display:inline-flex}.dph-rp-badge--purple{color:#4b3db8;background:#5856d624}.dph-rp-badge--orange{color:#b35c00;background:#ff95002e}.dph-rp-badge--lifecycle-new{color:#1e6b2e;background:#34c7592e}.dph-rp-badge--lifecycle-existing{color:#555;background:#8e8e932e}.dph-rp-badge--lifecycle-change{color:#0b5cab;background:#0a84ff29}.dph-rp-badge-warn-icon{width:.65rem;height:.65rem}.dph-rp-dep-meta{margin:.45rem 0 .5rem;font-size:.78rem}.dph-rp-status-pill{font:inherit;cursor:default;border:none;border-radius:8px;align-items:center;gap:.25rem;padding:.25rem .55rem;font-size:.72rem;font-weight:600;display:inline-flex}.dph-rp-status-pill--blue{color:#0058b0;background:#007aff24}.dph-rp-chevron{opacity:.7;width:.85rem;height:.85rem}.dph-rp-appr-card{margin-bottom:0;padding:1rem 1.1rem;position:relative}.dph-rp-appr-card--approved{background:#34c7590a;box-shadow:inset 0 0 0 1px #34c75966}.dph-rp-appr-card--pending{box-shadow:inset 0 0 0 1px #00000014}.dph-rp-appr-card--rejected{background:#ff3b300a;box-shadow:inset 0 0 0 1px #ff3b3059}.dph-rp-appr-banner{background:#fff9e6;border:1px solid #d4a30059;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.85rem;margin-bottom:1rem;padding:.9rem 1.05rem;display:flex}.dph-rp-appr-banner-main{align-items:flex-start;gap:.65rem;min-width:0;display:flex}.dph-rp-appr-banner-icon{color:#7a5200;flex-shrink:0;width:1.35rem;height:1.35rem;margin-top:.1rem}.dph-rp-appr-banner-title{color:#5c4000;margin:0;font-size:.9rem;font-weight:700}.dph-rp-appr-banner-sub{margin:.2rem 0 0;font-size:.78rem}.dph-rp-appr-banner-flash{color:#5c4000;margin:.45rem 0 0;font-size:.72rem}.dph-rp-appr-remind-btn{color:#fff;font:inherit;cursor:pointer;background:linear-gradient(#e8b84a 0%,#c4922e 100%);border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.8125rem;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #0000001f}.dph-rp-appr-remind-btn:hover{filter:brightness(1.05)}.dph-rp-appr-remind-icon{width:.95rem;height:.95rem}.dph-rp-appr-badge{border-radius:999px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.65rem;font-weight:700;display:inline-flex}.dph-rp-appr-badge-ic{width:.75rem;height:.75rem}.dph-rp-appr-badge--pending{color:#7a5200;background:#ffcc0059}.dph-rp-appr-badge--approved{color:#1d7a32;background:#34c75938}.dph-rp-appr-badge--rejected{color:#b42318;background:#ff3b3026}.dph-rp-appr-quick-actions{flex-wrap:wrap;gap:.5rem;margin-top:.65rem;display:flex}.dph-rp-appr-quick{font:inherit;cursor:pointer;color:#fff;border:none;border-radius:10px;padding:.42rem 1.05rem;font-size:.8125rem;font-weight:600}.dph-rp-appr-quick--approve{background:#34c759}.dph-rp-appr-quick--approve:hover{filter:brightness(1.06)}.dph-rp-appr-quick--reject{background:#ff3b30}.dph-rp-appr-quick--reject:hover{filter:brightness(1.06)}.dph-rp-appr-head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.dph-rp-appr-main{flex:1;min-width:0}.dph-rp-appr-head-end{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.dph-rp-appr-role{margin:.2rem 0 0;font-size:.78rem}.dph-rp-appr-dates{margin:.5rem 0 0;font-size:.75rem}.dph-rp-appr-comment{background:#0000000a;border-radius:8px;gap:.4rem;margin-top:.55rem;padding:.5rem .6rem;font-size:.78rem;display:flex}.dph-rp-appr-comment-icon{width:.85rem;height:.85rem;color:var(--apple-text-secondary);opacity:.85;flex-shrink:0}.dph-rp-empty{margin:.5rem 0}.dph-rp-modal-scrim{z-index:1300;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000059;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dph-rp-modal{width:min(26rem,100%);margin:0}.dph-rp-modal-title{margin:0 0 1rem;font-size:1.05rem;font-weight:700}.dph-rp-form{flex-direction:column;gap:.75rem;display:flex}.dph-rp-field{color:var(--apple-text-secondary);flex-direction:column;gap:.3rem;font-size:.78rem;font-weight:600;display:flex}.dph-rp-input,.dph-rp-textarea{font:inherit;color:var(--apple-text);border:1px solid var(--apple-separator);background:var(--apple-surface);border-radius:8px;padding:.45rem .55rem;font-weight:400}.dph-rp-textarea{resize:vertical;min-height:4rem}.dph-rp-field-hint{margin:.35rem 0 0;font-size:.72rem;font-weight:500}.dph-rp-modal-error{color:#b42318;background:#ff3b301a;border:1px solid #ff3b3040;border-radius:8px;margin:.75rem 0 0;padding:.5rem .65rem;font-size:.8125rem;font-weight:500}.dph-rp-modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1.25rem;display:flex}.dph-rp-modal--lg{width:min(36rem,100%);max-height:min(90vh,44rem);overflow-y:auto}.dph-rp-modal-head-row{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.dph-rp-modal-close{color:var(--apple-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.35rem;display:inline-flex}.dph-rp-modal-close:hover{color:var(--apple-text);background:#0000000f}.dph-rp-cat-grid{grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.25rem;display:grid}.dph-rp-cat-tile{border:1px solid var(--apple-separator);background:var(--apple-surface);font:inherit;cursor:pointer;color:var(--apple-text);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:.75rem .5rem;font-size:.8125rem;font-weight:600;display:flex}.dph-rp-cat-tile:hover{border-color:#00000026}.dph-rp-cat-tile--on{color:#fff;background:#111;border-color:#111}.dph-rp-cat-tile-icon{width:1.25rem;height:1.25rem}.dph-rp-req{color:#c62828;font-weight:700}.dph-rp-range-val{margin-top:.25rem;font-size:.8125rem;font-weight:600;display:block}.dph-rp-field--checkbox{flex-direction:row;align-items:center;gap:.5rem;font-weight:500}.dph-rp-field--checkbox input{width:auto}.dph-rp-fieldset{border:none;margin:0;padding:0}.dph-rp-radio{cursor:pointer;align-items:center;gap:.45rem;margin-bottom:.35rem;font-size:.8125rem;font-weight:500;display:flex}.dph-rp-field-label{margin-bottom:.3rem;display:block}.dph-rp-type-pill--btn{cursor:pointer;text-align:left;font:inherit;color:inherit}.dph-rp-type-pill--btn:hover{filter:brightness(.98)}.dph-rp-section-subhead{align-items:center;gap:.45rem;margin:1.5rem 0 .65rem;font-size:.95rem;font-weight:700;display:flex}.dph-rp-section-subhead-icon{width:1.1rem;height:1.1rem;color:var(--apple-text-secondary)}.dph-rp-ds-stack{flex-direction:column;gap:.65rem;margin-bottom:.5rem;display:flex}.dph-rp-ds-card{margin-bottom:0;padding:.85rem 2.25rem .85rem .85rem;position:relative}.dph-rp-ds-top{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.dph-rp-ds-desc{margin:.4rem 0 0;font-size:.8125rem;line-height:1.45}.dph-rp-ds-meta{margin:.35rem 0 0;font-size:.78rem}.dph-rp-card-actions{align-items:center;gap:.15rem;display:flex;position:absolute;top:.55rem;right:.45rem}.dph-rp-card-actions--inrow{position:static;top:auto;right:auto}.dph-rp-card-edit{width:2rem;height:2rem;color:var(--apple-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;display:inline-flex}.dph-rp-card-edit:hover{color:#007aff;background:#007aff1a}.dph-rp-dep-card{padding-right:4.5rem}.dph-rp-inline-select-label{flex-direction:column;gap:.25rem;margin-top:.5rem;font-size:.72rem;font-weight:600;display:flex}.dph-rp-inline-select{max-width:12rem;margin-top:0}.dph-rp-appr-hint{margin:-.25rem 0 .75rem;font-size:.8125rem}.dph-sadc{max-width:84rem;margin:0 auto;padding:1.25rem 1.5rem 2.5rem}.dph-sadc-topbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.dph-sadc-section-nav{border:1px solid var(--apple-separator);background:#ffffffb8;border-radius:12px;flex-wrap:wrap;gap:.35rem;margin-bottom:1.25rem;padding:.25rem;display:flex}.dph-sadc-section-tab{color:var(--apple-text-secondary);border-radius:9px;align-items:center;gap:.35rem;padding:.55rem .85rem;font-size:.84rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.dph-sadc-section-tab:hover{color:var(--apple-text);background:#0000000a}.dph-sadc-section-tab--active{color:var(--apple-text);background:#fff;box-shadow:0 1px 2px #0000000f}.dph-sadc-section-tab--locked{opacity:.55}.dph-sadc-section-empty{text-align:center;padding:2rem 1.5rem}.dph-sadc-section-empty-link{margin-top:1rem;text-decoration:none;display:inline-flex}.dph-sadc-digital-spec-empty{flex-direction:column;align-items:flex-start;gap:.85rem;display:flex}.dph-sadc-digital-spec-notice{margin:0 0 .75rem}.dph-sadc-digital-spec-meta{flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:.65rem;display:flex}.dph-sadc-digital-spec-badge{letter-spacing:.04em;text-transform:uppercase;color:#065f46;background:#d1fae5d9;border-radius:999px;align-items:center;padding:.15rem .5rem;font-size:.72rem;font-weight:700;display:inline-flex}.dph-sadc-digital-spec-copy-notice{color:#059669;font-size:.78rem;font-weight:600}.dph-sadc-digital-spec-actions{flex-wrap:wrap;gap:.5rem;margin-bottom:.85rem;display:flex}.dph-sadc-digital-spec-yaml{color:#e2e8f0;white-space:pre;background:#0f172a;border:1px solid #10b98138;border-radius:10px;max-height:min(70vh,720px);margin:0;padding:1rem 1.1rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.78rem;line-height:1.55;overflow:auto}.dph-sadc-crumb{color:var(--apple-text);align-items:center;gap:.45rem;font-size:.92rem;font-weight:500;text-decoration:none;display:inline-flex}.dph-sadc-crumb:hover{color:#007aff}.dph-sadc-crumb-icon{width:1rem;height:1rem}.dph-sadc-topbar-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.dph-sadc-draft-badge{color:#007aff;background:#007aff1a;border-radius:999px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex}.dph-sadc-status-badge{border:1px solid #0000;border-radius:999px;align-items:center;gap:.35rem;padding:.28rem .7rem;font-size:.78rem;font-weight:650;display:inline-flex}.dph-sadc-status-dot{border-radius:50%;flex-shrink:0;width:.45rem;height:.45rem}.dph-sadc-status-badge--draft{color:#007aff;background:#007aff1a;border-color:#007aff2e}.dph-sadc-status-badge--draft .dph-sadc-status-dot{background:#007aff}.dph-sadc-status-badge--pending_review{color:#b45309;background:#f59e0b1f;border-color:#f59e0b47}.dph-sadc-status-badge--pending_review .dph-sadc-status-dot{background:#f59e0b}.dph-sadc-status-badge--approved{color:#047857;background:#10b9811f;border-color:#10b98147}.dph-sadc-status-badge--approved .dph-sadc-status-dot{background:#10b981}.dph-sadc-status-badge--rejected{color:#b91c1c;background:#ef44441a;border-color:#ef444440}.dph-sadc-status-badge--rejected .dph-sadc-status-dot{background:#ef4444}.dph-sadc-draft-dot{background:#007aff;border-radius:50%;width:.45rem;height:.45rem}.dph-sadc-owner{align-items:center;gap:.45rem;font-size:.82rem;display:inline-flex}.dph-sadc-avatar{width:1.85rem;height:1.85rem;color:var(--apple-text);background:#00000014;border-radius:50%;justify-content:center;align-items:center;font-size:.72rem;font-weight:700;display:inline-flex}.dph-sadc-link-btn{color:var(--apple-text-secondary);align-items:center;gap:.35rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-flex}.dph-sadc-link-btn:hover{color:#007aff}.dph-sadc-link-btn-icon{width:.95rem;height:.95rem}.dph-sadc-build-btn{font:inherit;color:#fff;cursor:pointer;background:#007aff;border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.55rem .95rem;font-size:.85rem;font-weight:600;display:inline-flex}.dph-sadc-build-btn:disabled{opacity:.45;cursor:not-allowed}.dph-sadc-build-btn-icon{width:.95rem;height:.95rem}.dph-sadc-card{border-radius:14px;margin-bottom:1rem;padding:1.15rem 1.35rem}.dph-sadc-card-head,.dph-sadc-intent-head,.dph-sadc-spec-head,.dph-sadc-mapping-head,.dph-sadc-assistant-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex;position:relative}.dph-sadc-card-icon{width:1.15rem;height:1.15rem;color:var(--apple-text-secondary);flex-shrink:0;margin-top:.15rem}.dph-sadc-card-title{margin:0;font-size:1rem;font-weight:700}.dph-sadc-card-sub{margin:.25rem 0 0;font-size:.85rem;line-height:1.45}.dph-sadc-meta-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.dph-sadc-meta-sub{margin-top:.15rem;font-size:.78rem;display:block}.dph-sadc-readonly-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.dph-sadc-readonly-box{background:#00000008;border-radius:10px;margin:.35rem 0 0;padding:.75rem .85rem;font-size:.88rem;line-height:1.5}.dph-sadc-tag{vertical-align:middle;color:#007aff;background:#007aff1f;border-radius:6px;margin-left:.35rem;padding:.1rem .45rem;font-size:.68rem;font-weight:700;display:inline-block}.dph-sadc-intent-box{border:1px solid var(--apple-separator);background:#fff;border-radius:12px;overflow:hidden}.dph-sadc-intent-input{resize:vertical;width:100%;min-height:7rem;font:inherit;border:none;padding:.95rem 1rem;font-size:.92rem;line-height:1.5;display:block}.dph-sadc-intent-input:focus{outline:none}.dph-sadc-intent-foot{border-top:1px solid var(--apple-separator);background:#00000005;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem .85rem;display:flex}.dph-sadc-ai-note{align-items:center;gap:.35rem;font-size:.78rem;display:inline-flex}.dph-sadc-ai-note-icon{color:#007aff;width:.85rem;height:.85rem}.dph-sadc-generate-btn{font:inherit;color:#fff;cursor:pointer;background:#007aff;border:none;border-radius:9px;align-items:center;gap:.35rem;padding:.5rem .95rem;font-size:.85rem;font-weight:600;display:inline-flex}.dph-sadc-generate-btn:disabled{opacity:.6;cursor:wait}.dph-sadc-generate-btn-icon{width:.9rem;height:.9rem}.dph-sadc-error,.dph-sadc-language-warning{margin-top:.75rem}.dph-sadc-spec-title-wrap{align-items:flex-start;gap:.5rem;display:flex}.dph-sadc-reanalyze-btn{border:1px solid var(--apple-separator);font:inherit;cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.8rem;font-weight:600;display:inline-flex}.dph-sadc-reanalyze-icon{width:.85rem;height:.85rem}.dph-sadc-source-note{margin:-.35rem 0 .85rem;font-size:.78rem}.dph-sadc-spec-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.dph-sadc-spec-card{border:1px solid var(--apple-separator);background:#00000005;border-radius:10px;padding:.75rem .85rem}.dph-sadc-spec-card-top{align-items:center;gap:.25rem;margin-bottom:.35rem;display:flex}.dph-sadc-spec-sparkle{color:#007aff;width:.75rem;height:.75rem;margin-left:auto}.dph-sadc-spec-edit{color:var(--apple-text-secondary);cursor:pointer;background:0 0;border:none;padding:.15rem;display:inline-flex}.dph-sadc-spec-edit-icon{width:.8rem;height:.8rem}.dph-sadc-spec-value{font-size:.9rem;font-weight:700;display:block}.dph-sadc-spec-value-btn{text-align:left;width:100%;font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:700;display:block}.dph-sadc-spec-value-btn:hover{color:#007aff}.dph-sadc-spec-value-readonly{margin:.15rem 0 0;font-size:.9rem;font-weight:700}.dph-dc-review-page{padding-bottom:2.5rem}.dph-dc-review-hero{background:linear-gradient(135deg,#007aff0f 0%,#fffffff2 48%);border:1px solid #007aff1f;margin-bottom:1rem;padding:1.15rem 1.25rem}.dph-dc-review-hero-top{flex-wrap:wrap;align-items:flex-start;gap:.85rem 1rem;display:flex}.dph-dc-review-hero-icon-wrap{color:#007aff;background:#007aff1f;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex}.dph-dc-review-hero-icon{width:1.45rem;height:1.45rem}.dph-dc-review-hero-copy{flex:14rem;min-width:0}.dph-dc-review-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#007aff;margin:0;font-size:.72rem;font-weight:700}.dph-dc-review-title{letter-spacing:-.02em;margin:.15rem 0 0;font-size:1.45rem;font-weight:650}.dph-dc-review-subtitle{color:var(--apple-text-secondary);margin:.25rem 0 0;font-size:.92rem}.dph-dc-review-status-badge{white-space:nowrap;color:var(--apple-text-secondary);background:#0000000f;border-radius:999px;margin-left:auto;padding:.35rem .75rem;font-size:.76rem;font-weight:700}.dph-dc-review-status-badge--pending{color:#b45309;background:#f59e0b24}.dph-dc-review-status-badge--approved{color:#047857;background:#10b98124}.dph-dc-review-status-badge--rejected{color:#b91c1c;background:#ef44441f}.dph-dc-review-hero-meta{border-top:1px solid #0000000f;flex-wrap:wrap;gap:.45rem;margin-top:.9rem;padding-top:.85rem;display:flex}.dph-dc-review-chip{color:var(--apple-text);background:#ffffffe0;border:1px solid #00000014;border-radius:999px;align-items:center;gap:.35rem;padding:.28rem .65rem;font-size:.78rem;display:inline-flex}.dph-dc-review-chip strong{color:var(--apple-text-secondary);font-weight:650}.dph-dc-review-chip--required{background:#f59e0b14;border-color:#f59e0b59}.dph-dc-review-chip--optional{background:#64748b0f;border-color:#64748b40}.dph-dc-review-guidance{background:#0e74900f;border:1px solid #0e74902e;align-items:flex-start;gap:.85rem;margin-bottom:1rem;padding:.95rem 1.1rem;display:flex}.dph-dc-review-guidance-icon-wrap{color:#0e7490;background:#0e74901f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;display:flex}.dph-dc-review-guidance-icon{width:1.15rem;height:1.15rem}.dph-dc-review-guidance-title{margin:0;font-size:.92rem;font-weight:650}.dph-dc-review-guidance-body{color:var(--apple-text-secondary);margin:.25rem 0 0;font-size:.84rem;line-height:1.5}.dph-dc-review-toc{border:1px solid var(--apple-separator);background:#ffffffb8;border-radius:12px;margin-bottom:1rem;padding:.85rem 1rem}.dph-dc-review-toc-label{letter-spacing:.07em;text-transform:uppercase;color:var(--apple-text-secondary);margin-bottom:.55rem;font-size:.68rem;font-weight:700;display:block}.dph-dc-review-toc-list{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.dph-dc-review-toc-link{color:var(--apple-text);background:#fff;border:1px solid #00000014;border-radius:999px;align-items:center;gap:.4rem;padding:.38rem .7rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.dph-dc-review-toc-link:hover{background:#007aff0d;border-color:#007aff40}.dph-dc-review-toc-step{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:1.2rem;height:1.2rem;font-size:.68rem;font-weight:700;display:inline-flex}.dph-dc-review-toc-link--capture .dph-dc-review-toc-step{background:#007aff}.dph-dc-review-toc-link--mapping .dph-dc-review-toc-step{background:#0d9488}.dph-dc-review-toc-link--quality .dph-dc-review-toc-step{background:#7c3aed}.dph-dc-review-toc-link--governance .dph-dc-review-toc-step{background:#059669}.dph-dc-review-section{border:1px solid var(--apple-separator);padding:0;overflow:hidden}.dph-dc-review-section-head{border-bottom:1px solid #0000000f;padding:1rem 1.15rem}.dph-dc-review-section-head--capture{background:linear-gradient(90deg,#007aff14,#007aff05);border-left:4px solid #007aff}.dph-dc-review-section-head--mapping{background:linear-gradient(90deg,#0d94881a,#0d948805);border-left:4px solid #0d9488}.dph-dc-review-section-head--quality{background:linear-gradient(90deg,#7c3aed14,#7c3aed05);border-left:4px solid #7c3aed}.dph-dc-review-section-head--governance{background:linear-gradient(90deg,#0596691a,#05966905);border-left:4px solid #059669}.dph-dc-review-section-head-main{align-items:flex-start;gap:.75rem;display:flex}.dph-dc-review-section-step{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.85rem;height:1.85rem;font-size:.82rem;font-weight:700;display:inline-flex}.dph-dc-review-section-head--capture .dph-dc-review-section-step{background:#007aff}.dph-dc-review-section-head--mapping .dph-dc-review-section-step{background:#0d9488}.dph-dc-review-section-head--quality .dph-dc-review-section-step{background:#7c3aed}.dph-dc-review-section-head--governance .dph-dc-review-section-step{background:#059669}.dph-dc-review-section-title{align-items:center;gap:.45rem;margin:0;font-size:1.05rem;font-weight:650;display:flex}.dph-dc-review-section-icon{width:1.1rem;height:1.1rem;color:var(--apple-text-secondary)}.dph-dc-review-section-lead{color:var(--apple-text-secondary);margin:.3rem 0 0;font-size:.84rem;line-height:1.45}.dph-dc-review-snapshot .dph-dc-review-section>:not(.dph-dc-review-section-head){margin-left:1.15rem;margin-right:1.15rem}.dph-dc-review-snapshot .dph-dc-review-section>:last-child{margin-bottom:1.15rem}.dph-dc-review-card{background:#ffffffd1;border:1px solid #00000012;border-radius:12px;margin-top:1rem;padding:1rem}.dph-dc-review-card-head{align-items:flex-start;gap:.55rem;margin-bottom:.75rem;display:flex}.dph-dc-review-card-icon{color:#007aff;flex-shrink:0;width:1.15rem;height:1.15rem;margin-top:.1rem}.dph-dc-review-card-title{margin:0;font-size:.95rem;font-weight:650}.dph-dc-review-card-sub{color:var(--apple-text-secondary);margin:.2rem 0 0;font-size:.8rem}.dph-dc-review-kv-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem;display:grid}@media (width>=760px){.dph-dc-review-kv-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.dph-dc-review-kv-label{letter-spacing:.06em;text-transform:uppercase;color:var(--apple-text-secondary);font-size:.68rem;font-weight:700;display:block}.dph-dc-review-kv-value{margin-top:.15rem;font-size:.92rem;font-weight:650;display:block}.dph-dc-review-kv-sub{color:var(--apple-text-secondary);margin-top:.1rem;font-size:.76rem;display:block}.dph-dc-review-prose-grid{border-top:1px solid #0000000f;grid-template-columns:1fr;gap:.85rem;margin-top:.85rem;padding-top:.85rem;display:grid}@media (width>=760px){.dph-dc-review-prose-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.dph-dc-review-prose{white-space:pre-wrap;background:#00000008;border-radius:10px;margin:.35rem 0 0;padding:.75rem .85rem;font-size:.86rem;line-height:1.55}.dph-dc-review-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}@media (width>=900px){.dph-dc-review-spec-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.dph-dc-review-spec-item{background:#00000005;border:1px solid #0000000f;border-radius:10px;padding:.65rem .75rem}.dph-dc-review-spec-value{margin:.2rem 0 0;font-size:.88rem;font-weight:650}.dph-dc-review-spec-sub{color:var(--apple-text-secondary);margin-top:.15rem;font-size:.76rem;display:block}.dph-dc-review-l0-wrap{margin-top:1rem}.dph-dc-review-l0-wrap .dph-sadc-l0{box-shadow:none;border:1px solid #00000012}.dph-dc-review-metrics-bar{color:var(--apple-text-secondary);background:#0d94880f;border:1px solid #0d948824;border-radius:10px;flex-wrap:wrap;gap:.45rem 1rem;margin-top:1rem;padding:.65rem .85rem;font-size:.8rem;display:flex}.dph-dc-review-metrics-bar strong{color:var(--apple-text)}.dph-dc-review-metrics-bar--pii strong{color:#7c3aed}.dph-dc-review-metrics-bar--critical strong{color:#b45309}.dph-dc-review-mapping-flow{flex-wrap:wrap;align-items:stretch;gap:.45rem;margin-top:1rem;display:flex}.dph-dc-review-mapping-flow-card{background:#fff;border:1px solid #00000014;border-radius:12px;flex:10rem;align-items:flex-start;gap:.65rem;min-width:0;padding:.85rem .95rem;display:flex;box-shadow:0 1px 2px #0000000a}.dph-dc-review-mapping-flow-card--source{background:#86efac14;border-color:#86efac73}.dph-dc-review-mapping-flow-card--glossary{background:#c4b5fd14;border-color:#c4b5fd73}.dph-dc-review-mapping-flow-card--target{background:#fcd34d1a;border-color:#fcd34d8c}.dph-dc-review-mapping-flow-icon{width:1.15rem;height:1.15rem;color:var(--apple-text-secondary);flex-shrink:0;margin-top:.1rem}.dph-dc-review-mapping-flow-label{letter-spacing:.06em;text-transform:uppercase;color:var(--apple-text-secondary);font-size:.68rem;font-weight:700;display:block}.dph-dc-review-mapping-flow-value{margin-top:.15rem;font-size:.9rem;font-weight:650;display:block}.dph-dc-review-mapping-flow-sub{color:var(--apple-text-secondary);margin-top:.1rem;font-size:.76rem;display:block}.dph-dc-review-mapping-flow-arrow{color:#00000038;flex:none;align-self:center;width:1rem;height:1rem}.dph-dc-review-layer-pills{flex-wrap:wrap;gap:.35rem;margin-top:.25rem;display:flex}.dph-dc-review-layer-pill{letter-spacing:.02em;border-radius:999px;align-items:center;padding:.18rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.dph-dc-review-layer-pill--inline{font-size:.68rem}.dph-dc-review-layer-pill--bronze{color:#92400e;background:#fcd34d38}.dph-dc-review-layer-pill--silver{color:#334155;background:#94a3b838}.dph-dc-review-table-wrap{background:#fff;border:1px solid #00000014;border-radius:12px;max-height:min(32rem,60vh);margin-top:1rem;overflow:auto}.dph-dc-review-mapping-table{border-collapse:collapse;width:100%;font-size:.82rem}.dph-dc-review-mapping-table-group th{letter-spacing:.06em;text-transform:uppercase;text-align:left;color:var(--apple-text-secondary);background:#0000000a;border-bottom:1px solid #0000000f;padding:.55rem .75rem;font-size:.68rem;font-weight:700}.dph-dc-review-mapping-table th,.dph-dc-review-mapping-table td{text-align:left;vertical-align:top;border-bottom:1px solid #0000000d;padding:.62rem .75rem}.dph-dc-review-mapping-table thead tr:last-child th{z-index:1;letter-spacing:.04em;text-transform:uppercase;color:var(--apple-text-secondary);background:#f8fafc;font-size:.72rem;font-weight:700;position:sticky;top:0;box-shadow:0 1px #0000000f}.dph-dc-review-mapping-table-row--alt{background:#00000005}.dph-dc-review-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem}.dph-dc-review-mapping-term{font-weight:600}.dph-dc-review-tag-row{flex-wrap:wrap;gap:.25rem;display:flex}.dph-dc-review-tag{letter-spacing:.02em;color:var(--apple-text-secondary);background:#0000000f;border-radius:999px;align-items:center;padding:.12rem .45rem;font-size:.68rem;font-weight:700;display:inline-flex}.dph-dc-review-tag--critical{color:#b91c1c;background:#ef44441f}.dph-dc-review-tag--confidential{color:#b45309;background:#f59e0b24}.dph-dc-review-tag--internal{color:#1d4ed8;background:#3b82f61f}.dph-dc-review-tag--pii{color:#6d28d9;background:#7c3aed1f}.dph-dc-review-tag--meta{color:#475569;background:#64748b1f}.dph-dc-review-gov-list{margin:1rem 0 0;padding:0;list-style:none}.dph-dc-review-gov-row{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 0;display:flex}.dph-dc-review-gov-row:last-child{border-bottom:none}.dph-dc-review-gov-label{letter-spacing:.05em;text-transform:uppercase;color:var(--apple-text-secondary);font-size:.72rem;font-weight:700;display:block}.dph-dc-review-gov-value{margin-top:.1rem;font-size:.88rem;font-weight:600;display:block}.dph-dc-review-gov-status{white-space:nowrap;border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.dph-dc-review-gov-status svg{width:.85rem;height:.85rem}.dph-dc-review-gov-status--ok{color:#047857;background:#10b9811f}.dph-dc-review-gov-status--warn{color:#b45309;background:#f59e0b24}.dph-dc-review-decision{background:linear-gradient(#0596690f 0%,#fffffffa 42%);border:1px solid #05966938;border-top:3px solid #059669;margin-top:1.25rem;padding:1.15rem 1.25rem}.dph-dc-review-decision-title{margin:0;font-size:1.05rem;font-weight:650}.dph-dc-review-decision-lead{color:var(--apple-text-secondary);margin:.35rem 0 .85rem;font-size:.86rem;line-height:1.5}.dph-dc-review-decision-actions{flex-wrap:wrap;gap:.55rem;margin-top:.35rem;display:flex}.dph-dc-review-approve-btn{min-width:9rem}.dph-dc-review-decision-footnote{margin:.75rem 0 0;font-size:.78rem}.dph-dc-review-decision-done{background:#10b98114;border:1px solid #10b9812e;border-radius:10px;padding:.75rem .85rem}.dph-sadc-review-scroll-hint{background:#007aff14;border:1px solid #007aff26;border-radius:10px;margin:0 0 1rem;padding:.75rem 1rem}.dph-sadc-review-snapshot .dph-release-approval-section+.dph-release-approval-section,.dph-sadc-review-snapshot-card{margin-top:1rem}.dph-sadc-review-snapshot-card:first-child{margin-top:0}.dph-sadc-review-snapshot .dph-sadc-l0{box-shadow:none;margin-top:1rem}.dph-sadc-spec-edit-form{flex-direction:column;gap:.35rem;display:flex}.dph-sadc-spec-input{border:1px solid var(--apple-separator);background:var(--apple-bg,#fff);border-radius:6px;width:100%;padding:.35rem .45rem;font-size:.85rem}.dph-sadc-spec-input--sub{font-size:.78rem}.dph-sadc-spec-edit-actions{gap:.35rem;display:flex}.dph-sadc-spec-edit-save,.dph-sadc-spec-edit-cancel{cursor:pointer;border-radius:6px;padding:.2rem .45rem;font-size:.72rem}.dph-sadc-spec-edit-save{color:#fff;background:#007aff;border:1px solid #007aff}.dph-sadc-spec-edit-save:disabled{opacity:.45;cursor:not-allowed}.dph-sadc-spec-edit-cancel{border:1px solid var(--apple-separator);color:var(--apple-text-secondary);background:0 0}.dph-sadc-l0{margin-bottom:1rem}.dph-sadc-l0-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem;display:flex}.dph-sadc-l0-actions{flex-wrap:wrap;flex-shrink:0;gap:.45rem;display:flex}.dph-sadc-l0-note{margin:0 0 .75rem;font-size:.78rem}.dph-sadc-l0-flow{align-items:stretch;gap:0;padding:.35rem 0 .5rem;display:flex;overflow-x:auto}.dph-sadc-l0-step{flex:1 1 0;align-items:center;min-width:8.5rem;display:flex}.dph-sadc-l0-node{border:1px solid var(--apple-separator);background:#00000005;border-radius:10px;flex-direction:column;flex:1;gap:.2rem;min-height:5.5rem;padding:.65rem .75rem;display:flex}.dph-sadc-l0-node--source{background:#93c5fd1f;border-color:#93c5fd}.dph-sadc-l0-node--ingestion{background:#86efac1f;border-color:#86efac}.dph-sadc-l0-node--bronze{background:#fcd34d24;border-color:#fcd34d}.dph-sadc-l0-node--transformation{background:#c4b5fd24;border-color:#c4b5fd}.dph-sadc-l0-node--product{background:#007aff14;border-color:#007aff}.dph-sadc-l0-node-kind{letter-spacing:.06em;text-transform:uppercase;color:var(--apple-text-secondary);font-size:.62rem;font-weight:700}.dph-sadc-l0-node-label{font-size:.88rem;font-weight:700;line-height:1.25}.dph-sadc-l0-node-sub{font-size:.72rem;line-height:1.3}.dph-sadc-l0-arrow{color:var(--apple-text-secondary);flex:0 0 1.4rem;justify-content:center;align-items:center;display:flex}.dph-sadc-l0-arrow-line{background:var(--apple-separator);width:.85rem;height:2px;display:block}.dph-sadc-l0-arrow-head{margin-left:-.15rem;font-size:1rem;line-height:1}.dph-sadc-l0-caption{margin:.65rem 0 0;font-size:.78rem}.dph-sadc-l0-edit{flex-direction:column;gap:.75rem;display:flex}.dph-sadc-l0-edit-grid{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.65rem;display:grid}.dph-sadc-l0-edit-node,.dph-sadc-l0-caption-field{flex-direction:column;gap:.3rem;display:flex}.dph-sadc-spec-sub{align-items:center;gap:.25rem;margin-top:.2rem;font-size:.75rem;display:inline-flex}.dph-sadc-warn-icon{color:#d97706;width:.75rem;height:.75rem}.dph-sadc-mapping-layout,.dph-sadc-mapping-page{grid-template-columns:minmax(0,1fr) minmax(16rem,22%);align-items:start;gap:1.25rem;margin-bottom:1rem;display:grid}.dph-sadc-mapping-page-main{flex-direction:column;gap:1rem;min-width:0;display:flex}.dph-sadc-mapping-main{--sadc-map-cols:repeat(6, minmax(0, 1fr));--sadc-map-gap:.65rem;--sadc-map-inset:.85rem;margin-bottom:0}.dph-sadc-mapping-badges{flex-wrap:wrap;gap:.4rem;display:flex}.dph-sadc-badge{border-radius:999px;padding:.2rem .55rem;font-size:.72rem;font-weight:600}.dph-sadc-badge--warn{color:#a16207;background:#fef3c7f2}.dph-sadc-badge--info{color:#1d4ed8;background:#dbeafef2}.dph-sadc-badge--critical{color:#b91c1c;background:#fee2e2f2}.dph-sadc-quality-page{display:block}.dph-sadc-quality-main{margin-bottom:0}.dph-sadc-dq-section{border-top:1px solid #0000000f;margin-top:1.25rem;padding-top:1.25rem}.dph-sadc-dq-section:first-of-type{border-top:none;margin-top:.5rem;padding-top:0}.dph-sadc-dq-section-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem;display:flex}.dph-sadc-dq-section-title{margin:0 0 .2rem;font-size:1rem;font-weight:650}.dph-sadc-dq-add-btn{cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex}.dph-sadc-dq-add-btn:hover{background:#00000008}.dph-sadc-dq-add-icon{width:.85rem;height:.85rem}.dph-sadc-dq-table-wrap{border:1px solid #0000000f;border-radius:12px;overflow-x:auto}.dph-sadc-dq-table{border-collapse:collapse;width:100%;font-size:.82rem}.dph-sadc-dq-table th,.dph-sadc-dq-table td{text-align:left;vertical-align:top;border-bottom:1px solid #0000000d;padding:.65rem .75rem}.dph-sadc-dq-table th{letter-spacing:.04em;text-transform:uppercase;color:#0000008c;background:#00000005;font-size:.68rem;font-weight:700}.dph-sadc-dq-table tbody tr:last-child td{border-bottom:none}.dph-sadc-dq-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.76rem}.dph-sadc-layer-badge{letter-spacing:.02em;text-transform:uppercase;color:var(--apple-text-secondary,#64748b);background:#0000000d;border-radius:999px;padding:.15rem .45rem;font-size:.72rem;font-weight:600;display:inline-block}.dph-sadc-dq-actions{white-space:nowrap;gap:.25rem;display:flex}.dph-sadc-dq-empty{padding:.75rem 0;font-size:.85rem}.dph-sadc-dq-edit{background:#00000005;border-radius:10px;padding:.75rem}.dph-sadc-dq-edit-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;display:grid}.dph-sadc-dq-field{flex-direction:column;gap:.25rem;display:flex}.dph-sadc-dq-field--wide{grid-column:1/-1}.dph-sadc-dq-textarea{width:100%;min-height:4rem;font:inherit;resize:vertical;border:1px solid #0000001f;border-radius:8px;padding:.55rem .65rem}.dph-sadc-dq-edit-actions{align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.dph-sadc-assistant-hint{margin:0 0 .75rem;font-size:.78rem;line-height:1.4}.dph-sadc-suggestion-btn-icon{width:.85rem;height:.85rem;margin-right:.25rem}.dph-sadc-classification-legend{background:#00000005;border:1px solid #0000000f;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.75rem;padding:.45rem .65rem;display:flex}.dph-sadc-classification-legend-label{margin-right:.35rem;font-size:.72rem}.dph-sadc-map-classification{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;padding:.1rem .4rem;font-size:.62rem;font-weight:700;display:inline-flex}.dph-sadc-map-classification--critical{color:#b91c1c;background:#fee2e2f2}.dph-sadc-map-classification--confidential{color:#a16207;background:#fef3c7f2}.dph-sadc-map-classification--internal{color:#1d4ed8;background:#dbeafef2}.dph-sadc-map-classification--public{color:#15803d;background:#dcfce7f2}.dph-sadc-map-classification--default{text-transform:none;background:0 0;font-weight:500}.dph-sadc-mapping-row--critical{background:#fee2e21f}.dph-sadc-mapping-row--critical .dph-sadc-map-field{border-color:#dc26262e}.dph-sadc-mapping-row--critical .dph-sadc-map-field:nth-child(5){background:#fee2e214}.dph-sadc-mapping-row--critical .dph-sadc-map-flags{background:#fee2e214;border-color:#dc26262e}.dph-sadc-mapping-row--pii .dph-sadc-map-field:nth-child(3){border-color:#dc262638}.dph-sadc-map-pii--legend{font-size:.62rem}.dph-sadc-mapping-flow{background:0 0;border:none;border-radius:0;align-items:center;gap:.55rem;margin-bottom:.75rem;padding:0;display:flex}.dph-sadc-mapping-flow-body{flex-wrap:nowrap;flex:auto;align-items:center;gap:.35rem;min-width:0;display:flex}.dph-sadc-mapping-flow-arrow{color:#00000038;flex:none;width:.85rem;height:.85rem}.dph-sadc-mapping-flow-card{background:#fff;border:1px solid #00000014;border-radius:10px;align-items:center;gap:.5rem;min-width:0;height:4.35rem;padding:.5rem .65rem;display:flex;box-shadow:0 1px 2px #00000009}.dph-sadc-mapping-flow-card--source,.dph-sadc-mapping-flow-card--glossary,.dph-sadc-mapping-flow-card--target{flex:1 1 0}.dph-sadc-mapping-flow-card--glossary{gap:.55rem}.dph-sadc-mapping-flow-copy{flex:auto;min-width:0;overflow:hidden}.dph-sadc-mapping-flow-copy--glossary{flex:1 1 0}.dph-sadc-glossary-segment{background:#0000000f;border-radius:9px;flex:none;align-items:center;gap:.06rem;padding:.18rem;display:inline-flex}.dph-sadc-glossary-tab{font:inherit;color:var(--apple-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;padding:.28rem .55rem;font-size:.72rem;font-weight:600;line-height:1.2;transition:background .15s,color .15s,box-shadow .15s}.dph-sadc-glossary-tab:hover{color:var(--apple-text)}.dph-sadc-glossary-tab--active{color:var(--apple-text);background:#fff;box-shadow:0 1px 2px #00000014}.dph-sadc-mapping-flow-icon{color:#007aff;flex-shrink:0;align-self:flex-start;width:.95rem;height:.95rem;margin-top:.08rem}.dph-sadc-mapping-flow-icon--target{color:#16a34a}.dph-sadc-mapping-flow-label{letter-spacing:.06em;text-transform:uppercase;color:#0000006b;font-size:.58rem;font-weight:700;line-height:1.2;display:block}.dph-sadc-mapping-flow-value-row{align-items:center;gap:.25rem;min-width:0;margin-top:.08rem;display:flex}.dph-sadc-mapping-flow-value-link{min-width:0;color:var(--apple-text);align-items:center;gap:.25rem;font-size:.78rem;font-weight:700;text-decoration:none;display:inline-flex}.dph-sadc-mapping-flow-value-link:hover{color:#007aff}.dph-sadc-mapping-flow-value{white-space:nowrap;text-overflow:ellipsis;margin-top:.08rem;font-size:.78rem;font-weight:700;line-height:1.2;display:block;overflow:hidden}.dph-sadc-mapping-flow-value--mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;font-weight:600}.dph-sadc-mapping-flow-sub{white-space:nowrap;text-overflow:ellipsis;margin-top:.06rem;font-size:.68rem;line-height:1.25;display:block;overflow:hidden}.dph-sadc-mapping-flow-link-icon{color:#007aff;flex-shrink:0;width:.68rem;height:.68rem}.dph-sadc-mapping-view-toggle{background:#0000000f;border:none;border-radius:9px;flex:none;align-self:center;padding:.18rem;display:inline-flex}.dph-sadc-mapping-view-btn{font:inherit;color:var(--apple-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:7px;padding:.28rem .55rem;font-size:.72rem;font-weight:600;line-height:1.2}.dph-sadc-mapping-view-btn--active{color:#fff;background:#007aff;box-shadow:0 1px 2px #007aff59}.dph-sadc-mapping-table{border:1px solid var(--apple-separator);background:#fff;border-radius:12px;width:100%;overflow:hidden}.dph-sadc-mapping-col-head{flex-direction:column;gap:.08rem;min-width:0;display:flex}.dph-sadc-mapping-col-head-title{letter-spacing:.05em;text-transform:uppercase;color:var(--apple-text-secondary);font-size:.64rem;font-weight:700}.dph-sadc-mapping-col-head-title--flags{align-self:center}.dph-sadc-mapping-col-head-sub{letter-spacing:0;text-transform:none;color:#0000006b;font-size:.72rem;font-weight:500}.dph-sadc-mapping-cols-head--design{grid-template-columns:var(--sadc-map-cols);gap:var(--sadc-map-gap);padding:.65rem var(--sadc-map-inset);border-bottom:1px solid var(--apple-separator);box-sizing:border-box;background:#00000005;align-items:end;width:100%;margin-bottom:0;display:grid}.dph-sadc-mapping-list--design{gap:0}.dph-sadc-mapping-row--design{grid-template-columns:var(--sadc-map-cols);gap:var(--sadc-map-gap);padding:.55rem var(--sadc-map-inset);border-bottom:1px solid var(--apple-separator);box-sizing:border-box;align-items:stretch;width:100%;display:grid}.dph-sadc-mapping-row--design:last-child{border-bottom:none}.dph-sadc-map-field{box-sizing:border-box;border:1px solid var(--apple-separator);background:#00000004;border-radius:10px;width:100%;min-width:0;padding:.55rem .65rem}.dph-sadc-map-field:nth-child(3){background:#fff;border-color:#007aff2e}.dph-sadc-map-field:nth-child(5){background:#22c55e14;border-color:#22c55e2e}.dph-sadc-card-link{color:#007aff;white-space:nowrap;margin-left:auto;font-size:.78rem;font-weight:600;text-decoration:none}.dph-sadc-card-link:hover{text-decoration:underline}.dph-sadc-mapping-cols-head:not(.dph-sadc-mapping-cols-head--design){letter-spacing:.04em;text-transform:uppercase;color:var(--apple-text-secondary);grid-template-columns:1fr auto 1fr auto 1fr;gap:.5rem;margin-bottom:.65rem;font-size:.68rem;font-weight:700;display:grid}.dph-sadc-mapping-cols-head--quad{grid-template-columns:1.15fr 1fr .85fr .85fr}.dph-sadc-mapping-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:.85rem;display:flex}.dph-sadc-erd-link{color:#007aff;font-size:.82rem;text-decoration:none}.dph-sadc-erd-link:hover{text-decoration:underline}.dph-sadc-glossary-upload{flex-direction:column;gap:.25rem;min-width:14rem;display:flex}.dph-sadc-mapping-row--metadata .dph-sadc-map-field:first-child{background:#c4b5fd14;border-color:#c4b5fd40}.dph-sadc-map-field-head{justify-content:space-between;align-items:center;gap:.35rem;margin-bottom:.35rem;display:flex}.dph-sadc-map-tag{letter-spacing:.04em;text-transform:uppercase;border-radius:4px;padding:.08rem .35rem;font-size:.58rem;font-weight:700;display:inline-flex}.dph-sadc-map-tag--erd{color:var(--apple-text-secondary);background:#0000000f}.dph-sadc-map-tag--glossary,.dph-sadc-map-tag--upload{color:#1d4ed8;background:#007aff1f}.dph-sadc-map-tag--manual{color:var(--apple-text-secondary);background:#0000000f}.dph-sadc-map-tag--auto{color:#15803d;background:#22c55e24}.dph-sadc-map-tag--meta{color:#6d28d9;background:#c4b5fd33}.dph-sadc-map-tag--entity{color:#b45309;background:#f59e0b24}.dph-sadc-map-tag--entity-target{color:#0369a1;background:#0ea5e924}.dph-sadc-map-field-edit{color:var(--apple-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.15rem;display:inline-flex}.dph-sadc-map-field-edit:hover{color:#007aff;background:#0000000d}.dph-sadc-map-field-edit-icon{width:.75rem;height:.75rem}.dph-sadc-map-flags{box-sizing:border-box;border:1px solid var(--apple-separator);background:#00000004;border-radius:10px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.35rem;width:100%;min-width:0;min-height:100%;padding:.55rem .65rem;display:flex}.dph-sadc-map-pii{color:#b91c1c;letter-spacing:.03em;background:#fee2e2f2;border-radius:999px;padding:.12rem .4rem;font-size:.62rem;font-weight:700}.dph-sadc-mapping-row-body--quad{grid-template-columns:1.15fr 1fr .85fr .85fr}.dph-sadc-mapping-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.dph-sadc-mapping-row:not(.dph-sadc-mapping-row--design):not(.dph-sadc-mapping-row--edit){grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:.5rem;display:grid;position:relative}.dph-sadc-mapping-row--edit{display:block}.dph-sadc-mapping-row-edit{z-index:1;color:var(--apple-text-secondary);cursor:pointer;background:#ffffffeb;border:none;border-radius:6px;padding:.2rem;display:inline-flex;position:absolute;top:.35rem;right:.35rem}.dph-sadc-mapping-row-edit-icon{width:.8rem;height:.8rem}.dph-sadc-mapping-row-body{text-align:left;cursor:pointer;background:0 0;border:none;grid-column:1/-1;grid-template-columns:1fr auto 1fr auto 1fr;align-items:stretch;gap:.5rem;width:100%;padding:0;display:grid}.dph-sadc-mapping-row-body:hover .dph-sadc-map-cell{border-color:#007aff}.dph-sadc-mapping-edit{background:#007aff0a;border:1px solid #007aff40;border-radius:10px;padding:.75rem}.dph-sadc-mapping-edit-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.45rem;display:grid}.dph-sadc-mapping-edit-field{flex-direction:column;gap:.25rem;display:flex}.dph-sadc-mapping-edit-checks{flex-wrap:wrap;align-items:center;gap:.65rem;padding-top:1.4rem;display:flex}.dph-sadc-mapping-edit-classifications{flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:.45rem;padding-top:.35rem}.dph-sadc-mapping-edit-classification-row{flex-wrap:wrap;align-items:center;gap:.65rem 1rem;display:flex}.dph-sadc-mapping-edit-check{align-items:center;gap:.35rem;font-size:.78rem;display:inline-flex}.dph-sadc-mapping-remove{color:#dc2626;cursor:pointer;background:0 0;border:1px solid #dc262659;border-radius:6px;align-items:center;gap:.25rem;padding:.2rem .45rem;font-size:.72rem;display:inline-flex}.dph-sadc-mapping-remove-icon{width:.75rem;height:.75rem}.dph-sadc-map-cell{border:1px solid var(--apple-separator);border-radius:10px;padding:.65rem .75rem;position:relative}.dph-sadc-map-cell--source{background:#00000005}.dph-sadc-map-cell--term{background:#007aff0f;border-color:#007aff26}.dph-sadc-map-cell--target{background:#22c55e14;border-color:#22c55e2e}.dph-sadc-lock{width:.75rem;height:.75rem;color:var(--apple-text-secondary);position:absolute;top:.45rem;right:.45rem}.dph-sadc-map-col-name{text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82rem;font-weight:700;display:block;overflow:hidden}.dph-sadc-map-col-type{text-overflow:ellipsis;white-space:nowrap;margin-top:.15rem;font-size:.72rem;display:block;overflow:hidden}.dph-sadc-map-glossary{margin-top:.15rem;font-size:.72rem;display:block}.dph-sadc-map-bridge{flex-direction:column;justify-content:center;align-items:center;gap:.15rem;min-width:1.5rem;display:flex}.dph-sadc-confidence{border-radius:50%;width:.45rem;height:.45rem}.dph-sadc-confidence--high{background:#16a34a}.dph-sadc-confidence--medium{background:#d97706}.dph-sadc-confidence--review{background:#dc2626}.dph-sadc-map-arrow{color:var(--apple-text-secondary);font-size:.75rem}.dph-sadc-add-mapping{border:1px dashed var(--apple-separator);width:100%;font:inherit;color:var(--apple-text-secondary);cursor:pointer;background:0 0;border-radius:10px;margin-top:.75rem;padding:.65rem;font-size:.85rem}.dph-sadc-add-mapping--design{width:calc(100% - (2 * var(--sadc-map-inset)));margin-top:.75rem;margin-left:var(--sadc-map-inset);margin-right:var(--sadc-map-inset)}.dph-sadc-add-mapping:disabled{cursor:not-allowed;opacity:.55}.dph-sadc-assistant{margin-bottom:0;position:sticky;top:1rem}.dph-sadc-assistant-icon{width:1.25rem;height:1.25rem}.dph-sadc-assistant-title{margin:0;font-size:.95rem;font-weight:700}.dph-sadc-assistant-count{text-align:center;color:#fff;background:#007aff;border-radius:999px;min-width:1.35rem;margin-left:auto;padding:.1rem .4rem;font-size:.72rem;font-weight:700}.dph-sadc-assistant-empty{margin:0;font-size:.82rem}.dph-sadc-suggestion-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.dph-sadc-suggestion{border:1px solid var(--apple-separator);background:#00000005;border-radius:10px;padding:.75rem}.dph-sadc-suggestion-title{margin:0 0 .25rem;font-size:.85rem;font-weight:700}.dph-sadc-suggestion-body{margin:0 0 .55rem;font-size:.78rem;line-height:1.4}.dph-sadc-suggestion-btn{font:inherit;color:#007aff;cursor:pointer;background:#fff;border:1px solid #007aff59;border-radius:8px;padding:.35rem .65rem;font-size:.78rem;font-weight:600}.dph-sadc-suggestion-btn:hover{background:#007aff14}.dph-sadc-bottom-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.dph-sadc-rule-list,.dph-sadc-gov-list{flex-direction:column;gap:.55rem;margin:0;padding:0;list-style:none;display:flex}.dph-sadc-rule{border-bottom:1px solid var(--apple-separator);justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.65rem 0;display:flex}.dph-sadc-rule:last-child{border-bottom:none}.dph-sadc-rule-desc{margin:0;font-size:.85rem;font-weight:500}.dph-sadc-rule-field{margin-top:.15rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem;display:block}.dph-sadc-severity{border-radius:6px;flex-shrink:0;align-items:center;gap:.25rem;padding:.15rem .5rem;font-size:.72rem;font-weight:700;display:inline-flex}.dph-sadc-severity--critical{color:#b91c1c;background:#fee2e2f2}.dph-sadc-severity--warning{color:#a16207;background:#fef3c7f2}.dph-sadc-severity-icon{width:.75rem;height:.75rem}.dph-sadc-gov-row{border-bottom:1px solid var(--apple-separator);justify-content:space-between;align-items:center;gap:.75rem;padding:.45rem 0;display:flex}.dph-sadc-gov-row:last-child{border-bottom:none}.dph-sadc-gov-label{font-size:.82rem;font-weight:600;display:block}.dph-sadc-gov-value{color:var(--apple-text-secondary);margin-top:.1rem;font-size:.78rem;display:block}.dph-sadc-gov-ok{color:#16a34a;flex-shrink:0;width:1rem;height:1rem}.dph-sadc-gov-warn{color:#d97706;flex-shrink:0;width:1rem;height:1rem}.dph-sadc-inline-sparkle{vertical-align:-.15rem;color:#007aff;width:.95rem;height:.95rem}.dph-sadc-foot{border-top:1px solid var(--apple-separator);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.5rem;padding-top:1.25rem;display:flex}.dph-sadc-section-foot-spacer{flex:0 0 1px}.dph-sadc-section-foot-link{color:#007aff;align-items:center;gap:.35rem;font-size:.84rem;font-weight:600;text-decoration:none;display:inline-flex}.dph-sadc-section-foot-link:hover{text-decoration:underline}.dph-sadc-section-foot-link--locked{color:var(--apple-text-secondary);cursor:not-allowed;text-decoration:none}.dph-sadc-foot-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;margin-left:auto;display:flex}.dph-sadc-foot-meta{margin:0;font-size:.8rem}.dph-sadc-save-toast{color:#15803d;margin:0;font-size:.82rem;font-weight:600}.dph-sadc-save-btn{border:1px solid var(--apple-separator);font:inherit;cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:.35rem;padding:.6rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.dph-sadc-save-icon{width:.9rem;height:.9rem}@media (width<=1100px){.dph-sadc-meta-grid,.dph-sadc-spec-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dph-sadc-mapping-layout,.dph-sadc-mapping-page,.dph-sadc-quality-page,.dph-sadc-dq-edit-grid{grid-template-columns:1fr}.dph-sadc-mapping-flow{flex-direction:column;align-items:stretch}.dph-sadc-mapping-flow-body{flex-direction:column}.dph-sadc-mapping-flow-arrow{display:none}.dph-sadc-mapping-flow-card--source,.dph-sadc-mapping-flow-card--glossary,.dph-sadc-mapping-flow-card--target{flex:auto;height:auto;min-height:4.35rem}.dph-sadc-mapping-flow-card--glossary{flex-wrap:wrap}.dph-sadc-glossary-segment{align-self:flex-start}.dph-sadc-mapping-view-toggle{flex:none;align-self:flex-start}}@media (width<=768px){.dph-sadc-readonly-grid,.dph-sadc-bottom-grid,.dph-sadc-meta-grid,.dph-sadc-spec-grid,.dph-sadc-mapping-cols-head--quad,.dph-sadc-mapping-row-body--quad,.dph-sadc-mapping-cols-head--design,.dph-sadc-mapping-row--design{grid-template-columns:1fr}.dph-sadc-mapping-flow-body{flex-direction:column}.dph-sadc-mapping-edit-grid{grid-template-columns:1fr}.dph-sadc-map-bridge{flex-direction:row;justify-content:flex-start;min-width:0}}
