@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap');
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--maroon-50:#FDF2F2;--maroon-100:#FADCDC;--maroon-200:#F5B5B5;--maroon-300:#E88080;--maroon-400:#D14D4D;--maroon-500:#B52A2A;--maroon-600:#8B0000;--maroon-700:#700000;--maroon-800:#520000;--maroon-900:#330000;--gold-50:#FFFBEB;--gold-100:#FEF3C7;--gold-200:#FDE68A;--gold-300:#FCD34D;--gold-400:#FBBF24;--gold-500:#D4AF37;--gold-600:#B5901F;--gold-700:#8C6D14;--gold-800:#5C4710;--gold-900:#332607;--green-50:#F0FDF4;--green-100:#DCFCE7;--green-200:#BBF7D0;--green-300:#86EFAC;--green-400:#4ADE80;--green-500:#16A34A;--green-600:#15803D;--green-700:#166534;--green-800:#14532D;--green-900:#052E16;--blue-50:#EFF6FF;--blue-100:#DBEAFE;--blue-200:#BFDBFE;--blue-300:#93C5FD;--blue-400:#60A5FA;--blue-500:#3B82F6;--blue-600:#2563EB;--blue-700:#1D4ED8;--blue-800:#1E40AF;--blue-900:#1E3A8A;--white:#FFFFFF;--paper-50:#FDFCFA;--paper-100:#F8F6F3;--paper-200:#F0EDE8;--paper-300:#E3DFD8;--paper-400:#C4BFB5;--paper-500:#9A958C;--paper-600:#6B675F;--paper-700:#4A4742;--paper-800:#2E2C28;--paper-900:#1A1916;--info:#2563EB;--warning:#D97706;--danger:#DC2626;--success:#16A34A;--font-primary:"Noto Serif Bengali","Noto Serif","Georgia",serif;--font-secondary:"Inter","Noto Sans Bengali","Helvetica Neue",sans-serif;--font-mono:"JetBrains Mono","Fira Code","Courier New",monospace;--text-hero:3rem;--text-h1:2.25rem;--text-h2:1.75rem;--text-h3:1.375rem;--text-h4:1.125rem;--text-body-lg:1.0625rem;--text-body:0.9375rem;--text-body-sm:0.8125rem;--text-caption:0.6875rem;--text-button:0.875rem;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--space-10:128px;--max-width:1440px;--grid-columns:12;--grid-gutter:24px;--shadow-sm:0 1px 2px rgba(26,25,22,0.04);--shadow-md:0 4px 8px rgba(26,25,22,0.08);--shadow-lg:0 8px 16px rgba(26,25,22,0.12);--shadow-xl:0 16px 32px rgba(26,25,22,0.16);--transition-fast:0.15s ease;--transition-base:0.2s ease;--transition-slow:0.3s ease;--ease-out:cubic-bezier(0.4,0,0.2,1);--ease-in-out:cubic-bezier(0.4,0,0.2,1);--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--radius-xl:12px;--radius-full:9999px;--z-dropdown:100;--z-sticky:200;--z-modal:300;--z-tooltip:400;}[data-theme="dark"]{--bg-primary:var(--paper-900);--bg-secondary:var(--paper-800);--bg-tertiary:var(--paper-700);--text-primary:#E8E6E3;--text-secondary:#B5B2AD;--text-muted:#8A857C;--border-color:var(--paper-700);--card-bg:var(--paper-800);--card-border:var(--paper-700);--nav-bg:var(--maroon-800);--nav-border:var(--gold-400);--link-color:var(--blue-400);--link-hover:var(--blue-300);--accent:var(--gold-400);--shadow-sm:0 1px 2px rgba(0,0,0,0.3);--shadow-md:0 4px 8px rgba(0,0,0,0.4);--shadow-lg:0 8px 16px rgba(0,0,0,0.5);--shadow-xl:0 16px 32px rgba(0,0,0,0.6);}[data-theme="light"]{--bg-primary:var(--white);--bg-secondary:var(--paper-50);--bg-tertiary:var(--paper-100);--text-primary:var(--paper-900);--text-secondary:var(--paper-700);--text-muted:var(--paper-500);--border-color:var(--paper-200);--card-bg:var(--white);--card-border:var(--paper-200);--nav-bg:var(--maroon-700);--nav-border:var(--gold-500);--link-color:var(--blue-600);--link-hover:var(--blue-500);--accent:var(--gold-500);}:root:not([data-theme]){--bg-primary:var(--white);--bg-secondary:var(--paper-50);--bg-tertiary:var(--paper-100);--text-primary:var(--paper-900);--text-secondary:var(--paper-700);--text-muted:var(--paper-500);--border-color:var(--paper-200);--card-bg:var(--white);--card-border:var(--paper-200);--nav-bg:var(--maroon-700);--nav-border:var(--gold-500);--link-color:var(--blue-600);--link-hover:var(--blue-500);--accent:var(--gold-500);}
*,*::before,*::after{box-sizing:border-box;}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;}body{font-family:var(--font-secondary);font-size:var(--text-body);line-height:1.6;color:var(--text-primary);background:var(--bg-secondary);transition:background var(--transition-base),color var(--transition-base);margin:0;padding:0;}input,button,select,textarea,optgroup,option{font-family:var(--font-secondary) !important;}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading,var(--font-primary)) !important;}a{color:var(--link-color);text-decoration:none;transition:color var(--transition-fast);}a:hover{color:var(--link-hover);text-decoration:underline;}.layout-container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-5);}.main-nav{position:sticky;top:0;z-index:var(--z-sticky);background:var(--nav-bg);border-bottom:3px solid var(--nav-border);padding:0 var(--space-5);transition:background var(--transition-base),border-color var(--transition-base);}.nav-container{max-width:var(--max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px;}.logo{display:flex;align-items:center;gap:var(--space-3);color:var(--white);font-family:var(--font-primary);font-size:var(--text-h4);font-weight:700;text-decoration:none;}.logo:hover{color:var(--white);text-decoration:none;}.logo-icon{width:40px;height:40px;flex:0 0 40px;background:var(--gold-500);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-primary);font-size:20px;color:var(--maroon-700);object-fit:contain;padding:0;box-shadow:0 0 0 2px rgba(255,255,255,0.2);}.nav-links{display:flex;gap:var(--space-6);list-style:none;align-items:center;margin:0;padding:0;}.nav-link{position:relative;color:rgba(255,255,255,0.85);font-size:var(--text-button);font-weight:500;padding:8px 0;text-decoration:none;transition:color var(--transition-fast);}.nav-link:hover,.nav-link.active{color:var(--white);text-decoration:none;}.nav-link::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,var(--gold-500),var(--blue-500));transition:width var(--transition-slow) var(--ease-out);}.nav-link:hover::after,.nav-link.active::after{width:100%;}.theme-toggle{background:none;border:none;cursor:pointer;color:rgba(255,255,255,0.85);font-size:20px;padding:8px;border-radius:50%;transition:background var(--transition-fast),color var(--transition-fast);display:flex;align-items:center;justify-content:center;}.theme-toggle:hover{background:rgba(255,255,255,0.1);color:var(--white);}.filter-chip{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,0.25);border-radius:var(--radius-full);padding:8px 14px;background:rgba(255,255,255,0.08);color:rgba(255,255,255,0.88);font-size:var(--text-button);font-weight:600;text-decoration:none;transition:background var(--transition-fast),border-color var(--transition-fast),color var(--transition-fast);}.filter-chip:hover,.filter-chip.active{background:var(--gold-500);border-color:var(--gold-500);color:var(--paper-900);text-decoration:none;}.hero{background:linear-gradient(135deg,var(--maroon-700),var(--maroon-800));padding:var(--space-8) var(--space-5);text-align:center;position:relative;overflow:hidden;}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="60" viewBox="0 0 120 60"><path d="M0 30 Q30 10 60 30 T120 30" stroke="rgba(255,255,255,0.05)" stroke-width="2" fill="none"/></svg>');background-size:120px 60px;pointer-events:none;}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;}.hero-title{font-family:var(--font-primary);font-size:var(--text-hero);font-weight:700;color:var(--white);line-height:1.1;margin-bottom:var(--space-2);}.hero-subtitle{font-family:var(--font-primary);font-size:var(--text-h2);font-weight:400;color:rgba(255,255,255,0.8);margin-bottom:var(--space-2);}.hero-tagline{font-size:var(--text-body-lg);color:rgba(255,255,255,0.6);margin-bottom:var(--space-7);}.hero-search{display:flex;max-width:700px;margin:0 auto;border:2px solid rgba(255,255,255,0.2);border-radius:var(--radius-lg);overflow:hidden;background:rgba(255,255,255,0.1);backdrop-filter:blur(12px);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);}.hero-search:focus-within{border-color:var(--gold-500);box-shadow:0 0 0 4px rgba(212,175,55,0.2);}.hero-search input[type="text"]{flex:1;padding:16px 20px;border:none;font-family:var(--font-secondary);font-size:var(--text-body-lg);color:var(--white);background:transparent;outline:none;}.hero-search input::placeholder{color:rgba(255,255,255,0.5);}.hero-search button{padding:16px 32px;background:var(--gold-500);color:var(--paper-900);font-weight:600;font-size:var(--text-button);border:none;cursor:pointer;transition:background var(--transition-fast);}.hero-search button:hover{background:var(--gold-400);}.db-section{padding:var(--space-8) 0;background:var(--bg-primary);}.db-section-title{font-family:var(--font-primary);font-size:var(--text-h2);font-weight:600;color:var(--maroon-700);margin-bottom:var(--space-6);border-bottom:2px solid var(--border-color);padding-bottom:var(--space-2);}.db-section-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);margin-bottom:var(--space-5);border-bottom:2px solid var(--border-color);padding-bottom:var(--space-2);}.db-section-heading .db-section-title{margin-bottom:0;border-bottom:0;padding-bottom:0;}.db-carousel-controls{display:flex;gap:var(--space-2);flex:0 0 auto;}.db-carousel-btn{border:1px solid var(--maroon-700);border-radius:8px;background:var(--card-bg);color:var(--maroon-700);min-width:72px;padding:9px 12px;font-weight:700;cursor:pointer;transition:background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast);}.db-carousel-btn:hover{background:var(--maroon-700);color:var(--white);}.db-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,260px);gap:var(--space-5);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scroll-padding-inline:2px;padding:2px 2px var(--space-3);scrollbar-width:thin;}.db-carousel-item{scroll-snap-align:start;text-decoration:none;min-width:0;}.db-carousel-item:hover{text-decoration:none;}.db-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:var(--space-5);}.db-tile{display:flex;flex-direction:column;align-items:center;gap:var(--space-3);padding:var(--space-5);background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;text-align:center;transition:transform var(--transition-fast),box-shadow var(--transition-fast);cursor:pointer;}.db-tile:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);}.db-icon{width:80px;height:80px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-family:var(--font-primary);font-size:28px;font-weight:700;color:var(--white);box-shadow:0 2px 8px rgba(0,0,0,0.12);position:relative;overflow:hidden;background:linear-gradient(135deg,var(--maroon-700),var(--paper-900));}.db-icon img{width:58px;height:58px;object-fit:contain;position:relative;z-index:2;}.db-icon .db-fallback-text{display:flex;position:absolute;inset:0;align-items:center;justify-content:center;color:var(--white);font-family:var(--font-primary);font-size:28px;font-weight:700;z-index:1;}.db-icon img + .db-fallback-text{display:none;}.db-icon img.is-hidden + .db-fallback-text{display:flex;}.db-icon.ieee{background:#00629B;}.db-icon.elsevier{background:#E9711C;}.db-icon.jstor{background:#5F4B8B;}.db-icon.springer{background:#E07800;}.db-icon.wiley{background:#005A84;}.db-icon.acm{background:#1D4C7C;}.db-tile-name{font-weight:600;color:var(--text-primary);line-height:1.25;}.db-tile-desc{font-size:var(--text-body-sm);color:var(--text-secondary);min-height:42px;overflow-wrap:anywhere;}.db-tile-access{font-size:var(--text-caption);font-weight:600;text-transform:uppercase;}.db-tile-access.subscribed{color:var(--green-500);}.db-tile-access.open{color:var(--blue-500);}.main-content-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:2rem;padding:var(--space-8) 0;max-width:1240px;margin:0 auto;}@media (max-width:992px){.main-content-layout{grid-template-columns:1fr;}}.repo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:var(--space-5);}.repo-card{position:relative;background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);padding:var(--space-5);overflow:hidden;transition:box-shadow var(--transition-fast),transform var(--transition-fast);}.repo-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px);}.oa-ribbon{position:absolute;top:16px;right:-32px;width:120px;padding:4px 0;background:var(--blue-500);color:var(--white);font-size:var(--text-caption);font-weight:600;text-transform:uppercase;letter-spacing:0.05em;text-align:center;transform:rotate(45deg);box-shadow:0 2px 4px rgba(0,0,0,0.1);}.repo-type{font-size:var(--text-caption);font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--text-muted);margin-bottom:var(--space-2);}.repo-title{font-family:var(--font-primary);font-size:var(--text-h4);font-weight:700;margin-bottom:var(--space-1);}.repo-title a{color:var(--text-primary);}.repo-title a:hover{color:var(--link-color);}.repo-author{font-size:var(--text-body-sm);color:var(--text-secondary);margin-bottom:var(--space-3);}.repo-meta{display:flex;gap:var(--space-3);font-size:var(--text-caption);color:var(--text-muted);margin-bottom:var(--space-3);}.repo-doi{font-family:var(--font-mono);font-size:var(--text-body-sm);background:var(--bg-tertiary);padding:4px var(--space-2);border-radius:var(--radius-sm);word-break:break-all;margin-bottom:var(--space-4);display:inline-block;}.repo-actions{display:flex;gap:var(--space-2);border-top:1px solid var(--border-color);padding-top:var(--space-4);}.action-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:var(--radius-md);font-size:var(--text-button);font-weight:600;cursor:pointer;transition:background var(--transition-fast),border-color var(--transition-fast);}.action-btn.primary{background:var(--blue-500);color:var(--white);border:none;}.action-btn.primary:hover{background:var(--blue-600);}.action-btn.secondary{background:transparent;color:var(--text-secondary);border:1px solid var(--border-color);}.action-btn.secondary:hover{background:var(--bg-tertiary);color:var(--text-primary);}.reference-widget{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-sm);position:sticky;top:80px;}.widget-title{font-family:var(--font-primary);font-size:var(--text-h4);font-weight:600;color:var(--maroon-500);margin-bottom:var(--space-4);padding-bottom:var(--space-2);border-bottom:2px solid var(--gold-500);}.widget-option{padding:var(--space-3) 0;border-bottom:1px solid var(--border-color);}.widget-option:last-child{border-bottom:none;}.widget-option-title{font-weight:600;color:var(--text-primary);margin-bottom:var(--space-1);}.widget-option-desc{font-size:var(--text-body-sm);color:var(--text-secondary);margin-bottom:var(--space-2);}.widget-btn{display:inline-block;padding:6px 16px;background:var(--maroon-600);color:var(--white);font-size:var(--text-button);font-weight:600;border:none;border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast);}.widget-btn:hover{background:var(--maroon-700);}.widget-btn.secondary{background:transparent;color:var(--maroon-600);border:1px solid var(--maroon-200);}.widget-btn.secondary:hover{background:var(--maroon-50);}.reference-pulse{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:var(--radius-full);background:var(--green-50);border:1px solid var(--green-500);font-size:var(--text-body-sm);font-weight:600;color:var(--green-700);margin-bottom:var(--space-3);}.pulse-dot{width:10px;height:10px;border-radius:50%;background:var(--green-500);animation:pulse 2s ease-in-out infinite;}@keyframes pulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.5;transform:scale(0.8);}}.main-footer{background:var(--paper-900);color:rgba(255,255,255,0.7);padding:1.5rem 1.25rem 1rem;margin-top:2.5rem;border-top:4px solid var(--maroon-600);}.footer-container{max-width:var(--max-width);margin:0 auto;padding:0;}.footer-col-title{color:var(--white);font-family:var(--font-primary);font-size:var(--text-h4);font-weight:600;margin-bottom:var(--space-4);}.footer-links{list-style:none;padding:0;margin:0;}.footer-links li{margin-bottom:var(--space-2);}.footer-links a{color:rgba(255,255,255,0.7);}.footer-links a:hover{color:var(--white);}.footer-drupal-menu ul.menu{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:0.5rem 1.5rem;}.footer-drupal-menu ul.menu li{margin:0;}.footer-drupal-menu ul.menu li a{color:#cbd5e1;font-weight:600;font-size:0.9rem;text-decoration:none;display:inline-flex;align-items:center;gap:6px;padding:0.3rem 0;transition:color 0.2s ease;}.footer-drupal-menu ul.menu li a:hover{color:#38bdf8;}.footer-bottom{max-width:var(--max-width);margin:1rem auto 0;padding-top:0.85rem;border-top:1px solid rgba(255,255,255,0.12);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:0.5rem;font-size:0.825rem;color:#94a3b8;}.db-full-page{width:100%;max-width:1200px;margin:0 auto;padding:1.25rem var(--space-6) var(--space-6);background:var(--bg-primary);overflow-x:hidden;}.resource-profile-page .db-header-banner{background:linear-gradient(135deg,#102a43 0%,#1f4e5f 58%,#2a7f7f 100%);color:#fff;padding:2.5rem 0 2.25rem;}.resource-profile-page .db-header-container{max-width:1180px;}.resource-profile-page .db-logo-wrapper{background:#fff;border:0;box-shadow:0 12px 30px rgba(0,0,0,.16);}.resource-profile-page .repo-type{color:#bde7e2;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;}.resource-profile-page .db-title{max-width:760px;margin:.35rem 0 .45rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08;}.resource-dek{max-width:700px;margin:0 0 1rem;color:#e1f2f0;font-size:1.05rem;line-height:1.55;}.resource-hero-actions{display:flex;flex-wrap:wrap;gap:.65rem;}.resource-hero-action{display:inline-flex;align-items:center;gap:.45rem;border:1px solid rgba(255,255,255,.42);border-radius:6px;color:#fff;padding:.65rem .9rem;text-decoration:none;font-weight:700;}.resource-hero-action:hover,.resource-hero-action:focus{background:rgba(255,255,255,.14);color:#fff;}.resource-hero-action.primary{background:#e4b44c;border-color:#e4b44c;color:#12263a;}.resource-quick-facts,.resource-summary-grid{display:flex;flex-direction:row;gap:10px;margin:0 0 1.8rem;width:100%;position:relative;align-items:stretch;}.resource-quick-facts > div,.resource-summary-grid > div{flex:1 1 0px;min-width:0;}.resource-search-panel{margin:0 0 1.8rem;padding:1.25rem 1.35rem;background:#f3f8f8;border:1px solid #cfe5e2;border-radius:8px;}.resource-search-panel h2{margin:.3rem 0 .75rem;font-size:1.35rem;color:#102a43;}.resource-search-form label{display:block;margin-bottom:.35rem;color:#486581;font-size:.82rem;font-weight:700;}.resource-search-controls{display:flex;gap:.55rem;}.resource-search-controls input{min-width:0;flex:1;border:1px solid #9fb3c8;border-radius:5px;padding:.75rem .85rem;background:#fff;color:#102a43;}.resource-search-button{border:0;border-radius:5px;padding:.75rem 1rem;background:#167d7a;color:#fff;cursor:pointer;font-weight:750;white-space:nowrap;}.resource-search-button:hover,.resource-search-button:focus{background:#0e6462;}.resource-search-note{margin:.6rem 0 0;color:#627d98;font-size:.78rem;}.resource-impact-panel{margin:1rem 0 1.4rem;padding:1.1rem 1.25rem;background:#fffaf0;border:1px solid #ead9ad;border-radius:8px;}.resource-impact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:.7rem;}.resource-impact-grid > div{min-width:0;padding:.75rem;border:1px solid #f0e5c9;border-radius:5px;background:rgba(255,255,255,.7);}.resource-impact-grid strong,.resource-impact-grid span{display:block;}.resource-impact-grid strong{color:#102a43;font-size:.8rem;}.resource-impact-grid span{margin-top:.25rem;color:#486581;font-size:.82rem;line-height:1.45;}.resource-content-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;margin:0 0 1.4rem;}.resource-summary-grid .resource-fact{min-width:0;}.resource-content-card{display:flex;align-items:center;gap:.55rem;min-height:58px;padding:.7rem .75rem;border:1px solid #d8e3e8;border-radius:6px;background:#fff;color:#243b53;}.resource-content-card strong{font-size:.82rem;}.content-card-icon{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:#e4f3f1;color:#167d7a;}.content-card-icon::before{font-size:1rem;}.icon-book::before{content:'\1F4D6';}.icon-journal::before{content:'\25A4';}.icon-thesis::before{content:'\2691';}.icon-proceedings::before{content:'\2637';}.icon-standard::before{content:'\2713';}@media (max-width:600px){.resource-content-cards{grid-template-columns:repeat(2,minmax(0,1fr));}}.contextual-resource-link{display:inline-block;text-decoration:none;cursor:pointer;}.contextual-resource-link:hover,.contextual-resource-link:focus{background:#dff0ed;color:#0e6462;text-decoration:none;}.resource-fact{display:flex;align-items:center;gap:0.85rem;min-height:82px;padding:1.1rem 1.25rem;background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 12px rgba(15,23,42,0.03),0 1px 2px rgba(15,23,42,0.02);transition:transform 0.25s cubic-bezier(0.16,1,0.3,1),box-shadow 0.25s cubic-bezier(0.16,1,0.3,1),border-color 0.25s ease;position:relative;overflow:hidden;}.resource-fact:hover{transform:translateY(-4px);box-shadow:0 12px 24px -4px rgba(15,23,42,0.08);border-color:#cbd5e1;}.resource-fact::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#047857 0%,#10b981 100%);}.resource-fact.consortium-fact::before{background:linear-gradient(90deg,#0284c7 0%,#38bdf8 100%);}.resource-fact.title-count-fact::before{background:linear-gradient(90deg,#1d4ed8 0%,#3b82f6 100%);}.resource-fact.scopus-fact::before{background:linear-gradient(90deg,#d97706 0%,#fbbf24 100%);}.resource-fact.wos-fact::before{background:linear-gradient(90deg,#15803d 0%,#22c55e 100%);}.resource-fact-icon{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:12px;background:#ecfdf5;color:#047857;font-weight:800;font-size:1.25rem;transition:transform 0.2s ease;}.resource-fact:hover .resource-fact-icon{transform:scale(1.08);}.consortium-fact .resource-fact-icon{background:#f0f9ff;color:#0284c7;}.title-count-fact .resource-fact-icon{background:#eff6ff;color:#1d4ed8;}.scopus-fact .resource-fact-icon{background:#fffbeb;color:#d97706;}.wos-fact .resource-fact-icon{background:#f0fdf4;color:#15803d;}.resource-fact strong,.resource-fact small{display:block;}.resource-fact strong{color:#0f172a;font-size:1rem;font-weight:800;line-height:1.25;font-family:var(--font-primary,sans-serif);}.resource-fact small{margin-top:0.2rem;color:#64748b;font-size:0.775rem;font-weight:600;text-transform:uppercase;letter-spacing:0.03em;}.section-kicker{color:#167d7a;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;}.resource-lead-section{padding-top:0;}.resource-lead-section h2{margin-top:.35rem;}.resource-disclosure{margin:1rem 0;border-top:1px solid #d8e3e8;}.resource-disclosure summary{display:flex;align-items:center;gap:.7rem;cursor:pointer;list-style:none;padding:1.1rem .15rem;color:#102a43;font-size:1.08rem;font-weight:750;}.resource-disclosure summary::-webkit-details-marker{display:none;}.disclosure-icon{color:#167d7a;width:1.4rem;text-align:center;}.disclosure-mark{margin-left:auto;color:#829ab1;font-size:1.4rem;font-weight:400;}.resource-disclosure[open] .disclosure-mark{transform:rotate(45deg);}.resource-disclosure .db-description{padding:0 .15rem 1.2rem 2.1rem;}.resource-guides-section{border-top:1px solid #d8e3e8;}.resource-guides-section .field--name-field-resource-guides{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.65rem;}.resource-guides-section .field__item a{display:block;padding:.75rem .9rem;background:#f0f7f6;border-left:3px solid #167d7a;border-radius:4px;color:#102a43;font-weight:700;text-decoration:none;}.resource-guides-section .field__item a:hover,.resource-guides-section .field__item a:focus{background:#dff0ed;color:#0e6462;}.resource-guides-section .resource-guide-list{display:grid;gap:.75rem;}.resource-guides-section .resource-guide-card{padding:.9rem 1rem;border:1px solid #d8e3e8;border-left:3px solid #167d7a;border-radius:5px;background:#fbfcfc;}.resource-guides-section .resource-guide-card h3{margin:0;font-size:1rem;}.resource-guides-section .resource-guide-card h3 a{color:#102a43;text-decoration:none;}.resource-guides-section .resource-guide-card p{margin:.45rem 0;color:#486581;font-size:.88rem;line-height:1.5;}.resource-guides-section .resource-guide-source{color:#167d7a;font-size:.8rem;font-weight:700;}@media (max-width:800px){.resource-quick-facts{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem;}.resource-profile-page .db-header-banner{padding:1.7rem 0 1.5rem;}.resource-profile-page .db-title{font-size:2.15rem;}}@media (max-width:480px){.resource-quick-facts{grid-template-columns:1fr;}.resource-hero-actions{display:grid;grid-template-columns:1fr;}.resource-hero-action{justify-content:center;}.resource-search-controls{display:grid;grid-template-columns:1fr;}.resource-impact-grid{grid-template-columns:1fr;}}.publisher-resource-page .db-header-banner{background:linear-gradient(135deg,#102a43 0%,#1f4e5f 58%,#2a7f7f 100%);color:#fff;padding:2.5rem 0 2.25rem;}.publisher-resource-page .repo-type{color:#bde7e2;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;}.publisher-resource-page .db-title{max-width:760px;margin:.35rem 0 .45rem;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08;}.publisher-resource-page .db-logo-wrapper{background:#fff;border:0;box-shadow:0 12px 30px rgba(0,0,0,.16);}.publisher-resource-page .resource-hero-actions{display:flex;flex-wrap:wrap;gap:.65rem;}.publisher-resource-page .resource-dek{max-width:700px;margin:0 0 1rem;color:#e1f2f0;font-size:1.05rem;line-height:1.55;}.publisher-resource-page .resource-quick-facts{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:0;gap:.6rem;}.publisher-resource-page .resource-fact{padding:.75rem .7rem;gap:.5rem;min-width:0;}.publisher-resource-page .resource-fact-icon{width:28px;height:28px;flex-basis:28px;}.publisher-resource-page .db-header-banner{margin-bottom:1.5rem;}.resource-profile-page .db-header-container,.publisher-resource-page .db-header-container{width:100%;padding:0 1.5rem;box-sizing:border-box;}.resource-profile-page .db-header-brand,.publisher-resource-page .db-header-brand{align-items:flex-start;gap:1.5rem;}.resource-profile-page .db-logo-wrapper,.publisher-resource-page .db-logo-wrapper{margin-top:.2rem;flex:0 0 100px;}.resource-profile-page .db-header-titles,.publisher-resource-page .db-header-titles{min-width:0;flex:1;}.resource-profile-page .db-badges,.publisher-resource-page .db-badges{margin-top:.65rem;}.resource-profile-page .resource-hero-actions,.publisher-resource-page .resource-hero-actions{margin-top:.85rem;padding-top:.85rem;border-top:1px solid rgba(255,255,255,.2);}.resource-profile-page .resource-hero-action,.publisher-resource-page .resource-hero-action{min-height:42px;box-sizing:border-box;}.resource-profile-page .resource-tool-card,.publisher-resource-page .resource-tool-card{position:sticky;top:1.25rem;padding:1.15rem;border:1px solid #d8e3e8;border-radius:8px;background:#fff;box-shadow:0 10px 28px rgba(16,42,67,.08);}.resource-profile-page .resource-tool-card h3,.publisher-resource-page .resource-tool-card h3{display:flex;align-items:center;gap:.55rem;margin:0 0 .8rem;color:#102a43;}.resource-profile-page .resource-tool-card h3::before,.publisher-resource-page .resource-tool-card h3::before{content:'\2197';display:grid;place-items:center;width:1.5rem;height:1.5rem;border-radius:50%;background:#e4f3f1;color:#167d7a;font-size:.9rem;}.resource-profile-page .resource-tool-card .btn-access,.publisher-resource-page .resource-tool-card .btn-access{border-radius:5px;box-shadow:none;margin-bottom:.5rem;}.resource-profile-page .resource-tool-card .btn-primary,.publisher-resource-page .resource-tool-card .btn-primary{background:#167d7a;border-color:#167d7a;}.resource-profile-page .resource-tool-card .btn-secondary,.publisher-resource-page .resource-tool-card .btn-secondary{background:#e4b44c;border-color:#e4b44c;color:#102a43;}.resource-profile-page .direct-link-label,.publisher-resource-page .direct-link-label{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#627d98;font-size:.75rem;}.resource-profile-page .db-meta-info,.publisher-resource-page .db-meta-info{display:grid;gap:.45rem;}.resource-profile-page .meta-item,.publisher-resource-page .meta-item{display:grid;grid-template-columns:4.5rem minmax(0,1fr);gap:.5rem;padding:.55rem .6rem;border:1px solid #edf2f4;border-radius:5px;background:#fbfcfc;}.resource-profile-page .meta-label,.publisher-resource-page .meta-label{color:#829ab1;font-size:.68rem;font-weight:800;text-transform:uppercase;}.resource-profile-page .meta-val,.publisher-resource-page .meta-val{min-width:0;color:#243b53;font-size:.82rem;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}@media (max-width:800px){.publisher-resource-page .db-header-banner{padding:1.7rem 0 1.5rem;}.publisher-resource-page .db-title{font-size:2.15rem;}}@media (max-width:620px){.publisher-resource-page .resource-quick-facts{grid-template-columns:1fr 1fr;}}.resource-profile-page .db-body-container,.publisher-resource-page .db-body-container,.elibrary-title-profile .db-body-container,.elibrary-service-profile .db-body-container{grid-template-columns:minmax(0,1fr) 350px;gap:2rem;max-width:1240px;width:100%;margin:0 auto;}.resource-profile-page .resource-tool-card h3::after,.publisher-resource-page .resource-tool-card h3::after{display:none;}.resource-profile-page .btn-access::before,.publisher-resource-page .btn-access::before{display:none;}.resource-profile-page .db-meta-info,.publisher-resource-page .db-meta-info{display:grid;grid-template-columns:1fr;gap:.5rem;}.resource-profile-page .meta-item,.publisher-resource-page .meta-item{grid-template-columns:24px 3.8rem minmax(0,1fr);min-height:62px;}.resource-profile-page .meta-kind,.publisher-resource-page .meta-kind{grid-column:auto;}.resource-profile-page .meta-val,.publisher-resource-page .meta-val{-webkit-line-clamp:3;}@media (max-width:800px){.resource-profile-page .db-body-container,.publisher-resource-page .db-body-container{grid-template-columns:1fr;}.resource-profile-page .resource-tool-card,.publisher-resource-page .resource-tool-card{position:static;}.resource-profile-page .db-meta-info,.publisher-resource-page .db-meta-info{grid-template-columns:1fr;}}@media (max-width:600px){.resource-profile-page .db-header-brand,.publisher-resource-page .db-header-brand{gap:1rem;}.resource-profile-page .db-logo-wrapper,.publisher-resource-page .db-logo-wrapper{flex-basis:76px;width:76px;height:76px;}}.db-header-banner{padding:40px;border-radius:24px;color:var(--white);box-shadow:var(--shadow-md);margin-bottom:var(--space-8);background:linear-gradient(135deg,#1f2937,#111827);}.db-header-banner.ieee{background:linear-gradient(135deg,#00629B,#00456C);}.db-header-banner.elsevier{background:linear-gradient(135deg,#E9711C,#A34E13);}.db-header-banner.jstor{background:linear-gradient(135deg,#5F4B8B,#423462);}.db-header-banner.springer{background:linear-gradient(135deg,#E07800,#9C5400);}.db-header-banner.wiley{background:linear-gradient(135deg,#005A84,#003F5C);}.db-header-banner.acm{background:linear-gradient(135deg,#1D4C7C,#143557);}.db-header-container{max-width:1100px;margin:0 auto;}.db-header-brand{display:flex;align-items:center;gap:var(--space-6);}.db-logo-wrapper{width:100px;height:100px;background:linear-gradient(135deg,var(--maroon-700),var(--paper-900));border:2px solid rgba(255,255,255,0.75);border-radius:18px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,0.15);padding:10px;position:relative;}.db-full-favicon{width:64px;height:64px;object-fit:contain;position:relative;z-index:2;}.db-favicon{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.08));position:relative;z-index:2;}.db-fallback-text{display:none;position:absolute;inset:0;align-items:center;justify-content:center;color:var(--white);font-family:var(--font-primary);font-size:18px;font-weight:700;letter-spacing:0;z-index:1;}.db-logo-wrapper .db-fallback-text{color:rgba(255,255,255,0.72);display:flex;font-size:19px;inset:10px;text-shadow:0 1px 2px rgba(0,0,0,0.35);}.db-favicon.is-hidden,.db-full-favicon.is-hidden{display:none;}.db-favicon.is-hidden + .db-fallback-text,.db-full-favicon.is-hidden + .db-fallback-text{display:flex;}.db-table-resource{display:flex;align-items:flex-start;gap:12px;}.db-table-thumb{width:42px;height:42px;flex:0 0 42px;border-radius:8px;background:#8b0000;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;}.db-table-thumb img{width:30px;height:30px;object-fit:contain;position:relative;z-index:2;}.db-table-thumb .db-fallback-text{font-size:13px;}.db-logo-placeholder{font-family:var(--font-primary);font-size:36px;font-weight:700;color:#333;}.db-header-titles .db-title{margin:0 0 var(--space-2) 0;font-size:32px;color:var(--white);font-weight:700;}.db-badges{display:flex;gap:var(--space-2);flex-wrap:wrap;}.access-badge,.category-badge{padding:6px 12px;border-radius:20px;font-size:var(--text-caption);font-weight:600;}.access-badge.subscribed{background:rgba(0,200,0,0.15);color:#81C784;}.access-badge.open{background:rgba(0,100,255,0.15);color:#64B5F6;}.access-badge.limited{background:rgba(255,255,255,0.15);color:#E0E0E0;}.category-badge{background:rgba(255,255,255,0.1);color:var(--white);}.db-body-container{display:grid;grid-template-columns:2fr 1fr;gap:var(--space-8);max-width:1100px;width:100%;margin:0 auto;}.db-section{background:var(--card-bg);border:1px solid var(--card-border);padding:32px;border-radius:20px;margin-bottom:var(--space-6);box-shadow:var(--shadow-sm);}.db-section h2{margin-top:0;font-size:20px;font-weight:600;margin-bottom:var(--space-4);color:var(--text-primary);}.db-description{font-family:var(--font-secondary);line-height:1.8;font-size:16px;color:var(--text-secondary);}.embedded-db-search{display:flex;gap:10px;margin:16px 0 10px;}.embedded-db-search input[type="text"]{flex:1;min-width:0;padding:13px 15px;border:1px solid var(--border-color);border-radius:var(--radius-lg);font-size:var(--text-body);background:var(--bg-primary);color:var(--text-primary);}.embedded-db-search button{padding:13px 22px;border:0;border-radius:var(--radius-lg);background:var(--maroon-600);color:var(--white);font-weight:700;cursor:pointer;}.db-help-text{color:var(--text-muted);font-size:var(--text-body-sm);}.db-taxonomy-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px;}.coverage-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4);margin-bottom:var(--space-5);}.coverage-summary-card{border:1px solid var(--card-border);border-radius:var(--radius-lg);background:var(--bg-secondary);padding:var(--space-4);}.coverage-label{display:block;color:var(--text-muted);font-size:var(--text-caption);font-weight:700;margin-bottom:var(--space-2);text-transform:uppercase;}.coverage-value{color:var(--text-primary);font-weight:600;}.coverage-graph{display:flex;flex-direction:column;gap:var(--space-4);}.coverage-bar-row{display:flex;flex-direction:column;gap:var(--space-2);}.coverage-bar-meta{display:flex;justify-content:space-between;gap:var(--space-4);color:var(--text-secondary);font-size:var(--text-body-sm);font-weight:600;}.coverage-bar-track{height:12px;overflow:hidden;border-radius:var(--radius-full);background:var(--paper-200);}.coverage-bar-fill{height:100%;min-width:4px;border-radius:var(--radius-full);background:linear-gradient(90deg,var(--maroon-600),var(--gold-500));}.dept-badge{display:inline-flex;align-items:center;border:1px solid rgba(139,0,0,0.15);border-radius:var(--radius-md);padding:4px 9px;background:rgba(139,0,0,0.08);color:var(--maroon-700);font-size:var(--text-caption);font-weight:700;}.guideline-steps{display:flex;flex-direction:column;gap:var(--space-4);margin-top:var(--space-4);}.step-card{display:flex;gap:var(--space-4);background:var(--bg-secondary);padding:20px;border-radius:12px;border:1px solid var(--card-border);}.step-num{width:28px;height:28px;border-radius:50%;background:var(--primary);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;}.step-text strong{display:block;font-size:15px;margin-bottom:4px;color:var(--text-primary);}.step-text p{margin:0;font-size:var(--text-body-sm);color:var(--text-secondary);}.db-sidebar{display:flex;flex-direction:column;gap:var(--space-4);}.db-action-card{background:var(--card-bg);border:1px solid var(--card-border);padding:24px;border-radius:10px;position:sticky;top:var(--space-6);box-shadow:var(--shadow-md);}.db-action-card h3{margin-top:0;font-size:18px;font-weight:600;margin-bottom:14px;}.db-action-card p{color:var(--text-secondary);font-size:var(--text-body-sm);line-height:1.5;margin-bottom:24px;}.resource-tool-card h3,.db-sidebar-panel h3{align-items:center;display:flex;gap:8px;position:relative;}.resource-tool-card h3::before,.db-sidebar-panel h3::before{align-items:center;background:rgba(139,0,0,0.08);border:1px solid rgba(139,0,0,0.16);border-radius:50%;color:var(--maroon-700);content:"";display:inline-flex;flex:0 0 26px;font-size:14px;font-weight:900;height:26px;justify-content:center;position:relative;}.resource-tool-card h3::before{box-shadow:inset 0 0 0 7px transparent;}.resource-tool-card h3::after{border-bottom:5px solid transparent;border-left:8px solid var(--maroon-700);border-top:5px solid transparent;content:"";height:0;left:13px;position:absolute;top:8px;width:0;}.db-sidebar-panel{position:static;padding:24px;box-shadow:var(--shadow-sm);}.db-sidebar-panel h3{font-size:16px;}.db-sidebar-panel p{margin-bottom:0;}.db-taxonomy-list.compact{margin-top:0;margin-bottom:var(--space-4);}.db-brief-field,.db-sidebar-panel .db-description{font-family:var(--font-primary);font-size:var(--text-body-sm);line-height:1.55;}.db-brief-field p,.db-sidebar-panel .db-description p{margin:0 0 var(--space-3);}.coverage-graph.compact{gap:var(--space-3);}.coverage-graph.compact .coverage-bar-track{height:8px;}.coverage-graph.compact .coverage-bar-meta{font-size:var(--text-caption);}.btn-access{display:flex;align-items:center;justify-content:center;font-weight:600;gap:8px;padding:13px 16px;border-radius:8px;background:var(--maroon-700);color:var(--white);text-decoration:none;transition:background var(--transition-fast);box-shadow:0 4px 12px rgba(139,0,0,0.2);min-height:48px;}.btn-access::before{border-bottom:5px solid transparent;border-left:8px solid currentColor;border-top:5px solid transparent;content:"";height:0;width:0;}.btn-access:hover{background:var(--maroon-800);color:var(--white);text-decoration:none;}.direct-link-label{align-items:flex-start;display:flex;gap:8px;margin-top:10px;font-size:11px;color:var(--text-muted);min-width:0;}.direct-link-label::before{color:var(--maroon-700);content:"";flex:0 0 12px;height:12px;margin-top:2px;width:12px;background:linear-gradient(currentColor,currentColor) 4px 1px / 7px 2px no-repeat,linear-gradient(currentColor,currentColor) 9px 1px / 2px 7px no-repeat,linear-gradient(135deg,transparent 45%,currentColor 46%,currentColor 58%,transparent 59%);}.direct-link-label a{color:var(--primary);display:inline-block;max-width:180px;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap;text-decoration:none;}.db-meta-info{display:flex;flex-direction:column;gap:8px;margin-top:var(--space-4);}.meta-item{align-items:flex-start;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;display:grid;gap:8px;grid-template-columns:24px minmax(36px,50px) minmax(0,1fr);min-width:0;padding:8px 9px;font-size:var(--text-body-sm);}.meta-item::before{align-items:center;background:var(--white);border:1px solid rgba(139,0,0,0.14);border-radius:50%;color:var(--maroon-700);content:"";display:inline-flex;font-size:12px;font-weight:900;height:24px;justify-content:center;line-height:1;width:24px;position:relative;}.meta-kind::before{background:linear-gradient(var(--maroon-700),var(--maroon-700)) 6px 6px / 12px 2px no-repeat,linear-gradient(var(--maroon-700),var(--maroon-700)) 6px 11px / 12px 2px no-repeat,linear-gradient(var(--maroon-700),var(--maroon-700)) 6px 16px / 8px 2px no-repeat,var(--white);}.meta-key::before{background:radial-gradient(circle at 8px 12px,transparent 0 3px,var(--maroon-700) 3px 5px,transparent 5px),linear-gradient(var(--maroon-700),var(--maroon-700)) 12px 11px / 8px 2px no-repeat,linear-gradient(var(--maroon-700),var(--maroon-700)) 18px 11px / 2px 5px no-repeat,var(--white);}.meta-access::before{background:radial-gradient(circle at 12px 12px,var(--maroon-700) 0 5px,transparent 6px),radial-gradient(circle at 12px 12px,transparent 0 8px,var(--maroon-700) 9px,transparent 10px),var(--white);}.meta-count::before{background:linear-gradient(var(--maroon-700),var(--maroon-700)) 6px 14px / 3px 5px no-repeat,linear-gradient(var(--maroon-700),var(--maroon-700)) 11px 10px / 3px 9px no-repeat,linear-gradient(var(--maroon-700),var(--maroon-700)) 16px 7px / 3px 12px no-repeat,var(--white);}.meta-coverage::before{background:radial-gradient(circle at 8px 8px,var(--maroon-700) 0 3px,transparent 4px),radial-gradient(circle at 16px 16px,var(--maroon-700) 0 3px,transparent 4px),linear-gradient(135deg,transparent 43%,var(--maroon-700) 44%,var(--maroon-700) 56%,transparent 57%),var(--white);}.meta-source::before{background:linear-gradient(var(--maroon-700),var(--maroon-700)) 7px 7px / 9px 2px no-repeat,linear-gradient(var(--maroon-700),var(--maroon-700)) 14px 7px / 2px 9px no-repeat,linear-gradient(135deg,transparent 43%,var(--maroon-700) 44%,var(--maroon-700) 56%,transparent 57%),var(--white);}.meta-sync::before{background:radial-gradient(circle at 12px 12px,transparent 0 6px,var(--maroon-700) 7px,transparent 8px),linear-gradient(45deg,transparent 44%,var(--maroon-700) 45%,var(--maroon-700) 56%,transparent 57%) 13px 4px / 8px 8px no-repeat,var(--white);}.meta-date::before{background:linear-gradient(var(--maroon-700),var(--maroon-700)) 6px 7px / 12px 2px no-repeat,linear-gradient(var(--maroon-700),var(--maroon-700)) 6px 11px / 12px 1px no-repeat,radial-gradient(circle at 9px 16px,var(--maroon-700) 0 1.5px,transparent 2px),radial-gradient(circle at 14px 16px,var(--maroon-700) 0 1.5px,transparent 2px),var(--white);}.meta-parent::before{background:radial-gradient(circle at 12px 8px,var(--maroon-700) 0 3px,transparent 4px),radial-gradient(ellipse at 12px 17px,var(--maroon-700) 0 6px,transparent 7px),var(--white);}.meta-label{color:var(--text-muted);font-size:10px;font-weight:800;line-height:1.35;text-transform:uppercase;}.meta-val{color:var(--text-primary);font-weight:600;font-size:13px;line-height:1.38;min-width:0;overflow-wrap:anywhere;}.meta-val p{margin:0;}.meta-count .meta-val,.meta-coverage .meta-val{max-height:5.5em;overflow:hidden;}.db-sync-notes{color:var(--text-secondary);font-family:var(--font-secondary);font-size:var(--text-body-sm);}.db-sync-notes summary{align-items:center;color:var(--maroon-700);cursor:pointer;display:inline-flex;font-size:var(--text-caption);font-weight:800;gap:6px;text-transform:uppercase;}.db-sync-notes summary::before{content:"S";}.db-sync-notes .db-description{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;font-family:var(--font-secondary);font-size:var(--text-body-sm);line-height:1.5;margin-top:10px;padding:12px;}.db-sync-notes .db-description p{margin:0;}.special-page{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:var(--space-8);align-items:stretch;max-width:1040px;margin:var(--space-8) auto;}.special-page-panel,.special-page-side{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:18px;box-shadow:var(--shadow-sm);}.special-page-panel{padding:var(--space-8);}.special-page-kicker{color:var(--maroon-700);font-size:var(--text-caption);font-weight:800;letter-spacing:0.08em;margin-bottom:var(--space-2);text-transform:uppercase;}.special-page h1{color:var(--text-primary);font-size:34px;line-height:1.15;margin:0 0 var(--space-3);}.special-page h2{font-size:18px;margin:0 0 var(--space-4);}.special-page p{color:var(--text-secondary);margin:0 0 var(--space-5);max-width:680px;}.auth-form-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:14px;padding:var(--space-6);}.auth-form-card .form-item{margin-bottom:var(--space-4);}.auth-form-card label{color:var(--text-primary);display:block;font-size:var(--text-body-sm);font-weight:700;margin-bottom:6px;}.auth-form-card input[type="text"],.auth-form-card input[type="password"],.auth-form-card input[type="email"]{width:100%;border:1px solid var(--border-color);border-radius:10px;color:var(--text-primary);background:var(--bg-primary);padding:12px 14px;}.auth-form-card .description{color:var(--text-muted);font-size:var(--text-caption);margin-top:6px;}.auth-form-card .form-submit,.fallback-actions .btn{align-items:center;border-radius:10px;display:inline-flex;font-weight:700;justify-content:center;min-height:44px;padding:11px 18px;text-decoration:none;}.auth-form-card .form-submit,.fallback-actions .btn-primary{background:var(--maroon-700);border:1px solid var(--maroon-700);color:var(--white);}.auth-form-card .form-submit:hover,.fallback-actions .btn-primary:hover{background:var(--maroon-800);color:var(--white);}.fallback-actions .btn-secondary{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--maroon-700);}.fallback-actions{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-bottom:var(--space-5);}.fallback-content{color:var(--text-muted);font-size:var(--text-body-sm);}.special-page-side{background:linear-gradient(160deg,var(--maroon-700),var(--maroon-900));color:var(--white);padding:var(--space-6);}.special-page-side h2,.special-page-side li{color:var(--white);}.special-page-side ul{margin:0 0 var(--space-5);padding-left:18px;}.special-page-side li + li{margin-top:var(--space-3);}.special-page-link{color:var(--gold-500);font-weight:800;}.help-page{max-width:1120px;margin:var(--space-7) auto var(--space-9);}.help-hero{align-items:flex-end;background:linear-gradient(135deg,var(--maroon-700),var(--maroon-900));border-radius:18px;color:var(--white);display:flex;gap:var(--space-6);justify-content:space-between;margin-bottom:var(--space-7);padding:var(--space-8);box-shadow:var(--shadow-md);}.help-kicker{color:var(--gold-500);font-size:var(--text-caption);font-weight:800;letter-spacing:0.08em;margin-bottom:var(--space-2);text-transform:uppercase;}.help-hero h1{color:var(--white);font-size:38px;line-height:1.15;margin:0 0 var(--space-3);}.help-hero p{color:rgba(255,255,255,0.88);margin:0;max-width:720px;}.help-hero-actions{display:flex;flex:0 0 auto;gap:var(--space-3);}.help-hero-actions .btn,.help-side-link{align-items:center;border-radius:10px;display:inline-flex;font-weight:800;justify-content:center;min-height:44px;padding:11px 16px;text-decoration:none;}.help-hero-actions .btn-primary{background:var(--gold-500);color:var(--paper-900);}.help-hero-actions .btn-secondary{border:1px solid rgba(255,255,255,0.35);color:var(--white);}.help-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:var(--space-6);align-items:start;}.help-main{display:flex;flex-direction:column;gap:var(--space-5);}.help-section,.help-contact-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;box-shadow:var(--shadow-sm);}.help-section{padding:var(--space-6);}.help-section-heading{display:flex;gap:var(--space-4);margin-bottom:var(--space-5);}.help-step{align-items:center;background:rgba(139,0,0,0.08);border:1px solid rgba(139,0,0,0.2);border-radius:999px;color:var(--maroon-700);display:inline-flex;flex:0 0 44px;font-weight:900;height:44px;justify-content:center;}.help-section h2,.help-contact-card h2{color:var(--text-primary);font-size:22px;line-height:1.2;margin:0 0 var(--space-2);}.help-section p,.help-card p,.help-contact-card p{color:var(--text-secondary);margin:0;}.help-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);}.help-card-grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr));}.help-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;padding:var(--space-5);}.help-card h3{color:var(--maroon-700);font-size:16px;margin:0 0 var(--space-3);}.help-card ul{margin:0;padding-left:18px;}.help-card li + li{margin-top:var(--space-2);}.help-checklist{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3);}.help-checklist div{border:1px solid var(--border-color);border-radius:12px;padding:var(--space-4);}.help-checklist strong,.help-checklist span{display:block;}.help-checklist strong{color:var(--text-primary);margin-bottom:4px;}.help-checklist span{color:var(--text-muted);font-size:var(--text-body-sm);}.help-sidebar{display:flex;flex-direction:column;gap:var(--space-4);position:sticky;top:88px;}.help-contact-card{padding:var(--space-5);}.help-contact-card.muted{background:var(--bg-secondary);}.help-side-link{border:1px solid var(--maroon-700);color:var(--maroon-700);margin-top:var(--space-3);width:100%;}.help-side-link:hover{background:var(--maroon-700);color:var(--white);}.federated-search-page{max-width:1160px;margin:var(--space-7) auto var(--space-9);}.federated-hero{align-items:flex-end;background:linear-gradient(135deg,var(--maroon-700),var(--paper-900));border-radius:18px;color:var(--white);display:flex;gap:var(--space-6);justify-content:space-between;margin-bottom:var(--space-5);padding:var(--space-8);box-shadow:var(--shadow-md);}.federated-eyebrow{color:var(--gold-500);font-size:var(--text-caption);font-weight:900;letter-spacing:0.08em;margin-bottom:var(--space-2);text-transform:uppercase;}.federated-hero h1{color:var(--white);font-size:36px;line-height:1.15;margin:0 0 var(--space-3);}.federated-hero p{color:rgba(255,255,255,0.88);margin:0;max-width:760px;}.federated-live-count{align-items:center;border:1px solid rgba(255,255,255,0.28);border-radius:12px;display:flex;flex:0 0 150px;flex-direction:column;justify-content:center;min-height:104px;}.federated-live-count strong{color:var(--gold-500);font-size:34px;line-height:1;}.federated-live-count span{color:rgba(255,255,255,0.82);font-size:var(--text-caption);font-weight:800;margin-top:8px;text-transform:uppercase;}.federated-search-form,.federated-status-strip,.federated-sources,.federated-result-card,.federated-empty{background:var(--card-bg);border:1px solid var(--card-border);border-radius:10px;box-shadow:var(--shadow-sm);}.federated-search-form{display:grid;gap:10px;grid-template-columns:minmax(0,1fr) 180px 140px auto;margin-bottom:var(--space-4);padding:var(--space-4);}.federated-search-form input,.federated-search-form select{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);min-height:44px;padding:0 12px;}.federated-access-notice{display:flex;gap:10px;align-items:baseline;margin:14px 0 20px;padding:12px 16px;border-left:4px solid #8b0000;background:#fff8f5;color:#3b2520;}.federated-access-notice.is-authorized{border-left-color:#2f6b45;background:#f2faf4;}.federated-access-notice a{font-weight:700;color:#8b0000;}.federated-advanced-search{margin:10px 0 18px;}.federated-advanced-search summary{cursor:pointer;font-weight:700;color:#8b0000;}.federated-advanced-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px;}.federated-advanced-form input,.federated-advanced-form button{min-width:0;padding:9px 11px;border:1px solid #dcdad4;border-radius:6px;}.federated-advanced-form button{background:#8b0000;color:#fff;font-weight:700;cursor:pointer;}.federated-result-summary{display:flex;gap:8px;align-items:center;margin-bottom:12px;color:#5f5a51;}.federated-result-actions{display:flex;gap:10px;margin-top:8px;font-size:12px;}.federated-result-summary .federated-result-actions{margin:0 0 0 auto;}.federated-result-actions a{color:#8b0000;font-weight:700;}.federated-pagination{display:flex;justify-content:center;gap:18px;align-items:center;margin:22px 0;}.federated-pagination a{color:#8b0000;font-weight:700;}@media (max-width:700px){.federated-advanced-form{grid-template-columns:1fr;}.federated-result-summary{align-items:flex-start;flex-wrap:wrap;}.federated-result-summary .federated-result-actions{width:100%;margin-left:0;}}.federated-search-form button,.federated-refresh-button{background:var(--maroon-700);border:1px solid var(--maroon-700);border-radius:8px;color:var(--white);cursor:pointer;font-weight:800;min-height:44px;padding:0 16px;}.federated-refresh-button{background:var(--bg-primary);color:var(--maroon-700);min-height:34px;}.federated-status-strip{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:var(--space-5);padding:12px 14px;}.federated-status-strip span{color:var(--text-muted);font-size:var(--text-body-sm);}.federated-status-strip strong{color:var(--text-primary);}.federated-layout{align-items:start;display:grid;gap:var(--space-5);grid-template-columns:300px minmax(0,1fr);}.federated-sources{padding:var(--space-4);position:sticky;top:88px;}.federated-sources h2{font-size:16px;margin:0 0 var(--space-3);}.federated-source-chip{align-items:center;border:1px solid var(--border-color);border-radius:8px;color:var(--text-primary);display:flex;gap:8px;justify-content:space-between;margin-bottom:8px;padding:8px 10px;text-decoration:none;}.federated-source-chip span{font-size:var(--text-body-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.federated-source-chip strong{background:rgba(139,0,0,0.08);border-radius:999px;color:var(--maroon-700);flex:0 0 auto;font-size:var(--text-caption);padding:3px 8px;}.federated-results{display:flex;flex-direction:column;gap:12px;}.federated-result-card{align-items:flex-start;display:flex;gap:var(--space-4);justify-content:space-between;padding:var(--space-5);}.federated-result-source{color:var(--maroon-700);font-size:var(--text-caption);font-weight:900;letter-spacing:0.06em;margin-bottom:6px;text-transform:uppercase;}.federated-result-card h2{font-size:20px;line-height:1.25;margin:0 0 8px;}.federated-result-card h2 a{color:var(--text-primary);}.federated-result-card p{color:var(--text-secondary);margin:0 0 8px;}.federated-result-meta{color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:var(--text-caption);gap:8px;}.federated-access-badge{background:rgba(139,0,0,0.08);border:1px solid rgba(139,0,0,0.15);border-radius:999px;color:var(--maroon-700);flex:0 0 auto;font-size:var(--text-caption);font-weight:900;padding:6px 10px;}.federated-empty{color:var(--text-muted);display:flex;flex-direction:column;gap:6px;padding:var(--space-7);text-align:center;}.federated-empty strong{color:var(--text-primary);}@media (max-width:768px){.main-nav{padding:0 var(--space-3);}.nav-container{height:auto;min-height:64px;align-items:flex-start;gap:var(--space-3);padding:var(--space-2) 0;}.logo{flex:0 0 auto;max-width:122px;gap:var(--space-2);font-size:16px;line-height:1.2;}.logo-icon{width:34px;height:34px;flex-basis:34px;}.nav-links{flex:1;justify-content:flex-end;gap:var(--space-3);flex-wrap:wrap;}.nav-link{font-size:13px;}.db-body-container{grid-template-columns:1fr;gap:var(--space-5);}.db-full-page{max-width:100%;padding:var(--space-4);}.db-header-banner{padding:28px 20px;border-radius:18px;}.db-header-brand{flex-direction:column;text-align:center;gap:var(--space-4);}.db-logo-wrapper{width:86px;height:86px;}.db-header-titles .db-title{font-size:28px;}.db-badges{justify-content:center;}.db-section,.db-action-card{padding:24px;border-radius:16px;}.embedded-db-search{flex-direction:column;}.coverage-summary-grid{grid-template-columns:1fr;}.special-page{grid-template-columns:1fr;margin:var(--space-5) auto;}.special-page-panel,.special-page-side,.auth-form-card{padding:var(--space-5);}.special-page h1{font-size:28px;}.help-hero,.help-layout,.help-card-grid,.help-card-grid.two-col,.help-checklist{grid-template-columns:1fr;}.help-hero{align-items:flex-start;flex-direction:column;padding:var(--space-5);}.help-hero-actions{flex-direction:column;width:100%;}.help-hero-actions .btn{width:100%;}.help-sidebar{position:static;}.federated-hero,.federated-layout,.federated-result-card{align-items:stretch;flex-direction:column;grid-template-columns:1fr;}.federated-search-form{grid-template-columns:1fr;}.federated-sources{position:static;}}.db-section,.front-services-section,.front-departments,.front-institutes-section,.stats-ref,.eresource-section{background:#ffffff;border:1px solid #e2e8f0;border-radius:14px;padding:2rem;margin-top:2.25rem;box-shadow:0 1px 3px rgba(15,23,42,0.03),0 1px 2px rgba(15,23,42,0.02);}.db-section-title,.eresource-section-title{color:#0f172a;font-family:var(--font-primary);font-size:1.35rem;font-weight:700;margin:0 0 1rem;}.front-section-kicker{color:#0f766e;font-size:0.75rem;font-weight:700;letter-spacing:0.05em;text-transform:uppercase;margin-bottom:4px;display:inline-block;}.front-departments-heading h2,.front-services-section h2{color:#0f172a;font-size:1.35rem;font-weight:700;margin:2px 0 6px;}.front-departments-heading p,.front-services-section p{color:#64748b;font-size:0.9rem;margin:0;}.front-section-link{color:#8b0000;font-weight:700;font-size:0.9rem;text-decoration:none;white-space:nowrap;}.front-section-link:hover{text-decoration:underline;}.front-service-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:18px;transition:border-color 0.2s ease,box-shadow 0.2s ease;}.front-service-card:hover{border-color:#cbd5e1 !important;box-shadow:0 4px 12px rgba(15,23,42,0.06) !important;}.front-department-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}.front-department-card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;padding:14px;background:#ffffff;border:1px solid #e2e8f0;border-radius:10px;color:#0f172a;text-decoration:none;box-shadow:0 1px 2px rgba(15,23,42,0.02);transition:border-color 0.2s ease,box-shadow 0.2s ease;}.front-department-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(15,23,42,0.06);text-decoration:none;}.front-department-code{display:grid;place-items:center;height:38px;border-radius:8px;background:#f1f5f9;color:#0f766e;font-size:0.8rem;font-weight:800;border:1px solid #e2e8f0;}.front-department-code.institute-code{color:#6d28d9;background:#f3e8ff;border-color:#e9d5ff;}.front-department-content strong{display:block;color:#0f172a;font-size:0.9rem;line-height:1.3;}.front-department-content small{display:-webkit-box;overflow:hidden;margin-top:3px;color:#64748b;font-size:0.75rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2;}.front-collection-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.35rem 1rem;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;text-align:center;color:#0f172a;text-decoration:none;box-shadow:0 1px 2px rgba(15,23,42,0.02);transition:border-color 0.2s ease,box-shadow 0.2s ease;}.front-collection-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(15,23,42,0.06);text-decoration:none;}.front-collection-icon{width:42px;height:42px;border-radius:50%;background:#f8fafc;border:1px solid #e2e8f0;color:#0f766e;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:0.65rem;}.front-collection-value{color:#8b0000;font-size:1.65rem;font-weight:800;line-height:1.1;margin-bottom:0.2rem;}.front-collection-title{color:#334155;font-size:0.85rem;font-weight:600;}@media (max-width:900px){.front-department-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}@media (max-width:560px){.front-departments-heading{align-items:flex-start;flex-direction:column;gap:8px;}.front-department-grid{grid-template-columns:1fr;}.db-section,.front-services-section,.front-departments,.front-institutes-section,.stats-ref,.eresource-section{padding:1.25rem 1rem;}}.elibrary-title-profile{margin-bottom:2.5rem;}.title-profile-banner{background:linear-gradient(135deg,#102a43 0%,#1f4e5f 55%,#2a7f7f 100%);color:#fff;padding:2.5rem 0 2.25rem;border-radius:20px;box-shadow:0 8px 24px rgba(16,42,67,0.18);margin-bottom:2rem;}.title-emblem-wrapper{background:linear-gradient(135deg,#1a365d,#0f172a);border:2px solid rgba(255,255,255,0.35);border-radius:16px;width:90px;height:90px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,0.25);flex-shrink:0;}.title-emblem-icon{font-size:2.5rem;line-height:1;color:#fcd34d;filter:drop-shadow(0 2px 4px rgba(0,0,0,0.3));}.scopus-quartile-badge{background:rgba(228,180,76,0.2) !important;color:#fff !important;border:1px solid rgba(228,180,76,0.4) !important;font-weight:700;}.elibrary-title-grid,.elibrary-service-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:2rem;max-width:1240px;width:100%;margin:0 auto;align-items:start;}@media (max-width:980px){.elibrary-title-grid,.elibrary-service-grid{grid-template-columns:1fr;}}.elibrary-title-card{background:#ffffff;border:1px solid #e2e8f0;border-radius:16px;padding:1.75rem;margin-bottom:1.5rem;box-shadow:0 2px 6px rgba(15,23,42,0.04);transition:box-shadow 0.2s ease,border-color 0.2s ease;}.elibrary-title-card:hover{box-shadow:0 6px 16px rgba(15,23,42,0.08);border-color:#cbd5e1;}.elibrary-title-card h2{font-family:var(--font-primary,sans-serif);font-size:1.4rem;font-weight:700;color:#0f172a;margin:0 0 1.25rem 0;display:flex;align-items:center;gap:0.5rem;}.metrics-year-tag{font-size:0.9rem;font-weight:600;color:#64748b;font-family:var(--font-secondary,sans-serif);}.elibrary-title-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:1rem;margin-bottom:1.25rem;}.title-metric-card{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:12px;padding:1.15rem 1rem;text-align:center;transition:transform 0.15s ease,border-color 0.15s ease;}.title-metric-card:hover{transform:translateY(-2px);border-color:#94a3b8;background:#ffffff;}.title-metric-card .metric-val{display:block;font-size:1.85rem;font-weight:800;color:#102a43;line-height:1.1;margin-bottom:0.35rem;font-family:var(--font-secondary,sans-serif);}.title-metric-card .metric-lbl{display:block;font-size:0.825rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:0.04em;}.metrics-source-footer{border-top:1px solid #f1f5f9;padding-top:1rem;margin-top:0.5rem;}.metrics-source-link{display:inline-flex;align-items:center;gap:0.4rem;font-size:0.9rem;font-weight:600;color:#2563eb;text-decoration:none;}.metrics-source-link:hover{text-decoration:underline;color:#1d4ed8;}.title-meta-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;}.title-detail-item{display:flex;align-items:flex-start;gap:0.85rem;background:#f8fafc;padding:1rem 1.15rem;border-radius:10px;border:1px solid #edf2f7;}.title-detail-item .detail-icon{font-size:1.35rem;line-height:1;color:#334155;flex-shrink:0;margin-top:0.1rem;}.title-detail-item strong{display:block;font-size:0.825rem;color:#64748b;text-transform:uppercase;letter-spacing:0.03em;margin-bottom:0.2rem;}.title-detail-item p{margin:0;font-size:0.975rem;font-weight:600;color:#1e293b;}.title-parent-list{list-style:none;padding:0;margin:1rem 0 0 0;display:flex;flex-wrap:wrap;gap:0.75rem;}.title-parent-chip{display:inline-flex;align-items:center;gap:0.5rem;background:#f1f5f9;border:1px solid #cbd5e1;padding:0.6rem 1rem;border-radius:8px;color:#0f172a;font-weight:600;font-size:0.925rem;text-decoration:none;transition:all 0.2s ease;}.title-parent-chip:hover{background:#102a43;color:#fff;border-color:#102a43;}.title-parent-chip .chip-icon{font-size:1.1rem;}.title-parent-chip .chip-arrow{font-size:0.9rem;opacity:0.7;}.btn-title-access{width:100%;justify-content:center;padding:0.85rem 1.25rem !important;font-size:1rem !important;border-radius:10px !important;box-shadow:0 4px 10px rgba(228,180,76,0.3);}.access-note-box{display:flex;align-items:flex-start;gap:0.6rem;margin-top:1rem;padding:0.85rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;}.access-note-box .note-icon{color:#16a34a;font-weight:700;flex-shrink:0;}.access-note-box p{margin:0;font-size:0.825rem;color:#166534;line-height:1.4;}.title-quick-meta{list-style:none;padding:0;margin:0;}.title-quick-meta li{display:flex;justify-content:space-between;align-items:center;padding:0.6rem 0;border-bottom:1px solid #f1f5f9;font-size:0.875rem;}.title-quick-meta li:last-child{border-bottom:none;}.title-quick-meta li strong{color:#64748b;font-weight:600;}.title-quick-meta li span{color:#0f172a;font-weight:600;text-align:right;}.title-coverage-panel{background:#ffffff;}.coverage-intro-text{font-size:0.95rem;color:#475569;margin-bottom:1.25rem;line-height:1.5;}.coverage-subsection{margin-top:1.25rem;padding-top:1rem;border-top:1px dashed #e2e8f0;}.coverage-subheading{font-size:1rem !important;font-weight:700 !important;color:#1e293b !important;margin-bottom:0.75rem !important;display:flex;align-items:center;gap:0.4rem;}.title-dept-chips{display:flex;flex-wrap:wrap;gap:0.65rem;}.title-dept-chip{display:inline-flex;align-items:center;gap:0.45rem;background:#f0fdf4;border:1px solid #bbf7d0;padding:0.55rem 0.9rem;border-radius:8px;color:#166534;font-weight:700;font-size:0.875rem;text-decoration:none;transition:all 0.2s ease;}.title-dept-chip:hover{background:#166534;color:#ffffff;border-color:#166534;}.dept-chip-icon{font-size:1.05rem;}.dept-chip-arrow{font-size:0.85rem;opacity:0.7;}.title-subject-tags{display:flex;flex-wrap:wrap;gap:0.5rem;}.title-subject-tag{display:inline-block;background:#f1f5f9;border:1px solid #cbd5e1;color:#334155;padding:0.4rem 0.75rem;border-radius:20px;font-size:0.825rem;font-weight:600;}.admin-only-panel{background:#fffbeb !important;border:1px solid #fef3c7 !important;position:relative;}.admin-panel-badge{display:inline-flex;align-items:center;gap:0.3rem;background:#f59e0b;color:#ffffff;font-size:0.75rem;font-weight:800;padding:0.25rem 0.6rem;border-radius:4px;text-transform:uppercase;letter-spacing:0.05em;float:right;}.related-titles-list{list-style:none;padding:0;margin:0.75rem 0;}.related-titles-list li{margin-bottom:0.5rem;}.related-title-link{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 0.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;text-decoration:none;font-size:0.875rem;font-weight:600;transition:all 0.2s ease;}.related-title-link:hover{background:#102a43;color:#ffffff;border-color:#102a43;}.related-title-icon{font-size:1rem;color:#2563eb;}.related-title-link:hover .related-title-icon{color:#fcd34d;}.sidebar-platform-box{margin-top:0.75rem;padding-top:0.75rem;border-top:1px dashed #e2e8f0;}.platform-box-label{display:block;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.04em;color:#64748b;font-weight:700;margin-bottom:0.4rem;}.sidebar-platform-btn{display:flex;justify-content:space-between;align-items:center;padding:0.55rem 0.85rem;background:linear-gradient(135deg,#102a43,#1f4e5f);color:#ffffff !important;border-radius:8px;font-size:0.85rem;font-weight:700;text-decoration:none;transition:opacity 0.2s ease;}.sidebar-platform-btn:hover{opacity:0.9;}.sidebar-help-links{list-style:none;padding:0;margin:0.5rem 0 0 0;}.sidebar-help-links li{margin-bottom:0.4rem;}.sidebar-help-links a{display:flex;align-items:center;gap:0.5rem;padding:0.45rem 0.6rem;color:#2563eb;font-size:0.85rem;font-weight:600;text-decoration:none;border-radius:6px;transition:background 0.15s ease;}.sidebar-help-links a:hover{background:#eff6ff;color:#1d4ed8;}.coverage-columns-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;}.coverage-column{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;}.dept-coverage-column .dept-badge:hover,.subject-coverage-column .subject-badge:hover,.title-dept-chip:hover{border-color:#0284c7 !important;color:#0284c7 !important;transform:translateY(-1px);}.drupal-webform-container,.webform-submission-form,#openathens-request-webform,.service-form-panel{font-family:inherit;}.drupal-webform-container form,.webform-submission-form{display:flex;flex-direction:column;gap:1.25rem;}.drupal-webform-container .form-item,.webform-submission-form .form-item{display:flex;flex-direction:column;margin-bottom:0.5rem;}.drupal-webform-container label,.webform-submission-form label,#openathens-request-webform label{font-size:0.9rem;font-weight:700;color:#1e293b;margin-bottom:0.45rem;display:flex;align-items:center;gap:6px;}.drupal-webform-container label.form-required::after,.webform-submission-form label.form-required::after,.webform-submission-form .js-form-required::after{content:" *";color:#ef4444;font-weight:800;}.drupal-webform-container input[type="text"],.drupal-webform-container input[type="email"],.drupal-webform-container input[type="number"],.drupal-webform-container select,.drupal-webform-container textarea,.webform-submission-form input[type="text"],.webform-submission-form input[type="email"],.webform-submission-form input[type="number"],.webform-submission-form select,.webform-submission-form textarea,#openathens-request-webform input,#openathens-request-webform select,#openathens-request-webform textarea{width:100%;padding:0.8rem 1rem;background:#ffffff;border:1.5px solid #cbd5e1;border-radius:10px;font-size:0.95rem;color:#0f172a;font-weight:500;box-sizing:border-box;transition:border-color 0.2s ease,box-shadow 0.2s ease,background-color 0.2s ease;box-shadow:0 1px 2px rgba(0,0,0,0.02);}.drupal-webform-container input:focus,.drupal-webform-container select:focus,.drupal-webform-container textarea:focus,.webform-submission-form input:focus,.webform-submission-form select:focus,.webform-submission-form textarea:focus,#openathens-request-webform input:focus,#openathens-request-webform select:focus,#openathens-request-webform textarea:focus{background:#ffffff;border-color:#047857;box-shadow:0 0 0 4px rgba(4,120,87,0.12);outline:none;}.drupal-webform-container .form-actions,.webform-submission-form .form-actions{margin-top:1rem;}.drupal-webform-container .form-submit,.webform-submission-form .form-submit,#openathens-request-webform button[type="submit"]{background:linear-gradient(135deg,#047857 0%,#065f46 100%);color:#ffffff;font-weight:800;font-size:1rem;padding:0.85rem 2.25rem;border-radius:12px;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 14px rgba(4,120,87,0.25);transition:all 0.2s ease;text-decoration:none;}.drupal-webform-container .form-submit:hover,.webform-submission-form .form-submit:hover,#openathens-request-webform button[type="submit"]:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(4,120,87,0.35);background:linear-gradient(135deg,#065f46 0%,#047857 100%);}.webform-submission-form .description,.drupal-webform-container .description{color:#64748b;font-size:0.825rem;margin-top:0.35rem;}
