#vsccsBulletin1App{--blue:#003f7f;--dark:#0c2748;--mid:#0b63b6;--light:#eaf3fb;--line:#c9d7e6;--text:#1a1f29;--muted:#65758a;--bg:#f4f7fb;--warn:#fff3cd;--ok:#e9f8ef;--shadow:0 8px 22px rgba(12,39,72,.12);--radius:14px}#vsccsBulletin1App *{box-sizing:border-box}#vsccsBulletin1App{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text)}#vsccsBulletin1App header{background:linear-gradient(135deg,var(--dark),var(--blue));color:white;border-bottom:8px solid #1f75bb}#vsccsBulletin1App .wrap{max-width:1180px;margin:0 auto;padding:18px}#vsccsBulletin1App .brand{display:flex;gap:14px;align-items:center}#vsccsBulletin1App .mark{width:54px;height:54px;border-radius:12px;background:white;color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;box-shadow:var(--shadow)}#vsccsBulletin1App h1{margin:0;font-size:26px;line-height:1.15}#vsccsBulletin1App .sub{margin:5px 0 0;color:#d6e7f7;font-size:14px}#vsccsBulletin1App .panel{background:white;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px;margin:16px 0}#vsccsBulletin1App .controls{display:grid;grid-template-columns:minmax(150px,1fr) auto auto 190px 150px;gap:10px;align-items:end}#vsccsBulletin1App .controls label{min-width:0}#vsccsBulletin1App .controls button{white-space:nowrap}#vsccsBulletin1App .controls input,#vsccsBulletin1App .controls select,#vsccsBulletin1App .controls button,#vsccsBulletin1App textarea,#vsccsBulletin1App input,#vsccsBulletin1App select{width:100%;border:1px solid #b9c9da;border-radius:10px;padding:11px;font-size:15px;background:white}#vsccsBulletin1App button,#vsccsBulletin1App .btn{cursor:pointer;background:var(--blue);color:white;border:0;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-weight:700;border-radius:10px;padding:11px 14px}#vsccsBulletin1App .btn.secondary,#vsccsBulletin1App button.secondary{background:#5d6f82}#vsccsBulletin1App .btn.light,#vsccsBulletin1App button.light{background:#e8f0f8;color:var(--dark);border:1px solid var(--line)}#vsccsBulletin1App .stats{display:flex;gap:10px;flex-wrap:wrap}#vsccsBulletin1App .pill{border:1px solid var(--line);background:var(--light);border-radius:999px;padding:6px 10px;font-size:13px}#vsccsBulletin1App .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:14px}#vsccsBulletin1App .card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:14px;box-shadow:0 3px 10px rgba(12,39,72,.08)}#vsccsBulletin1App .card h2{font-size:19px;margin:0 0 4px;color:var(--dark)}#vsccsBulletin1App .company{font-weight:700;color:var(--mid);margin-bottom:8px}#vsccsBulletin1App .meta{display:grid;grid-template-columns:90px 1fr;gap:4px 10px;font-size:14px}#vsccsBulletin1App .label{color:var(--muted);font-weight:700}#vsccsBulletin1App .licence{display:inline-block;background:var(--dark);color:#fff;border-radius:9px;padding:4px 8px;font-weight:800;letter-spacing:.5px}#vsccsBulletin1App .cats{display:grid;grid-template-columns:repeat(5,1fr);border:1px solid var(--line);border-radius:10px;overflow:hidden;margin-top:10px}#vsccsBulletin1App .cat{text-align:center;border-right:1px solid var(--line);min-height:58px}#vsccsBulletin1App .cat:last-child{border-right:0}#vsccsBulletin1App .cat b{display:block;background:var(--light);padding:5px;font-size:13px;color:var(--dark)}#vsccsBulletin1App .cat span{display:block;padding:6px;font-size:12px;white-space:pre-wrap}#vsccsBulletin1App .foot{color:var(--muted);font-size:12px;margin-top:10px}#vsccsBulletin1App .notice{background:#fff;border-left:5px solid var(--mid);padding:10px;border-radius:8px;margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}#vsccsBulletin1App .tableWrap{overflow:auto}#vsccsBulletin1App .listTable{width:100%;border-collapse:collapse;background:white}#vsccsBulletin1App .listTable th{background:var(--dark);color:white;text-align:left;position:sticky;top:0}#vsccsBulletin1App .listTable th,#vsccsBulletin1App .listTable td{border:1px solid var(--line);padding:8px;vertical-align:top;font-size:13px}#vsccsBulletin1App .listTable tr:nth-child(even){background:#f8fbff}#vsccsBulletin1App .edited{background:var(--ok)!important}#vsccsBulletin1App .placeholder{background:var(--warn);color:#7a5300;border-radius:8px;padding:3px 6px;font-weight:700}#vsccsBulletin1App .toplinks{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}#vsccsBulletin1App .small{font-size:12px;color:var(--muted)}#vsccsBulletin1App .versionBubble{position:absolute;top:14px;right:18px;background:#e8f0f8;color:var(--dark);border:1px solid rgba(255,255,255,.55);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;box-shadow:0 3px 10px rgba(0,0,0,.16);white-space:nowrap;text-decoration:none}#vsccsBulletin1App .versionBubble:hover{background:#dceaf7;text-decoration:none}#vsccsBulletin1App .headerWrap{position:relative;padding-right:190px}@media(max-width:760px){#vsccsBulletin1App .headerWrap{padding-right:18px}#vsccsBulletin1App .versionBubble{position:static;display:inline-flex;margin-top:12px}}@media(max-width:980px){#vsccsBulletin1App .controls{grid-template-columns:minmax(150px,1fr) auto auto}#vsccsBulletin1App .controls label:nth-child(4),#vsccsBulletin1App .controls label:nth-child(5){grid-column:auto}}@media(max-width:760px){#vsccsBulletin1App .controls{grid-template-columns:1fr}#vsccsBulletin1App .grid{grid-template-columns:1fr}#vsccsBulletin1App .meta{grid-template-columns:1fr}#vsccsBulletin1App .cats{grid-template-columns:1fr}#vsccsBulletin1App .cat{border-right:0;border-bottom:1px solid var(--line)}#vsccsBulletin1App .cat:last-child{border-bottom:0}}@media(min-width:1450px){#vsccsBulletin1App .wrap{max-width:1500px}#vsccsBulletin1App .grid{grid-template-columns:repeat(4,minmax(0,1fr))}#vsccsBulletin1App .card{min-width:0}}@media(min-width:1500px){#vsccsBulletin1App .wrap{max-width:1460px}#vsccsBulletin1App .grid{grid-template-columns:repeat(4,minmax(0,1fr))}}#vsccsBulletin1App .card{position:relative}#vsccsBulletin1App .inactiveDot{position:absolute;top:10px;right:10px;width:14px;height:14px;border-radius:50%;background:#d71920;box-shadow:0 0 0 3px #fff,0 2px 7px rgba(0,0,0,.35);z-index:5}#vsccsBulletin1App .inactiveTableDot{display:inline-block;width:11px;height:11px;border-radius:50%;background:#d71920;margin-right:7px;vertical-align:middle;box-shadow:0 0 0 1px #fff}#vsccsBulletin1App .inactiveNote{color:#a91518;font-weight:700}#vsccsBulletin1App .phoneNumber{font-weight:900;color:var(--text)}#vsccsBulletin1App .displayInactiveControl{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;padding:6px 8px;border:1px solid var(--line);border-radius:10px;background:#f8fbff;color:var(--dark);font-size:12px;font-weight:800;white-space:nowrap}#vsccsBulletin1App .switch{position:relative;display:inline-block;width:44px;height:24px;flex:0 0 auto;cursor:pointer}#vsccsBulletin1App .switch input{opacity:0;width:0;height:0;position:absolute}#vsccsBulletin1App .slider{position:absolute;cursor:pointer;inset:0;background:#9aa9b8;border-radius:999px;transition:.18s;box-shadow:inset 0 0 0 1px rgba(0,0,0,.08)}#vsccsBulletin1App .slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.18s;box-shadow:0 2px 5px rgba(0,0,0,.28)}#vsccsBulletin1App .switch input:checked+.slider{background:var(--mid)}#vsccsBulletin1App .switch input:checked+.slider:before{transform:translateX(20px)}#vsccsBulletin1App .searchLabel{position:relative;display:block;min-width:0}#vsccsBulletin1App .searchBoxWrap{position:relative}#vsccsBulletin1App .searchHistoryButton{height:43px;min-width:92px;width:100%;font-size:15px;line-height:1;padding:11px 14px}#vsccsBulletin1App .searchHistoryButton.open{background:#dceaf7;color:var(--dark)}#vsccsBulletin1App .searchHistoryDropdown{position:absolute;left:0;right:0;top:calc(100% + 6px);background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 12px 28px rgba(12,39,72,.18);z-index:1002;max-height:310px;overflow:auto;padding:6px;display:none}#vsccsBulletin1App .searchHistoryDropdown.show{display:block}#vsccsBulletin1App .searchHistoryEmpty{padding:10px 12px;color:var(--muted);font-size:13px}#vsccsBulletin1App .searchHistoryItem{display:grid;grid-template-columns:1fr 30px;align-items:center;gap:6px;width:100%;border:0;background:#fff;color:var(--text);border-radius:9px;padding:0;text-align:left}#vsccsBulletin1App .searchHistoryItem:hover{background:#f2f7fd}#vsccsBulletin1App .searchHistoryTerm{padding:9px 4px 9px 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}#vsccsBulletin1App .searchHistoryDelete{height:28px;width:28px;border-radius:999px;border:0;background:transparent;color:#7a1a1a;font-size:16px;font-weight:900;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}#vsccsBulletin1App .searchHistoryDelete:hover{background:#ffe9e9;color:#b30000}#vsccsBulletin1App .searchOnly{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}#vsccsBulletin1App .backToTop{position:fixed;right:22px;bottom:22px;width:48px;height:48px;border-radius:999px;background:var(--blue);color:#fff;border:1px solid rgba(255,255,255,.55);box-shadow:0 8px 22px rgba(12,39,72,.25);font-size:26px;line-height:1;font-weight:900;display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}#vsccsBulletin1App .backToTop.show{opacity:1;visibility:visible;transform:translateY(0)}#vsccsBulletin1App .backToTop:hover{background:var(--dark)}#vsccsBulletin1App .backToTop:focus{outline:3px solid rgba(31,117,187,.35);outline-offset:3px}@media(max-width:760px){#vsccsBulletin1App .backToTop{right:14px;bottom:14px;width:44px;height:44px;font-size:24px}}#vsccsBulletin1App .mapLink{color:var(--mid);font-weight:700;text-decoration:none;border-bottom:1px dotted var(--mid)}#vsccsBulletin1App .mapLink:hover{text-decoration:underline}

#vsccsBulletin1App{font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);padding:0 0 18px 0;}
#vsccsBulletin1App .bulletinTitlePanel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin:0 auto 16px auto;color:var(--text);}
#vsccsBulletin1App .bulletinTitlePanel .sub{color:var(--muted);}
#vsccsBulletin1App .bulletinTitlePanel h1{color:var(--dark);}
#vsccsBulletin1App .dataStatus{font-size:12px;color:var(--muted);margin-top:8px;}
#vsccsBulletin1App .dataError{background:#fff3cd;border-left:5px solid #d39e00;border-radius:8px;padding:10px;color:#6b4a00;}
#vsccsBulletin1App .watchFound{color:#a91518;font-weight:800;}#vsccsBulletin1App .watchOk{color:#2b6d3b;font-weight:700;}
