@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
:root{color-scheme:light;--navy:#002664;--navy-dark:#001b49;--red:#ef3340;--background:#f2f3f5;--paper:#fff;--muted:#5f6d85;--line:#d8deea;--input:#c1cad8;--soft:#edf0f4;--shadow:0 8px 24px rgb(0 38 100 / 7%);font-family:Lato,Arial,Helvetica,sans-serif}
*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--background);color:var(--navy);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit}button,input{font:inherit}button,a,input{touch-action:manipulation}button{cursor:pointer}::selection{background:var(--navy);color:white}svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid var(--navy);outline-offset:4px}.shell{width:100%;max-width:1380px;margin:0 auto;padding-left:30px;padding-right:30px}
.topbar{background:var(--navy);color:white;border-bottom:1px solid #ffffff26;box-shadow:0 5px 18px #00266429}.topbar-inner{min-height:78px;padding-top:12px;padding-bottom:12px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:18px;text-decoration:none;min-width:0}.brand-logo-wrap{display:flex;align-items:center;flex-shrink:0;width:116px;min-height:50px;padding-right:18px;border-right:1px solid #ffffff6b}.pfe-logo{display:block;width:98px;height:auto}.brand-copy{line-height:1.15;min-width:0}.brand-copy strong,.brand-copy small{display:block}.brand-copy strong{font-size:17px;font-weight:700;letter-spacing:-.01em}.brand-copy small{font-size:12px;margin-top:6px;color:#c5d0e3}.header-actions{display:flex;align-items:center;gap:22px}.header-actions form{margin:0}.internal{display:flex;align-items:center;gap:8px;color:#d8e2f1;font-size:14px}.internal svg{width:17px;height:17px}.signout{border:1px solid #ffffff54;border-radius:6px;background:#ffffff0d;color:white;font-size:14px;font-weight:700;padding:9px 15px;min-height:40px}.signout:hover{background:#ffffff20}.topbar a:focus-visible,.topbar button:focus-visible{outline-color:#fff}
.intro{margin:40px 0 30px}.eyebrow{margin:0 0 10px;color:#c52232;font-size:12px;font-weight:900;letter-spacing:.14em}h1{margin:0 0 12px;font-size:38px;line-height:1.15;font-weight:900;letter-spacing:-.035em}h2,h3{color:var(--navy)}.intro-copy{color:var(--muted);margin:0;font-size:16px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:17px}.section-heading h2{font-size:20px;margin:0;font-weight:900;letter-spacing:-.02em}.section-heading>span{font-size:14px;color:var(--muted)}.tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.tool-card{display:flex;flex-direction:column;min-width:0;background:var(--paper);border:1px solid var(--line);border-top:4px solid var(--navy);border-radius:16px;box-shadow:var(--shadow);padding:24px;text-decoration:none;transition:border-color .15s,box-shadow .15s}.tool-card:hover{border-top-color:var(--red);box-shadow:0 12px 30px rgb(0 38 100 / 12%)}.card-top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.icon{width:45px;height:45px;flex-shrink:0;background:var(--soft);color:var(--navy);border-radius:8px;display:flex;align-items:center;justify-content:center}.category{font-size:12px;letter-spacing:.07em;font-weight:900;color:#bd1f2c;text-align:right}.tool-card h3{font-size:21px;font-weight:900;line-height:1.3;letter-spacing:-.02em;margin:0 0 10px}.tool-card p{font-size:16px;color:var(--muted);line-height:1.6;margin:0}.access-note{display:flex;align-items:flex-start;gap:12px;border-left:3px solid var(--red);padding:12px 16px;margin:27px 0 30px;background:#fff;border-radius:0 7px 7px 0;color:var(--muted)}.access-note svg{width:18px;height:18px;flex-shrink:0;margin-top:2px}.access-note p{margin:0;font-size:14px}footer.shell{display:flex;justify-content:space-between;gap:20px;padding-top:22px;padding-bottom:28px;color:var(--muted);font-size:13px}footer strong{color:var(--navy)}.footer-divider{margin:0 10px;color:#9daabd}
.login-wrap{min-height:calc(100vh - 78px);display:flex;align-items:center;justify-content:center;padding:48px 24px;background:linear-gradient(135deg,#e9eff5,#f8fafc)}.login-panel{width:100%;max-width:500px;padding:38px;border:1px solid var(--line);border-top:4px solid var(--red);border-radius:16px;background:var(--paper);box-shadow:var(--shadow)}.login-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--soft);border-radius:8px;color:var(--navy);margin-bottom:25px}.login-panel h1{font-size:36px;margin:0 0 18px}.login-copy{margin:0 0 26px;line-height:1.65;color:var(--muted)}.login-panel label{display:block;font-size:14px;font-weight:700;margin-bottom:8px}.login-panel input{display:block;width:100%;min-width:0;height:48px;border:1px solid var(--input);border-radius:6px;color:var(--navy);background:#fff;padding:11px 13px;font-size:16px}.login-button{width:100%;min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:18px;padding:13px 20px;border:1px solid var(--navy);border-radius:6px;background:var(--navy);color:white;font-weight:700}.login-button:hover{background:var(--navy-dark)}.login-help{border-top:1px solid var(--line);padding-top:20px;margin:26px 0 0;font-size:14px;line-height:1.6;color:var(--muted)}.login-error{color:#b42332;font-size:14px;line-height:1.5;margin:12px 0}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:1000px){.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shell{padding-left:24px;padding-right:24px}}@media(max-width:600px){.shell{padding-left:18px;padding-right:18px}.topbar-inner{gap:12px}.brand{gap:12px}.brand-logo-wrap{width:94px;padding-right:12px;min-height:45px}.pfe-logo{width:82px}.brand-copy strong{font-size:16px}.brand-copy small{font-size:12px;max-width:145px}.header-actions{gap:10px}.header-actions .internal,.login-body .internal{display:none}.signout{padding:8px 10px}.intro{margin-top:28px;margin-bottom:25px}h1{font-size:32px}.tools-grid{grid-template-columns:1fr;gap:17px}.tool-card{padding:22px}.tool-card h3{font-size:21px}.card-top{margin-bottom:17px}.login-wrap{padding:30px 18px;align-items:flex-start}.login-panel{padding:28px 24px}.login-panel h1{font-size:30px}footer.shell{flex-wrap:wrap;gap:8px}.access-note{padding:12px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
.account-link{color:white;font-size:14px;font-weight:700;text-underline-offset:4px}.account-name{max-width:240px;overflow-wrap:anywhere}@media(max-width:800px){.account-name{display:none}}
.header-actions{flex-wrap:wrap;justify-content:flex-end}@media(max-width:600px){.topbar-inner{flex-wrap:wrap}.header-actions{justify-content:flex-start;width:100%}}
[hidden]{display:none!important}.organize-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 20px}.organize-toolbar button,.organize-toolbar>a{border:1px solid var(--input);border-radius:7px;background:#fff;color:var(--navy);padding:10px 16px;min-height:44px;font-size:14px;font-weight:700;text-decoration:none}.organize-toolbar #save-order{background:var(--navy);color:#fff}.organize-toolbar p{flex-basis:100%;margin:0;color:var(--muted);font-size:14px}.organize-toolbar p:empty{display:none}.arranging .tool-card{cursor:grab;touch-action:none;user-select:none;border-style:dashed;position:relative}.arranging .tool-card::before{content:'⠿ Drag to move';display:block;margin-bottom:14px;font-size:14px;font-weight:700;color:var(--muted)}.arranging .tool-card.dragging{cursor:grabbing;outline:3px solid var(--red);box-shadow:0 14px 32px #00266430;background:#f5f8ff;transform:scale(1.025);z-index:1}.saving .tool-card{cursor:wait;opacity:.65}.organize-toolbar button:disabled{opacity:.6;cursor:wait}

.tool-navigation{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:28px;font-size:1rem}.tool-navigation a,.parent-site-link{color:var(--navy,#183550);font-weight:600}.parent-site-link{display:inline-block;margin-top:18px}
.tool-main{display:flex;flex:1;flex-direction:column;color:inherit;text-decoration:none;min-width:0}.edit-tool{align-self:flex-end;margin-top:14px;padding:6px 12px;min-height:36px;border:1px solid var(--input);border-radius:6px;background:var(--soft);color:var(--navy);font-weight:700;font-size:13px}.edit-tool:hover{background:#dde6f5}.arranging .edit-tool{display:none}.tool-editor{width:min(560px,calc(100% - 32px));max-height:calc(100vh - 40px);padding:28px;border:1px solid var(--line);border-top:4px solid var(--red);border-radius:16px;color:var(--navy);box-shadow:0 20px 80px #001b4955}.tool-editor::backdrop{background:#001b4980}.tool-editor h2{margin:0 0 8px}.editor-copy{font-size:14px;color:var(--muted);margin:0 0 18px}.tool-editor fieldset{display:grid;gap:8px;border:0;margin:0;padding:0;min-width:0}.tool-editor label{font-weight:700;margin-top:8px}.tool-editor input,.tool-editor textarea{width:100%;padding:10px 12px;border:1px solid var(--input);border-radius:6px;font:inherit;color:var(--navy);background:white}.tool-editor textarea{resize:vertical}.tool-editor .editor-actions{display:flex;justify-content:flex-end;gap:12px}.editor-actions button{min-height:44px;padding:10px 18px;border:1px solid var(--input);border-radius:6px;background:white;color:var(--navy);font-weight:700}.editor-actions #save-tool{background:var(--navy);color:white}.tool-editor button:disabled{opacity:.55;cursor:wait}.tool-editor textarea:focus-visible{outline:3px solid var(--navy);outline-offset:3px}
.tool-editor .group-choice{display:flex;align-items:center;gap:10px;font-size:14px}.tool-editor .group-choice input{width:18px;height:18px;flex-shrink:0}
.tool-editor select{width:100%;min-width:0;padding:10px 12px;border:1px solid var(--input);border-radius:6px;font:inherit;color:var(--navy);background:white}.tool-editor select:focus-visible{outline:3px solid var(--navy);outline-offset:3px}
#edit-mode[aria-pressed="true"]{background:#fff;border-color:#fff;color:var(--navy)}#edit-mode:disabled{opacity:.6;cursor:wait}
.additional-groups .group-choice[hidden]{display:none!important}
