: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; } } } }

Juu22##*@(39I#(@Ul*#IAAAA38(#(
描述:Julia Kim是一个十七岁的姑娘,写到这里时,Julia只想独自一人
不要让我醒不要让我醒我在梦里我在梦里我在梦里我在梦里
*&$(*$*@(*(@*#(@*#@#(@)((#@)(#()@()#)(@#@)(I*$*$*$*$* 不要这么对我我什么都 $&&$**#(*(*(())(())!_!_!_ 没没没没 *()_) 做错 @#&*&*$&*$*(@()@))!@())(!@)!(21092()#(#()*$(@*$()()(#()@()($)W($)(@)$
让我睡觉请让我睡觉让我*#&#*&!*@*!(**(@(*!(*@(*!()睡觉让我睡觉睡觉让我睡觉请让我睡觉让我睡觉让我睡觉让我睡觉3@@#*@#728睡$$$@*@##(@(*(*@(*@让我睡觉让我睡觉请2@!#@#$#%%%%%%^让我睡觉让我睡觉让我323@*&#&#@*#(Ho2让我睡觉让我睡觉请让我睡觉让我睡觉让我睡觉让我睡觉让我睡觉让我睡觉##@#@#$$SE让我睡觉让我睡觉让##@#$FF让我睡觉让我睡觉让我睡觉让我睡!##@$睡觉让我睡觉让我睡觉让我睡觉让我睡觉请让我睡4#2338*@Hr睡觉让我睡觉让我睡觉让我睡觉请让我睡觉让我睡觉让我睡觉让我$$#$%%%%^我让我睡$%%%((*%$()#)()(觉让我睡觉请让我睡觉让我睡觉让我睡觉让我睡觉让我睡觉让我睡觉请让我睡觉让我睡觉让我睡觉让我睡觉让我3@##@##$$$$%$%%%^^^%睡觉##
我不想醒来。
我太爱她了。
外面的风暴似乎憎恶着一切的存在。
随着时间的推移,外面的风越来越强,威胁着要把一切刮走,因为它的声音比任何生物都要凶猛。房子外面,曾经傲然挺立的树木一棵接一棵地倒下,折断的声音常常能传出数公里远。
然而现在,这声音在风声的笼罩下几乎听不到了。
在如此强劲的风暴下,这房子还没有被摧毁,真是奇迹。任何其他的建筑在这时都会被风从地基上撕下,卷入空中,但Julia的家岿然不动。
因为她需要这样。
外面狂风呼啸,Julia和Taina两人一起坐在沙发上,那本承载着她们所有回忆的大相册就舒舒服服地放在她们的腿上。在暴风不断地呼啸时,Julia只能抱住她的妹妹,用左手紧紧搂住她,右手翻着相册。

她们从没住在这里过。
翻开的第一张图片是她们现在所处的这栋房子——通体涂白,后面是熟悉的山脉。
Julia:“还记得我们第一次来这里的时候吗?”
Taina点了点头。她把头放在了Julia的肩膀上。
Taina:“嗯。我还记得。已经多久了?”
Julia花了一段时间才回想起来。远处有狂风的声音,伴随着的是另一棵树被连根拔起。她没有分心去想这件事。她不想这么做。
Julia:“有十年了?大概是那时候。”
Taina看起来对这个回答没有反应。Julia只能在看着照片时感受到她的呼吸,抚摸着她的皮肤。
她记得那时还很年轻。还很……小。Taina那时和她在一起,她们总是在房子周围玩耍,说着他们总有一天会到那些山上去。
然而直到今天,她们还是没去。
想到这里,Julia清了清喉咙。
她又翻了一页。

她们从没去过这里。
Julia:“天啊,米尔福德峡湾。那离这不远,不是吗?”
Taina什么都没说。和先前一样,Julia能听到的只有她的呼吸。
Taina:“嗯。是啊。”
Julia轻轻笑了。
楼上,风终于击破了她们房间的窗户。玻璃破裂的巨响在房间中回荡。她没有分心去想这件事。
Julia:“我真的很好奇,为什么我们去那里一次后就在也没去过了。我猜我们从没想过这事,是吗?”
Taina又一次什么都没说。
Julia:“Taina?”
她什么都没说。和先前一样,Julia能听到的只有她妹妹的呼吸。即使在外面持久而喧嚣的风声中,这呼吸声也很响。
她等待这她妹妹的回答,等了五秒。十秒。二十秒。在她等待时,传入她耳朵的风声渐渐宁静了下来。
她能听到的只有她妹妹的声音,她的头压在她肩膀上的重量,以及它胸口上逐渐增长的重量。
到底发生了什么?
然后突然,她说话了。
Taina:“我们看下一张照片吧,Julia。”
没等她姐姐允许,Taina就伸出手翻了一页。
那一刻,Julia不禁注意到,她的手比先前大了很多。她真的长大了那么多吗?
翻过页去,她们看到了相册的最后一张照片——两个人都好久没看到过的一张照片。

她们从不是这样的。
Julia忍不住笑了——但她胸口的重量也随之越来越重。在她左侧,她的眼角旁,那一刻她几乎没有察觉。有东西飞过。
她没有分心去想这件事。
Julia:“天啊,我们那时还都很年轻,你想是吧?我们那时很小,刚搬过来,想在长途旅行后放松一下。”
Julia又一次轻笑。
Julia:“所以你建议咱们去镇子上,所以就去了,然后我们吃了冰淇淋,在镇上闲逛了一整天。”
Julia转头看向她的妹妹。
Julia:“你难道不想念那段时光吗,妹——”
她转头,但看到的只是另一个自己,正注视着她。
Julia:“T……Taina?”
真是完美的复制品。她的肤色,她锐利的眼神,她脸颊倾斜的方式,她的脸型——Taina在所有方面都和她一模一样。
Julia:“Taina?”
而现在,Julia胸口的重量压跨了她,威胁着要把她拽倒。一股冷汗顺着她的脸流下来。
然后,Taina笑了。
Taina:“再看看那张图片吧,姐。”
Julia连说话的意志力都没有了。她的嘴唇在颤动、膝盖在颤抖。她感觉身体很热,心在快速地跳。她几乎完全无法理解眼前发生的这些事情。
但她违背自己身体的意愿,按照她妹妹说的去做了。她看向了图片。
她看着图片,年轻时的两人也看着她,在过去的那时对她微笑。
Taina:“你现在多少岁了,姐?十七岁吗?”
她无法回答。Taina说话时,Julia的双眼仍然紧盯着图片,她的大脑记住了每个细节,每条直线和曲线,每个暗点。
Taina:“我多少岁了呢?七岁?”
在Julia的大脑里,她只能盯着图片看。她们的右侧是斯洛伐克语的标识,食物看上去很美味,味道也很好,兴致——
Taina:“那,我们那时该多少岁呢?”
突然间,像一座因过满而溢出的水坝,Julia意识到自己在说话。
Julia:“我不知道,我不知道,我不知道,好吗?!”
她哭了起来,随着真相逐渐浮出水面,眼泪从她的脸上流下。尽管如此,她想要的还是回到不久前,回到她仍然不明白的时候,回到她妹妹还是她妹妹的时候,回到……
Taina:“……回到你还没有意识到自己醒着的时候。”
她们现在看着彼此,她们的眼神彼此交互。她们是一个人的两份完美复制品,就好像她们是从一个头脑中产生的。就好像她们是从一个身体中产生的。
这是因为……她们就是。
Taina:“你需要同伴,我知道这一点。你需要一个逃避的去处。一个远离白色墙壁和已经冷掉的食物的地方,一个你能感觉到……安全的地方。”
Julia点头,抽了抽鼻子。她无法阻止更多的眼泪从她的脸颊上流下。
Taina:“你看着那些你拿到的故事书,看到主角们都有姐妹,所以你也给自己造了一个姐妹。你造了……我。”
那一刻,Taina的声音中饱含着Julia从未有过的成熟感,她声音的音色背后是十年的重量。十年的否定。
Taina:“我也很高兴能和你在一起,即便只有十年。”
一滴泪水从Taina的脸上划过。她笑了。
Taina:“相信我,我说的是真的。”
她妹妹抽了抽鼻子。
Taina:“然后有一天,你真的相信了自己有一个妹妹——然后当你醒来时,你在那里。和我一起。”
Taina:“但好事也总得有个结束,不是吗?我们已经积压了那么久了,在需要的时候把一切都抹掉。”
Taina:“记住,结束这一切的不是他们,他们只是……他们只是打开了一扇门。因为在你的头脑深处,这一切……都感觉很假,不是吗?”
Taina缓缓点头,好像在向自己保证这是正确的决定。她的嘴唇颤抖着,和Julia的一样。
Taina:“姐,你已经是个大女孩了。你不再受那些博士的束缚了。你已经……完整了。”
Taina:“你已经不再需要我了。”
就在这时,Julia发现自己用尽全力向前一跃,用双臂搂住她的妹妹,把头埋在她的双肩中。她仍然能感受到她的身体的温暖,仍然能感受到她的心脏的跳动。如果这一刻能永远持续下去,那该——
Taina:“我会一直在你身边的,你知道的对吧?”
不。不。不。不要现在,求你了,不要现在。
Taina:“因为……”
停下。Taina,求你了。停下。停下。我不想听到它,我不想听到它,我不想——
Taina:“姐妹俩是永远在一起的,对吧?”
突然间,Julia感觉她双臂中的温暖逐渐消散。
随后,她还没来得及做什么事,风就最后一次呼啸而过,一切都变为黑暗。