/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
.cathnet-map-page{display:flex;gap:0;height:calc(100vh - 200px);min-height:500px;}#cathnet-map-container{flex:1;min-height:500px;background:#fafafa;border:1px solid #ddd;border-radius:4px;position:relative;}.cathnet-controls{position:absolute;top:10px;left:10px;z-index:10;display:flex;flex-direction:column;gap:5px;}.cathnet-controls button{width:36px;height:36px;border:1px solid #ccc;background:#fff;border-radius:4px;cursor:pointer;font-size:18px;line-height:1;color:#333;}.cathnet-controls button:hover{background:#f0f0f0;}.cathnet-search-bar{position:absolute;top:10px;right:10px;z-index:10;}.cathnet-search-bar input{width:250px;padding:8px 12px;border:1px solid #ccc;border-radius:4px;font-size:14px;}.cathnet-search-bar input:focus{outline:none;border-color:#4e79a7;box-shadow:0 0 0 2px rgba(78,121,167,0.2);}#cathnet-detail-panel{width:0;min-width:0;overflow:hidden;transition:width 0.3s ease,min-width 0.3s ease,padding 0.3s ease;border-left:1px solid #ddd;background:#fff;box-sizing:border-box;}#cathnet-detail-panel.active{width:35%;min-width:400px;max-width:550px;padding:20px;overflow-y:auto;}.concept-detail h2{margin:0 0 5px;font-size:1.4em;color:#333;}.concept-type{display:inline-block;padding:2px 8px;background:#e8e8e8;border-radius:3px;font-size:0.8em;color:#666;text-transform:capitalize;}.concept-detail .description{margin:10px 0;color:#555;font-style:italic;}.concept-detail h3{margin:15px 0 8px;font-size:1em;color:#4e79a7;border-bottom:1px solid #eee;padding-bottom:5px;}.related-list{list-style:none;padding:0;margin:0;}.related-list li{padding:4px 0;}.related-list a{color:#4e79a7;text-decoration:none;}.related-list a:hover{text-decoration:underline;}.related-list small{color:#999;}.paragraph-list .paragraph{padding:8px 0;border-bottom:1px solid #f0f0f0;}.paragraph-list .paragraph strong{color:#4e79a7;}.paragraph-list .paragraph .text{color:#444;font-size:0.9em;line-height:1.4;}.paragraph-list .paragraph .location{color:#999;}.close-btn{float:right;border:none;background:none;font-size:24px;cursor:pointer;color:#999;padding:0;line-height:1;}.close-btn:hover{color:#333;}.cathnet-stats{display:flex;gap:20px;padding:10px 0;color:#666;font-size:0.85em;}.cathnet-stats span{display:inline-flex;gap:4px;}.cathnet-stats strong{color:#333;}.cathnet-empty,.cathnet-error{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:1.1em;}.cathnet-error{color:#e15759;}.loading{text-align:center;color:#999;padding:20px;}@media (max-width:768px){.cathnet-map-page{flex-direction:column;height:auto;}#cathnet-map-container{height:400px;}#cathnet-detail-panel.active{width:100%;max-height:50vh;border-left:none;border-top:1px solid #ddd;}.cathnet-search-bar input{width:180px;}}
.cathnet-nav{background:#2c3e50;color:#ecf0f1;padding:0 16px;margin-bottom:20px;font-size:14px;}.cathnet-nav-inner{display:flex;align-items:center;gap:20px;max-width:1200px;margin:0 auto;min-height:44px;}.cathnet-nav-brand{color:#fff;text-decoration:none;font-weight:700;font-size:16px;letter-spacing:0.5px;white-space:nowrap;}.cathnet-nav-brand:hover{color:#ecf0f1;}.cathnet-nav-links{list-style:none;margin:0;padding:0;display:flex;gap:4px;}.cathnet-nav-links a{color:#bdc3c7;text-decoration:none;padding:10px 12px;display:block;border-radius:3px;transition:background 0.15s,color 0.15s;}.cathnet-nav-links a:hover{background:rgba(255,255,255,0.1);color:#fff;}.cathnet-nav-links a.active{background:rgba(255,255,255,0.15);color:#fff;font-weight:600;}.cathnet-nav-jump{margin-left:auto;display:flex;gap:4px;align-items:center;}.cathnet-nav-jump input{width:70px;padding:5px 8px;border:1px solid #5a6c7d;border-radius:3px;background:#34495e;color:#ecf0f1;font-size:13px;}.cathnet-nav-jump input::placeholder{color:#7f8c8d;}.cathnet-nav-jump input:focus{outline:none;border-color:#4e79a7;}.cathnet-nav-jump button{padding:5px 10px;background:#4e79a7;color:#fff;border:none;border-radius:3px;cursor:pointer;font-size:13px;}.cathnet-nav-jump button:hover{background:#3d6b99;}@media (max-width:600px){.cathnet-nav-inner{flex-wrap:wrap;gap:8px;padding:8px 0;}.cathnet-nav-links{order:3;width:100%;justify-content:center;}.cathnet-nav-jump{margin-left:0;}}
