:root{--ink:#183b56;--muted:#66788a;--line:#dfe7ef;--blue:#2769c9;--blue-soft:#eaf2ff;--green:#238b6c;--green-soft:#e8f7f1;--amber:#b96c13;--surface:#fff;--canvas:#f4f7fa;--shadow:0 12px 32px rgba(37,61,82,.08)}
*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif}.app-shell{width:min(1180px,calc(100% - 36px));margin-inline:auto}.app-navbar{background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.navbar-brand{color:var(--ink)!important}.navbar-brand small{display:block;color:var(--muted);font-size:.66rem;font-weight:500;letter-spacing:.04em}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;background:linear-gradient(145deg,#2f7be2,#245bb0);color:#fff;font-weight:800}.nav-link{color:#506579!important;font-weight:600;border-radius:9px;padding:.55rem .85rem!important}.nav-link.active,.nav-link:hover{color:var(--blue)!important;background:var(--blue-soft)}.page-content{min-height:calc(100vh - 150px);padding-block:34px 58px}.app-footer{border-top:1px solid var(--line);background:#fff;color:var(--muted);padding:22px 0;font-size:.85rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:800;color:var(--blue)}h1,h2,h3{letter-spacing:-.025em}.hero-panel{position:relative;overflow:hidden;display:grid;grid-template-columns:1.45fr .75fr;gap:42px;align-items:end;padding:52px;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#edf5ff 100%);border:1px solid #dce9f8;box-shadow:var(--shadow);margin-bottom:38px}.hero-panel:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-110px;top:-160px;background:rgba(42,111,207,.08)}.hero-panel h1{font-size:clamp(2.1rem,4.2vw,3.65rem);line-height:1.04;margin:.65rem 0 1rem;max-width:800px}.hero-panel h1 span{color:var(--blue)}.hero-panel p{max-width:680px;color:var(--muted);font-size:1.05rem;line-height:1.65;margin-bottom:24px}.hero-stats{position:relative;z-index:1;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px 22px}.hero-stats div{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.hero-stats div:last-child{border:0}.hero-stats strong{font-size:1.5rem}.hero-stats span{color:var(--muted);font-size:.84rem}.btn{font-weight:700;border-radius:10px}.btn-primary{background:var(--blue);border-color:var(--blue)}.btn-primary:hover{background:#1f59ad;border-color:#1f59ad}.section-heading,.page-header,.analysis-header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:28px 0 20px}.section-heading h2,.page-header h1,.analysis-header h1{margin:.25rem 0 0}.page-header{align-items:center;margin-top:4px}.page-header p,.analysis-header p{color:var(--muted);margin:.45rem 0 0}.document-grid{display:grid;gap:16px}.document-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:0 4px 18px rgba(34,58,80,.045)}.document-card-top{display:flex;align-items:flex-start;gap:14px}.min-w-0{min-width:0}.document-card h3{font-size:1.02rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin:2px 0 6px}.document-card p{color:var(--muted);font-size:.84rem;margin:0}.file-icon{display:grid;place-items:center;flex:0 0 48px;height:52px;border-radius:11px;background:var(--blue-soft);color:var(--blue);font-size:.68rem;font-weight:900}.file-icon-pdf{background:#fff0ee;color:#c54839}.file-icon-docx{background:#eaf2ff;color:#2465c2}.file-icon-rtf{background:#f1edff;color:#704dba}.status-badge{margin-left:auto;border-radius:999px;padding:5px 9px;font-size:.68rem;font-weight:800;white-space:nowrap}.status-success{background:var(--green-soft);color:var(--green)}.status-info{background:var(--blue-soft);color:var(--blue)}.status-neutral{background:#eef2f6;color:#647589}.document-meta{display:flex;gap:20px;color:var(--muted);font-size:.76rem;margin:14px 0 12px 62px}.document-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding-top:14px;border-top:1px solid var(--line)}.inline-notice{margin:12px 0;background:#fff7e8;color:#8a5a12;border-radius:8px;padding:9px 11px;font-size:.78rem}.empty-state{text-align:center;background:#fff;border:1px dashed #bdcad8;border-radius:18px;padding:60px 20px}.empty-glyph{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;margin:0 auto 14px;background:var(--blue-soft);color:var(--blue);font-weight:800;font-size:1.25rem}.empty-state p{color:var(--muted)}.upload-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:150px;border:2px dashed #b9c9da;border-radius:14px;background:#f8fbff;color:var(--blue);cursor:pointer}.upload-dropzone span{color:var(--muted);font-size:.8rem;margin-top:5px}.upload-dropzone input{position:absolute;width:1px;height:1px;opacity:0}.modal-content,.form-control,.form-select{border-color:var(--line)}.modal-content{border:0;border-radius:18px;box-shadow:0 25px 70px rgba(20,43,65,.2)}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:25px 0}.metric-grid article{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px}.metric-grid span,.metric-grid small{display:block;color:var(--muted);font-size:.78rem}.metric-grid strong{display:block;font-size:2rem;margin:5px 0;color:var(--ink)}.metric-grid .accent-metric{background:linear-gradient(135deg,#fff8eb,#fff);border-color:#f0d9ae}.metric-grid .accent-metric strong{color:var(--amber)}.metric-grid-compact{grid-template-columns:repeat(3,1fr)}.metric-grid .text-value{font-size:1.4rem}.breadcrumb-line{display:flex;gap:9px;color:var(--muted);font-size:.82rem;margin-bottom:18px}.breadcrumb-line a{color:var(--blue);text-decoration:none}.chart-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.chart-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px;min-height:390px}.chart-card h2{font-size:1.1rem;margin:.3rem 0 1rem}.chart-wrap{height:300px}.chart-card-small{grid-column:span 2}.chart-card-small .chart-wrap{height:270px;max-width:430px;margin:auto}.table-card,.settings-card,.content-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 5px 22px rgba(35,57,80,.04)}.filter-bar{display:flex;gap:10px;padding:18px;border-bottom:1px solid var(--line)}.filter-bar .search-field{flex:1}.filter-bar .form-select{width:190px}.table{margin:0}.table thead th{background:#f7f9fb;color:#637487;text-transform:uppercase;font-size:.68rem;letter-spacing:.08em;padding:12px 18px;border-color:var(--line)}.table td{padding:13px 18px;border-color:#edf1f5}.language-pill{display:inline-block;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-size:.66rem;font-weight:900;padding:4px 7px}.empty-table{text-align:center;padding:42px;color:var(--muted)}.pagination-line{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-top:1px solid var(--line);color:var(--muted);font-size:.82rem}.progress-page{max-width:720px;margin:60px auto;text-align:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:52px;box-shadow:var(--shadow)}.progress-orbit{display:grid;place-items:center;width:112px;height:112px;margin:0 auto 24px;border-radius:50%;border:9px solid #dceafe;border-top-color:var(--blue);animation:orbit 2s linear infinite}.progress-orbit div{font-size:1.2rem;font-weight:900;animation:counterorbit 2s linear infinite}.progress-page h1{font-size:1.65rem;margin:.65rem 0}.progress-page>p{color:var(--muted)}.app-progress{height:12px;margin:28px 0 20px;background:#e9eff6}.app-progress .progress-bar{background:linear-gradient(90deg,#2a68c5,#35a283);transition:width .35s ease}.progress-actions{display:flex;justify-content:center;gap:10px}@keyframes orbit{to{transform:rotate(360deg)}}@keyframes counterorbit{to{transform:rotate(-360deg)}}.settings-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px}.settings-section{display:grid;grid-template-columns:1fr 1.15fr;gap:36px;padding:26px;border-bottom:1px solid var(--line)}.settings-section h2,.genres-card h2{font-size:1.1rem}.settings-section p,.genres-card p{color:var(--muted);font-size:.85rem;line-height:1.55}.settings-footer{padding:20px 26px;text-align:right}.genres-card{align-self:start;padding:24px}.genre-list{margin:18px 0}.genre-list>div{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--line);font-size:.86rem}.about-hero{max-width:760px;padding:35px 0}.about-hero h1{font-size:3.8rem;margin:.35rem 0}.about-hero p{font-size:1.15rem;line-height:1.7;color:var(--muted)}.about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:18px}.about-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:25px}.about-grid strong{font-size:2rem;color:var(--blue)}.about-grid h2{font-size:1rem;margin:8px 0}.about-grid p{color:var(--muted);font-size:.85rem;line-height:1.55}.content-card{padding:28px}.content-card>p{color:var(--muted);line-height:1.7}.alphabet-box{background:var(--blue-soft);border-radius:12px;padding:18px;margin-top:20px}.alphabet-box span{color:var(--blue);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.alphabet-box p{font-size:1.2rem;line-height:1.8;margin:8px 0 0}
@media(max-width:900px){.hero-panel{grid-template-columns:1fr;padding:34px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr)}.hero-stats div{display:block;text-align:center;border-bottom:0;border-right:1px solid var(--line)}.hero-stats div:last-child{border:0}.hero-stats span{display:block}.metric-grid{grid-template-columns:repeat(2,1fr)}.settings-layout{grid-template-columns:1fr}.settings-section{gap:20px}.about-grid{grid-template-columns:1fr}.chart-grid{grid-template-columns:1fr}.chart-card-small{grid-column:auto}}
@media(max-width:620px){.app-shell{width:min(100% - 22px,1180px)}.page-content{padding-top:20px}.hero-panel{padding:26px 22px;border-radius:18px}.hero-panel h1{font-size:2.15rem}.hero-stats{grid-template-columns:1fr}.hero-stats div{border-right:0;border-bottom:1px solid var(--line)}.section-heading,.page-header,.analysis-header{align-items:flex-start;flex-direction:column}.document-card-top{flex-wrap:wrap}.status-badge{order:3;margin-left:62px}.document-meta{margin-left:0}.metric-grid,.metric-grid-compact{grid-template-columns:1fr}.chart-card{padding:16px}.filter-bar{flex-direction:column}.filter-bar .form-select{width:100%}.settings-section{grid-template-columns:1fr;padding:20px}.progress-page{padding:34px 20px;margin:20px auto}.about-hero h1{font-size:2.8rem}}

/* Fixed application navigation */
:root{--topbar-height:65px;--sidebar-width:228px;--footer-height:64px}.app-navbar{height:var(--topbar-height);z-index:1040}.app-sidebar{position:fixed;top:var(--topbar-height);bottom:var(--footer-height);left:0;width:var(--sidebar-width);z-index:1030;display:flex;flex-direction:column;padding:24px 16px;background:#fff;border-right:1px solid var(--line);box-shadow:8px 0 24px rgba(35,57,80,.035);overflow-y:auto}.sidebar-nav{display:grid;gap:8px}.sidebar-bottom{margin-top:auto;padding-top:22px;border-top:1px solid var(--line)}.sidebar-link{display:flex;align-items:center;gap:12px;min-height:48px;padding:8px 10px;border-radius:12px;color:#506579;text-decoration:none;font-size:.9rem;font-weight:700;transition:background .16s ease,color .16s ease,transform .16s ease}.sidebar-link:hover{color:var(--blue);background:#f3f7fc;transform:translateX(2px)}.sidebar-link.active{color:var(--blue);background:var(--blue-soft);box-shadow:inset 3px 0 0 var(--blue)}.sidebar-icon{display:grid;place-items:center;flex:0 0 30px;height:30px;border-radius:9px;background:#eef3f8;color:#61758a;font-size:.86rem;font-weight:900}.sidebar-link.active .sidebar-icon{background:var(--blue);color:#fff}.page-content{width:min(1180px,calc(100% - var(--sidebar-width) - 36px));margin-left:calc(var(--sidebar-width) + max(18px,(100vw - var(--sidebar-width) - 1180px)/2));margin-right:0;padding-bottom:calc(var(--footer-height) + 34px)}.app-footer{position:fixed;left:var(--sidebar-width);right:0;bottom:0;z-index:1025;min-height:var(--footer-height);margin-left:0;padding:18px 0}.developers-section{margin-top:18px}.developers-heading{margin-bottom:20px}.developers-heading h2{margin:.35rem 0 0}.developers-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.developer-card{display:flex;gap:16px;padding:22px;border:1px solid var(--line);border-radius:14px;background:#f8fafc}.developer-monogram{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:13px;background:linear-gradient(145deg,#2f7be2,#245bb0);color:#fff;font-weight:900}.developer-card h3{font-size:1rem;margin:2px 0 8px}.developer-card p{margin:0 0 12px;color:var(--muted);font-size:.84rem;line-height:1.55}.developer-contacts{display:flex;flex-wrap:wrap;gap:8px 16px}.developer-contacts a{color:var(--blue);font-size:.83rem;font-weight:700;text-decoration:none}.developer-contacts a:hover{text-decoration:underline}.account-link{display:flex;align-items:center;gap:7px;color:var(--ink);font-size:.82rem;font-weight:700;text-decoration:none}.account-dot{width:9px;height:9px;border-radius:50%;background:var(--green)}.guest-label{color:var(--muted);font-size:.78rem}
@media(max-width:900px){:root{--sidebar-width:188px}.developers-grid{grid-template-columns:1fr}}
@media(max-width:760px){:root{--sidebar-width:76px}.app-sidebar{padding:18px 9px}.sidebar-link{justify-content:center;padding:8px}.sidebar-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.sidebar-icon{flex-basis:38px;height:38px}.page-content{width:calc(100% - var(--sidebar-width) - 22px);margin-left:calc(var(--sidebar-width) + 11px)}.app-footer .app-shell{width:calc(100% - 22px)}.developer-card{align-items:flex-start;flex-direction:column}}

/* Corpus statistics and protected text types */
.section-tabs{display:flex;gap:6px;margin:0 0 22px;padding:5px;width:max-content;max-width:100%;border:1px solid var(--line);border-radius:13px;background:#fff}.section-tab{padding:9px 16px;border-radius:9px;color:var(--muted);font-size:.86rem;font-weight:800;text-decoration:none}.section-tab:hover{color:var(--blue);background:#f5f8fc}.section-tab.active{color:#fff;background:var(--blue)}.statistics-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.statistics-grid h2{font-size:1.15rem;margin:.45rem 0 1rem}.language-summary{display:grid;grid-template-columns:1fr 1fr;gap:10px}.language-summary>div{display:flex;align-items:center;justify-content:space-between;padding:13px;border-radius:10px;background:#f6f9fc}.language-summary span{color:var(--muted);font-size:.82rem}.language-summary strong{font-size:1.2rem}.statistics-chart-card{min-height:430px}.system-label{display:inline-block;margin-left:7px;padding:3px 6px;border-radius:999px;background:var(--blue-soft);color:var(--blue);font-size:.62rem;font-weight:800;vertical-align:middle}
@media(max-width:900px){.statistics-grid{grid-template-columns:1fr}}
@media(max-width:620px){.section-tabs{width:100%}.section-tab{flex:1;text-align:center;padding-inline:10px}.language-summary{grid-template-columns:1fr}}
.language-mode-form{display:flex;align-items:center;gap:6px}.language-mode-form .form-select{width:auto;min-width:190px}
.auth-card{max-width:480px;margin:48px auto;padding:34px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}.auth-card h1{margin:.4rem 0 1rem}.auth-card>p,.account-card>p{color:var(--muted);line-height:1.6}.account-card{max-width:620px}.users-layout{grid-template-columns:minmax(0,1.6fr) minmax(300px,.7fr)}.user-actions{display:flex;justify-content:flex-end;gap:6px;flex-wrap:wrap}.user-actions .form-control{width:155px}.moderation-card{margin-bottom:16px;padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 5px 22px rgba(35,57,80,.04)}.moderation-header,.moderation-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.moderation-header h3{font-size:1.05rem;margin:0 0 6px}.moderation-header p{color:var(--muted);font-size:.82rem;margin:0}.reliability-badge{padding:5px 9px;border-radius:999px;font-size:.7rem;font-weight:800;white-space:nowrap}.reliability-0{color:#9a5b0e;background:#fff3dc}.reliability-1{color:var(--green);background:var(--green-soft)}.moderation-card details{margin-top:15px;border-top:1px solid var(--line);padding-top:12px}.moderation-card summary{cursor:pointer;color:var(--blue);font-size:.84rem;font-weight:700}.text-preview{margin:12px 0 0;max-height:230px;padding:14px;overflow:auto;white-space:pre-wrap;background:#f7f9fb;border-radius:10px;font:13px/1.55 "Segoe UI",sans-serif}.moderation-actions{margin-top:18px}.settings-tabs{width:100%;overflow-x:auto}.settings-tabs .section-tab{white-space:nowrap}
@media(max-width:900px){.users-layout{grid-template-columns:1fr}.moderation-actions{flex-direction:column}.moderation-actions form{width:100%}}
.moderation-full-preview{max-height:520px}.moderation-table-heading{padding:18px;margin:0}.moderation-table-heading h2{font-size:1.1rem}
.application-open-button{white-space:nowrap}#accessRequestModal .modal-content>form{display:flex;flex-direction:column;max-height:calc(100vh - 2rem)}#accessRequestModal .modal-body{overflow-y:auto}.application-card{padding:22px;margin-bottom:14px}.application-card-header{display:flex;justify-content:space-between;gap:18px}.application-card h3{font-size:1.05rem;margin:0 0 5px}.application-meta{color:var(--muted);font-size:.82rem}.application-purpose{white-space:pre-wrap;margin:16px 0;padding:14px;border-radius:10px;background:#f7f9fb}.delivery-statuses{display:flex;flex-wrap:wrap;gap:8px}.delivery-statuses span{padding:4px 8px;border-radius:999px;background:#eef3f8;color:#5e7184;font-size:.7rem;font-weight:800}.bulk-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:14px 18px;border-bottom:1px solid var(--line);background:#f8fafc}.bulk-toolbar .form-select{width:auto;min-width:190px}.users-table .user-actions{min-width:280px}.action-icon{display:inline-block;width:1.1rem;text-align:center}.key-status{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border-radius:999px;background:#eef3f8;font-size:.75rem;font-weight:800}.key-status.configured{background:var(--green-soft);color:var(--green)}
@media(max-width:620px){.application-open-button{font-size:.72rem}.guest-label{display:none}.application-card-header{flex-direction:column}.bulk-toolbar .form-select{width:100%}.users-table .user-actions{min-width:220px}}
.duplicate-score{display:flex;align-items:baseline;gap:10px}.duplicate-score strong{font-size:2.4rem;color:var(--amber)}.duplicate-score span{color:var(--muted);font-size:.82rem}.duplicate-metrics{margin:18px 0}.duplicate-metrics article{padding:15px}.duplicate-metrics strong{font-size:1.35rem}
.lexicon-table td:nth-child(2){min-width:180px}.lexicon-table td:nth-child(4){min-width:175px}.lexicon-table td:last-child{white-space:nowrap}.lexicon-table .status-badge{margin-left:0}.lexicon-table small{font-size:.72rem}

/* Authors and publications */
.publications-header{margin-bottom:22px}.author-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}.author-profile-card{padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 5px 22px rgba(35,57,80,.04)}.author-profile-top{display:flex;align-items:flex-start;gap:14px}.author-profile-top h2{margin:2px 0 5px;font-size:1.05rem}.author-profile-top p,.author-workplace,.author-bio{color:var(--muted);font-size:.83rem;line-height:1.55}.author-workplace{margin:16px 0 10px}.author-bio{white-space:pre-wrap}.author-links{display:flex;flex-wrap:wrap;gap:8px 16px;margin-top:12px}.author-links a{color:var(--blue);font-size:.8rem;font-weight:700;text-decoration:none}.orcid-mark{display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#a6ce39;color:#fff;font-weight:900}.publication-filters{display:flex;gap:10px;margin-bottom:18px;padding:16px}.publication-filters>input{flex:1}.publication-filters .form-select{width:210px}.publication-list{display:grid;gap:14px}.publication-card{display:grid;grid-template-columns:90px minmax(0,1fr);overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 5px 22px rgba(35,57,80,.04)}.publication-year{display:grid;place-items:center;background:linear-gradient(145deg,#edf5ff,#f8fbff);color:var(--blue);font-size:1.2rem;font-weight:900}.publication-body{padding:22px}.publication-meta{display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--muted);font-size:.72rem;font-weight:700}.publication-body h2{margin:8px 0 10px;font-size:1.17rem}.publication-citation,.publication-body details p{color:var(--muted);font-size:.85rem;line-height:1.65}.publication-body details summary{cursor:pointer;color:var(--blue);font-size:.8rem;font-weight:800}.publication-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.pdf-modal-content{height:min(88vh,900px)}.pdf-modal-content .modal-body{padding:0;overflow:hidden}.pdf-modal-content iframe{display:block;width:100%;height:100%;min-height:65vh;border:0;background:#e9eef4}.publication-admin-layout{grid-template-columns:minmax(0,1.5fr) minmax(310px,.7fr)}.publication-admin-card .settings-section{grid-template-columns:minmax(180px,.55fr) minmax(0,1.45fr)}.author-admin-card{align-self:start;padding:24px}.author-admin-card h2{font-size:1.15rem;margin:.35rem 0}.author-admin-card p{color:var(--muted);font-size:.83rem}.author-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.author-settings-grid article{padding:18px;border:1px solid var(--line);border-radius:12px;background:#f8fafc}.author-settings-grid h3{font-size:.95rem}.author-settings-grid p{color:var(--muted);font-size:.8rem}.feedback-admin-card{padding:22px;margin-bottom:14px}
@media(max-width:900px){.author-profile-grid,.author-settings-grid{grid-template-columns:1fr}.publication-admin-layout{grid-template-columns:1fr}.publication-admin-card .settings-section{grid-template-columns:1fr}.publication-filters{flex-wrap:wrap}.publication-filters .form-select{width:calc(50% - 5px)}}
@media(max-width:620px){:root{--footer-height:88px}.publication-filters{flex-direction:column}.publication-filters .form-select{width:100%}.publication-card{grid-template-columns:1fr}.publication-year{min-height:46px}.app-footer{font-size:.72rem}.pdf-modal-content{height:92vh}}
