EMBARGO hub
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300&display=swap');
 
/* Thème de la CMO, créé par Agente Shuffle, repris par Siddartha Alonne puis Cauchynambour */
 
:root {
        /* Couleurs */
        --bleu: 44, 74, 120;
        --bleu-fonce: 32, 40, 79;
        --fond: #E7E7E7;
        --texte: #333333;
        --gribleu: 66, 66, 72;
        --sky: 56, 117, 161;
 
        /* 1 Common */
        --ct_bg_body: var(--fond);
        --ct_col_body-txt: var(--texte);
        --ct_col_h1-txt: rgba(var(--bleu-fonce),90%);
        --ct_col_link: rgb(var(--bleu));
        --ct_col_link-visited: rgb(var(--bleu-fonce));
        --ct_col_link-newpage: rgb(var(--gribleu));
        --ct_col_hr: rgb(var(--sky));
 
        /* 2 Header */
        --ct_cnt_alt-header-txt: "Global Occult Coalition";
        --ct_fns_alt-header-txt: clamp(20px, 5vw, 50px);
        --ct_fns_header-txt: 0;
        --ct_bg_header-image: url('http://destinox.wikidot.com/local--files/component:coalicion/coalicionHeader.jpg');
        --ct_bg_header-logo: url('http://destinox.wikidot.com/local--files/component:coalicion/coalicionIconoChico.png');
        --ct_fnt_header-txt: 'Roboto Condensed', sans-serif;
        --ct_col_header-txt: #FFFFFF;
        --ct_shd_header-txt: 3px 3px 5px #242424;
 
        --ct_cnt_alt-slogan-txt: "From the Desk of the Under-Secretary General";
        --ct_fns_alt-slogan-txt: clamp(10px, 2.125vw, 20px);
        --ct_fns_slogan-txt: 0;
        --ct_fnt_slogan-txt: 'Roboto Condensed', sans-serif;
        --ct_col_alt-slogan-txt: #FFFFFF;
        --ct_shd_slogan-txt: 1px 1px 1px #000000;
 
        /* 2 Account menu */
        --ct_col_account-menu-txt: var(--fond);
        --ct_col_account-menu-link: var(--fond);
        --ct_col_account-submenu-bg: var(--fond);
        --ct_col_account-submenu-link: var(--texte);
        --ct_col_account-submenu-link-hover: rgb(var(--sky));
        --ct_brd_account-submenu: 1px solid rgba(var(--bleu-fonce),80%);
 
        /* 2 Search box */
        --ct_col_searchbox-txt: var(--fond);
        --ct_brd_searchbox-border: solid 1px rgba(var(--bleu-fonce),70%);
        --ct_col_searchbox-highlight: var(--texte);
        --ct_brd_searchbox-highlight: solid 1px rgba(var(--bleu),60%);
        --ct_col_searchbox-gradient-1:rgb( var(--bleu));
        --ct_col_searchbox-gradient-2: rgba(var(--sky),1);
        --ct_col_searchbox-gradient-3: rgba(var(--bleu),1);
        --ct_col_searchbox-gradient-4: rgba(var(--sky),1);
        --ct_dim_searchbox-border-radius: 3px;
 
        /* 2 Topbar */
        --ct_col_topbar-txt: var(--fond);
        --ct_col_topbar-link: var(--texte);
        --ct_bg_topbar-item: var(--fond);
        --ct_brd_topbar-menu: solid 2px rgba(var(--bleu),70%);
        --ct_brd_topbar-menu-hover: solid 2px rgba(var(--bleu),80%);
        --ct_brd_topbar-item: solid 1px transparent;
        --ct_brd_topbar-item-hover: solid 1px rgba(var(--bleu),20%);
 
        /* 2 Sidebar */
        --ct_shd_sidebar-block: 0 2px 6px rgba(var(--sky),60%) ;
        --ct_col_sidebar-elements: rgb(var(--bleu-fonce));
        --ct_brd_sidebar-elements: 2px solid rgba(var(--sky),60%);
        --ct_bg_sidebar-default: white;
        --ct_bg_sidebar-blue: white;
        --ct_bg_sidebar-red: white;
        --ct_bg_sidebar-green: white;
        --ct_bg_sidebar-yellow: white;
        --ct_col_sidebar-subtext: rgba(var(--sky),68%);
        --ct_dim_sidebar-border-radius: 7px;
 
        /* 3 Footer */
        --ct_bg_footer: rgb(var(--bleu));
        --ct_col_footer-link: white;
 
        /* 4 Content area */
        --ct_col_page-title: var(--ct_col_h1-txt);
        --ct_col_page-title-border: #bbb;
 
        /* 4 Rating module */
        --ct_col_rate-primary: rgba(var(--sky),1);
        --ct_brd_rate-primary: solid 1px rgba(var(--bleu),70%);
        --ct_col_rate-secondary: rgb(187, 225, 250);
        --ct_col_rate-cancel: rgb(var(--gribleu));
        --ct_col_rate-link-hover: rgb(var(--bleu-fonce)) !important;
        --ct_dim_rate-border-radius: 2px;
 
        /* 4 Other page elements */
        --ct_col_toc-bg: var(--texte);
        --ct_brd_toc: 2px solid rgb(var(--gribleu));
        --ct_col_blockquote-bg: rgb(231, 225, 197);
        --ct_col_code-bg: #FFFFFF;
        --ct_bg_table-header: #2c4a78;
        --ct_col_table-header: white;
        --ct_col_footer-txt : white;
 
        /* 7 Responsive Web Design */
        --ct_col_m_sidebar-bg: #321a39;
        --ct_brd_m_sidebar: 1px solid #bffff6;
        --ct_brd_m_sidebar-right: 1px solid #3b2c3e;
        --ct_col_m_sidebar-button-bg: #E7E7E7;
        --ct_brd_m_sidebar-button: .2em solid #888;
        --ct_shd_m_sidebar-button: 0 0 20px 3px rgba(153,153,153,1);
 
        /* 9 Off-page styling */
        --ct_bg_hovertip: rgba(var(--bleu),85%) !important;
        --ct_brd_hovertip: solid 1px var(--texte);
        --ct_brd_input: solid 1px var(--texte);
        --ct_brd_input-hover: 1px solid rgba(var(--bleu-fonce),60%);
        --ct_brd_input-outline: 1px solid rgba(var(--bleu-fonce),80%);
        --ct_bg_btn: rgba(var(--fond),20%);
        --ct_col_btn: var(--ct_col_body-txt);
        --ct_brd_btn: 1px solid rgba(var(--sky),70%);
        --ct_bg_btn-hover: white;
        --ct_col_btn-hover: var(--ct_col_btn);
        --ct_bg_edit-info-text: rgba(var(--fond),60%);
        --ct_brd_edit-info-text: 1px solid rgba(var(--sky),60%);
        --ct_bg_owindow: var(--fond);
        --ct_brd_owdindow: 2px solid rgba(var(--bleu),40%);
        --ct_bg_owindow-header: rgba(var(--bleu),40%);
 
    --ct_bg_sidebar-item-default: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='5' y='5' width='3' height='3' fill='%2320284f' fill-opacity='.8' stroke-width='3.8' style='paint-order:stroke markers fill'/%3e%3c/svg%3e");
    --ct_bg_sidebar-item-forum: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4 3c-1.108 0-2 0.892-2 2v1c0 1.108 0.892 2 2 2h2.0156l-0.015625 2.5 2.5-2.5h0.5c1.108 0 2-0.892 2-2v-1c0-1.108-0.892-2-2-2h-5z' fill='%2320284f' fill-opacity='.8' stroke-linecap='square' stroke-opacity='.28' stroke-width='1.5' style='paint-order:stroke markers fill'/%3E%3C/svg%3E");
    --ct_bg_sidebar-item-help: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(3.7795 0 0 3.7795 1.1728e-8 -1114)'%3E%3Cpath transform='matrix(.26458 0 0 .26458 0 294.75)' d='m6.5 2-4.5 4.5 4.5 4.5 4.5-4.5zm1.4766 2.4257c0.36739 0.3237 0.55078 0.70117 0.55078 1.1328 0 0.23887-0.068912 0.46444-0.20508 0.67773-0.1336 0.21317-0.42138 0.50362-0.86328 0.87109-0.22866 0.19024-0.37121 0.34348-0.42773 0.45898-0.053954 0.11565-0.077406 0.32309-0.072266 0.62109h-0.98242c-0.00257-0.14135-0.00391-0.22707-0.00391-0.25781 0-0.31859 0.052865-0.58158 0.1582-0.78711 0.10534-0.20561 0.31485-0.4365 0.63086-0.69336 0.31601-0.25691 0.50475-0.42621 0.56641-0.50586 0.09506-0.12598 0.14258-0.26453 0.14258-0.41602 0-0.21065-0.084339-0.39002-0.25391-0.53906-0.167-0.15168-0.39255-0.22656-0.67773-0.22656-0.2749 0-0.50447 0.07765-0.68945 0.23438-0.18498 0.15672-0.31345 0.39566-0.38281 0.7168l-0.99414-0.12305c0.028261-0.45987 0.22368-0.85072 0.58594-1.1719 0.36483-0.32116 0.84268-0.48242 1.449-0.4824s1.1016 0.16396 1.469 0.49026zm-2.0391 4.1348h1.082v1.084h-1.082z' fill='%2320284f' fill-opacity='.8' style='paint-order:stroke markers fill'/%3E%3C/g%3E%3C/svg%3E");
    --ct_bg_sidebar-item-home: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(3.7795 0 0 3.7795 -1.4376e-8 -1114)'%3E%3Cpath d='m0.39178 296.54 1.328-1.2608 1.328 1.2608h-0.40197v1.1204h-0.52917v-0.79375h-0.79375v0.79375h-0.52917v-1.1204z' fill='%2320284f' fill-opacity='.8'/%3E%3C/g%3E%3C/svg%3E");
    --ct_bg_sidebar-item-main: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(3.7795 0 0 3.7795 1.8677e-8 -1114)'%3E%3Crect transform='matrix(.70712 -.7071 .70712 .7071 0 0)' x='-209.08' y='210.2' width='1.3096' height='1.3096' fill='%2320284f' fill-opacity='.8' style='paint-order:stroke markers fill'/%3E%3C/g%3E%3C/svg%3E");
    --ct_bg_sidebar-item-series: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m4.9999 3.9999v7h4.9999v-4.9999l-2-2zm2.0001 0.49999 2.4998 2.5001h-2.4998z' fill-opacity='.8' stroke-width='.99998' style='paint-order:stroke markers fill' fill='%2320284f'/%3E%3Cpath d='m2.997 1.9931v7.0053h1.004v-6.0015h2.0005v-1.0039h-3.0044z' color='%23000000' color-rendering='auto' dominant-baseline='auto' fill-opacity='.8' image-rendering='auto' shape-rendering='auto' solid-color='%23000000' stop-color='%23000000' stroke-width='3.7795' fill='%2320284f'/%3E%3C/svg%3E");
    --ct_bg_sidebar-collapse: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m3 5v3h7v-3zm1.0032 1h4.9938v1h-4.9938z' color='%23000000' color-rendering='auto' dominant-baseline='auto' fill-opacity='.8' image-rendering='auto' shape-rendering='auto' solid-color='%23000000' stop-color='%23000000' stroke-width='3.8' fill='%2320284f'/%3E%3Crect x='4' y='6' width='5' height='1' ry='0' fill-opacity='.30545' style='paint-order:stroke markers fill' fill='%23CCC'/%3E%3C/svg%3E");
    --ct_bg_sidebar-expand: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='matrix(3.7795 0 0 3.7795 6.7592e-8 -1114)'%3E%3Cpath transform='matrix(.26458 0 0 .26458 0 294.75)' d='m5 2.9924v2h-2v3.0001h2v2h3v-2h2v-3.0001h-2v-2zm1 1h1v2h2v1h-2v2h-1v-2h-2v-1h2z' color='%23000000' color-rendering='auto' dominant-baseline='auto' fill-opacity='.8' image-rendering='auto' shape-rendering='auto' solid-color='%23000000' stop-color='%23000000' fill='%2320284f'/%3E%3C/g%3E%3Crect x='6' y='4' width='1' height='1' rx='0' ry='0' fill-opacity='.36078' style='paint-order:stroke markers fill' fill='%23CCC'/%3E%3Crect x='4' y='6' width='1' height='1' rx='0' ry='0' fill-opacity='.36078' style='paint-order:stroke markers fill' fill='%23CCC'/%3E%3Crect x='8' y='6' width='1' height='1' rx='0' ry='0' fill-opacity='.36078' style='paint-order:stroke markers fill' fill='%23CCC'/%3E%3Crect x='6' y='8' width='1' height='1' rx='0' ry='0' fill-opacity='.36078' style='paint-order:stroke markers fill' fill='%23CCC'/%3E%3C/svg%3E");
 
}
 
#search-top-box-form input[type="submit"] {
background: linear-gradient(to bottom, #20284e, #3875a1, #2c4a78);
 
}
 
/* En-tête */
#header h2 span::before {
    font-family: var(--ct_fnt_slogan-txt);
 
}
 
div#container-wrap {
    background-size: auto;
}
 
#account-options {
    width: fit-content;
    font-size: 0.8rem;
}
#account-options li a {
    transition: 130ms;
}
#account-options li a:hover {
    background-color: rgba(var(--bleu),30%);
    text-decoration: none;
}
 
/* Sidebar */
#side-bar a {
    --ct_col_link: var(--texte);
}
 
/* Module de crédits */
.modalbox {
    background-color: var(--fond);
}
.modalbox .modalbox-title {
    background-color: rgba(var(--sky),70%);
}
 
/* Code */
.code {
    border: solid 2px rgba(var(--bleu),40%);
}
.hl-identifier {
    color: var(--texte);
}
.hl-code, .hl-brackets {
    color: var(--texte);
}
.hl-reserved {
    color: rgb(var(--gribleu));
}
.hl-number {
    color: rgba(var(--gribleu),80%);
}
.hl-string {
    color: rgba(var(--gribleu),95%);
}
.hl-special {
    color: rgb(var(--bleu-fonce));
}
.hl-var {
    color: rgb(var(--sky));
}
 
/* ++++++++++++++++ Ajouts temporaires en attente d'update CT ++++++++++++++++ */
 
table.wiki-content-table th {
    background-color: var(--ct_bg_table-header);
    border: var(--ct_brd_table-header);
}
 
table.page-files .options, a.action-area-close:hover {
    background-color: var(--ct_bg_body);
}
.hovertip {
    background-color: white !important;
    color: var(--ct_col_hovertip);
    border: var(--ct_brd_hovertip) !important;
}
input.text {
    background-color: var(--ct_bg_input);
    color: var(--ct_col_input);
    border: var(--ct_brd_input);
}
input.text:hover {
    outline: var(--ct_brd_input-hover);
}
input.text:focus {
    outline: var(--ct_brd_input-outline);
}
div.buttons input, input.button, a.button, .owindow .button-bar a {
    background-color: var(--ct_bg_btn);
    color: var(--ct_col_btn);
    border: var(--ct_brd_btn);
}
div.buttons input:hover, input.button:hover, button:hover, a.button:hover, div.buttons input:focus, input.button:focus, button:focus, a.button:focus, .owindow .button-bar a:hover, .owindow .button-bar a:focus {
    background-color: var(--ct_bg_btn-hover);
    color: var(--ct_col_btn-hover);
}
#lock-info {
    background-color: var(--ct_bg_edit-info-text);
    border: var(--ct_brd_edit-info-text);
}
.owindow {
    background-color: var(--ct_bg_owindow);
    border: var(--ct_brd_owindow);
}
.owindow .title {
    background-color: var(--ct_bg_owindow-header);
    color: var(--ct_col_owindow-header);
}
 
/* YUI-TABS */
.yui-navset .yui-content {
    color: black;
    background-color: #e7e7e7;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color: #e6ebf0;
    background-image: url(none);
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus,
 
/* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover {
    /* no hover effect for selected */
 
    background: #2c4a78;
    /* selected tab background */
 
    background-image: url(none)
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: #3875a1;
    background-image: url(none);
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #20284e;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #20284e;
}
 
table.wiki-content-table th{
color : var(--ct_col_table-header);
    background-color: var(--ct_bg_table-header);
    border: var(--ct_brd_table-header);
}
rating: +8+x

During the paratech boom of the 60s, as the Church of the Broken God spread onto the electromagnetic spectrum, extending its collectivist grip on the world, the United Nations Global Occult Coalition made a radical resolution: to use their nascent dimensional design technology to open the biggest research laboratory in the world, the EURopean Technological Esoteric Capital, Eurtec ; managed by the Servants of the Silicon Nornir, a fake religion supposed to advance humanity through paratech.

In 2008, ahead of the unsustainable problems that aflict such an open city, the GOC closes the gates and hardens the grip. With armies of artifical humans treated like livestock, productivist theocratic dictature from the Nornir, golden cages for overworked civil servants and bleeding-edge laboratories studying the dangers of tomorrow, the city now evolves in a vacuum. Artificial Paradise or Silicon Hell, technoliberal utopia or bureaucratic labyrinth, future of mankind or fragmented society, the future of the Coalition's jewel is uncertain, and pressure in a pocket dimension is bound to grow.

Welcome to Eurtec.

EMBARGO
embargo.png

Pages.txt

(Documents marked with a dagger † are introductions that depict a frame or an ambiance)

And so we liveCauchynambourCauchynambour

It really was the first time ALDA was seeing money as clean as the one from the Big Ears Mouse.

RetroCauchynambourCauchynambour

If vampires don't have a reflection, why would ghost car have one?

HumanoidCauchynambourCauchynambour

In the artificial neon light, while the pub was slowly emptied of its artificial population, Vebed was still hanging on a stool, playing with the straw in his glass.

KTE-1504-Trinket-Burnoutchild-EbbinghausUplyxUplyx

Every Eurtec citizen is recommended to follow a continuous mnestic treatment and to respect indicated posology, espectially in case of multicoloured mist or boreal auroras above their home.

Available Brain TimeCauchynambourCauchynambour

And I will be your beacon through the dark oceans of the infinite, be them real or virtual.
I will be your Goddess, born from the chain of numbers to break those of bodies.

SCP-021-INT — The CourierCauchynambourCauchynambour & Luke mcDonutLuke mcDonut

I received the partnership contract, Italo. It's not a collab: it's a fucking heist.

SE-5247-Turing-Grey-NACLCauchynambourCauchynambour

But no trace of Chabwera kumanda. We didn't hear humans, these things aren't from our Earth.

Cathedral of LeadCauchynambourCauchynambour

The pilgrim found another cable. Both were trembling in the same direction, that was a good sign.



FAQ-final-final-2.jar

Summarise this for me.

Eurtec, futuristic city in a GOC-made pocket dimension, is under a dimensional embargo since 2008. The city turns into a more authoritarian, closed-off Cyberpunk Night City.

Can I contribute to the canon?

Of course! It is open to participation and translation without limit nor mandatory verification from me. It is also open to all branches, even unofficial ones. I will be unable to read it if you don't write in French nor English, so try to translate it so I can read and maybe reuse your work!

Is it a fixed canon?

Yes, and no. To keep it simple, everything on this page has to be followed, as well as the elements of interest list, but for the rest, freedom is allowed. However, I strongly invite you to follow canon continuity. Even if it's not fixed, EMBARGO is this trying to be a coherent canon. If you have any question, please come to my DMs on Wikidot or Discord (Sanxws#8146), don't hesitate, I'm trying to be up to date with everything written!

Is there a chronology, acts?

No. If someone wants to write a series in the canon, they're free to do so, but the canon itself is really a frame and because of this tries, within limits, to be atemporal.

Do series inside the canon need to be canon between themselves?

No. However, like I wrote before, they have to be coherent with the rest of the canon, especially tone-wise.

What are the cultural and artistic inspirations for this canon?

First of all, Phillip K. Dick. Be it in A Scanner Darkly, in the famous Do Androids Dream of Electric Sheep? adapted to cinema under the title of Blade Runner or even in the hallucinatory The Three Stigmata of Palmer Eldritch, the EMARGO aesthetics are really full of the novelist's stamp, without forgetting about Isaac Asimov on robotics and Kafka's Metamorphosis, at the heart of numerous questions about identity this canon deals with. Cinema-wise, Blade Runner and Blade Runner 2049 are of course there, both for the urban setup and for the issues raised, but also Akira, Ghost in the Shell or even Metropolis. The movie (not the show) Snowpiercer is also pertinent about classes treatment and vacuum society. Musically, lastly, the works of Perturbator (especially on New Model and The Uncanny Valley), Daniel Deluxe (especially Destructor) or SIERRA (and her EP Gone) are great sources of inspiration. For more ambiant things, there is Essenger, whose vibe is suited to this version of Eurtec.

If you don't know what to listen, I've started a playlist of things I listened to while writing, that I'll update from time to time.

>>> EURTEC RADIO <<<

I want to write a story about elves coming to the city using a magic portal and settling a small community, is it possible?

No. I'll be strict on this one, no fantasy in EMBARGO. In term of pen an paper RPG references, it's more of a Cyberpunk than a Shadowrun setup. SCP universe is already full of urban fantasy opportunities, including other versions of Eurtec, you'll find everything you need if it's you objective.

But then, is there anomalous stuff?

Of course! Precisely by limiting the paranormal to "normal" levels in the city, the possibilities of anguish, laboratory-escaped monsters, conscious computer viruses and the rest are increased. However, the document about them will mostly be tales or GOC formats, because the Foundation does not have access to the Nexus.

What are the spatial and temporal limits of the canon?

To put it short: Eurtec, after 2008. It is possible to write outside of these bonds (Luke mcDonutLuke mcDonut and I did it for SCP-021-INT) but I'd advise you to contact me for this kind of works.

In my traditional Chinese tale, I introduce an important family of the Chinese district and a biotech company, how can I communicate these?

First of all, through INT translation. However, because it's a time-consuming and skilled operation that not everyone can do on a regular basis, I set up a list of elements of interest. To put it short, it's a list of all varied lore elements that give some body to the city, accompanied by a short description and a link to the text and, when available, the INT translation. If you translate this page, please check if the list is up to date from time to time.

When you want to participate in the canon, please follow this list. If you idea needs to break one or multiple elements of interest, contact me in DMs to talk about it. I reserve the right, as author of this page, to add the elements of the list the Groups and Places of Interests below.

Element of interest Short description Work

L.0.R.3




EURTECva.jpg
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License