/* AI. 9/15/2026. Shared, responsive documentation design replaces generated frames and inline formatting. */
:root{--ink:#172d35;--muted:#61747a;--teal:#126b67;--teal-dark:#114e4b;--line:#dfe7e6;--paper:#fff;--wash:#f5f8f7;--mint:#e5f1ed;--sidebar:290px;--header:82px;--radius:14px;font-family:Inter,"Segoe UI",Arial,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}body{margin:0;font-size:15px;line-height:1.6}a{color:var(--teal);text-underline-offset:3px}button,input{font:inherit}button,a,input,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}svg{width:22px;height:22px;flex-shrink:0}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #d08b35;outline-offset:4px}button{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.22;letter-spacing:-.025em}h1{font-size:40px;font-weight:650;margin-bottom:20px}h2{font-size:24px;font-weight:650}h3{font-size:18px;font-weight:600}::selection{background:#cae6dc} [hidden]{display:none!important}.skip-link{position:fixed;left:12px;top:-70px;background:var(--ink);color:white;padding:12px;z-index:100}.skip-link:focus{top:12px}
/* AI. 9/15/2026. Keep search and support actions available without crowding article navigation. */
.topbar{height:var(--header);display:flex;align-items:center;gap:23px;padding:0 36px;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none;font-size:13px;font-weight:750;letter-spacing:1.5px;line-height:1.1}.brand-mark{width:36px;height:40px;font-size:39px;letter-spacing:-5px;line-height:40px;color:var(--teal)}.brand-mark span{color:#cc9b53}.brand-sub{display:block;font-size:8px;letter-spacing:4.6px;margin-top:5px}.header-divider{width:1px;height:25px;background:var(--line)}.help-label{font-weight:550;color:var(--ink);text-decoration:none;white-space:nowrap}.contact-link{font-size:13px;text-decoration:none;font-weight:600;margin-left:auto;white-space:nowrap}.private-badge{font-size:11px;background:#fff1d8;color:#78551c;border-radius:5px;padding:4px 8px}.search-wrap{margin-left:auto;width:min(390px,35vw);position:relative;display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:var(--wash);border-radius:8px;padding:7px 12px;color:var(--muted)}.search-wrap>svg{width:19px}.search-wrap input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.search-wrap:focus-within{outline:2px solid var(--teal);outline-offset:2px}.search-wrap kbd{border:1px solid #d5dfdc;border-radius:4px;font-size:12px;padding:0 6px;background:white}.menu-button{display:none;border:1px solid var(--line);border-radius:7px;background:white;padding:5px 11px;font-size:20px}
#search-results{position:absolute;top:calc(100% + 12px);right:0;width:min(620px,calc(100vw - 40px));max-height:70vh;overflow:auto;background:white;border:1px solid var(--line);border-radius:12px;box-shadow:0 18px 65px #163e3526;padding:12px}#search-status{font-size:12px;padding:4px 10px 12px;color:var(--muted)}.search-result{display:block;text-decoration:none;color:var(--ink);border-radius:7px;padding:12px}.search-result:hover,.search-result:focus{background:var(--wash)}.search-result strong{display:block;line-height:1.4}.search-result small{display:block;color:var(--teal);margin-bottom:3px}.search-result p{font-size:13px;color:var(--muted);margin:5px 0 0;line-height:1.5}.search-result mark{background:#e4f0ce;color:inherit}
/* AI. 9/15/2026. Present recoverable topic hierarchies as an accessible collapsible tree. */
.sidebar{position:fixed;top:var(--header);bottom:0;left:0;width:var(--sidebar);overflow:auto;background:#f7f9f8;border-right:1px solid var(--line);padding:27px 18px 20px;z-index:15;scrollbar-width:thin}.back-link{font-size:12px;text-decoration:none;color:var(--muted);display:block;margin:0 10px 28px}.sidebar-title{display:flex;gap:11px;align-items:center;font-weight:650;margin:0 10px 21px;line-height:1.4}.sidebar-title svg{color:var(--teal)}.overview-link{display:block;text-decoration:none;padding:9px 11px;border-radius:7px;color:var(--teal);background:var(--mint);font-weight:600;font-size:13px;margin-bottom:27px}.sidebar-label{font-size:10px;letter-spacing:1.6px;color:#7c898b;margin:0 10px 11px;font-weight:700}.tree-list{list-style:none;padding:0;margin:0}.tree-list .tree-list{margin-left:12px;padding-left:8px;border-left:1px solid #dbe5e0}.tree-row{display:flex;align-items:flex-start;gap:2px;border-radius:6px;margin:1px 0}.tree-row>a{font-size:12px;line-height:1.5;color:#50646a;text-decoration:none;padding:8px 5px;flex:1;overflow-wrap:anywhere}.tree-row:hover{background:#edf2ef}.tree-row.active{background:#dfeee7}.tree-row.active>a{color:var(--teal-dark);font-weight:650}.tree-toggle{border:0;background:transparent;width:23px;flex:0 0 23px;height:33px;line-height:30px;padding:0;color:#7d918a;font-size:16px}.tree-spacer{width:23px;flex:0 0 23px}.sidebar-bottom{border-top:1px solid var(--line);margin:30px 10px 0;padding-top:20px;font-size:11px;font-weight:600;color:#657b78}.sidebar-bottom span{font-size:10px;font-weight:400}
/* AI. 9/15/2026. Use readable article typography while keeping large source tables usable. */
main{margin-left:var(--sidebar);min-height:calc(100vh - 165px);padding:38px 50px 70px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:11px;color:var(--muted);margin-bottom:39px}.breadcrumbs a{color:var(--muted);text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.eyebrow{font-size:10px;letter-spacing:1.8px;font-weight:750;color:var(--teal);margin-bottom:16px}.document-layout{display:flex;gap:45px;max-width:1190px;margin:auto;align-items:flex-start}.document{flex:1;min-width:0;max-width:900px}.article-meta{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:11px;margin-bottom:32px;padding-bottom:25px;border-bottom:1px solid var(--line);flex-wrap:wrap}.print-button{margin-left:auto;border:0;background:none;color:var(--muted);font-size:11px;padding:0}.article-body{font-size:15px;line-height:1.8;color:#344d55;overflow-wrap:anywhere}.article-body p{margin:0 0 17px}.article-body h2{font-size:23px;color:var(--ink);margin:34px 0 15px;scroll-margin-top:110px}.article-body h3{margin:28px 0 12px;scroll-margin-top:110px}.article-body img{max-width:100%;height:auto;border-radius:5px;display:block;margin:20px auto}.article-body strong{font-weight:650;color:#243e46}.article-body ul,.article-body ol{padding-left:25px;margin:14px 0 22px}.article-body li{padding-left:4px;margin-bottom:6px}.article-body li p{margin-bottom:4px}.article-body table{border-collapse:collapse;font-size:13px;width:100%;margin:22px 0;line-height:1.65}.article-body td,.article-body th{border:1px solid var(--line);padding:10px 12px;vertical-align:top}.article-body td p{margin:0 0 7px}.article-body tr:nth-child(even){background:var(--wash)}.table-scroll{overflow-x:auto;width:100%;margin:20px 0}.table-scroll table{margin:0;min-width:500px}.article-body pre{white-space:pre-wrap}.article-body a{font-weight:550}.missing-image{display:block;border-left:3px solid #cab586;background:#faf7ef;color:#756641;font-size:12px;padding:12px 16px;margin:20px 0}.on-page{position:sticky;top:120px;width:175px;flex:0 0 175px;border-left:1px solid var(--line);padding-left:20px;margin-top:74px;font-size:11px;max-height:65vh;overflow:auto}.on-page>span{display:block;font-size:9px;letter-spacing:1.5px;font-weight:700;color:var(--muted);margin-bottom:12px}.on-page a{display:block;color:var(--muted);text-decoration:none;margin:11px 0;line-height:1.5}.article-pager{border-top:1px solid var(--line);padding-top:24px;margin-top:40px;display:flex;justify-content:space-between;gap:20px}.article-pager a{width:50%;border:1px solid var(--line);border-radius:9px;padding:15px;text-decoration:none;font-size:13px}.article-pager a:last-child{text-align:right}.article-pager small{display:block;color:var(--muted);font-size:10px;margin-bottom:5px}.help-note{background:var(--wash);padding:19px 23px;border-radius:9px;margin-top:35px;font-size:12px;display:flex;flex-wrap:wrap;gap:8px 14px}.help-note span{color:var(--muted)}.help-note a{margin-left:auto;text-decoration:none;font-weight:650}.page-footer{margin-left:var(--sidebar);padding:22px 50px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:20px;font-size:10px;color:var(--muted)}.page-footer a{color:var(--muted);text-decoration:none}
/* AI. 9/15/2026. Give each guide a useful overview and expose every article without requiring JavaScript. */
.guide-home{max-width:1100px;margin:auto}.lead{font-size:17px;color:var(--muted);max-width:640px}.guide-stats{display:flex;gap:18px;font-size:11px;color:var(--muted);margin:24px 0}.guide-stats span+span{border-left:1px solid var(--line);padding-left:18px}.start-link{display:inline-flex;gap:15px;align-items:center;text-decoration:none;font-size:13px;font-weight:600;border-bottom:1px solid #b4d4ca;padding-bottom:5px;margin-bottom:44px}.start-link svg{width:17px}.section-header{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:0 0 21px}.section-header h2{margin:0;font-size:22px}.section-header>span{font-size:11px;color:var(--muted)}.topic-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.topic-card{padding:22px;border:1px solid var(--line);border-radius:10px;text-decoration:none;color:var(--ink);position:relative;transition:border-color .15s,background .15s}.topic-card:hover{border-color:#82b3a7;background:#f9fcfa}.card-icon{display:inline-flex;color:var(--teal);background:var(--wash);padding:8px;border-radius:7px;margin-bottom:17px}.card-icon svg{width:20px;height:20px}.topic-card h3{font-size:16px;margin-bottom:9px;padding-right:12px}.topic-card p{font-size:12px;line-height:1.6;color:var(--muted);margin-bottom:13px}.card-arrow{position:absolute;right:17px;top:26px;color:#94aaa2}.card-arrow svg{width:17px}.related{margin-top:38px}.related .topic-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.related h2{font-size:22px}.all-articles{margin-top:35px;border-top:1px solid var(--line);padding-top:22px}.all-articles summary{cursor:pointer;font-size:13px;font-weight:600;color:var(--teal)}.all-articles ul{columns:2;column-gap:30px;padding-left:20px;font-size:12px}.all-articles li{break-inside:avoid;margin:8px 0}.all-articles a{text-decoration:none}
/* AI. 9/15/2026. Keep the public collection landing page distinct from the private team collection. */
.hub main{margin-left:0;padding:0 50px 65px}.hub .page-footer{margin-left:0}.hub .topbar{padding:0 50px}.hub-content{max-width:1180px;margin:auto}.hero{position:relative;padding:79px 0 69px;overflow:hidden;margin-bottom:5px}.hero .eyebrow{display:flex;align-items:center;gap:8px;margin-bottom:22px}.status-dot{width:6px;height:6px;background:var(--teal);border-radius:50%}.hero h1{font-size:55px;line-height:1.15;letter-spacing:-2px;font-weight:650;max-width:760px}.hero h1 span{color:var(--teal)}.hero p{font-size:16px;line-height:1.8;color:var(--muted);margin-top:23px}.hero-link{font-size:12px;font-weight:600;text-decoration:none;display:inline-block;margin-top:8px}.hero-art{position:absolute;width:290px;height:280px;right:23px;top:58px}.art-ring{position:absolute;border:1px solid #d2e4dc;border-radius:50%;width:255px;height:255px;right:0;top:0;background:radial-gradient(circle,#edf5ef 0,transparent 68%)}.art-ring:after{content:"";position:absolute;inset:28px;border:1px dashed #cbded5;border-radius:50%}.art-book{position:absolute;left:45px;top:51px;width:160px;height:184px;transform:rotate(-8deg);background:#d9eae1;border:1px solid #a7c8b9;border-radius:4px 12px 12px 4px;box-shadow:12px 12px 0 #f2f5f0,13px 13px 0 #d3ded6;border-left:9px solid #1b6358;padding:23px;color:#1b6358}.art-book svg{width:44px;height:44px}.art-book span{display:block;margin-top:23px;font-size:10px;font-weight:700;letter-spacing:1.5px;line-height:1.5}.art-star{position:absolute;font-size:57px;right:0;bottom:20px;color:#ba9152;line-height:1}.collections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:23px}.collection-card{display:flex;gap:24px;padding:31px;border:1px solid var(--line);border-radius:12px;text-decoration:none;color:var(--ink);transition:border-color .15s,box-shadow .15s}.collection-card:hover{border-color:#8ebbad;box-shadow:0 6px 24px #164f3810}.collection-icon{background:var(--mint);width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:11px;flex:0 0 52px;color:var(--teal)}.collection-icon svg{width:27px;height:27px}.collection-card .eyebrow{font-size:9px;letter-spacing:1px;color:var(--muted)}.collection-card h2{font-size:23px;margin:10px 0}.collection-card p{font-size:13px;color:var(--muted);max-width:280px;line-height:1.7;margin-bottom:24px}.collection-action{display:flex;align-items:center;gap:14px;color:var(--teal);font-size:12px;font-weight:650}.collection-action svg{width:17px}.support-banner{display:flex;align-items:center;justify-content:space-between;gap:25px;background:#f1f6f2;border:1px solid #e4ece6;border-radius:12px;margin-top:42px;padding:30px 35px}.support-banner .eyebrow{font-size:9px;margin-bottom:11px}.support-banner h2{font-size:24px;margin-bottom:8px}.support-banner p{font-size:12px;color:var(--muted);margin:0}.support-banner>a{display:flex;align-items:center;gap:17px;background:var(--teal-dark);color:white;text-decoration:none;padding:12px 18px;border-radius:7px;font-size:12px;font-weight:550;white-space:nowrap}.support-banner>a svg{width:16px}
/* AI. 9/16/2026. Restore the familiar blue header and add layered article contrast so long procedures are easier to scan. */
:root{--brand-blue:#075b9a;--brand-blue-dark:#064575;--blue-wash:#edf5fb;--blue-line:#c8deee}.topbar{background:linear-gradient(135deg,var(--brand-blue-dark),var(--brand-blue));border-bottom-color:#03416f;box-shadow:0 2px 12px #17394e2b}.topbar .brand,.topbar .help-label,.topbar .contact-link{color:#fff}.topbar .brand-mark{color:#fff}.topbar .header-divider{background:#ffffff52}.topbar .private-badge{background:#fff1d8;color:#684715}.topbar .search-wrap{background:#fff;border-color:#ffffff8c;color:#526b78;box-shadow:0 1px 3px #002a4930}.topbar .search-wrap:focus-within{outline-color:#f3bd66}.topbar .menu-button{color:#fff;background:#ffffff17;border-color:#ffffff69}body:not(.hub){background:#f3f6f8}body:not(.hub) main{background:linear-gradient(135deg,#f7f9fb 0,#edf3f7 100%)}.document{background:#fff;border:1px solid #dce6ec;border-radius:12px;box-shadow:0 8px 28px #17394e12;padding:38px 44px 44px}.document>h1{color:var(--brand-blue-dark)}.article-body h2{margin-left:-16px;padding:10px 14px 11px;border-left:4px solid var(--brand-blue);border-radius:0 7px 7px 0;background:var(--blue-wash);color:var(--brand-blue-dark)}.article-body h3{color:var(--brand-blue-dark);padding-bottom:7px;border-bottom:1px solid var(--blue-line)}.article-body li::marker{color:var(--brand-blue);font-weight:700}.article-body th{background:var(--brand-blue);border-color:var(--brand-blue);color:#fff}.article-body tr:nth-child(even){background:#f3f8fc}.article-body blockquote{margin:22px 0;padding:16px 20px;border-left:4px solid #d39a3e;background:#fff8e9;color:#594a31}.article-pager a{background:#fff}.article-pager a:hover{border-color:#91b8d2;background:var(--blue-wash)}
/* AI. 9/16/2026. Use the established Perfection Software wordmark as the header brand while retaining accessible link text. */
.topbar .brand{position:relative;width:154px;height:54px;flex:0 0 154px;border:1px solid #ffffffa8;border-radius:7px;background:#fff url("perfection-software-logo.jpg") center/145px auto no-repeat;box-shadow:0 2px 8px #002d4f45}.topbar .brand>span{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
/* AI. 9/15/2026. Adapt navigation and article tables to phones and provide uncluttered printed procedures. */
@media(min-width:1600px){:root{--sidebar:310px}main{padding:45px 70px 80px}}
@media(max-width:1200px){.on-page{display:none}.topic-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-art{right:0;opacity:.7;transform:scale(.8);transform-origin:right center}.hero h1{font-size:46px}.topbar{gap:15px;padding:0 24px}.private-badge{display:none}main{padding:30px 35px 55px}}
@media(max-width:950px){:root{--sidebar:245px}.contact-link{display:none}.hero-art{display:none}.hero h1{max-width:none}.collection-card{padding:23px;gap:17px}.collection-card h2{font-size:20px}.section-header>span{display:none}.collection-icon{width:42px;height:42px;flex-basis:42px}.article-meta .print-button{margin-left:0}}
@media(max-width:760px){:root{--header:70px}.topbar,.hub .topbar{padding:0 18px;gap:13px}.brand{font-size:11px}.brand-sub{font-size:7px;letter-spacing:3.7px}.brand-mark{font-size:32px;width:29px}.header-divider,.help-label{display:none}.menu-button{display:block}.search-wrap{width:auto;flex:1;margin-left:8px;max-width:340px;padding:6px 9px}.search-wrap kbd{display:none}.search-wrap input{font-size:12px}.search-wrap>svg{width:16px}#search-results{position:fixed;top:74px;left:12px;right:12px;width:auto;max-height:75vh}.sidebar{transform:translateX(-100%);width:min(320px,85vw);transition:transform .18s;box-shadow:10px 0 35px #162f2912}.sidebar.open{transform:translateX(0)}main{margin-left:0;padding:27px 23px 45px}.page-footer{margin-left:0;padding:22px;flex-direction:column;gap:7px}.hub main{padding:0 23px 40px}.hero{padding:44px 0 38px}.hero h1{font-size:37px;letter-spacing:-1.4px}.hero p{font-size:14px}.desktop-break{display:none}.hero .eyebrow{font-size:9px}.collections{grid-template-columns:1fr;gap:15px}.collection-card{padding:23px}.collection-card p{max-width:none}.section-header h2{font-size:21px}.support-banner{margin-top:28px;padding:25px;align-items:flex-start;flex-direction:column}.support-banner h2{font-size:22px}.breadcrumbs{margin-bottom:28px;font-size:10px}h1{font-size:30px;overflow-wrap:anywhere}.article-body{font-size:14px}.article-meta{font-size:10px}.topic-cards{gap:11px}.topic-card{padding:17px}.topic-card h3{font-size:14px}.topic-card p{font-size:11px}.card-arrow{display:none}.related .topic-cards{grid-template-columns:1fr}.article-pager{gap:10px}.article-pager a{font-size:11px;padding:12px}.help-note{padding:17px}.help-note a{margin-left:0}.all-articles ul{columns:1}.hub .help-label{display:block;margin-left:auto}.guide-stats{font-size:10px}}
/* AI. 9/16/2026. Keep the new article panel comfortable on narrow screens without sacrificing the highlighted hierarchy. */
@media(max-width:760px){body:not(.hub) main{padding-left:13px;padding-right:13px}.document{padding:25px 20px 30px;border-radius:9px}.article-body h2{margin-left:-10px;padding-left:10px}.topbar .brand{width:112px;height:43px;flex-basis:112px;background-size:104px auto}.topbar .brand-sub{color:#dbeaf5}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}
@media print{.topbar,.sidebar,.page-footer,.on-page,.article-pager,.help-note,.print-button,.skip-link,.related{display:none!important}main,.hub main{margin:0;padding:0;background:#fff!important}.document{max-width:none;padding:0;border:0;box-shadow:none}.document-layout{display:block}.article-body{font-size:11pt;color:#000}.article-body table{font-size:9pt}.table-scroll{overflow:visible}.table-scroll table{min-width:0}h1{font-size:23pt}.breadcrumbs{margin-bottom:18px}.article-body a{color:#000}.article-body h2{margin-left:0;padding:0;background:none;border:0;color:#000}.article-body h3{color:#000}h2,h3{break-after:avoid}tr,img{break-inside:avoid}.article-meta{margin-bottom:15px;padding-bottom:10px}}
