/* ISTP Editorial Team Manager v1.2.2 — Refined Editorial Directory
   Standalone multi-journal management portal + premium public editorial board.
   Internal psh-et class names are retained for upgrade compatibility only. */

.psh-et-backend-page,
.psh-et-shell,
body.psh-et-standalone-body{
  --et-navy:#073b5c;
  --et-navy-deep:#042d46;
  --et-navy-soft:#0d5b78;
  --et-green:#2f7d59;
  --et-green-bright:#49a777;
  --et-ink:#153746;
  --et-text:#4f6874;
  --et-muted:#7a8d96;
  --et-line:#d9e4e7;
  --et-line-strong:#c9d8dc;
  --et-soft:#f5f8f9;
  --et-soft-green:#eef7f3;
  --et-white:#fff;
  --et-danger:#a43c35;
  --et-warn:#8b6514;
  --et-shadow:0 16px 42px rgba(13,53,70,.08);
  --et-shadow-soft:0 7px 24px rgba(13,53,70,.055);
  box-sizing:border-box;
  color:var(--et-ink);
  font-family:Inter,"Segoe UI",Arial,Helvetica,sans-serif;
}
.psh-et-backend-page *,
.psh-et-shell *{box-sizing:border-box}
.psh-et-backend-page a,
.psh-et-shell a{text-decoration:none}

/* ==================== STANDALONE MANAGEMENT PORTAL ==================== */
html,body.psh-et-standalone-body{margin:0;min-height:100%;background:#edf2f4}
body.psh-et-standalone-body{font-family:Inter,"Segoe UI",Arial,Helvetica,sans-serif;color:var(--et-ink);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
.psh-et-standalone-body *{box-sizing:border-box}
.psh-et-portal-shell{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 92% 4%,rgba(47,125,89,.10),transparent 29rem),linear-gradient(180deg,#f8fbfc 0,#edf2f4 100%)}
.psh-et-portal-header{position:sticky;top:0;z-index:100;border-bottom:1px solid rgba(255,255,255,.08);background:linear-gradient(105deg,var(--et-navy-deep) 0%,var(--et-navy) 57%,#0b5c61 100%);box-shadow:0 9px 28px rgba(4,45,70,.18)}
.psh-et-portal-header-main{width:min(1480px,calc(100% - 38px));min-height:76px;margin:0 auto;display:flex;align-items:center;gap:24px}
.psh-et-portal-brand{display:flex;align-items:center;gap:12px;min-width:278px;color:#fff!important;text-decoration:none!important}
.psh-et-portal-logo{width:48px;height:48px;flex:0 0 48px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22);border-radius:14px;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.045));box-shadow:inset 0 0 0 5px rgba(255,255,255,.025),0 8px 20px rgba(0,0,0,.10);font-size:13px;font-weight:900;letter-spacing:.07em}
.psh-et-portal-brand-copy{display:flex;flex-direction:column;min-width:0}
.psh-et-portal-brand-copy strong{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:1.1;letter-spacing:.01em}
.psh-et-portal-brand-copy small{margin-top:5px;color:#b9d9d1;font-size:10px;font-weight:800;letter-spacing:.075em;text-transform:uppercase}
.psh-et-portal-nav{display:flex;align-items:stretch;align-self:stretch;gap:2px;flex:1}
.psh-et-portal-nav-link{position:relative;display:flex;align-items:center;padding:0 14px;color:#d8e8ee!important;font-size:12px;font-weight:760;text-decoration:none!important;white-space:nowrap;transition:.18s ease}
.psh-et-portal-nav-link:hover{background:rgba(255,255,255,.07);color:#fff!important}
.psh-et-portal-nav-link.is-active{background:rgba(255,255,255,.105);color:#fff!important}
.psh-et-portal-nav-link.is-active:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:3px;border-radius:3px 3px 0 0;background:#72d2a1}
.psh-et-portal-account{display:flex;align-items:center;gap:7px;justify-content:flex-end}
.psh-et-portal-account>a{display:inline-flex;align-items:center;min-height:34px;padding:7px 10px;border:1px solid rgba(255,255,255,.15);border-radius:9px;color:#f0f8f6!important;font-size:10.5px;font-weight:760;text-decoration:none!important;white-space:nowrap;transition:.16s ease}
.psh-et-portal-account>a:hover{background:rgba(255,255,255,.09);border-color:rgba(255,255,255,.28)}
.psh-et-portal-account>a.psh-et-portal-logout{border-color:rgba(255,218,218,.23);color:#ffeae8!important}
.psh-et-portal-user{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#b9d5dd;font-size:10.5px}
.psh-et-portal-main{width:min(1400px,calc(100% - 38px));margin:0 auto;flex:1;padding:30px 0 46px}
.psh-et-portal-main .psh-et-backend-page{padding:0}
.psh-et-portal-main .psh-et-admin-shell{max-width:none}
.psh-et-portal-main .psh-et-form-shell{max-width:1120px;margin-left:auto;margin-right:auto}
.psh-et-portal-footer{width:min(1400px,calc(100% - 38px));margin:0 auto;display:flex;justify-content:space-between;gap:20px;padding:18px 2px 26px;border-top:1px solid #d6e0e3;color:#7d8e96;font-size:10.5px}
.psh-et-portal-footer strong{color:#48636f}

/* ==================== SHARED CONTROLS ==================== */
.psh-et-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:9px 14px;border:1px solid var(--et-line-strong);border-radius:10px;background:#fff;color:var(--et-navy)!important;font-size:12.5px;font-weight:780;line-height:1.2;text-decoration:none!important;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease}
.psh-et-btn:hover{transform:translateY(-1px);border-color:#94b7aa;background:#f8fbfa;box-shadow:0 5px 14px rgba(18,55,70,.075)}
.psh-et-btn-primary{border-color:var(--et-navy);background:linear-gradient(105deg,var(--et-navy),var(--et-navy-soft));color:#fff!important;box-shadow:0 8px 18px rgba(7,59,92,.14)}
.psh-et-btn-primary:hover{background:linear-gradient(105deg,#062f49,#0b6380);box-shadow:0 10px 22px rgba(7,59,92,.18)}
.psh-et-btn-soft{background:var(--et-soft-green);border-color:#d2e4dc;color:#255f47!important}
.psh-et-notice,.psh-et-errors{margin:0 0 16px;padding:13px 15px;border:1px solid #cbe2d4;border-radius:12px;background:#eef8f2;color:#285d43;font-size:12.5px;line-height:1.55;box-shadow:0 4px 14px rgba(18,55,70,.025)}
.psh-et-errors{border-color:#efcfca;background:#fff5f3;color:#8d3931}
.psh-et-errors ul{margin:7px 0 0 18px;padding:0}
.psh-et-status,.psh-et-chip{display:inline-flex;align-items:center;max-width:100%;padding:5px 9px;border-radius:999px;background:#eef2f3;color:#536b76;font-size:10.5px;font-weight:820;line-height:1.2;white-space:nowrap}
.psh-et-status:before{content:"";width:6px;height:6px;margin-right:6px;border-radius:50%;background:#9aa8ae}
.psh-et-status.is-live{background:#e8f6ee;color:#26734e}.psh-et-status.is-live:before{background:#35a26b}
.psh-et-status.is-pending{background:#fff5d9;color:var(--et-warn)}.psh-et-status.is-pending:before{background:#d8a72c}
.psh-et-status.is-expired{background:#fff0ed;color:#9d4035}.psh-et-status.is-expired:before{background:#c85549}
.psh-et-chip{background:#edf4f6;color:#365f70}
.psh-et-block-small{display:block;margin-top:5px;color:#7e9099;font-size:10.5px;line-height:1.35}
.psh-et-muted-dash{color:#9ca9af;font-weight:800}
.psh-et-danger{color:var(--et-danger)!important}

/* ==================== ADMIN DASHBOARD ==================== */
.psh-et-backend-page{width:100%;padding:0 4px 38px}
.psh-et-admin-shell{width:100%;max-width:1260px;margin:0 auto}
.psh-et-form-shell{max-width:1080px}
.psh-et-admin-hero{position:relative;display:flex;align-items:center;justify-content:space-between;gap:30px;overflow:hidden;margin:0 0 18px;padding:32px 34px;border:1px solid rgba(255,255,255,.06);border-radius:20px;background:linear-gradient(112deg,var(--et-navy-deep) 0%,var(--et-navy) 58%,#19644f 128%);box-shadow:0 18px 40px rgba(5,48,71,.18)}
.psh-et-admin-hero:before{content:"";position:absolute;right:-76px;top:-112px;width:260px;height:260px;border:36px solid rgba(255,255,255,.045);border-radius:50%}
.psh-et-admin-hero:after{content:"";position:absolute;right:88px;bottom:-84px;width:170px;height:170px;border:24px solid rgba(114,210,161,.065);border-radius:50%}
.psh-et-admin-hero-copy{position:relative;z-index:1;max-width:790px}
.psh-et-admin-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.055);color:#b9e3cf;font-size:9.5px;font-weight:860;letter-spacing:.12em;text-transform:uppercase}
.psh-et-admin-badge span{width:7px;height:7px;border-radius:50%;background:#72d2a1;box-shadow:0 0 0 4px rgba(114,210,161,.11)}
.psh-et-admin-hero h1{margin:11px 0 8px;color:#fff;font-size:35px;line-height:1.08;letter-spacing:-.03em}
.psh-et-admin-hero p{max-width:760px;margin:0;color:#d6e5ea;font-size:13.5px;line-height:1.68}
.psh-et-admin-hero p strong{color:#fff}
.psh-et-admin-actions{position:relative;z-index:1;display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap;min-width:310px}
.psh-et-admin-hero .psh-et-btn{border-color:rgba(255,255,255,.19);background:rgba(255,255,255,.08);color:#fff!important;box-shadow:none}
.psh-et-admin-hero .psh-et-btn:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.32)}
.psh-et-admin-hero .psh-et-btn-primary{border-color:#fff;background:#fff;color:var(--et-navy)!important;box-shadow:0 9px 20px rgba(0,0,0,.10)}
.psh-et-admin-hero .psh-et-btn-primary:hover{background:#f4faf7}

.psh-et-roster-note{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px;margin:0 0 18px;padding:14px 16px;border:1px solid #d7e6e1;border-radius:14px;background:linear-gradient(90deg,#fbfdfc,#f5faf8);box-shadow:0 5px 18px rgba(18,55,70,.03)}
.psh-et-roster-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;background:linear-gradient(145deg,var(--et-navy),var(--et-green));color:#fff;font-size:10px;font-weight:900;letter-spacing:.08em;box-shadow:0 8px 18px rgba(7,59,92,.14)}
.psh-et-roster-copy{min-width:0}
.psh-et-roster-copy strong{display:block;color:var(--et-navy);font-size:13px}
.psh-et-roster-copy span{display:block;margin-top:4px;color:var(--et-muted);font-size:11.5px;line-height:1.48}
.psh-et-roster-note form{margin:0}

.psh-et-stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0 0 18px}
.psh-et-stat{position:relative;min-height:108px;padding:17px 18px;border:1px solid var(--et-line);border-radius:14px;background:#fff;box-shadow:var(--et-shadow-soft);overflow:hidden}
.psh-et-stat:after{content:"";position:absolute;right:-22px;top:-28px;width:82px;height:82px;border:16px solid rgba(47,125,89,.035);border-radius:50%}
.psh-et-stat span{display:block;color:#667d88;font-size:10.5px;font-weight:780;letter-spacing:.01em}
.psh-et-stat strong{display:block;margin-top:7px;color:var(--et-navy);font-size:31px;line-height:1;letter-spacing:-.035em}
.psh-et-stat small{display:block;margin-top:7px;color:#92a0a7;font-size:10px;line-height:1.35}

.psh-et-panel{border:1px solid var(--et-line);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(18,55,70,.045);overflow:hidden}
.psh-et-panel-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:19px 20px;border-bottom:1px solid #e5edef;background:linear-gradient(180deg,#fff,#fbfcfc)}
.psh-et-panel-head h2{margin:3px 0 0;color:var(--et-navy);font-size:18px;line-height:1.2;letter-spacing:-.01em}
.psh-et-panel-kicker{display:block;color:var(--et-green);font-size:9.5px;font-weight:860;letter-spacing:.13em;text-transform:uppercase}
.psh-et-panel-head form{margin:0}
.psh-et-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 20px;border-bottom:1px solid #edf1f2;background:#fafcfc}
.psh-et-search-wrap{display:flex;align-items:center;gap:10px;flex:1}
.psh-et-search-box{display:flex;align-items:center;gap:8px;min-width:280px;max-width:500px;flex:1;padding:0 12px;border:1px solid #cad9dd;border-radius:10px;background:#fff;box-shadow:inset 0 1px 2px rgba(18,55,70,.025)}
.psh-et-search-box span{color:#7b8e97;font-size:17px}
.psh-et-search-box input{width:100%;height:40px;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;color:#294b59;font:inherit;font-size:12px}
.psh-et-search-box input::placeholder{color:#98a7ad}
.psh-et-select{height:40px;min-width:200px;padding:0 34px 0 11px;border:1px solid #cad9dd!important;border-radius:10px;background:#fff;color:#355561;font-size:12px}
.psh-et-table-scroll{width:100%;overflow:auto}
.psh-et-table{width:100%;min-width:1040px;border-collapse:collapse;background:#fff}
.psh-et-table th{padding:12px 14px;border-bottom:1px solid #dfe8ea;background:#f4f8f8;color:#516b77;font-size:9.5px;font-weight:880;letter-spacing:.075em;text-align:left;text-transform:uppercase;white-space:nowrap}
.psh-et-table td{padding:14px;border-bottom:1px solid #edf1f2;color:#45616e;font-size:11.5px;line-height:1.4;vertical-align:middle}
.psh-et-table tbody tr{transition:background .14s ease}
.psh-et-table tbody tr:hover{background:#fbfdfc}
.psh-et-table tbody tr:last-child td{border-bottom:0}
.psh-et-mini-person{display:flex;align-items:center;gap:11px;min-width:260px}
.psh-et-mini-person img,.psh-et-mini-person>span{width:44px;height:44px;flex:0 0 44px;border:1px solid #d7e2e4;border-radius:12px;object-fit:cover;background:linear-gradient(145deg,var(--et-navy),var(--et-green));color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:900}
.psh-et-mini-person div{min-width:0}.psh-et-mini-person strong{display:block;color:#173f50;font-size:12px}.psh-et-mini-person small{display:block;max-width:300px;margin-top:3px;color:#7a8d96;font-size:10.5px;line-height:1.35}
.psh-et-date{color:#355662;font-size:11px}
.psh-et-row-actions{display:flex;align-items:center;gap:5px;flex-wrap:wrap;min-width:185px}
.psh-et-row-actions form{margin:0}
.psh-et-link{display:inline-flex;align-items:center;min-height:30px;padding:6px 8px;border:1px solid #d8e2e4;border-radius:8px;background:#fff;color:#315e70!important;font-size:9.5px;font-weight:800;line-height:1;cursor:pointer;text-decoration:none!important}
.psh-et-link:hover{border-color:#a9c5bb;background:#f4f9f7}
.psh-et-link.psh-et-danger{border-color:#ecd8d5;background:#fffafa}
.psh-et-empty{padding:44px!important;text-align:center;color:#82939b!important;font-size:12px!important}
.psh-et-admin-note{margin-top:14px;padding:12px 14px;border:1px solid #dce6e8;border-radius:11px;background:#f8fafb;color:#697f89;font-size:11px;line-height:1.5}
.psh-et-admin-note strong{color:#385866}

/* ==================== ADMIN FORMS ==================== */
.psh-et-backend-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}
.psh-et-form-top{margin:0 0 16px;padding:24px 26px;border:1px solid var(--et-line);border-radius:16px;background:linear-gradient(135deg,#fff,#f5faf8);box-shadow:var(--et-shadow-soft)}
.psh-et-kicker{display:inline-flex;color:var(--et-green);font-size:9.5px;font-weight:880;letter-spacing:.13em;text-transform:uppercase}
.psh-et-form-top h1{margin:6px 0 7px;color:var(--et-navy);font-size:29px;line-height:1.15;letter-spacing:-.025em}
.psh-et-form-top p{margin:0;color:#637984;font-size:12px;line-height:1.6}
.psh-et-form{display:flex;flex-direction:column;gap:14px}
.psh-et-form-card{padding:20px;border:1px solid var(--et-line);border-radius:15px;background:#fff;box-shadow:0 7px 20px rgba(18,55,70,.035)}
.psh-et-form-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;padding-bottom:13px;border-bottom:1px solid #e8eeef}
.psh-et-form-heading>span{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;border-radius:10px;background:linear-gradient(145deg,var(--et-navy),#0c6280);color:#fff;font-size:10px;font-weight:900;box-shadow:0 6px 14px rgba(7,59,92,.13)}
.psh-et-form-heading h2{margin:0;color:#173f50;font-size:15px;line-height:1.25}.psh-et-form-heading p{margin:3px 0 0;color:#7a8c95;font-size:10.5px;line-height:1.45}
.psh-et-fields{display:grid;gap:13px}.psh-et-fields-2{grid-template-columns:repeat(2,minmax(0,1fr))}.psh-et-span-2{grid-column:1/-1}
.psh-et-fields label{display:flex;flex-direction:column;gap:6px;color:#48626e;font-size:10.5px;font-weight:800;line-height:1.35}.psh-et-fields label b{color:#b4463d}.psh-et-fields label small{color:#87969d;font-size:9.5px;font-weight:600}
.psh-et-fields input,.psh-et-fields select,.psh-et-fields textarea{width:100%;margin:0!important;padding:9px 10px;border:1px solid #cbd8dc!important;border-radius:9px!important;background:#fff!important;color:#2f505e!important;font:inherit!important;font-size:12px!important;box-shadow:none!important;outline:none!important;transition:border-color .15s ease,box-shadow .15s ease}
.psh-et-fields input,.psh-et-fields select{height:40px}.psh-et-fields textarea{min-height:92px;resize:vertical;line-height:1.55}
.psh-et-fields input:focus,.psh-et-fields select:focus,.psh-et-fields textarea:focus{border-color:#74a98f!important;box-shadow:0 0 0 3px rgba(47,125,89,.08)!important}
.psh-et-check-label{display:grid!important;grid-template-columns:auto 1fr!important;align-items:start!important;gap:9px!important;padding:11px 12px;border:1px solid #dce7e4;border-radius:10px;background:#f9fbfa}
.psh-et-check-label input{width:auto!important;height:auto!important;margin:2px 0 0!important}.psh-et-check-label span{display:flex;flex-direction:column;gap:2px}.psh-et-check-label strong{color:#385b68;font-size:11px}.psh-et-check-label small{color:#7f9199;font-size:10px;line-height:1.45}
.psh-et-visibility-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}.psh-et-visibility-row label{display:flex;flex-direction:row!important;align-items:center!important;gap:7px!important;padding:8px 10px;border:1px solid #dfe8ea;border-radius:9px;background:#fbfcfc;color:#4c6672;font-size:10.5px;font-weight:750}.psh-et-visibility-row input{width:auto!important;margin:0!important}
.psh-et-linking-banner{display:flex;flex-direction:column;gap:4px;margin:0 0 14px;padding:11px 13px;border:1px solid #eadba8;border-radius:10px;background:#fffaf0;color:#6f5a1c;font-size:11px;line-height:1.45}
.psh-et-account-note,.psh-et-role-note{margin-top:13px;padding:11px 13px;border-radius:10px;background:#f1f7f4;color:#4f6873;font-size:11px;line-height:1.5}
.psh-et-renew-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.psh-et-form-submit{display:flex;justify-content:flex-end;gap:8px;padding:2px 0 12px}

/* ==================== PUBLIC BOARD ==================== */
.psh-et-shell{width:100%;max-width:1220px;margin:28px auto 64px;padding:0 18px}
.psh-et-public-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:30px;overflow:hidden;padding:39px 42px;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:linear-gradient(122deg,var(--et-navy-deep) 0%,var(--et-navy) 58%,#286d58 135%);box-shadow:0 18px 44px rgba(7,59,92,.18)}
.psh-et-public-hero:before{content:"";position:absolute;right:-118px;bottom:-165px;width:390px;height:390px;border:62px solid rgba(255,255,255,.045);border-radius:50%}
.psh-et-public-hero:after{content:"";position:absolute;right:160px;top:-112px;width:190px;height:190px;border:28px solid rgba(112,211,160,.05);border-radius:50%}
.psh-et-public-hero-copy{position:relative;z-index:1;max-width:790px}
.psh-et-public-kicker{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.055);color:#b7e0cc;font-size:9.5px;font-weight:880;letter-spacing:.12em;text-transform:uppercase}
.psh-et-public-kicker:before{content:"";width:6px;height:6px;border-radius:50%;background:#72d2a1}
.psh-et-public-hero h1{margin:12px 0 10px;color:#fff;font-size:clamp(32px,4.1vw,47px);line-height:1.07;letter-spacing:-.038em}
.psh-et-public-hero p{max-width:760px;margin:0;color:#d9e6eb;font-size:14.5px;line-height:1.7}
.psh-et-public-summary{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:21px}
.psh-et-public-summary span{display:inline-flex;align-items:center;min-height:30px;padding:6px 9px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(255,255,255,.055);color:#f4f8fa;font-size:10.5px;font-weight:760}
.psh-et-public-summary strong{margin-right:4px;color:#8bd7ad;font-size:12px}
.psh-et-public-mark{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:148px;height:148px;flex:0 0 148px;border:1px solid rgba(255,255,255,.19);border-radius:50%;background:rgba(255,255,255,.07);box-shadow:inset 0 0 0 9px rgba(255,255,255,.025),0 12px 24px rgba(0,0,0,.08)}
.psh-et-public-mark span{color:#fff;font-size:30px;font-weight:900;letter-spacing:.05em}.psh-et-public-mark small{margin-top:4px;color:#b9d9cc;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.10em}.psh-et-public-mark em{margin-top:9px;color:#d8e7e2;font-size:8.5px;font-style:normal;font-weight:720;letter-spacing:.05em}

.psh-et-tabs{display:flex;gap:7px;overflow:auto;margin:18px 0 25px;padding:7px;border:1px solid var(--et-line);border-radius:14px;background:#fff;box-shadow:0 7px 22px rgba(18,55,70,.045);scrollbar-width:thin}
.psh-et-tab{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;min-height:40px;padding:8px 12px;border:0;border-radius:9px;background:transparent;color:#4b6570;font-size:11.5px;font-weight:780;cursor:pointer;transition:.16s ease;white-space:nowrap}
.psh-et-tab b{display:flex;align-items:center;justify-content:center;min-width:21px;height:21px;padding:0 6px;border-radius:999px;background:#eef3f4;color:#6d7f87;font-size:9px}
.psh-et-tab:hover{background:#f3f7f6;color:var(--et-navy)}
.psh-et-tab.is-active{background:linear-gradient(102deg,var(--et-navy),#0b5c77);color:#fff;box-shadow:0 5px 12px rgba(7,59,92,.15)}
.psh-et-tab.is-active b{background:rgba(255,255,255,.15);color:#fff}
.psh-et-js .psh-et-section{display:none}.psh-et-js .psh-et-section.is-active{display:block}
.psh-et-section{margin:0 0 36px}
.psh-et-section-head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;margin:0 0 16px;padding:0 2px 12px;border-bottom:1px solid #dfe8ea}
.psh-et-section-letter{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:linear-gradient(145deg,#eaf5f0,#f5f9f7);color:var(--et-green);font-size:18px;font-weight:900;box-shadow:inset 0 0 0 1px #dceae4}
.psh-et-section-head span{display:block;color:#7a8f98;font-size:9px;font-weight:820;letter-spacing:.10em;text-transform:uppercase}
.psh-et-section-head h2{margin:3px 0 0;color:var(--et-navy);font-size:22px;line-height:1.2;letter-spacing:-.015em}
.psh-et-section-count{justify-self:end;padding:6px 9px;border-radius:999px;background:#f1f6f5;color:#627985;font-size:9.5px;font-weight:780}

.psh-et-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.psh-et-section[data-tab-panel="editor_in_chief"] .psh-et-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.psh-et-section[data-tab-panel="managing_editor"] .psh-et-grid{grid-template-columns:minmax(0,780px)}
.psh-et-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid #dbe5e7;border-radius:17px;background:#fff;box-shadow:0 8px 25px rgba(18,55,70,.05);overflow:hidden;transition:transform .17s ease,box-shadow .17s ease,border-color .17s ease}
.psh-et-card:hover{transform:translateY(-3px);border-color:#bfd4cd;box-shadow:0 16px 34px rgba(18,55,70,.09)}
.psh-et-card-accent{height:4px;background:linear-gradient(90deg,var(--et-navy),var(--et-green))}
.psh-et-card-top{display:flex;align-items:center;gap:14px;padding:18px 18px 13px}
.psh-et-avatar-wrap{flex:0 0 auto}.psh-et-avatar{width:76px;height:76px;border:1px solid #d3e0de;border-radius:15px;object-fit:cover;background:#f0f5f4;box-shadow:0 5px 14px rgba(18,55,70,.06)}
.psh-et-avatar-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,var(--et-navy),var(--et-green));color:#fff;font-size:19px;font-weight:900;letter-spacing:.03em}
.psh-et-card-title{min-width:0}.psh-et-role{display:block;color:var(--et-green);font-size:9.5px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.psh-et-card h3{margin:5px 0 0;color:var(--et-navy);font-size:18px;line-height:1.2;letter-spacing:-.015em}.psh-et-dept{margin:4px 0 0;color:#82939b;font-size:10.5px;line-height:1.4}
.psh-et-card-body{display:flex;flex-direction:column;gap:10px;flex:1;padding:0 18px 15px}
.psh-et-meta-row{display:grid;grid-template-columns:76px 1fr;gap:8px;align-items:start}.psh-et-meta-icon{display:block;color:#789099;font-size:8.5px;font-weight:860;letter-spacing:.07em;text-transform:uppercase}.psh-et-meta-row p{margin:0;color:#4d6874;font-size:11.5px;line-height:1.5}
.psh-et-identifiers{display:flex;gap:6px;flex-wrap:wrap;margin-top:1px}.psh-et-identifiers a{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border:1px solid #dce6e8;border-radius:8px;background:#fbfcfc;color:#46636f!important;font-size:9.5px;font-weight:780;text-decoration:none!important}.psh-et-identifiers a:hover{border-color:#bcd2cb;background:#f4faf7}.psh-et-identifiers b{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#a6ce39;color:#fff;font-size:9px}
.psh-et-expertise{margin-top:1px;padding-top:10px;border-top:1px solid #edf1f2}.psh-et-expertise strong{display:block;margin-bottom:4px;color:#49626e;font-size:8.5px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.psh-et-expertise p{margin:0;color:#687d87;font-size:10.8px;line-height:1.55}
.psh-et-term{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:1px;padding:8px 10px;border-radius:9px;background:#f2f7f5;font-size:9.5px}.psh-et-term span{color:#788b94}.psh-et-term strong{color:#405c69;text-align:right}
.psh-et-card-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap;padding:11px 18px 14px;border-top:1px solid #edf1f2;background:#fcfdfd}.psh-et-card-link{display:inline-flex;align-items:center;min-height:31px;padding:6px 9px;border:1px solid #d7e1e3;border-radius:8px;background:#fff;color:#395d6b!important;font-size:9.5px;font-weight:820;text-decoration:none!important}.psh-et-card-link:hover{border-color:#99b8ac;background:#f5faf7}.psh-et-card-link.is-primary{border-color:#0d5975;background:#0d5975;color:#fff!important}.psh-et-card-link.is-primary:hover{background:#073b5c}
.psh-et-section[data-tab-panel="editor_in_chief"] .psh-et-card,.psh-et-section[data-tab-panel="managing_editor"] .psh-et-card{border-color:#cddfda;box-shadow:0 12px 30px rgba(18,55,70,.07)}
.psh-et-section[data-tab-panel="editor_in_chief"] .psh-et-avatar,.psh-et-section[data-tab-panel="managing_editor"] .psh-et-avatar{width:86px;height:86px}
.psh-et-section[data-tab-panel="editor_in_chief"] .psh-et-card h3,.psh-et-section[data-tab-panel="managing_editor"] .psh-et-card h3{font-size:19px}
.psh-et-public-footer-note{display:flex;align-items:flex-start;gap:13px;margin-top:20px;padding:15px 17px;border:1px solid #dce7e4;border-radius:13px;background:linear-gradient(90deg,#f3f9f6,#fbfdfc);color:#647a84;font-size:11px;line-height:1.55}.psh-et-public-footer-note strong{flex:0 0 auto;color:#2f674e;font-size:11px}

/* ==================== PUBLIC PROFILE ==================== */
.psh-et-profile-shell{max-width:1040px}.psh-et-back{display:inline-flex;align-items:center;margin:0 0 14px;color:#226e54!important;font-size:11.5px;font-weight:820;text-decoration:none!important}.psh-et-profile{display:grid;grid-template-columns:280px 1fr;border:1px solid var(--et-line);border-radius:20px;background:#fff;box-shadow:var(--et-shadow);overflow:hidden}.psh-et-profile-aside{padding:26px;background:linear-gradient(160deg,#eef7f3,#edf4f7);border-right:1px solid var(--et-line)}.psh-et-profile-photo{width:100%;aspect-ratio:1/1;border:1px solid #d5e1df;border-radius:17px;object-fit:cover;box-shadow:0 8px 20px rgba(18,55,70,.065)}.psh-et-profile-photo.psh-et-avatar-fallback{font-size:40px}.psh-et-profile-status{display:inline-flex;align-items:center;margin-top:14px;padding:7px 9px;border-radius:999px;background:#e7f6ee;color:#26734e;font-size:9.5px;font-weight:850}.psh-et-profile-status:before{content:"";width:6px;height:6px;margin-right:6px;border-radius:50%;background:#35a26b}.psh-et-profile-term{margin-top:16px;padding-top:14px;border-top:1px solid #d8e4e2}.psh-et-profile-term span{display:block;color:#7a8c95;font-size:9.5px}.psh-et-profile-term strong{display:block;margin-top:4px;color:#405c69;font-size:11px;line-height:1.45}.psh-et-profile-main{padding:35px}.psh-et-profile-main h1{margin:6px 0 8px;color:var(--et-navy);font-size:35px;line-height:1.1;letter-spacing:-.03em}.psh-et-profile-dept,.psh-et-profile-aff{margin:4px 0;color:#516b77;font-size:12px;line-height:1.55}.psh-et-country{margin:5px 0;color:#72858e;font-size:11px}.psh-et-profile-links{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}.psh-et-profile-block{margin-top:19px;padding-top:16px;border-top:1px solid #e3eaec}.psh-et-profile-block h2{margin:0 0 7px;color:var(--et-navy);font-size:15px}.psh-et-profile-block p{margin:0;color:#607681;font-size:12px;line-height:1.75}

/* ==================== RESPONSIVE ==================== */
@media(max-width:1120px){.psh-et-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.psh-et-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.psh-et-portal-header-main{align-items:flex-start;flex-wrap:wrap;padding:12px 0 0;gap:10px 18px}.psh-et-portal-brand{min-width:245px}.psh-et-portal-account{margin-left:auto}.psh-et-portal-nav{order:3;width:100%;height:44px;border-top:1px solid rgba(255,255,255,.09);overflow-x:auto}.psh-et-portal-nav-link{padding:0 12px}}
@media(max-width:920px){.psh-et-admin-hero{align-items:flex-start;flex-direction:column}.psh-et-admin-actions{justify-content:flex-start;min-width:0}.psh-et-roster-note{grid-template-columns:auto 1fr}.psh-et-roster-note form{grid-column:1/-1}.psh-et-roster-note form .psh-et-btn{width:100%}.psh-et-public-mark{display:none}.psh-et-public-hero{grid-template-columns:1fr;padding:34px}.psh-et-section[data-tab-panel="editor_in_chief"] .psh-et-grid{grid-template-columns:1fr}.psh-et-profile{grid-template-columns:1fr}.psh-et-profile-aside{border-right:0;border-bottom:1px solid var(--et-line)}.psh-et-profile-photo{max-width:230px}}
@media(max-width:720px){.psh-et-portal-header{position:relative}.psh-et-portal-header-main{width:calc(100% - 24px)}.psh-et-portal-brand{min-width:0;flex:1}.psh-et-portal-brand-copy strong{max-width:185px}.psh-et-portal-user{display:none}.psh-et-portal-account{width:100%;order:2;justify-content:flex-start;overflow-x:auto;padding-bottom:1px}.psh-et-portal-nav{order:3}.psh-et-portal-main{width:calc(100% - 22px);padding-top:18px}.psh-et-portal-footer{width:calc(100% - 22px);flex-direction:column;gap:4px}.psh-et-backend-page{padding:0 0 28px}.psh-et-admin-hero{padding:25px 22px;border-radius:16px}.psh-et-admin-hero h1{font-size:29px}.psh-et-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.psh-et-panel-head{align-items:flex-start;flex-direction:column}.psh-et-panel-head form,.psh-et-panel-head .psh-et-btn{width:100%}.psh-et-search-wrap{align-items:stretch;flex-direction:column}.psh-et-search-box{max-width:none;min-width:0}.psh-et-select{width:100%}.psh-et-fields-2{grid-template-columns:1fr}.psh-et-span-2{grid-column:auto}.psh-et-backend-toolbar{align-items:stretch;flex-direction:column}.psh-et-backend-toolbar .psh-et-btn{width:100%}.psh-et-shell{padding:0 12px;margin-top:18px}.psh-et-public-hero{padding:27px 23px;border-radius:17px}.psh-et-public-hero h1{font-size:32px}.psh-et-grid{grid-template-columns:1fr}.psh-et-section-head{grid-template-columns:auto 1fr}.psh-et-section-count{display:none}.psh-et-profile-main{padding:25px}.psh-et-profile-aside{padding:21px}.psh-et-public-footer-note{align-items:flex-start;flex-direction:column;gap:4px}}
@media(max-width:460px){.psh-et-stats{grid-template-columns:1fr 1fr}.psh-et-stat{min-height:94px;padding:14px}.psh-et-stat strong{font-size:26px}.psh-et-admin-actions .psh-et-btn{width:100%}.psh-et-card-top{align-items:flex-start}.psh-et-avatar{width:66px;height:66px}.psh-et-section[data-tab-panel="editor_in_chief"] .psh-et-avatar,.psh-et-section[data-tab-panel="managing_editor"] .psh-et-avatar{width:72px;height:72px}.psh-et-meta-row{grid-template-columns:65px 1fr}}


/* ==================== v1.2.2 REFINED EDITORIAL DIRECTORY ====================
   A lighter, more scholarly public board: less vertical weight, fewer boxed
   elements, stronger typography and cleaner information hierarchy. */
.psh-et-public-v122.psh-et-shell{
  max-width:1240px;
  margin:10px auto 24px;
  padding:0 14px;
}

/* Slim editorial masthead — deliberately not a second full-width website hero. */
.psh-et-public-v122 .psh-et-public-intro{
  position:relative;
  overflow:hidden;
  margin:0;
  padding:15px 18px 14px 21px;
  border:1px solid #d8e4e1;
  border-left:4px solid var(--et-green);
  border-radius:12px;
  background:linear-gradient(110deg,#fbfdfc 0%,#f5faf8 62%,#eef6f4 100%);
  box-shadow:0 5px 18px rgba(18,55,70,.035);
}
.psh-et-public-v122 .psh-et-public-intro:after{
  content:"";
  position:absolute;
  width:180px;
  height:180px;
  right:-82px;
  top:-118px;
  border:28px solid rgba(47,125,89,.045);
  border-radius:50%;
  pointer-events:none;
}
.psh-et-public-v122 .psh-et-public-intro-copy{position:relative;z-index:1}
.psh-et-public-v122 .psh-et-public-kicker{
  display:block;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  color:var(--et-green);
  font-size:8.5px;
  font-weight:900;
  letter-spacing:.105em;
  text-transform:uppercase;
}
.psh-et-public-v122 .psh-et-public-kicker:before{display:none}
.psh-et-public-v122 .psh-et-public-title-row{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-top:3px;
}
.psh-et-public-v122 .psh-et-public-title-row h1{
  margin:0;
  color:var(--et-navy);
  font-size:clamp(25px,2.7vw,33px);
  line-height:1.03;
  letter-spacing:-.035em;
}
.psh-et-public-v122 .psh-et-public-intro p{
  max-width:820px;
  margin:5px 0 0;
  color:#617783;
  font-size:11.2px;
  line-height:1.42;
}
.psh-et-public-v122 .psh-et-public-inline-stats{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:0;
  padding-bottom:1px;
  color:#6e828b;
  font-size:8.8px;
  font-weight:760;
  white-space:nowrap;
}
.psh-et-public-v122 .psh-et-public-inline-stats span{display:inline-flex;align-items:center}
.psh-et-public-v122 .psh-et-public-inline-stats span+span:before{
  content:"•";
  margin:0 7px;
  color:#a7b5bb;
}
.psh-et-public-v122 .psh-et-public-inline-stats strong{
  margin-right:3px;
  color:var(--et-navy);
  font-size:10px;
}

/* Editorial navigation — underline rail rather than another large boxed panel. */
.psh-et-public-v122 .psh-et-tabs{
  display:flex;
  gap:18px;
  overflow:auto;
  margin:8px 0 11px;
  padding:0 2px;
  border:0;
  border-bottom:1px solid #dfe7e9;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  scrollbar-width:thin;
}
.psh-et-public-v122 .psh-et-tab{
  position:relative;
  gap:5px;
  min-height:34px;
  padding:6px 1px 8px;
  border:0;
  border-radius:0;
  background:transparent;
  color:#657985;
  font-size:9.7px;
  font-weight:800;
}
.psh-et-public-v122 .psh-et-tab:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  border-radius:2px;
  background:transparent;
}
.psh-et-public-v122 .psh-et-tab b{
  min-width:17px;
  height:17px;
  padding:0 5px;
  background:#edf2f3;
  color:#75868e;
  font-size:7.7px;
}
.psh-et-public-v122 .psh-et-tab:hover{background:transparent;color:var(--et-navy)}
.psh-et-public-v122 .psh-et-tab.is-active{
  background:transparent;
  color:var(--et-navy);
  box-shadow:none;
}
.psh-et-public-v122 .psh-et-tab.is-active:after{background:var(--et-green)}
.psh-et-public-v122 .psh-et-tab.is-active b{background:#e4f2eb;color:#2f7354}

/* Compact section label. */
.psh-et-public-v122 .psh-et-section{margin:0 0 16px}
.psh-et-public-v122 .psh-et-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin:0 0 7px;
  padding:0 1px;
  border:0;
}
.psh-et-public-v122 .psh-et-section-letter{display:none}
.psh-et-public-v122 .psh-et-section-eyebrow{
  display:block;
  margin-bottom:1px;
  color:#8a9aa1;
  font-size:7.4px;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.psh-et-public-v122 .psh-et-section-head h2{
  margin:0;
  color:var(--et-navy);
  font-size:17px;
  line-height:1.15;
  letter-spacing:-.018em;
}
.psh-et-public-v122 .psh-et-section-count{
  padding:0;
  border-radius:0;
  background:transparent;
  color:#7b8d95;
  font-size:8.5px;
  font-weight:760;
}

/* Directory cards: flatter, denser and easier to scan. */
.psh-et-public-v122 .psh-et-grid{gap:9px}
.psh-et-public-v122 .psh-et-section[data-tab-panel="managing_editor"] .psh-et-grid{grid-template-columns:minmax(0,620px)}
.psh-et-public-v122 .psh-et-card{
  position:relative;
  border:1px solid #dde6e8;
  border-radius:11px;
  background:#fff;
  box-shadow:0 3px 11px rgba(18,55,70,.032);
  overflow:hidden;
}
.psh-et-public-v122 .psh-et-card:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:linear-gradient(180deg,var(--et-navy),var(--et-green));
  opacity:.82;
}
.psh-et-public-v122 .psh-et-card:hover{
  transform:translateY(-1px);
  border-color:#c7d8d3;
  box-shadow:0 8px 20px rgba(18,55,70,.06);
}
.psh-et-public-v122 .psh-et-card-accent{display:none}
.psh-et-public-v122 .psh-et-card-top{
  align-items:center;
  gap:9px;
  padding:10px 11px 5px 14px;
}
.psh-et-public-v122 .psh-et-avatar{
  width:50px;
  height:50px;
  border-radius:50%;
  border:2px solid #edf3f1;
  box-shadow:none;
}
.psh-et-public-v122 .psh-et-avatar-fallback{
  border:0;
  font-size:13px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
}
.psh-et-public-v122 .psh-et-role{
  color:var(--et-green);
  font-size:7.2px;
  letter-spacing:.072em;
}
.psh-et-public-v122 .psh-et-card h3{
  margin:2px 0 0;
  color:var(--et-navy);
  font-size:14.2px;
  line-height:1.14;
  letter-spacing:-.012em;
}
.psh-et-public-v122 .psh-et-dept{
  margin:2px 0 0;
  color:#84949b;
  font-size:8.7px;
  line-height:1.28;
}
.psh-et-public-v122 .psh-et-card-body{
  gap:5px;
  padding:0 11px 7px 14px;
}
.psh-et-public-v122 .psh-et-affiliation{
  margin:0;
  color:#566e79;
  font-size:9.5px;
  line-height:1.32;
}
.psh-et-public-v122 .psh-et-affiliation i{
  margin:0 4px;
  color:#a4b2b8;
  font-style:normal;
}
.psh-et-public-v122 .psh-et-identifiers{gap:4px;margin:0}
.psh-et-public-v122 .psh-et-identifiers a{
  gap:3px;
  padding:2px 5px;
  border-color:#e1e8ea;
  border-radius:5px;
  background:#fafcfc;
  color:#5a707a!important;
  font-size:7.6px;
  font-weight:760;
}
.psh-et-public-v122 .psh-et-identifiers b{
  width:13px;
  height:13px;
  font-size:6.5px;
}
.psh-et-public-v122 .psh-et-expertise{
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:start;
  gap:6px;
  margin:0;
  padding:5px 0 0;
  border-top:1px solid #eef2f3;
}
.psh-et-public-v122 .psh-et-expertise span{
  color:#7a8d95;
  font-size:7.2px;
  font-weight:850;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.psh-et-public-v122 .psh-et-expertise p{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  margin:0;
  color:#667c86;
  font-size:8.8px;
  line-height:1.32;
}
.psh-et-public-v122 .psh-et-term{
  display:flex;
  justify-content:flex-start;
  gap:5px;
  margin:0;
  padding:0;
  border-radius:0;
  background:transparent;
  color:#87969d;
  font-size:7.8px;
}
.psh-et-public-v122 .psh-et-term span:after{content:":"}
.psh-et-public-v122 .psh-et-term strong{color:#617783;text-align:left}
.psh-et-public-v122 .psh-et-card-actions{
  gap:3px;
  padding:5px 11px 7px 14px;
  border-top:1px solid #eef2f3;
  background:#fcfdfd;
}
.psh-et-public-v122 .psh-et-card-link{
  min-height:23px;
  padding:3px 6px;
  border-color:transparent;
  border-radius:5px;
  background:transparent;
  color:#5b737e!important;
  font-size:7.6px;
  font-weight:800;
}
.psh-et-public-v122 .psh-et-card-link:hover{
  border-color:#d4e0dc;
  background:#f3f8f6;
}
.psh-et-public-v122 .psh-et-card-link.is-primary{
  border-color:#d9e8e1;
  background:#edf7f2;
  color:#245f47!important;
}
.psh-et-public-v122 .psh-et-card-link.is-primary:hover{background:#e4f2eb;color:#174d39!important}
.psh-et-public-v122 .psh-et-section[data-tab-panel="editor_in_chief"] .psh-et-card,
.psh-et-public-v122 .psh-et-section[data-tab-panel="managing_editor"] .psh-et-card{
  border-color:#cfdfda;
  box-shadow:0 5px 14px rgba(18,55,70,.045);
}
.psh-et-public-v122 .psh-et-section[data-tab-panel="editor_in_chief"] .psh-et-avatar,
.psh-et-public-v122 .psh-et-section[data-tab-panel="managing_editor"] .psh-et-avatar{
  width:54px;
  height:54px;
}
.psh-et-public-v122 .psh-et-section[data-tab-panel="editor_in_chief"] .psh-et-card h3,
.psh-et-public-v122 .psh-et-section[data-tab-panel="managing_editor"] .psh-et-card h3{font-size:14.8px}

.psh-et-public-v122 .psh-et-public-footer-note{
  display:flex;
  gap:7px;
  margin-top:8px;
  padding:7px 1px 0;
  border:0;
  border-top:1px solid #e3e9eb;
  border-radius:0;
  background:transparent;
  color:#83939a;
  font-size:8.3px;
  line-height:1.35;
}
.psh-et-public-v122 .psh-et-public-footer-note strong{
  color:#557269;
  font-size:8.3px;
  white-space:nowrap;
}

/* Profile page gets the same lighter editorial-directory treatment. */
.psh-et-profile-shell{margin-top:12px;margin-bottom:28px}
.psh-et-profile-shell .psh-et-back{margin-bottom:9px;font-size:9.5px}
.psh-et-profile-shell .psh-et-profile{
  grid-template-columns:220px 1fr;
  border-radius:13px;
  box-shadow:0 6px 20px rgba(18,55,70,.05);
}
.psh-et-profile-shell .psh-et-profile-aside{padding:17px;background:linear-gradient(160deg,#f5faf7,#f1f6f7)}
.psh-et-profile-shell .psh-et-profile-photo{border-radius:12px;box-shadow:none}
.psh-et-profile-shell .psh-et-profile-status{margin-top:10px;padding:5px 7px;font-size:8.2px}
.psh-et-profile-shell .psh-et-profile-term{margin-top:11px;padding-top:9px}
.psh-et-profile-shell .psh-et-profile-main{padding:24px 26px}
.psh-et-profile-shell .psh-et-profile-main h1{margin:4px 0 5px;font-size:29px}
.psh-et-profile-shell .psh-et-profile-links{margin:12px 0;gap:5px}
.psh-et-profile-shell .psh-et-profile-links .psh-et-btn{min-height:31px;padding:6px 9px;border-radius:7px;font-size:9.5px}
.psh-et-profile-shell .psh-et-profile-block{margin-top:13px;padding-top:11px}
.psh-et-profile-shell .psh-et-profile-block h2{margin-bottom:5px;font-size:13px}
.psh-et-profile-shell .psh-et-profile-block p{font-size:10.5px;line-height:1.6}

@media(max-width:920px){
  .psh-et-public-v122 .psh-et-public-title-row{align-items:flex-start;flex-direction:column;gap:5px}
  .psh-et-public-v122 .psh-et-public-inline-stats{justify-content:flex-start}
}
@media(max-width:720px){
  .psh-et-public-v122.psh-et-shell{margin-top:7px;padding:0 9px}
  .psh-et-public-v122 .psh-et-public-intro{padding:12px 13px 11px 15px;border-radius:9px}
  .psh-et-public-v122 .psh-et-public-title-row h1{font-size:25px}
  .psh-et-public-v122 .psh-et-public-intro p{font-size:10.5px}
  .psh-et-public-v122 .psh-et-tabs{gap:14px;margin:6px 0 9px}
  .psh-et-public-v122 .psh-et-section-head{margin-bottom:6px}
  .psh-et-public-v122 .psh-et-grid{gap:7px}
  .psh-et-public-v122 .psh-et-card-top{padding:9px 10px 4px 13px}
  .psh-et-public-v122 .psh-et-card-body{padding:0 10px 6px 13px}
  .psh-et-public-v122 .psh-et-card-actions{padding:5px 10px 6px 13px}
}
@media(max-width:460px){
  .psh-et-public-v122 .psh-et-public-inline-stats span:last-child{display:none}
  .psh-et-public-v122 .psh-et-avatar,
  .psh-et-public-v122 .psh-et-section[data-tab-panel="editor_in_chief"] .psh-et-avatar,
  .psh-et-public-v122 .psh-et-section[data-tab-panel="managing_editor"] .psh-et-avatar{width:46px;height:46px}
  .psh-et-public-v122 .psh-et-card h3,
  .psh-et-public-v122 .psh-et-section[data-tab-panel="editor_in_chief"] .psh-et-card h3,
  .psh-et-public-v122 .psh-et-section[data-tab-panel="managing_editor"] .psh-et-card h3{font-size:13.6px}
  .psh-et-public-v122 .psh-et-expertise{grid-template-columns:1fr;gap:2px}
}
