Link to article: Love is an Unwritten Thesis on How to Live Into Your Time.
:root {
--basalt-primary-color: 22,25,36;
--basalt-secondary-color: 15,17,30;
--basalt-tertiary-color: 40,40,58;
--basalt-undertone: 234,148,255;
--basalt-dark-element-color: 179,143,206;
--basalt-sub-text-color: 127,130,165;
--header-title: 'Yggdrasil Root Crossing';
--main-content-width: 66.75rem;
--basalt-UI-opacity: 0.775;
--license-area-logo-size: 2.75rem;
--window-radius: 0rem;
--desktop-time: '77:77';
--desktop-wallpaper: url(https://scp-wiki.wdfiles.com/local--files/love-is-an-unwritten-thesis/fractal.jpg);
}
#page-title { display: none; }
#page-content {
padding: 0;
background: transparent;
}
.chat-header {
display: flex;
align-items: center;
background-color: rgb(var(--basalt-UI-dark-palette));
grid-gap: 0.5rem;
padding: 0.25rem 0.5rem;
border-bottom: solid 0.1rem rgb(var(--basalt-undertone));
}
.chat-header > .meta-title {
flex-grow: 1;
font-size: 1.5em;
padding-inline-start: 0.675rem;
border: none;
}
.chat-wrapper {
display: grid;
grid-template-areas: "chat users";
grid-template-columns: minmax(0, 1fr) 16rem;
margin-block-end: .75rem;
}
.chat-wrapper .users-container {
grid-area: users;
min-width: max-content;
box-sizing: border-box;
background-color: rgb(var(--basalt-background-color));
}
.users-container .users {
position: sticky;
top: var(--header-desktop-height);
padding: 0.25rem 1rem;
}
.users-container .users .channel {
display: block;
padding: 0.325rem;
font-weight: bold;
font-family: var(--mono-font);
font-size: 1.15em;
text-align: center;
}
.users-container .users .c-head {
display: flex;
align-items: center;
grid-gap: 0.375em;
margin-top: 0.125rem;
color: rgb(var(--basalt-sub-text-color));
font-weight: bold;
font-size: 0.75em;
text-transform: uppercase;
}
.users-container .users .c-head::after {
content: "";
display: block;
min-width: 1em;
height: 0.05rem;
background: currentColor;
flex-grow: 1;
opacity: 0.5;
}
.chat-wrapper .chat-main {
grid-area: chat;
background-color: rgb(var(--basalt-secondary-color),var(--basalt-UI-opacity));
padding: 0.375rem 0;
flex-grow: 1;
box-sizing: border-box;
a {
text-decoration: none;
background-color: rgb(var(--basalt-undertone),.175);
padding: .325ch;
}
a:is(:hover,:focus) {
color: rgb(var(--basalt-secondary-color));
background-color: rgb(var(--basalt-undertone));
}
}
/*-----------------------------------------*/
.users .profile {
color: var(--accent);
font-size: 1.05em;
display: flex;
align-items: center;
grid-gap: 0.75rem;
}
.users .profile:not(:last-child) { border-bottom: solid 0.1rem rgb(var(--general-border-color)); }
.users .profile::before {
content: "";
display: block;
height: 2.75rem;
width: 2.75rem;
box-sizing: border-box;
border: solid 0.225rem currentColor;
background-image: var(--pfp);
background-size: cover;
border-radius: 3.25rem;
}
.users .other-chan {
display: flex;
grid-gap: 0.125rem;
align-items: center;
color: rgb(var(--basalt-sub-text-color));
}
.users .other-chan::before {
content: "#";
font-weight: bold;
font-size: 1.25em;
display: block;
padding: 0.125em;
}
.lobby {
padding-inline: 1.25rem;
font-family: var(--UI-font);
}
.comt-new-section h2::before {
content: "#";
display: inline-block;
margin-inline-end: .25em;
opacity: .225;
}
#page-content .comt-new-section {
border-inline: none;
}
/*-----------------------------------------*/
.comt-wrapper {
display: grid;
gap: .5rem;
}
.comt {
position: relative;
padding-inline: calc(var(--_size) + 1.25rem) .25rem;
padding-block: .25rem;
--_size: 2.325rem;
color: var(--accent);
}
.comt::before {
content: var(--name);
display: block;
font-weight: 600;
font-size: .75em;
}
.comt::after {
content: "";
background-image: var(--pfp);
background-size: cover;
background-position: center;
border-radius: 50%;
display: block;
position: absolute;
inset-block-start: .325rem; inset-inline-start: .625rem;
width: var(--_size);
height: var(--_size);
}
.comt:is(:hover,:focus-within) {
background-color: rgb(var(--basalt-bright-element-color),.05);
}
.comt > p { margin-block: .625em; }
.comt > p:first-child { margin-block-start: 0; }
.comt > p:last-child { margin-block-end: 0; }
/*-----------------------------------------*/
div.bq-inst {
border-radius: .75rem;
padding-inline: .875rem;
color: var(--accent);
font-size: .95em;
}
div.bq-inst h3 {
color: inherit;
}
.fnnum {
--fnColor: var(--accent);
}
.fncon {
--fnColor: var(--accent);
color: var(--accent);
background-color: rgb(var(--basalt-secondary-color));
border-color: rgb(var(--general-border-color));
}
.fnnum:hover::after, .fncon::before {
color: rgb(var(--basalt-secondary-color));
}
/*-----------------------------------------*/
.q1 {
--accent: #f4d5f6;
--pfp: url(https://scp-wiki.wdfiles.com/local--files/love-is-an-unwritten-thesis/bq-cat.png);
--name: "BQ Sera";
}
.q2 {
--accent: #ff7e78;
--pfp: url(https://scp-wiki.wdfiles.com/local--files/love-is-an-unwritten-thesis/bq-jet.jpg);
--name: "BQ Jetsetter";
}
.q3 {
--accent: #00C3FF;
--pfp: url(https://scp-wiki.wdfiles.com/local--files/love-is-an-unwritten-thesis/bq-ya.jpg);
--name: "Queen Amethyst";
}
.q4 {
--accent: #FFCE77;
--pfp: url(https://scp-wiki.wdfiles.com/local--files/love-is-an-unwritten-thesis/bq-bust.jpg);
--name: "bq syzygy";
}
.mit {
--accent: #6cf763;
--pfp: url(https://scp-wiki.wdfiles.com/local--files/scp-6700/Mither.jpeg);
--name: "くコ:彡";
font-size: 1.05em;
font-family: var(--UI-font);
}
.clr {
font-weight: bold;
color: var(--accent);
}
.o-distortion {
--mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1380 955'%3E%3Cpath d='M581.6 942.6c-2-.3-8.4-1-14.5-1.5a374 374 0 0 1-182.8-69.8 330 330 0 0 1-43.2-38.3 329 329 0 0 1-89-175.3 265 265 0 0 1-4-57c0-32.3 1.3-44.5 7-71.5a369 369 0 0 1 71-148.5l7.4-9.5-20.7 10.3c-59.9 30-96.2 41-150.7 45.7-15.2 1.3-48.7.8-64-1-30.4-3.7-54.4-12-62.7-21.9-10.7-12.7-3-28 27.2-54.6a4521 4521 0 0 1 99.4-80l28-22.6a2610 2610 0 0 1 74.8-58.7c125.3-93.2 228.8-143 338.4-162.7a503 503 0 0 1 313.3 43.9c52.8 26.4 95.6 58 143.7 106 24.6 24.5 34.8 35.8 74.5 82.2 33.2 38.6 52.3 57.5 77.7 76.5 23.1 17.4 37.6 25.9 81.6 48 23 11.5 45.3 23 49.5 25.4a70 70 0 0 1 21.9 18c11.6 20-29.2 35.7-116.3 44.4-52.1 5.3-78.6 6.6-134.8 6.6-39.3 0-39.8 0-39.2 2 15.2 50.3 12.3 103-8.7 161C1030 740.3 945.2 830 833 886.9a513 513 0 0 1-170.3 53.4 348 348 0 0 1-46.5 2.4c-17 .1-32.6 0-34.5-.1m46.5-41.4c56.7-6.7 113.6-25.7 173.5-58a763 763 0 0 0 51-30.2c2.9-2.4 5.2-3.6-23.5 13a781 781 0 0 1-92.5 45.1c-20 7.8-55.5 18.9-56.6 17.8-.2-.3 2.6-1.3 6.3-2.2 66.1-17.7 158-66.5 222.3-118.1a218 218 0 0 0 13.5-11.5 73 73 0 0 0-11.4 8.5C857.4 808 773 855 712.5 876c-68.6 23.6-133.8 28.4-196.9 14.5a317 317 0 0 1-197-137.3 297 297 0 0 1-41.5-199.8q.8-5.2-.5-.7c-.6 1.6-1.5 6.8-2 11.5l-1.7 12.5a336 336 0 0 0 2.8 69 308 308 0 0 0 40.5 108.7q.7 1.6 1.5 1.8.8 0 .9 1c0 1.6 14.1 21.2 23.5 32.5 10.2 12.2 31 32.7 42.5 42a325 325 0 0 0 177.7 70.4c12.2 1.1 53.7.5 65.8-1m-7.2-7.5A382 382 0 0 0 725.6 867c32.9-13 95.4-46.9 133.5-72.3a681 681 0 0 0 32.5-23.2c0-.3-6 3.5-13.2 8.4-52.7 35.1-120.7 71.6-164.3 88.1a501 501 0 0 1-43.3 14c-10.7 2.7-27 6-29 6-1 0 5-1.6 13.3-3.4 50-11 94.6-30.4 167-72.8a821 821 0 0 0 62.5-41c1.4-1.3 7-6 12.5-10.3A409 409 0 0 0 1005 637.4c3.2-6.3.8-3.2-4.7 6a360 360 0 0 1-83.8 94.9c-23.2 18.7-40.2 29.6-93 60l-55.9 32c-69.2 39.9-127.3 57.2-190 56.7-8.5 0-18.6-.4-22.5-.8s1.6-.5 12-.3q59.3 1.5 114.6-17.6c28.1-9.8 53.5-22.4 96.1-48 17.2-10.3 38.7-23 47.8-28.1 59.6-33.8 86.4-52.6 114.7-80.6q14.1-14 4.3-5c-21.9 20-41 33.8-70 50.5a642 642 0 0 1-51 25.8c-22.7 11-31 15.9-54.5 32.2-39.9 27.9-65.3 41.3-99 52.5a295 295 0 0 1-254.3-31.4C333 782.1 283.3 689 286.9 595.2c.8-19.1 2-29.3 5.4-43.5 8.9-37.8 25.6-65.5 39.4-65.5 8.7 0 13.2 7.7 22.4 38.3 2.5 8.3 5 16 5.5 16.9a9 9 0 0 1 1 3.7c0 1 .6 3.5 1.4 5.3s2 5.3 2.6 7.8c2 7 2 7.3 2.6 6.7.3-.3-.6-4.5-2-9.4s-5.2-19.9-8.6-33.3c-8.5-34.1-11.2-41.5-17-46.4a11 11 0 0 0-6-2.6c-4 0-11.7 5.5-17 12.1-18.5 23-31.1 64.4-33 108.4l-.8 18 .4-21a205 205 0 0 1 22-94c9.9-19.6 22.2-32.5 31-32.5q2.7 0 6.4 3.8c4.8 5 7.3 13 14.5 45.2 6.2 27.8 12.3 51 13.5 51 .4 0 .1-2-.7-4.3a80 80 0 0 1-2.3-8.2 763 763 0 0 1-8.4-46.5c-6.6-44.2-8-50.2-12.5-55.3-5.1-5.7-11.3-4-21.7 6.2-18.1 17.9-34.3 53.8-42.4 94.6-1.5 7.7-2.8 12.8-2.9 11.5a276 276 0 0 1 10.9-47.2c13.2-40.2 37.4-74.8 52.1-74.8 7.7 0 11.2 9.3 15 40.4 1.3 9.8 2.5 17.4 2.7 16.7a692 692 0 0 0-4.9-53q-3.4-15.7-11.9-13.7c-4.5 1-13.8 8.5-20 16.2a163 163 0 0 0-21 32.8 256 256 0 0 0-24.7 80.3 393 393 0 0 0 0 75.8 287 287 0 0 0 28.2 91 284 284 0 0 0 93 109 314 314 0 0 0 151 58 478 478 0 0 0 70.8 0M465 865.3q-55.4-22.4-97-63.5l-11-11 10.3 9.7c32.2 30.2 62 49.6 98.7 64.2l12.4 5c1.3 1.3-2.8-.1-13.4-4.4m143.5 14.3c35.3-4 65.2-13 98.5-29.4 27.7-13.7 51-30.2 78-55a65 65 0 0 1 28.7-17.6c6.5-2.3 25.5-10.3 26.8-11.3q.3-.4-1.8-2l-5.4-4.5c-4.8-4.4-4.4-6 11.1-44a363 363 0 0 0 17.1-51.1c3.3-13.5 7-34.4 7-38.4-.1-1.5-1 2.3-2 8.3-8.2 46-27.2 90.6-53.3 125-12.6 16.6-17.4 20.4-30 23.6a122 122 0 0 1-41.4 2.9c-10-1-13.7-1-14.5-.1-2 2 .7 5.6 6.8 9l5.9 3.1h-3.5c-3.2.2-3 .3 2.3 2 7.4 2.4 9.7 4.4 9.7 8.6 0 11.6-35.5 36.9-72 51.5A287 287 0 0 1 575 880l-22 .7 21 .2c13.5 0 25.8-.4 34.5-1.4m-63.5-2.1a307 307 0 0 1-59.8-12.4 91 91 0 0 0-12.5-3.5 255 255 0 0 0 70.8 16.3q4.3 0 1.5-.4m67-7.2a218 218 0 0 0 82-29.9c10.6-7 20-16.6 21.6-22.2 1.1-3.7 1-4.7-2.1-12.3a51 51 0 0 1-3.5-12.7c-.4-10.3-.5-11-2-11-.8 0-7.9 3.6-15.7 8.2a230 230 0 0 1-63.3 25.8 59 59 0 0 0-11.5 3.5 214 214 0 0 1-29.9 12 105 105 0 0 0-16 6.5 68 68 0 0 1-21.4 6.9h-15.7c-32.1.4-64.3-7.6-95.3-23.7-11.6-6-31.4-19.1-41.4-27.6-9.7-8-26.3-24.9-33.9-34.1a247 247 0 0 1-38.2-68.6c-10.3-29.9-13.4-65.2-7.6-86 1-3.5 1.3-6.4.8-6.8-.5-.5-3.9-1.6-7.5-2.6-3.8-1-8-2.9-10-4.5-3-2.5-3.2-3-2.2-5.3 1.8-4 11-7.6 33.8-13.3l23.7-5.9 2.7-.6-2-4.7-6.4-16.7c-12.2-31.8-19.7-38.5-30.8-27.7-18 17.3-29.1 67.8-24.7 112.3A272 272 0 0 0 445 843.5a277 277 0 0 0 71.5 24.6c21.1 4.2 28.6 4.8 57.5 4.5 20.8-.3 28.4-.7 38-2.4m-83-31.7c.4-.4 4-.8 8-1 11.6-.4 23.7-5.2 26.6-10.7q3-5.6-3.7-5.6c-6 0-25.5-3.8-37-7.1-45.4-13.2-84.8-43.7-104.6-81-8-15-13.6-35.8-13.6-50.2 0-5.7-.2-6.2-6-13.8a1023 1023 0 0 1-23.4-34.1 984 984 0 0 0-19.8-29c-2-2.5-3.5-3-12.8-4.3l-12.8-2c-1.9-.5-2.5 0-3.9 3.2-3.1 7.6-4.5 15-4.8 27.3-.7 28 6.5 56 22.6 87.7a230 230 0 0 0 75.6 84.6A207 207 0 0 0 526.2 839c1.1 0 2.4-.1 2.7-.5m49.7-11.9 9-4a42 42 0 0 0-8.3-.4c-7.6 0-8.7.2-8.7 1.7 0 1-.7 3-1.5 4.6q-1.5 3-.2 2.3zm18.6-8.5a210 210 0 0 0 102.2-37.6c5.7-4.1 13.5-9.4 17.3-11.8 3.8-2.3 6.6-4.5 6.4-4.7-.3-.3.5-1.4 1.7-2.4q3.1-3 .8 0c-.8 1-1.4 2.6-1.3 3.5.2.9-1.6 2.7-4.2 4.4-2.5 1.5-4.3 3.2-4 3.6.3.5 2.7 1.2 5.4 1.5 3.8.6 5 1.2 6 3 5 11.3 39.8 9.3 61.1-3.4 30.8-18.3 61.7-71.7 73.9-127.7a293 293 0 0 0-8.4-155.2c-6.4-19.7-22.4-55-24.5-53.7q-.9.4-1.6-.6-.6-1.1.4-.4 1.1.4 1.2 0c0-2.5-16.8-27.7-18-27-.4.3-1.4-.3-2.1-1.2q-2-2.3.4-.4 5.5 4.3-7-11.4c-11-13.9-32.6-35.6-37.8-38.2l-12-6.6a32 32 0 0 0-8.6-4q-.7.3-1.3-.5a83 83 0 0 0-14.3-8.1 284 284 0 0 1 45.3 37.4c38 37.8 63.3 82.8 75.6 134a269 269 0 0 1 4.2 94c-.3 3.3-1 6.3-1.4 6.5s-1 2.4-1.3 4.6a254 254 0 0 1-9.5 33A170 170 0 0 1 802 711c-12.5 11.7-23 17-33.6 17q-7.3-.2-3.2 3.5c2.1 2.1 7.3 2 13.8-.5a87 87 0 0 0 20.8-12.6 14 14 0 0 1 3.5-2.7q.7-.1.5-1-.1-.6.7-.2c2.6 1.6 20-22.2 29.3-40a44 44 0 0 1 5.8-9.7c0 2-10.7 22-16.2 30.2a135 135 0 0 1-36.8 38c-4 2.8-6.9 5-6.3 5a109 109 0 0 0 33.8-28c22-26.5 37.2-63 43.2-104.4 2.6-18 2.3-50.5-.6-69.5a272 272 0 0 0-26-83.5 284 284 0 0 0-73.6-93.8c-14.2-12-13.9-11.6-9.7-9.2a275 275 0 0 1 62.9 65.2 38 38 0 0 0 7.8 9.5q.5-.6.5.3c-.5 2 0 3.5 1 3q.8-.5.4.8-.4 1.5 1.5 2.6 2 1.1 1.4 2.7-.8 1.8.7.9 1.3-.9.6.3-.5 1 .3 1.2 1 0 1 .7c-.3 2 .2 3.3 1 2.8q1-.6.4 1-.6 1.8.5 1 1.2-.6.5 1-.8 2 .7 1 1.3-.9.6.3-.6 1 .4 1.2 1 0 .6.9t.8 2.4.9 2q-.4.6.6.7 1.1 0 .6 1-.4.9.5 1t.6.9q-.5 1 .7 2.2c.8.8 1.2 2 .9 2.7q-.4 1.4.7.7 1.1-.5.4 1-.6 1.8.5 1 1.2-.5.5 1-.7 2 .6 1 1.3-.7 1 .6c-.3 2.8.1 5 1 4.4q.9-.3 1.5 1t-.4 1q-1.7-1.3-.4 1.9.6 1.3 1.4 1 .7-.2 1.4 1.1.5 1.4-.4 1-1.7-1.3-.4 1.9.6 1.3 1.4 1 .8-.2.3 1.7-.8 2.4.7 1.4 1.3-1 .5 1.5-.7 2.1.3 1.6t.5 1.6q-.5 2.4.5 1 .9-1.7 1.5.7.4 2-.6 1.4-1-.5-.4 1c.4 1 .7 2.3.7 3q.1 1 1.1-.3 1.3-1.9.4 1.3-.7 3 .6 2 1.3-.7.6 1c-1 2.5 2.4 15 3.6 13.4q.9-1.2.3 1.3c-.3 1.3.3 7.2 1.4 13 4 21.6 5.3 53.3 3 74.7-7.5 69.8-47 132.8-92.7 147.8-5.7 2-8.3 3.3-8.6 4.6-1 4-8.7.5-8.7-4 0-1-.3-3.4-.7-5.3-.6-3.3-.6-3.3 1.4-1.6 1 1 2.3 1.4 2.7 1q.8-.5 2 .8c2.5 3.5 9.2 5.1 12.4 3q1.6-.9-1.2-1.4c-2.4-.6-2.5-.9-1.2-2.2q1.4-1.3 2.8-1.5a61 61 0 0 0 13.8-6.3c0-.2-2.6.6-5.7 2-7.1 2.8-9.3 3-14.3.3q-4-2-4.5-4.7l-1.5-6.4c-1.4-5-1.3-5.4.8-3.7 2 1.7 5.2 3 5.2 2.2a22 22 0 0 0-2.9-4.2c-3-3.8-5.7-13.4-4-14 1.3-.5 1.1-3.4-.5-7.4-1.1-2.6-1.2-3.7-.4-4.6 1.3-1.3.5-2.7-1-1.7a186 186 0 0 0-14.6 30.2q-.8.7-.2-.4t.2-1.2c-.3 0-1.3 1.4-2.2 3q-1.5 3-.4 2.4t.8.7q-.6 1.1-1.6 1.1t-.5 1.4q.6 1.5-.5 1-1-.6-1.8.5-.7 1.2.6.4 1.2-.9.8.6-.6 1.2-1.5 1.4a3 3 0 0 0-2 .9q-.6.8.5.2t1.2.4q0 1.3 1.8-.1 2.1-1.8.4.1c-.7.8-1.8 1.5-2.4 1.5q-1 .1-1.6 1.3-.4 1.5.9.6c.7-.4 0 .9-1.5 2.9-1.6 2-3 3.7-3.3 3.7q-.4-.1.8-1.8 2-2.3-.3-.4-1.6 1.4-1.2 2.2c.6 1-5.3 7.8-13.6 15.8-12.5 12-34 27.7-36.7 26.7q-1.2-.4-.8.4c.8 1.3-5.2 4.3-6.7 3.4q-1-.6-.3.7 1 1.4-.8.7-1.5-.5-2.1 1-.6 1.3-2 1c-.8-.4-5.5 1.2-10.5 3.3a201 201 0 0 1-128.6 7.8 186 186 0 0 1-63.5-32.7c-7.3-6-20-18.4-20-19.5q.2-.7 1.8.5 2 1.7-.2-1c-1-1.2-2.1-2-2.4-1.7-.7.7-4.2-2.5-4.2-3.7q.2-.9 1.8.4 2.1 1.8-.2-.9c-1-1.2-2.3-2-2.8-2q-1 .1-1.6-1.1-.4-1.5.8-.7c.6.4-.5-1.7-2.5-4.8s-4.2-5.3-4.8-5q-.8.5-.5-.8c.7-2-2-7-3.4-6.2q-1.2.7-.4-1.2.9-2.2-.5-.8c-1.2 1.2 2 7.6 8.4 17.2 1.6 2.4 3 4.8 3 5.5.4 2.2 1.8 3.7 3 3q1-.6.4.9c-.3.9.3 2.3 1.4 3.3s1.9 1.4 1.9 1q.1-.6 1.5.5c2.1 1.7 1.9 3.5-.2 1.9-4.4-3.3 13 13.8 19.2 19a195 195 0 0 0 138 41m-38.6-2c-44.6-5-86-24-112-51.6l-5.5-5.8 5 4.6a186 186 0 0 0 84.7 46.4c30.2 7.7 66.2 7.6 97-.1 19.2-4.8 40.8-14 56.4-24 7.5-4.7 21-15.3 24.8-19.3 3.4-3.6 5.9-4.3 3-.9-1 1.2 3-2.5 8.9-8.2 5.9-5.8 10.7-11 10.7-11.5s-4 3.2-9 8.5-9 9-9 8.5 4.3-5.4 9.5-10.8c5.1-5.4 10.8-11.8 12.6-14.2 1.8-2.5 3.5-4.3 3.7-4s-.7 2-2.2 4c-1.5 1.9-2.4 4-2 4.6q.8 1.2-.6.4-1.4-1-.5.5.8 1.2-.3.6-1-.5-1.6.1c-1.3 2.2 3.5.7 6-1.8 1.5-1.6 3.2-3 3.8-3s0 1.1-1.2 2.4c-2.1 2.2-2.1 2.5-.7 5.2.8 1.6 1.5 3.7 1.5 4.6 0 1.8 5.8 6.9 7.8 6.9q1.1.2 2.2 2c.6 1.1 2.1 2 3.6 2 3.3 0 2.2 1.6-1.6 2.5s-3.9 3.2-.2 4.6c6.7 2.7 26.2-5 40.9-16 32-24.3 56.3-68.2 67.4-122.1a44 44 0 0 1 2.8-11.2c.2 3.9-4.5 25.8-8.3 38.7C842.7 705.5 814 747.9 786 762c-12.7 6.5-30.7 10.9-39.2 9.7a41 41 0 0 1-8.7-2.7l-4.5-2v-5.6c0-5.7 0-5.7 1.6-3 .8 1.6 2 2.7 2.7 2.5 2.4-.8 2-11.7-.5-11.7-.6 0-2.1 1-3.4 2.5-1.3 1.3-2.8 2.5-3.5 2.5q-1.1 0 .4-1.9c1-1 1.7-2.2 1.7-2.7a62 62 0 0 0-9.7 8.7 169 169 0 0 1-27.1 21.3 202 202 0 0 1-86 35.1c-12 1.9-39.9 2.6-51.2 1.4m34-22.6c3-.5 3.2-.7 1.5-1.4-2.8-1.1-4.3-1.1-2.5 0q2 1.2-.3 1c-6.5 0-76.2-31.6-76.2-34.6q0-1.2-1-2-.6-.7-.1.4 1.4 2.3-2.5.2-1.7-1-1.4-2 .4-.8-.6-1.5-1.2-.7-.5.4 1.3 2.1-2.5.1-1.7-1-1.4-2 .4-.8-.6-1.5-1.2-.7-.4.5.8 1.3-.6.8t-1.2-1.5q0-1-1.5-.9-1.6 0-1.5-1 0-1-1.5-1-1.6 0-1.4-1.2.1-1.1-.8-.7c-.6.4-4-1.5-7.8-4.1-3.7-2.7-7-4.8-7.4-4.8s-1.4-1-2.2-2q-1.4-1.8-1.6-1.1t-2.2-1l-2.3-2 1.9 2.3c1 1.2 2.3 2 2.7 1.7q.8-.4.9.4c0 1.3 12.1 10.5 24.5 18.8 17.9 12 29.5 18.2 73 38.8 5 2.4 7.5 2.5 17.5.9m-49.5-10.7a376 376 0 0 1-111.9-84.6c-5.8-6.6-6.5-7.1-5.4-4.1 1.5 4.6 28.5 32.2 44.8 45.8a612 612 0 0 0 50.9 38.1c15.5 10.6 16.8 11.3 24 12.6 4.2.7 9.4 1.4 11.6 1.4 3.6 0 2.3-.8-14-9.2m91.7.8c57.3-19.9 98-66.3 100.5-114.4a79 79 0 0 0-4.4-30.9c-1.5-5.5-1.6-6.4-.3-7.2 2.4-1.5 2.8-1.2 9.1 4.8a234 234 0 0 1 24.8 31.2c4.9 6.7 11 11 15.7 11 8 0 21.5-11.4 31.1-26.2a167 167 0 0 0 15.6-32.7 140 140 0 0 0 6.4-26.7c-.3-.3-5.4.4-11.4 1.5-29.1 5.5-77.2 10.4-127 12.8-7.9.3-14.3.8-14.3 1.1l1.6 6c3.6 12.2.3 29-8.8 45a134 134 0 0 1-31.8 33.1 115 115 0 0 1-58.7 18.9c-47.7 2.4-93.2-25.4-107-65.4a52 52 0 0 1-1-30.3c1-2.4 1.5-4.6 1.2-4.9s-5.3-.6-11.3-.8l-10.7-.4-10.2 11.1a76 76 0 0 0-14.3 19.3c-4.4 9-8 23-6.4 25.1 3.4 4.9 29.8 33.6 37.5 41q45.6 43.6 108.6 65.5c18 6.3 49.4 15.8 52.5 16 1.4 0 7.3-1.6 13-3.5m-115.7-.3-11.5-8.2a522 522 0 0 1-64-52.4c-10.9-10.6-11.2-10.8-8.5-6a149 149 0 0 0 58.8 56c7.3 3.8 24 11.2 25.7 11.4q.3 0-.5-.8m363.6-58a167 167 0 0 0 45.9-27.5 293 293 0 0 0 101.5-181c1.9-12.6 3.1-42.1 1.9-42.9-.5-.3-5-.8-10.1-1.2-7.4-.6-9.4-.5-9.7.6l-2 13.4c-5.7 42.5-23.5 82.6-47 106-11 11-19.1 15.6-27.8 15.7-5.9 0-11.8-2.4-15.5-6.4-5.8-6.3-12.6-21.5-19.1-42.8-15.7-51.6-25-76.2-39.5-104.5a412 412 0 0 0-31.4-51.2 413 413 0 0 0-31.2-21.8c-.7-.5 1.5 2.5 4.9 6.6a319 319 0 0 1 73.2 223 425 425 0 0 1-8.8 64.4c-7.4 35.9-8.1 44-4.3 48.8 1.8 2.3 2.8 2.7 7.8 2.7 3.2 0 8.2-.9 11.2-2M577.1 689a99 99 0 0 1-34.2-7 97 97 0 0 1-40.8-31.4 49 49 0 0 1-8.4-15.8c0-.7 1.4 1.4 3 4.7a93 93 0 0 0 28.2 31.5c7.2 4.9 20 10.6 29.7 13.2 11.2 3 34.8 3.3 45 .6a74 74 0 0 0 21-8.4q1.6-1.5-4 .8c-13.2 5.3-18.5 6.2-37 6.2-16.2 0-18.1-.1-26.3-2.7a96 96 0 0 1-35.5-19.7c-14.6-12.8-26.2-35.1-25-48 .3-3.5.1-4-1.9-4q-4.2 0-3 13.7c2.2 23.6 24.6 49.4 52.9 60.8 12.2 5 20.2 6.4 35.8 6.3h13.5zm16.1-9c.7-.6 2.3-.8 3.6-.4q2.1.5 1.5-.1c-.4-.4 2.7-1.9 6.9-3.2s7.4-2.6 7.2-2.8c-.3-.3-2.2.2-4.4 1-2.2.7-6 1.6-8.4 2q-4.9.6 3.8-2a96 96 0 0 0 30.3-15.4 92 92 0 0 0 18.3-20.4c1.9-3.4 2-3.5-5.5 6.2a89 89 0 0 1-42.4 27.2 104 104 0 0 1-39 1.7 81 81 0 0 1-44.6-24.1 122 122 0 0 0 15.5 11.5c2.7 1.4 1.4.2-5.7-5.1-6.4-4.8-15.7-14.7-15.7-16.7q0-1-.8-1.5a81 81 0 0 1-9.4-22.7l-1.2-6.1h-8.6v4.7a58 58 0 0 0 13.1 33.4c13.3 18 34 30 58.7 33.8 7 1.1 25 .4 26.8-1m6.4-14c22.2-5.3 41-20 50.1-39.4 4-8.5 6.7-17 5.7-18.1-.4-.4-3.4-.3-6.7 0l-6 .7-2.5 5.4a66.3 66.3 0 0 1-119.4 3.3l-3.7-7.7h-4.7c-4.4-.1-4.8 0-4.8 2.2a60 60 0 0 0 7.1 19.5c4 7 17.6 20.5 25.2 25a87 87 0 0 0 24 9.7c9.6 2 25.7 1.8 35.7-.6m-194.3-2.2c1-1.6 3.2-9.7 3.3-12q.1-1.8-2.8-1.7c-5.5 0-13.7-11.1-25.3-34.4l-5.3-10.3c0-.2-3.2-.6-7-1l-6.7-.6 4 5.9 15.6 23.9c13 19.8 21.2 31.5 22.5 31.5q.9-.1 1.7-1.3M594 646.2a61 61 0 0 0 41.3-34.1l1-2.6-56 .5c-31 .2-56.4.5-56.5.7-1.3 1.1 6.5 12.2 13.3 19a58 58 0 0 0 56.9 16.4m-168.2-25 13.7-7.3 8.4-4.6-5.4-.5c-9-1-38.9-1.9-38.9-1.2a37 37 0 0 0 8.5 13.4c4.4 3.9 6.8 4 13.7.3m142.2-22c63.9-1.6 72-2.6 22.5-2.7-51.4-.2-89.4-2.2-108.1-5.8l-15.8-2.8c-3.4-.3-3.6-4.1-.3-6.3 2.3-1.4 2.5-1.4 1.9 0-1.3 3.4 1.6 2.6 6.4-1.8 7-6.2 10.3-10.9 18.4-25.5 3.7-7 8-14.1 9.4-16s2-3.1 1.4-2.7-3.8 4.5-6.8 9.2c-6.2 9.2-8.3 11.2-4 3.7a106 106 0 0 1 46-43.8c6-3 13.7-6 17-6.9a100 100 0 0 1 97.5 28.4q8.4 8.5 4.2 3.4a121 121 0 0 0-22-20.2 109 109 0 0 0-57.7-18.5c-4.4-.3-4.2-.3 1.5-.5 3.6 0 10.8.5 16 1.3 30.3 4.6 54.1 21 77.2 53a153 153 0 0 0 12.9 16c4 3.9 4 3.8-1-2-5.5-6.5-6.8-9.3-2.4-5.4 2.6 2.5 2.3 2-11.6-17a161 161 0 0 0-33.3-32.4c-10-6.6-23.8-12.6-35.4-15.3-12.5-3-35.8-2.5-48.5.9-28.4 7.6-48.9 23.3-69 52.8a78 78 0 0 1-8.6 11.6c-.8-.8 10.5-18.6 17.2-27.2 11.7-15 24.6-25.3 41.6-33.4 31.5-15 65.2-14.1 98.4 2.4 14.6 7.3 12.5 4.5-2.5-3.3a113 113 0 0 0-116 6.8 183 183 0 0 0-17.5 14.2c-5.5 5-8.2 7.3-6 5a129 129 0 0 1 37-29c16.8-8.4 32.7-12 53.4-12.3 12.2-.1 12.4-.1 5.6-1-17.8-2.3-46 3.3-62 12.2-3 1.7-6 2.7-6.7 2.3q-1-.6-.3.7 1 1.4-.8.7-1.6-.6-1.4.5 0 1.2-1.5 1.3a4 4 0 0 0-2.5.9q-.7.8.6 0 1.5-.8.7.5-.9 1-2.1.7c-3.6-1.4-25.5 19-38 35.4a208 208 0 0 1-22 25.5 72 72 0 0 1-31.4 20c-13.3 4.8-15.9 6.4-14.5 8.7q3 4.4-2 3.2c-1.7-.4-5.2-.8-7.8-1s-6-1-7.8-2c-4-2-5.3-1-2 1.8l2.5 2-2.5-.6c-4.9-1.3 1.2 1.1 8.5 3.3 24.1 7.3 76.6 9.4 174 7m-130-2c-20.9-1.9-41.6-5.2-40.3-6.5a772 772 0 0 0 63.3 6.9c2.2.2.2.3-4.5.3s-13-.3-18.5-.8m232.3-57.2a149 149 0 0 0-34.3-34c-10.3-6.9-11.4-7.7-6.5-5.2a134 134 0 0 1 41.1 37.7c5 6.5 8.9 12 8.6 12.3-.2.3-4.2-4.6-9-10.8m-184.8 4.5a138 138 0 0 1 30.4-35c6.3-4.9 20.3-13.3 22-13.2.6 0-2.2 1.8-6.1 4a115 115 0 0 0-40.8 38c-6.7 9.9-9.7 13.4-5.5 6.2m-10.9-12.7c7.5-11.3 27.5-31.3 34.9-35 .8-.4-.3.8-2.5 2.6-5 4-21.3 20.4-28.4 28.4-3 3.3-4.7 5-4 4M947.3 593c6.2-3 15.8-12 22.7-21a194 194 0 0 0 27.1-56.4c4.9-18 6.9-27.6 8-38.8.8-6.6 2.8-5.6-17-8.7a350 350 0 0 1-142.5-55.3l-3.5-2.2 2 3a464 464 0 0 1 43.2 85.3 838 838 0 0 1 11.9 34.2c.7 2.4 3.6 11 6.4 19l6 17a95 95 0 0 0 10 18.7c6.5 9 14.8 10.7 25.7 5.2m-341.7-1c14.6-.5 28.5-1.2 30.9-1.5l4.4-.6-.6-8.2A53 53 0 0 0 630 553a54 54 0 0 0-22.7-19.9 59 59 0 0 0-70.6 12.1c-5 5-9 9.5-9 10.1s-1 3.4-2.4 6.3a50 50 0 0 0-5.3 29.7c.3.3 34.3 1.4 47.7 1.7 6.3 0 23.4-.3 38-.8m-100.5-4.4c4.5-2.6 5.2-3.9 8.5-15.5a65 65 0 0 1 18.5-31.7 54 54 0 0 1 17.5-13.2 66 66 0 0 1 76.5 12.3 68 68 0 0 1 19.5 36c1.5 6.3 2.1 7 9 10.5 5.5 2.7 5.5 2.7 14 1.4 10-1.5 17.2-3.5 17.7-4.9.2-.5-1.7-2.2-4.2-3.8q-8.1-5.2-21.4-27c-12.3-20.2-24-31.5-41.6-40.2a84 84 0 0 0-51.2-8q-44.7 7.5-68.3 51.2a95 95 0 0 1-18 26.2c-6.2 5.3-6 5.5 6.2 7.5 11.6 2 12.6 2 17.3-.8M836.4 552c-.8-27-3.2-42-10.8-65.6a258 258 0 0 0-116.2-142.6c-81.2-47.5-184.7-46.2-250.4 3.1-47.4 35.6-74.2 95-74.3 164.6 0 18 2.6 44.7 4.5 45.4s14.3-5.3 23-11.1c9.2-6.2 15.5-12.2 34.5-32.6 7.4-8 17.3-18 22-22.2a167 167 0 0 1 78.2-41c9-2 13-2.2 30.3-2.2 16.7 0 21.6.4 29.8 2.2 26.8 6 49.4 17 71.5 35 5 4 18 16.7 29 28a390 390 0 0 0 26.7 26c12.2 9.5 28.3 16 55.5 22.3 5.2 1.2 17.2 4 26.5 6.4a468 468 0 0 0 18.9 4.4c1.8.1 1.8-.7 1.3-20.1M361.7 439.5c-1.7-22-5.4-26.8-16.4-21.2a123 123 0 0 0-24.5 24.1c-5 7.2-3.3 5.7 3.8-3.4 10.7-13.4 22.8-22 28.4-19.9 5.4 2 7 9.6 8.3 39.6l.8 19 .3-12.5c.2-7-.2-18.5-.7-25.7M984.6 411a487 487 0 0 1-56.8-16.4 205 205 0 0 0 30 11.2c10.3 3 30.2 7.2 33.3 7.2 1.1 0-1.8-1-6.5-2m-39-3.2-12.5-5.1c-20.8-8.3-34.8-15.8-91.5-48.9a1153 1153 0 0 0-77.7-42.7 278 278 0 0 0-33-14.7c-.1.2 5.5 3 12.5 6.2 25 11.2 50 25.2 95 52.8a178 178 0 0 0 25.4 14.2q1-.7.5.3c-.6 1 15.7 10.9 28 17.1 7.8 4 4.4 1.4-4.4-3.4-11-6-22.3-12.5-22.3-13.1a30 30 0 0 1 6.3 3l12.7 7a567 567 0 0 0 49.2 23.7c9.3 3.5 12.9 4.6 11.7 3.6m2.5-3-16-6c-11-4.4-41.5-19.6-41.5-20.7q0-1-1-.4-.9.4-1-.4a92 92 0 0 0-13.7-8.7 816 816 0 0 1-45.8-27.7q-.7-.9 1.5.4c20 12.2 63 36.5 63 35.5 0-.2-3.5-2.4-7.7-4.7s-18.8-10.7-32.1-18.7c-25.7-15.2-28-16.4-26.7-14.3q1 1.5-1.4.1c-2.4-1.3-2.8-2.3-.6-1.4 7.4 2.8-16.8-11.4-41.5-24.4a634 634 0 0 0-91.5-39.2c-25-8-59.7-15.6-80.7-17.7-4-.3-6.5-1-6.1-1.6q.3-1-5.8-.4-6.6.6-3.9-.3 2.7-1-8-.6c-6.1.2-8.2 0-5-.3 5-.6 4.6-.7-5.4-1.4-15.4-1-41.9-1-57.6.3-48.4 3.7-89.2 12.3-151.5 31.8-24.1 7.5-34.3 10.4-35.7 10-.5-.3 2.6-1.7 7.1-3.3s8-3 7.7-3.3-5.8 1-12.3 2.6a181 181 0 0 1-33.4 6.6c-2-1.3.8-2.5 11.1-4.4a718 718 0 0 0 68-15.5c8-2.5 14-4.5 13.4-4.5s-9.4 1.7-19.5 4c-28 6-46.7 9-49.5 7.9q-6-2.2 3.6-3.3 11-1 11-2.6c0-.3-2.1-1.2-4.7-1.9-5-1.4-8.3-3.6-8.3-5.8q.1-1.2 2.4-1.3c4.2 0 5.6-1.2 9.7-7.6 5.1-8 16.3-18.6 39.2-37a392 392 0 0 1 77.5-49.8q6.5-3.4-1 2c-8.1 5.6-1.6 3.2 18.1-6.6a277 277 0 0 1 20.1-9.6c0 .2-4.4 2.7-9.7 5.6-25.7 13.8-60.5 35.8-69.8 44.1-2.7 2.5-9.3 7.4-14.5 10.8a267 267 0 0 0-28 21q-15.2 13-3 1c4.1-4.1 12.6-11.7 18.8-16.8s11-9.6 10.8-9.9c-.7-.7-18 10.4-27.7 18-15.2 11.5-27 24.9-24.6 27.4.4.4 2.4-.5 4.6-2l3.9-2.5-.5 4.2c-.7 4.7-1.6 5.6-5.7 5.6-2.5 0-2.7.3-2.2 2.6s.5 2.5-4.1 2.5c-4 0-4.5.2-2.9 1.1 2.9 1.7 17 .4 34.3-3 16.8-3.5 18.2-3.6 13.8-1.6-3.9 1.8-1.5 1.7 6 0 3.2-.8 6.2-1.2 6.7-1 1.1.8 15.7-1.6 41.7-6.7a541 541 0 0 1 99.1-11.5c82-2.3 162.3 17.8 242 60.6a2167 2167 0 0 1 61.9 35.3q3.1 1.9 3 .8-.6-1-1.4-1.3-1-.2-2.3-1.4a309 309 0 0 0-18-11.3c-59.5-35.2-103.4-55.3-150.2-68.7A555 555 0 0 0 587 247a537 537 0 0 0-68.9-1 916 916 0 0 0-70.9 8.2 85 85 0 0 1-12.4 1.6c-.5-.5 25.2-5.4 33.2-6.3 3.3-.4 5.4-.9 4.7-1.1-2-.7-43.3 5-42 5.9 1.9 1.1-19.5 5.1-37.2 6.9-11 1.1-15.9.8-8-.5 5.3-1 6.1-2.5 1.3-2.5a10 10 0 0 1-7.3-3c-3.4-2.8-3.4-3-2-5.6q3.4-6.2 6.8-3.2c4.1 3.8 7.5 2 14.1-7.5a121 121 0 0 1 32.6-32.1 566 566 0 0 1 50.5-30.3c0 .2-3.6 2.7-8 5.7s-7.6 5.6-7 5.8 6.5-2.6 13.2-6.1c34.7-18.2 39.5-20.7 42-21 1.3-.3 5.6-2.1 9.4-4A503 503 0 0 1 641 118.5c16.8-3.7 13.7-4.3-4.7-.9a456 456 0 0 0-84.7 24.9 84 84 0 0 1-11.8 4.3c-.7-.7 22-9.9 39.2-15.9a421 421 0 0 1 85.5-20.2q95-11.5 179.5 21.5A386 386 0 0 1 972 216c9.6 9.2 8.7 8.1-3.5-4-56-55.5-126-91-204.2-103.2-29-4.6-70-5.5-98.3-2.3a501 501 0 0 0-133.7 36.3c-14.6 5.9-16 6.3-6.8 1.8a456 456 0 0 1 144-40.6c15.3-1.7 61.2-1.7 77 0a383 383 0 0 1 164 57l2.5 1.4-2.5-2a342 342 0 0 0-31-18.7c-4.7-2.5-8-4.5-7.6-4.5s7 3 14.3 7a405 405 0 0 1 47.7 29.6q27.7 20 3.6 1.2a385 385 0 0 0-203.7-77.9c-17.7-1.6-67.7-.7-83.3 1.5a556 556 0 0 0-46.4 8.7 36 36 0 0 1-8.3 1.5A351 351 0 0 1 640 98.6a444 444 0 0 1 98.5-4.5c21.9 2 24.3 2 14.5.6-32.3-5-74-4.5-115.5 1.5L619 98.6a364 364 0 0 0-63.6 16.9c-24 8.4-43.8 17.3-85.9 38.5a986 986 0 0 1-41.5 20.3c5-5.3 69.6-38.4 96.8-49.6a484 484 0 0 1 148.5-37.5 564 564 0 0 1 68.2 0c83.6 7 156.5 37 224.5 92.1 6 5 8.8 6.8 6 4.2-26.4-25-73.4-54.3-114-71.2-15.4-6.4-51-18.3-64.6-21.6a430 430 0 0 0-150.4-7 705 705 0 0 0-36.2 6q-2.1.3-2.3-.4c0-.5 1.9-1.2 4.1-1.6 2.3-.3 4-.9 3.6-1.2-1.4-1.4-32.5 6.5-56.2 14.3a686 686 0 0 0-109 47.9c-26.2 13.8-50 28.8-97.4 61.4-20.6 14.1-53.1 41.8-59.8 51a390 390 0 0 1-32 32.8 53 53 0 0 1 6-9.9c10.2-15.2 10.7-15.5-13.5 10.6-8.5 9.3-13.8 17.5-13.8 21.5q0 2-2 2c-2.4 0-2.6 1.8-.3 4.2 2.5 2.8-.6 2.4-4.7-.6-4.3-3.2-5.4-3.2-6.8 0-2.6 5.7-.9 7.3 11.3 10.5a82 82 0 0 0 34 1c3.3-.6 6.1-.7 6.3-.2.6 1.8 15.1-2 33.4-8.8 13-4.7 72.4-28.2 76.3-30 5-2.5-4.9.9-35 12-36.2 13.2-50.3 18-54.2 18-1.4 0-2.4-.3-2.1-.5s9.2-3.8 19.9-7.9c24-9.1 35.2-13.7 34.5-14.4-.2-.2-2.7.3-5.5 1.2-2.8 1-5.5 1.4-6 1-.7-.3-7.3 1.2-14.9 3.4-17.2 5-22 6.2-22.7 5-.3-.4 1.4-1.2 3.7-1.8a1914 1914 0 0 0 63.9-18.6c69.8-21.8 116.2-32.2 150.2-33.8 4.5-.2 6.9-.2 5.2 0-1.6.2-8.6 1-15.5 2a589 589 0 0 0-125.8 32c.3.2 4.5-1 9.4-2.7 109.7-37.5 209.7-40.4 306.1-8.9C742 295.6 779.8 314.3 854 359c39.7 24 51.1 30.3 65.1 36.2a377 377 0 0 0 36.4 12.8c.8 0-2.5-1.4-7.5-3.2M282 290.2c-2.4-3.9 19-29.4 29.2-34.9 3-1.6 3.8 0 1.9 3.8-1.4 2.6-1.4 3 0 3.2 1 .3.2 1.9-3.2 5.9-2.5 3-6.1 7.8-8 10.7a19 19 0 0 1-4.3 5.3c-.5 0-1.5-1-2.2-2.1-2-2.9-4.1-1.8-8.5 4.2-3.8 5.2-4 5.3-4.9 3.9m20.2-35.5c14.7-16.5 40-39.5 43.2-39.5.6 0 4.8-2.5 9.4-5.4 4.5-3 9.3-6 10.7-6.6 1.4-.7 10.8-6.6 21-13s26.2-16.2 35.5-21.6c21.6-12.4 65.5-34.5 65.5-33 0 .2-6 3.6-13.2 7.6A1526 1526 0 0 0 370.5 206l-28 19.3a276 276 0 0 0-33 25.3c-14.8 12.7-15.4 13-7.3 4m40.3-9.7a342 342 0 0 1 35-26.6c0 1.1-38.5 31.8-39.8 31.7-.4 0 1.8-2.3 4.8-5m4.1-9 10.5-8.8c4.4-3.5 10.2-8.5 12.9-11.1 5.3-5 28-20.2 50-33.4l16.3-9.8c6.9-4.1 2.7-.8-7.8 6.3-6 4-10.8 7.5-10.6 7.7s2.8-.8 5.8-2.3l5.3-2.6-3 2.5c-1.6 1.4-10 7-18.7 12.3a1852 1852 0 0 0-55.8 36.3c-4.1 2.9-6.3 4.2-4.9 2.9M451 158.3a522 522 0 0 1 139.5-61c22.5-6 64.4-13.4 74.3-13 1.8 0-3.3.9-11.3 2-64 8.4-131.2 32.3-199 70.6-2.5 1.4-4 2-3.5 1.4m594.5 248.8c10.4-1.3 17.6-4.3 19.6-8 4-8 1.8-12.7-42.9-88a418 418 0 0 0-66.6-87 329 329 0 0 0-86.6-64A353 353 0 0 0 657 125c-50.9 7.7-101.6 26.1-163.4 59.5l-25.5 13.8c-21.3 11.4-51.8 33.2-56.7 40.6-6 9 1.3 9.9 43.2 5.6 13.5-1.3 32.8-3 43-3.6 16-1 18.7-1.4 19.8-3 .7-1 1.8-1.8 2.3-1.8 1.5 0 38.5-13.4 48.7-17.6a87 87 0 0 0 29.2-19.4c8-8.1 18.4-15.3 22.5-15.5 1.7 0 6.8-2 11.5-4.2 58.5-28.2 137-28.1 204.8.3a284 284 0 0 1 90 59.9c32.4 31.4 52.5 61.4 73.2 109 12.8 29.3 15.3 34.1 25 47.7a69 69 0 0 1 7 10.7c0 1.3 3.4 1.3 14 0m-31.5-5.2a256 256 0 0 0-10-20.4c.9 3 4.3 17.9 5 21.9.5 3.5.8 3.8 4 3.8h3.4zm-10.8 0a274 274 0 0 0-18.6-64.7c-2.3-5.2-4.1-10-4.1-10.7q0-1.2-.9-1.3c-.5 0-1.4-1.5-2-3.3a75 75 0 0 0-6.2-12.5 317 317 0 0 0-25-37c0-.4-2-3-4.5-5.7a103 103 0 0 1-13.4-16.2q-.2-.9-2.2-1.9a9 9 0 0 1-3.6-3.7c-.7-1.5-1.8-2.7-2.5-2.7s-3.2-2-5.7-4.2-7.6-6.6-11.5-9.7l-7.5-6.2a106 106 0 0 0-16.2-10.7c-.3-.6-6.4-4.8-13.3-9a537 537 0 0 0-37.7-18.2 275 275 0 0 0-88-18.4c-2.5 0-5-.5-5.4-.9-1-1-7.2-1-7.8.1-.3.5-4.1 1-8.5 1-11.2.2-29.7 3-45.1 6.7a188 188 0 0 0-40.2 16.1c-22.3 13-33.4 28.7-28.8 40.9.6 1.5 3.9 5.5 7.4 9l6.3 6.2 14 2.7a544 544 0 0 1 167.3 63.8l46 27c55 32.6 58.7 34.7 70.5 40.3a350 350 0 0 0 83 26.8c4.6 1 4.8.8 4.2-3.6m-779-52.2c-1.7-1.3-1.7-1.4-.1-2.3 1.3-.8.7-1.1-2.8-1.7-2.5-.3-5.3-1.2-6.3-2-1.8-1.2-1.8-1.3.3-2 3-1 2.8-2-.8-4.2s-8-8-8-10.5c0-1 .9-3.8 2-6.3 2.6-6.2 2.7-8.7.2-6-1 1.1-2.7 3.2-3.6 4.7-1 1.5-2.6 2.8-3.6 2.8q-1.8 0-3 3.5-1.2 3.9-2.5 2.5c-1.8-1.5-3.6 1-4.2 6-.5 3.6-.4 4 1.6 4q4.8-.2 7.9 5.3c3 5 9.2 7.7 17.7 7.6 6.2 0 6.8-.2 5.2-1.4m380.3-109.5a19 19 0 0 0-3-3.6 20 20 0 0 1-2.7-6 17 17 0 0 1-.5-11.2 34 34 0 0 1 3.8-9.7c2.7-4 2.7-4 .3-2a202 202 0 0 1-26.7 21.4c-6.6 4.4-12.5 8.7-13 9.4-1 1.1 1.3 1.5 13 2.1A351 351 0 0 1 604 243l2.8.2zm-51.3-4c2.6-1.7 5.3-2.9 6-2.6q1.2.3 1.8-.5c.9-1.4 9-6 11.4-6.4 3.3-.7 12.9-7.7 22.6-16.6 5-4.5 12.6-10.9 17-14.2 8.8-6.6 10.5-8 6-5.3-4 2.4-14.3 10.5-23 18a56 56 0 0 1-12 9.4c-3 .8-7.5 4.3-7 5.3q.7 1.1-.6.6c-.8-.2-5.4 1.6-10.4 4l-16.5 7.9c-7.2 3.1-7.3 3.3-3.8 3.3q3.8 0 8.5-3'/%3E%3C/svg%3E");
position: relative;
height: min(calc(1.5rem + 5.25vw), 7.5rem);
pointer-events: none;
> div { position: absolute; inset: 0; }
}
.o-distortion :is(.core,.refract)::before {
content: "";
position: absolute;
width: calc(100% + 3rem);
aspect-ratio: 1.5;
left: -1.5rem;
transform: translateY(-50%);
-webkit-mask-image: var(--mask);
-webkit-mask-position: center;
-webkit-mask-size: contain;
-webkit-mask-repeat: no-repeat;
mask-image: var(--mask);
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
}
.o-distortion .core::before {
background-image: radial-gradient(circle at 42.5% 61%, rgb(0 0 0 / 80%) 0%, rgb(255 103 37 / 50%) 10%, rgb(38 116 207 / 35%) 52%, rgb(27 12 64 / 20%) 64%);
-webkit-backdrop-filter: blur(0.25rem) brightness(3.5);
backdrop-filter: blur(0.25rem) brightness(3.5);
z-index: 2;
}
.o-distortion .refract { filter: blur(.625rem); }
.o-distortion .refract::before {
z-index: 1;
background-color: rgb(191 255 223 / 15%);
}
.o-distortion::after {
content: "";
position: absolute;
width: 100%;
height: calc(200% + 5rem);
left: 0;
bottom: 0;
-webkit-backdrop-filter: blur(0.25rem);
backdrop-filter: blur(0.25rem);
-webkit-mask-image: linear-gradient(to bottom, transparent, white 32.5%, white 75%, transparent);
mask-image: linear-gradient(to bottom, transparent, white 32.5%, white 75%, transparent);
}
/*-----------------------------------------*/
/*-----------------------------------------*/
/*-----------------------------------------*/
@media screen and (max-width: 49.5rem) {
.chat-wrapper {
grid-template-areas:"users""chat";
grid-template-columns: minmax(0,1fr);
}
.chat-wrapper .users-container { flex-basis: initial; }
.chat-wrapper .users-container .users *:not(.channel) {
display: none;
}
}
border-bottom: none; background-color: transparent; background-image: linear-gradient(to bottom, rgb(var(--blockquote-background-color), var(--basalt-UI-opacity)) calc(100% - 7.5rem), transparent); box-shadow: 0 -.125rem 0.325rem rgb(var(--basalt-UI-dark-palette), 0.5);
:scp-wiki:theme:bedrock
[info]
:scp-wiki:theme:skipos
[info]
:scp-wiki:component:pride-highlighter
[info]
:scp-wiki:component:betterfootnotes
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:image-block
[info]
:scp-wiki:component:license-box
[info]
:scp-wiki:component:license-box-end
[info]
chat-header
meta-title
chat-wrapper
users-container
users
channel
c-head
profile
q1
profile
q2
profile
q3
profile
q4
c-head
other-chan
other-chan
other-chan
other-chan
chat-main
lobby
clr
q1
clr
q2
clr
q3
clr
q4
comt-wrapper
comt
q1
comt
q3
comt
q2
comt
q4
comt
q3
comt
q2
comt
q1
comt
q4
comt
q2
comt
q1
comt
q3
comt
q4
comt
q1
comt
q3
comt
q1
comt
q2
comt
q1
comt-new-section
blockquote
comt-wrapper
comt
q4
comt
q1
comt
q2
comt
q3
comt
q1
comt
q4
comt
q1
comt
q2
comt-new-section
blockquote
blockquote
bq-inst
q2
fnnum
q1
fncon
q1
fnnum
q3
fncon
q3
fnnum
q4
fncon
q4
blockquote
bq-inst
q3
fnnum
q2
fncon
q2
fnnum
q1
fncon
q1
fnnum
q3
fncon
q3
fnnum
q4
fncon
q4
blockquote
bq-inst
q4
fnnum
q2
fncon
q2
comt-wrapper
comt
q3
comt
q2
comt
q1
comt
q4
comt
q1
comt-new-section
blockquote
comt-wrapper
comt
q3
comt
q4
comt
q1
comt
q2
comt
q1
comt
q3
comt
q1
comt
q2
comt
q3
comt
q3
comt
q1
comt
q2
comt
q3
comt-new-section
blockquote
fnnum
q1
fncon
q1
fnnum
q4
fncon
q4
blockquote
bq-inst
q3
blockquote
bq-inst
q3
o-distortion
core
refract
comt-wrapper
comt
q2
comt
q4
comt
q4
comt
mit
comt
q1
comt
mit
comt
q2
comt
q4
comt
q3
comt
mit
comt
q4
comt
mit
comt
mit
comt
q3
comt
mit
comt
q1
comt
q4
comt
q2
comt
mit
comt
q3
comt
mit
comt
q4
comt
q3
comt
q1
comt
q3
comt-new-section
blockquote
comt-wrapper
comt
q2
comt
q3
comt
q3
comt
q4
comt
q1
comt
q3
comt
q2
comt
q3
comt
q4
comt
q1
comt
q3
comt
q2
comt
q3
comt
q2
comt
q4
comt
q4
comt
q1
comt
q3
comt
q3
comt
q3
comt
q4
comt
q3
comt
q2
comt
q3
comt
q2
comt
q3
lobby
clr
q3
comt-wrapper
comt
q2
comt
mit
comt
q4
comt
mit
comt
q2
lobby
clr
q2
comt-wrapper
comt
q4
comt
q4
lobby
clr
q4
comt-wrapper
comt
mit
comt
mit
comt
q1
comt
q1
comt
q1
comt
mit
comt
mit
comt
q1
comt
mit
comt
mit
comt
q1
comt
mit
comt
q1
comt
mit
comt
q1
comt
mit
comt
q1
comt
q1
comt
mit
comt
mit
lobby
clr
mit
comt-wrapper
comt
q1
lobby
clr
q1
blockquote
blockquote
blockquote
blockquote
blockquote
blockquote
blockquote
blockquote