@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700,900|Roboto+Mono:400,500,700|Source+Sans+Pro:400,400i,600,600i,700,700i,900,900i&display=swap&subset=latin-ext'); @supports(display:grid) { :root { /* S-CSS-P Integration */ /* If you're making a new CSS theme, please include the following three variables at minimum. */ --theme-base: "black-highlighte"; /* must be either "nuscp" or "sigma9" */ --theme-id: "uiu-bhl-theme"; /* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */ --theme-name: "Unusual Incidents Unit BHL Theme"; /* set this to your theme's full name */ /* Header */ --logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme:uiu-bhl-theme/UIU_Logo.svg"); --header-title: "FBI"; --header-subtitle: "Unusual Incidents Unit"; /* Typefaces */ --body-font: 'Source Sans Pro', 'Lato', sans-serif; --header-font: 'Source Sans Pro', 'Poppins', sans-serif; --title-font: 'Merriweather', 'Poppins', sans-serif; --mono-font: 'Roboto Mono', "Andale Mono", "Courier New", Courier, monospace; --ui-wght: 550; --ui-hvr-wght: 700; /* Standard Colors */ --white-monochrome: 230, 234, 246; /* off-blue white */ --pale-gray-monochrome: 204, 216, 239; /* v light blue for blockquotes and stuff */ --light-gray-monochrome: 118, 137, 174; /* light accent blue for login status */ --gray-monochrome: 36, 59, 120; /* blue */ --dark-gray-monochrome: 26, 20, 71; /* deep blue */ --black-monochrome: 15, 11, 12; /* off-blue black */ --bright-accent: 239, 221, 27; /* bright yellow */ --medium-accent: 227, 69, 38; /* medium red */ --dark-accent: 148, 26, 29; /* deep red */ --newpage-color: var(--bright-accent); /* pale orange */ /* Primary Theme Colors */ --swatch-background: var(--white-monochrome); --swatch-primary: var(--bright-accent); --swatch-primary-darker: var(--medium-accent); --swatch-primary-darkest: var(--dark-accent); /* Primary Text Colors */ --swatch-text-dark: var(--black-monochrome); --swatch-text-light: var(--white-monochrome); --swatch-important-text: var(--bright-accent); /* Primary Menu Colors */ --swatch-menubg-color: var(--white-monochrome); --swatch-menubg-light-color: var(--pale-gray-monochrome); --swatch-menubg-medium-color: var(--light-gray-monochrome); --swatch-menubg-medium-dark-color: var(--gray-monochrome); --swatch-menubg-dark-color: var(--dark-gray-monochrome); --swatch-menubg-black-color: var(--black-monochrome); --swatch-menubg-hover-color: var(--black-monochrome); --swatch-menutxt-dark-color: var(--black-monochrome); --swatch-menutxt-light-color: var(--white-monochrome); --swatch-border-color: var(--black-monochrome); /* Primary Header Colors */ --header-gradient-color-bottom: var(--black-monochrome); --header-gradient-color-middle: var(--dark-gray-monochrome); --header-gradient-color-top: var(--dark-gray-monochrome); --swatch-headerh1-color: var(--white-monochrome); --swatch-headerh2-color: var(--white-monochrome); --swatch-topmenu-border-color: var(--black-monochrome); --swatch-topmenu-bg-color: var(--pale-gray-monochrome); --link-color: var(--dark-accent); --visited-link-color: var(--medium-accent); --hover-link-color: var(--medium-accent); --rating-module-button-color: var(--black-monochrome); --rating-module-text-color: var(--swatch-menutxt-dark-color); /* Header Gradients */ --gradient-header: linear-gradient(35deg, rgb(var(--header-gradient-color-bottom)) 0, rgb(var(--header-gradient-color-middle)) 90%, rgb(var(--header-gradient-color-top)) 100%); --gradient-topmenu: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-border-color)) var(--header-height-on-desktop), rgba(var(--swatch-topmenu-bg-color), 1) calc(var(--header-height-on-desktop) + 0.125rem), rgba(var(--swatch-topmenu-bg-color), 1) calc(100% - .125rem), rgba(var(--swatch-topmenu-bg-color), 0) calc(100% - .125rem), rgba(var(--swatch-topmenu-border-color), 0) 100%); --gradient-topmenu-mobile: linear-gradient(to bottom, rgba(var(--swatch-topmenu-border-color), 1) 0, rgba(var(--swatch-topmenu-bg-color), 1) .125rem, rgba(var(--swatch-topmenu-bg-color), 1) calc(3rem - .125rem), rgba(var(--swatch-topmenu-bg-color), 0) calc(3rem - .125rem), rgba(var(--swatch-topmenu-border-color), 0) 3rem); --diagonal-stripes: inherit; --header-height-on-desktop: 12.25rem; --header-height-on-mobile: var(--header-height-on-desktop); --header-background-image-size: 100% var(--header-height-on-desktop); /* ===TOPBAR MEASUREMENTS=== */ --topbar-height-on-mobile: 2.5rem; } /* ===PAGE ELEMENTS COLORS=== */ /* Colors for Buttons, Tabs, Tables, & Footnotes Hover/Modal */ :root { /* ===UI BUTTON COLORS=== */ --ui-button-bg: var(--swatch-menubg-dark-color); --ui-button-txt: var(--swatch-text-secondary-color); --ui-button-hover-bg: var(--swatch-primary); --ui-button-hover-txt: var(--swatch-text-tertiary-color); /* ===TABS COLORS=== */ --tabs-bg: var(--swatch-menubg-dark-color); --tabs-txt: var(--swatch-text-secondary-color); --tabs-hover-bg: var(--swatch-primary-darkest); --tabs-hover-txt: var(--swatch-text-secondary-color); --tabs-selected-bg: var(--swatch-primary); --tabs-selected-txt: var(--swatch-text-tertiary-color); --tabs-selected-outline: var(--swatch-primary); --tabs-bottom-border-color: var(--swatch-primary-darkest); /* ===FOOTNOTES HOVER BLOCK COLORS=== */ --hoverblock-bg: var(--swatch-secondary-color); --hoverblock-txt: var(--swatch-text-tertiary-color); --hoverblock-header-bg: var(--swatch-primary-darker); --hoverblock-header-txt: var(--swatch-text-secondary-color); --hoverblock-footer-bg: var(--swatch-tertiary-color); --hoverblock-footer-txt: var(--swatch-text-tertiary-color); } #main-content { /* ===TABS=== */ --tabs-hover-bg: var(--swatch-primary-darkest); --tabs-selected-bg: var(--swatch-alternate-color); --tabs-selected-outline: var(--swatch-alternate-color); --tabs-bottom-border-color: var(--swatch-primary-darkest); --tabs-content-bg-color: var(--swatch-secondary-color), 0.5; --tabs-content-border-color: var(--swatch-primary-darkest); /* ===BLOCKQUOTES=== */ --blockquote-bg-color: var(--swatch-secondary-color), 0.5; --blockquote-border-color: var(--swatch-primary-darkest); } ::-moz-selection { background: rgba(var(--bright-accent), 0.5); } ::selection { background: rgba(var(--bright-accent), 0.5); } html { background: white; } html, body { font-feature-settings: "onum"0; font-variant-numeric: tabular-nums; } #page-content span > a:not([href*="classification-"]), #page-content div:not([id*="wiki-tabview"]) a { transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1); box-shadow: inset 0 0 0 0.01px rgba(var(--swatch-primary), 1); -webkit-box-decoration-break: clone; box-decoration-break: clone; } .owindow .title { background-color: rgb(var(--swatch-primary-darkest)); color: rgb(var(--white-monochrome)); } .title.modal-header, .owindow { background: var(--gradient-header); color: rgb(var(--white-monochrome)); } .hovertip { background: var(--gradient-header); background-color: rgb(var(--dark-gray-monochrome)); background-size: contain; color: rgb(var(--white-monochrome)); } .owindow .button-bar a { background-color: rgb(var(--swatch-menubg-dark-color)); color: rgb(var(--white-monochrome)); } .title.modal-header h1, .owindow h1, .hovertip h1 { color: rgb(var(--white-monochrome)); } #lock-info { background-color: rgb(var(--pale-gray-monochrome)); } #main-content { margin-top: 2.1em; } #page-content span > a:not([href*="classification-"]):hover, #page-content span > a:not([href*="classification-"]):active, #page-content div:not([id*="wiki-tabview"]) a:hover, #page-content div:not([id*="wiki-tabview"]) a:active { transition: box-shadow 1000ms cubic-bezier(0.4, 0.0, 0.2, 1); box-shadow: inset 100vw 0 0 0 rgba(var(--swatch-primary), 1); text-decoration: none; } body { background-size: var(--header-background-image-size), 100% 14.25rem, 100% var(--background-gradient-distance); } hr { position: relative; width: 90%; height: 1.5rem; margin: 1.875rem auto; border: 0; background: rgb(0, 0, 0, 0); } #page-title::before, hr::before { content: " "; display: inline-block; position: absolute; z-index: 1; top: 0.1em; left: 0; width: 4rem; height: 1.5rem; margin: 0 0 0 -0.188rem; margin-left: calc(50% - 2rem); background-color: transparent; background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 447.1 202.4' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%23E34526' points='223.5,45.7 208,90.5 160.6,91.4 198.4,120.1 184.6,165.5 223.5,138.4 262.5,165.5 248.7,120.1 286.5,91.4 239.1,90.5 '/%3E%3Cpolygon fill='%23E34526' points='89,58.3 77.7,90.7 43.4,91.4 70.8,112.2 60.9,145 89,125.4 117.2,145 107.2,112.2 134.6,91.4 100.3,90.7 '/%3E%3Cpolygon fill='%23E34526' points='403.6,91.4 369.4,90.7 358.1,58.3 346.8,90.7 312.5,91.4 339.9,112.2 329.9,145 358.1,125.4 386.2,145 376.3,112.2 '/%3E%3C/g%3E%3C/svg%3E%0A"); background-repeat: no-repeat; background-position: center center; background-size: contain; color: rgb(var(--medium-accent)); font-size: 0.938rem; line-height: 0; } #page-title::after, hr::after { content: " "; position: absolute; top: 50%; left: 0; box-sizing: border-box; width: 100%; height: 0.125rem; margin: 0 auto; background: rgb(var(--gray-monochrome)); -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 630 23' xml:space='preserve'%3E%3Cpath fill='%23E6EAF6' d='M0,0v23h630V0H0z M334.9,15.9l1.4,4.6l-13.9,2.3h-14.8l-13.9-2.3l1.4-4.6l0.8-2.6l-2.1-1.6l-3.9-2.9l4.9-0.1 l2.7-0.1l0.9-2.5l1.6-4.6L315,0.1l15.1,1.4l1.6,4.6l0.9,2.5l2.7,0.1l4.9,0.1l-3.9,2.9l-2.1,1.6L334.9,15.9z'/%3E%3C/svg%3E%0A"); mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 630 23' xml:space='preserve'%3E%3Cpath fill='%23E6EAF6' d='M0,0v23h630V0H0z M334.9,15.9l1.4,4.6l-13.9,2.3h-14.8l-13.9-2.3l1.4-4.6l0.8-2.6l-2.1-1.6l-3.9-2.9l4.9-0.1 l2.7-0.1l0.9-2.5l1.6-4.6L315,0.1l15.1,1.4l1.6,4.6l0.9,2.5l2.7,0.1l4.9,0.1l-3.9,2.9l-2.1,1.6L334.9,15.9z'/%3E%3C/svg%3E%0A"); -webkit-mask-size: 43.375rem auto; mask-size: 43.375rem auto; -webkit-mask-position: center center; mask-position: center center; } #header { height: var(--header-height-on-desktop); background-position: left .75rem top 1rem; background-size: auto 10.375rem; -webkit-filter: initial; filter: initial; } #header h1 { max-height: 12.75rem; } #header h1, #header h1 a, #header h2, #header h2 span { display: flex; align-items: center; } #header h1 a { display: flex; position: relative; top: 0; align-items: center; justify-content: center; width: auto; margin-top: -1em; margin-left: 11rem; } #header h1 a::before { --wght: 900; font-size: 2.75em; } #header h2, #header h2 span { --wght: 600; justify-content: flex-start; width: 15rem; height: var(--header-height-on-desktop); margin-left: 10.75rem; font-family: var(--title-font); } #header h2 span { margin-top: 0rem; font-size: 1.45em; line-height: 1.15; } #login-status #account-options li>a:hover, #login-status #account-options li>a:active { color: rgb(var(--swatch-text-general)); } #login-status #account-options li>a:focus-within { color: rgb(var(--swatch-text-general)); } #search-top-box:focus-within::before { background-color: rgb(var(--swatch-menubg-dark-color)); } #top-bar { --wght: 900; font-size: var(--base-font-size); } #side-bar { margin: 2em 0 0 0; } #side-bar:hover { background: rgb(var(--white-monochrome)); } #top-bar div.top-bar>ul>li:hover, #top-bar div.mobile-top-bar>ul>li:hover { background-color: rgb(var(--gray-monochrome)); } #top-bar div.top-bar>ul>li>a, #top-bar div.mobile-top-bar>ul>li>a { color: rgb(var(--swatch-menutxt-dark-color)) !important; } #top-bar div.top-bar>ul>li>a::before, #top-bar div.top-bar>ul>li>a::after, #top-bar div.mobile-top-bar>ul>li>a::before, #top-bar div.mobile-top-bar>ul>li>a::after { background-color: rgb(var(--dark-accent)); } #top-bar div.top-bar>ul>li:hover>a, #top-bar div.top-bar>ul>li:hover>a, #top-bar div.top-bar>ul>li.sfhover>a, #top-bar div.top-bar>ul>li.sfhover>a, #top-bar div.mobile-top-bar>ul>li:hover>a, #top-bar div.mobile-top-bar>ul>li:hover>a, #top-bar div.mobile-top-bar>ul>li.sfhover>a, #top-bar div.mobile-top-bar>ul>li.sfhover>a { color: rgb(var(--white-monochrome)) !important; } #top-bar div.top-bar>ul>li>ul, #top-bar div.mobile-top-bar>ul>li>ul { background-color: rgb(var(--dark-gray-monochrome)); background-image: var(--gradient-header); box-shadow: inherit; } #top-bar div.top-bar>ul>li>ul, #top-bar div.mobile-top-bar>ul>li>ul, #top-bar div.top-bar>ul>li>ul>li, #top-bar div.mobile-top-bar>ul>li>ul>li { border-color: rgb(var(--light-gray-monochrome)); } #top-bar div.top-bar>ul>li>ul>li>a, #top-bar div.mobile-top-bar>ul>li>ul>li>a { --wght: 600; font-weight: 600; } #top-bar div.top-bar>ul>li>ul>li>a::before, #top-bar div.top-bar>ul>li>ul>li>ul>li>a::before, #top-bar div.top-bar>ul>li>ul>li>a:hover::before, #top-bar div.mobile-top-bar>ul>li>ul>li>a::before, #top-bar div.mobile-top-bar>ul>li>ul>li>ul>li>a::before, #top-bar div.mobile-top-bar>ul>li>ul>li>a:hover::before { background-color: rgb(var(--dark-accent)); } #side-bar:hover { background: rgb(var(--white-monochrome)); } #side-bar .heading, #side-bar .side-block>.collapsible-block:nth-child(1) .collapsible-block-folded { min-height: 1.5rem; background: rgba(var(--pale-gray-monochrome), 0.5); font-family: var(--title-font); } #side-bar .heading p, #side-bar .side-block>.collapsible-block .collapsible-block-link { --wght: 900; display: flex; align-items: center; justify-content: center; height: 1.5rem; color: rgb(var(--dark-gray-monochrome)); font-size: calc(var(--base-font-size) * 0.95); font-weight: 900; letter-spacing: 0.15em; text-shadow: inherit; } #side-bar div.menu-item a::before, #side-bar div.menu-item a:hover::before { background: var(--gradient-header); } #side-bar div.menu-item .sub-text { color: rgb(var(--medium-accent)); } #page-title { position: relative; border: 0px; font-family: var(--title-font); text-align: center; } #page-title:before { top: calc(100% - 0.75rem); } #page-title:after { top: calc(100%); left: 50%; max-width: 43.375rem; transform: translateX(-50%); } #page-content h1, #page-content h2, #page-content h3, #page-content h4, #page-content h5, #page-title { --wght: 700; font-weight: 700; line-height: 1.25; justify-content: center; } #page-content h1, #page-title { font-size: 2.45rem; } #page-content h2 { font-size: 1.7rem; } #page-content h3 { font-size: 1.25rem; } #page-content h4 { font-size: 1rem; } #page-content h5 { font-size: .9rem; } #page-content *>#page-title, #page-content *>h1:first-of-type, #page-content *>h2:first-of-type, #page-content *>h3:first-of-type, #page-content *>h4:first-of-type, #page-content *>h5:first-of-type, #page-content *>h6:first-of-type { margin-top: 0; margin-bottom: 0; } #page-content *+h1, #page-content *+h2, #page-content *+h3, #page-content *+h4, #page-content *+h5, #page-content *+h6 { margin-top: 1.5em; } #page-title+*, #page-content h1+*, #page-content h2+*, #page-content h3+*, #page-content h4+*, #page-content h5+*, #page-content h6+* { margin-top: 1em; } #page-content p+* { margin-top: 1em; } #page-content ol:not([class*="yui-nav"]), #page-content ul:not([class*="yui-nav"]) { margin-top: 1em; margin-bottom: 1em; padding-left: 3ch; line-height: 1.5; } #page-content ol:not([class*="yui-nav"]) li, #page-content ul:not([class*="yui-nav"]) li { max-width: 75ex; margin-bottom: .25em; } #page-content table { margin: 1.25rem auto !important; border-spacing: 0; border-collapse: collapse !important; font-size: 1rem; line-height: 1.5; } #page-content table td, #page-content table th, #page-content td, #page-content th { --wght: 400; grid-auto-flow: column; align-items: center; justify-content: center; padding: .25rem 0.5rem !important; border: 1px solid rgb(var(--gray-monochrome)); background-color: rgb(var(--white-monochrome)); font-weight: 400; } #page-content thead td, #page-content thead th, #page-content th { --wght: 700; background-color: rgb(var(--pale-gray-monochrome)) !important; color: rgb(var(--dark-gray-monochrome)); font-weight: 700 !important; } #page-content table thead th, #page-content thead th { --wght: 700; font-weight: 700; } #page-content table th, #page-content th { text-align: left; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content { padding: 0.5em 2em; } .footnotes-footer, .code { background-image: linear-gradient(90deg, transparent 2.35em, rgb(171, 206, 212) 2.35em, rgb(171, 206, 212) 2.5em, transparent 2.5em), linear-gradient(rgba(var(--light-gray-monochrome), 0.5) .1em, transparent .1625em); background-position: 1em 0.75em; background-size: 100% 1.8em; font-size: 0.9em; font-family: var(--mono-font); } .code pre { width: 100%; overflow: hidden; white-space: pre; white-space: normal; } .code>*, .footnotes-footer>* { --wght: 400; padding: 0 0 0 3em; font-weight: 400; letter-spacing: 0.05em; outline: none; } .code>* { line-height: 1.75; } .footnotes-footer>* { line-height: 2; } .footnotes-footer .title { --wght: 900; font-family: var(--title-font); margin: -0.75em 0 0.75em 0; } .footnotes-footer .footnote-footer { width: 90%; margin: 0 0 0 4ch !important; } .footnotes-footer a[href*="javascript"]::before, .bibitems .bibitem::after { right: -50%; background-color: rgb(var(--swatch-primary)); color: rgb(var(--swatch-text-tertiary-color)); padding: 0 0.125em 0 0.25em; font-size: 0.9em; } .footnotes-footer div.footnote-footer:not([id*="footnote-1"]) { margin-top: -0.1em !important; } .footnotes-footer .footnote-footer>a:nth-of-type(1) { margin-left: 0; } .scp-image-block { box-shadow: initial; } div[id*="page-options-bottom"]>a:hover::after, div[id*="page-options-bottom"]>a:active::after { background-color: rgb(var(--swatch-menubg-dark-color)) } div[id*="page-options-bottom"]>a:focus-within::after { background-color: rgb(var(--swatch-menubg-dark-color)) } div.page-watch-options a, div.page-watch-options a:visited, #main-content .page-tags span a:any-link:not([href^="/system:page-tags/tag/_"]), #footer, #license-area { --hover-link-color: var(--swatch-text-general); } #footer a { color: rgb(var(--swatch-primary)); } #footer { background: rgba(var(--dark-gray-monochrome)); color: rgba(var(--white-monochrome)); } @media only screen and (max-width: 56.25rem) { #header { background-position: left center; background-size: auto calc(var(--header-height-on-mobile) - 3rem); } #header h1 a { margin-top: -3.5rem; margin-left: 9rem; } #header h1 a::before { font-size: calc(var(--header-h1-font-size) * 5); } #header h2 { width: 100%; height: calc(100% - 7.5rem); margin-top: calc((var(--header-height-on-desktop) + var(--header-h1-font-size))/2 + 2em); margin-left: 9.35rem; text-align: left; } #header h2 span { display: flex; position: relative; align-items: center; justify-content: center; width: 100%; height: 100%; margin: 0; font-size: calc(var(--header-h1-font-size) / 1.5); } #header h2 span::before { position: absolute; top: 0; left: 0; width: 90%; margin: 0; } #top-bar>div.mobile-top-bar>div.open-menu>p>a { color: rgb(var(--swatch-menutxt-dark-color)) !important; } #top-bar div.mobile-top-bar>ul>li>a { letter-spacing: 0; } .footnotes-footer, .code { background-image: linear-gradient(90deg, transparent 1.35rem, #abced4 1.35rem, #abced4 1.5rem, transparent 1.5rem), linear-gradient(rgba(var(--light-gray-monochrome), 0.5) .1rem, transparent .1625rem); background-position: 1rem 0.45rem; background-size: 100% 1.25rem; font-family: var(--mono-font); font-size: 0.7rem; } .code>*, .footnotes-footer>* { padding-left: 2.5rem; line-height: 1.75; } .footnotes-footer .title { padding-left: 2.5rem !important; ; } .footnotes-footer div:not([id*="footnote-1"]) { padding: 0 0 0 2.5rem; } #page-content h1, #page-title { font-size: 1.9rem; } #page-content h2 { font-size: 1.5rem; } #page-content h3 { font-size: 1.1rem; } #page-content h4 { font-size: 0.9rem; } #page-content h5 { font-size: .8rem; } } }
連邦記録法に則り、以下に電子コピーを掲載
UIUファイル 2008-021: ケースファイル “北極熊事件”
概要: オレゴン州ボーリングにおいて、吸熱能力を持つホッキョクグマが引き起こした事象。結果として突然の局所的気候変動、私有財産の破壊、民間人2名の死を齎した。

超常事象2008-021の最中に落とされた電力線。対応エージェント ディカルロが撮影。
SCP財団、ウィルソンズ・ワイルドライフ・ソリューションズ、アメリカ合衆国政府のボーリング協定に関する情報は、当ファイルの“捜査局記録”タブを参照されたし。
事象の発見: 唐突な季節外れの吹雪が、ポートランド偵察キャンプ・ブラボーの気象観測機器に検出された。更なる情報で、吹雪はポートランドから20マイル離れたオレゴン州ボーリングの町に局在していることが判明した。排撃班ブラボー-01が超常現象の調査に派遣された。
現場の概要 (事象前): 超次元ホットスポットUS-1221、俗称ボーリング(オレゴン州)は、合衆国市民のコミュニティを擁する超次元経路の収束点である。地元住民は超常現象をごく普通の出来事と捉えている。この領域はSCP財団の監督下に置かれている。
超自然動物相の捕獲とリハビリテーションを専門とする組織、“ウィルソンズ・ワイルドライフ・シェルター”はTHUS-1221を拠点として運営されている。
現場の概要 (事象後): ボーリングは激しい降雪に見舞われたが、これらの雪は気象パターンの安定に続いて急速に溶けた。軽微な浸水被害が事象後の1週間を通して持続した。ウィルソン・センターを再建し、ボーリングの町に被害緩和を提供する努力が進行中である。
ウィルソンズ・ワイルドライフ・シェルターは現在、SCP財団の傘下に置かれている。ボーリング協定に則り、合衆国政府はSCP財団やその関連組織と共にボーリングの共同管轄権を維持している。
コードネーム: “北極熊”
身体的特徴: 当該の生物は外見上特筆すべき要素の無いホッキョクグマであった。
能力: 生物は継続的に広範囲から熱を吸収し、周辺温度を0度以下に低下させた。熱は光に変換され、毛皮から放射された。この特性は極端な気象条件下で悪化することが知られていた。
目的/動機: 不明/生存
活動規範: 生物は食物を漁りながらボーリングの町を当てもなく彷徨っていた。
行動: 生物はUIUエージェントとWWS職員のどちらに対しても極めて敵対的だった。生物は人口密集地帯を避けて動き、ゴミ収集箱1台を横転させた。

確保された超常実体2008-021-アルファの死骸。応援エージェント マスターズが撮影。
<記録開始>
エージェント マスターズ: そうです、ウィルソンさん、これは記録されています。あなたは不利な状況にはありませんし、如何なる法律にも違反していません。私はこの状況についてお話を伺いたいだけです。
ウィルソン: 聞いてください、政府の支援には感謝しています、しかし…
エージェント マスターズ: サラさんは無事だと保証します。
ウィルソン: アルは危うくホッキョクグマに食べられかけて、センターは瓦礫になって、それに… 嗚呼、コッパーがどうなったかなど考えたくもない。
エージェント マスターズ: 何が発生したかは把握しています、ウィルソンさん。協力していただけますか?
ウィルソン: 分かりました… ですがどうか、短めにお願いします。皆をまとめ上げなければならんのですが、この件の話をどう切り出せばいいのか…
エージェント マスターズ: あのクマはいつからあなたの管理下に居たのですか?
ウィルソン: 大体1週間ほど前です。
エージェント マスターズ: 以前はクマをどのように飼育していましたか?
ウィルソン: 最初は、あそこに見える広い囲い場の1つに留めておこうと努力しましたが、上手く行きませんでした。なので大通りを下った先にあるネプチューン冷蔵ストレージ社に預かってもらったのですが… いえ、何が起きたかは既にご覧になった通りです。
エージェント マスターズ: どうやってこの一連の費用を賄っていたのですか?
ウィルソン: それは… 何かやましい隠し事があるとでも?
エージェント マスターズ: いいえ、決してそのような意味ではありません。
ウィルソン: 経営資金や設備は全て寄付やベイクセールの売上で得たものです。とある非常に寛大な匿名の寄付者がいるのです。我々にとっての守護天使です、敢えて言うならば。しかし、サラの入院費まで支払えるかは分かりません。
エージェント マスターズ: その寄付-
ウィルソン: 何もかも申し訳ないと思っています。彼女はただ自分の仕事を、それも大抵プロボノでやっていただけで、あの危険な生き物の扱いに手を貸してくれて… 嗚呼。本当に彼女には面会できないのですか? 私は彼女と話をして、私たちが入院費を肩代わりすると伝えたいだけです。多分またローンを組むことになるでしょうが、そんなのはどうでもいいんです。
エージェント マスターズ: ウィルソンさん、聞いてください。その守護天使の寄付者に心当たりはありませんか?
ウィルソン: 分かりませんよ! あの寄付は匿名です。いいですかあなた、こうしてお話しできたのは非常に嬉しかった、しかし私は不安でたまらないのです、それに仲間たちは皆震えています — 寒さのせいばかりではありません。私は彼らと話をして、全て丸く収まるだろうと伝えなければならない。
エージェント マスターズ: よく分かりました。ありがとうございます、ウィルソンさん。
注記: 会話中、ウィルソン氏は非常に取り乱した様子でした。アイコンタクトを避け、不自然な満面の笑みを浮かべ、ずっと息を切らしていました。不誠実な人物ではなさそうですし、犯罪歴は皆無です。彼は権威組織を恐れているだけではないでしょうか。

冷蔵ストレージ・インク 5番ロッカー、超常実体2008-021-アルファの旧収容施設。民間人の死者2名が記録された。対応エージェント ディカルロが撮影。
現在の捜査状況: 生物の死骸はFBIの管理下にある。オレゴン州ボーリングの町には被害緩和措置が取られ、カバーストーリー“地球温暖化による夏の寒冷前線”が流布されている。財団は関与の欠如について連絡を受けた。事件は解決済みと見做される。
調査終了: 生物の異常特性を再現し、極冠を再形成するための研究が承認待ちである。
新たな異常組織が登録された: ウィルソンズ・ワイルドライフ・シェルター(直近の意思疎通に従い、“ウィルソンズ・ワイルドライフ・ソリューションズ”への改名が保留中)。同組織は北極熊事件以前、USEOCT第14節に直接違反して、無自覚な財団の傀儡組織として運営されていた。1
ボーリング協定がWWS、SCP財団、合衆国政府の間に確立された。要点は以下の通り。
- ウィルソンズ・ワイルドライフ・シェルターは、THUS-1221内部に出現する低脅威異常生物を捕獲し、リハビリテーションを施すことを認められている。
- ウィルソンズ・ワイルドライフ・シェルターは、SCP財団が高脅威実体の捕獲において組織を支援できない場合、合衆国魚類野生生物局異常分遣隊に連絡して援助を要請することを許可されている。
- 合衆国政府は、THUS-1221内部で発生する超常犯罪を管轄する。これは人間および人間型異常実体や、問題の犯罪行為を犯すために使用されたオブジェクトの収容にも及ぶ。
- SCP財団は、組織の予算上の必要性に従って、ウィルソンズ・ワイルドライフ・シェルターに毎月資金を提供する。
- SCP財団は、THUS-1221内部に出現する高脅威異常生物を収容することを許可されている。ただし、関連記録の主体であるホッキョクグマはこの例外である。
- SCP財団は、要請を受けた場合、もしくは緊急な介入が必要であると判断された場合を除き、ウィルソンズ・ワイルドライフ・シェルターの活動に直接干渉することを禁止される。
- 全ての関連組織は、それが他者の活動に直接干渉しない内容である限り、緊急時にボーリング協定を改訂する権利を留保する。
UIU活動記録:
2008/6/21
9:02 AM: 異常気象パターンがポートランド支局に検出される。機動隊が調査に派遣される。
9:29 AM: ボーリングは大寒波と激しい降雪に見舞われている。町への入場は、状況が既に処理されていると主張する地元法執行機関によって妨害される。
9:32 AM: ウィルソンズ・ワイルドライフ・シェルターとの最初の連絡が確立される。
9:59 AM: ウィルソンズ・ワイルドライフ・シェルターは問題の生物を追い詰めようと試みる。生物はフェンスを破壊して逃走する。生物が徐々に明るさを増している点が注目される。
10:12 AM: エージェント ディカルロとロペスが生物を鎮静しようと試みるが、あまりにも眩しく輝いているため、麻酔弾を正確に当てることができない。
10:20 AM: WWS職員 ティモシー・ウィルソンが援助を申し出て協力を提案する。
10:58 AM: 生物は成功裏にウィルソン・センターに誘き寄せられる。
11:00 AM: エージェント ディカルロおよびロペス、並びにWWS職員 ティモシー・ウィルソンおよびアルバート・ウェストリンは、生物をウィルソン・センターに閉じ込めて鎮静化を促進しようとする。
11:04 AM: 捕獲された生物は動揺し、熱を吸収する速度が増す。エージェント ロペスが2発の麻酔弾を発射し、うち1発が命中する。
11:05 AM: 生物はパニック状態に陥り、確立されたバリケードを破壊し、アルバート・ウェストリンを攻撃しようとする。エージェント ディカルロが発砲する。
11:32 AM: 生物が爆発し、ウィルソン・センターを破壊する。エージェント ディカルロおよびロペス、WWSボランティアのサラ・ガードナー、センターで飼育されていた他3匹の生物が死亡する。
12:05 PM: 緊急対応班が到着する。解剖のため、生物の死骸が基地へ空輸される。ティモシー・ウィルソンは拘留され、身体的健康が保証された後に尋問される。
2:35 PM: ボーリング協定が提言される。
2:59 PM: ボーリング協定が批准される。