:root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); --logo-image: url("https://nu-scptheme.github.io/Black-Highlighter/img/logo.svg"); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; background: unset; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }

在SCP-6882发生后的26小时,捕捉到的沿大西洋海岸线实时视频流的图像。请注意,水面上没有漂浮的人类对象尸体。
项目编号:SCP-6882
项目等级:N/A
特殊收容措施:由于SCP-6882在已在世界各地突然发生,不再需要对其进行收容。基金会为防止公众接触此异常现象所做的一切尝试都将被忽视。面纱协议被废除,即刻生效。
自动化系统将在人类活动停止和最终灭绝后无限期地继续遏制异常。
描述:SCP-6882描述了一系列发生于2022年3月22日的事件:
- 12:05:天空瞬间闪着白色的光,持续了4.023秒。这一事件在全球范围发生,迅速在社会上引起广泛的恐慌和担忧。
- 12:07:所有的紧急服务很快就因突然涌入的援助电话和请求发生停机。所有基金会站点都被列入处于橙红级紧急响应下并开始执行标准的处理程序。
- 12:08:互联网活动激增至创纪录水平。包括Tik Tok、Instagram及Facebook在内的直播流媒体服务都出现了中断,很快就无法使用。由于异常影响,大部分基金会进行记录画面的尝试都被自动标记并随后删除。直到12:20,只有一份文件是可查看的。
[认知危害信息已移除]
- 12:20:之后,所有SCP-6882实体缓慢上升,超出视野。
- 12:21:监视系统发现世界各地的人口发生集体迁移。迁移发生时,人员保持沉默。
- 12:22 - 17:56:所有人口在一天中的不同时间到达其最终地点。他们接近并进入了水中,很快全球各处海岸出现大量人口。
- 18:00:基金会系统报告,人口发生急剧下降,自79亿下降至120万,并在接下来的一周持续下降。
附录6882.1
传输自FSS-AG(基金会空间系统ALPHA-GAMMA)
| 传输ID:4782381432
| 日期:2022-03-22
| TUR (接收时间):13:30 EST1
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:全部站点
来自近轨道观测的警报
注意到异常的发光现象
是否已采取行动?
正在等待指令自
监督者
| 传输ID:4782381432
| 日期:2022-03-22
| TUR (接收时间):18:30 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:全部站点
请告知
无线电静默?
正在等待指令自
监督者
| 传输ID:4782381432
| 日期:2022-03-22
| TUR (接收时间):18:56 EST
| IP:212.44.██.███
| 自:Site-110
| 至:FSS-TERM 12
收到紧急传输
地球危急
站点已被锁定
无法联系监督者
仍在尝试
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):07:44 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:Site-110
收到
异常能量增加
探测为地表以下
无法锁定来源
你们怎么还在那?
请确认
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):08:19 EST
| IP:212.44.██.███
| 自:Site-110
| 至:FSS-TERM 12
我是研究员Rainer
以及其他人
不知我们为何存活
在此之前
测试新的实验技术
可能我们错过了事件的发生?
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):08:54 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:Site-110
收到
扫描仪报告生命大幅减少
保持冷静——现仍为锁定状态
正在尝试为你们解封
监督者不走运
你们还能坚持多久?
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):09:20 EST
| IP:212.44.██.███
| 自:Site-110
| 至:FSS-TERM 12
不确定
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):12:00 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:Site-110
收到
检测到一些活动
在海岸附近
来源未知——无法确认
发现了可能的
前往一个站点卫星发射场的方法
在你们附近
正在发送相关数据
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):12:44 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:Site-110
我们看见了在你们附近的活动
假定你们已经收到
坐标?如果还能传输
请回复
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):13:31 EST
| IP:212.44.██.███
| 自:Site-110
| 至:FSS-TERM 12
已收到数据
地点距离我们数小时路程
我们现在出发吗?请告知
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):14:03 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:Site-110
你们还没有动身吗?
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):14:32 EST
| IP:212.44.██.███
| 自:Site-110
| 至:FSS-TERM 12
没有
站点仍处于锁定状态
人员不想离开
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):14:59 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:Site-110
Site-110请注意
异常活动正在接近你们的
位置
无法确定来源——请留在
站点内
请回复
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):15:23 EST
| IP:212.44.██.███
| 自:Site-110
| 至:FSS-TERM 12
收到

1240952.JPG
他们来了
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):16:00 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:Site-110
保持冷静
你们被包围了
无法确定数量
你们的站点是否曾加强防御?
请回复
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):15:23 EST
| IP:212.44.██.███
| 自:Site-110
| 至:FSS-TERM 12
没有
站点遇袭
录像显示有数百个
可能甚至上千个
人员很害怕
请救救我们
求你了
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):16:30 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:Site-110
不要恐慌
目前无法定位帮助
仍会尝试
你们必须活着
救援马上就到
请回复
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):17:30 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:Site-110
Site-110请报告情况
活动似乎停止了
你们还好吗?
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):18:23 EST
| IP:212.44.██.███
| 自:Site-110
| 至:FSS-TERM 12
不好
人员消失了
我不知道他们的状况
只剩下我
求救
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):18:26 EST
| IP:212.44.██.███
| 自:Site-110
| 至:FSS-TERM 12
他们知道我在哪
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):18:59 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:Site-110
收到
你必须藏起来
我们会持续观察
活下去
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):19:45 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:Site-110
请确认状态
你还在那吗?
| 传输ID:4782381432
| 日期:2022-03-23
| TUR (接收时间):20:45 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:Site-110
Site-110请回复
附录6882.2
自动化A.I.响应报告
自动化响应报告
位置:基金会空间站Alpha-Gamma
原因:静止超过容许时间(2星期)
时间:2022年4月5日-18:00(当地时间)
响应:基金会程序 深空.aic

自动报告之前的基金会空间站Alpha-Gamma图像
概要:经过了2星期的静止状态,基金会的自动化程序被派遣探测和确定基金会空间站Alpha-Gamma无线电静默的原因。在与空间站对接时,程序进行报告,卫星已经严重偏离轨道,在插入前几天就已经开始远离地球。对空间系统的广泛分析报告发现,整个设施存在严重的结构破损和几处缺口。根据进一步调查,该区域没有任何基金会人员。
继续分析发现了以下信息,其本应被所有正常基金会站点接收,但由于卫星轨道改变而未能发送:
| 传输ID:4782381432
| 日期:2022-02-04
| TUR (接收时间):12:30 EST
| IP:145.97.███.██
| 自:FSS-TERM 12
| 至:全部站点
SOS
燃料供应即将耗尽
无法联系地球
有些船员已经失踪了
有些人选择离开
请回复
我不想像这样死去