:root {
    --bg-color: #e0e0e0;
    --paper-color: #f4f4f0;
    --ink-color: #2a2a2a;
    --accent-color: lime;
    --anim-speed: 0.5s;
}

body {
    background-color: var(--bg-color);
    margin: 0;
    padding: 20px;
    print-color-adjust: exact; 
    -webkit-print-color-adjust: exact;
}

#top, #bottom {
    display: block;
    height: 1px;
}

.Гущин_ТРПО_БСБО2124_Контейнер {
    max-width: 900px;
    margin: 0 auto;
    background-color: var(--paper-color);
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    border: 1px solid #999;
    min-height: 80vh;
    position: relative;
}

h1.Гущин_ТРПО_БСБО2124_Заголовок {
    font-family: 'Courier New', Courier, monospace;
    font-size: 16pt;
	font-style: italic;
    text-transform: uppercase;
    text-align: right;
    margin-top: 0;
    margin-bottom: 16pt;
    white-space: nowrap;
    page-break-before: always;
    break-before: page;
    
    color: var(--bg-color);
    text-shadow: -1px -1px 1px rgba(0,0,0,0.5), 1px 1px 1px rgba(255,255,255,0.8);
    background-color: #b0b0b0;
    padding: 10px;
    border-radius: 2px;
}

h2.Гущин_ТРПО_БСБО2124_Подзаголовок {
    font-family: 'Courier New', Courier, monospace;
    font-size: 14pt;
    text-align: right;
    margin-bottom: 12pt;
    line-height: 20pt;
    -webkit-text-stroke: 1px var(--ink-color);
    color: transparent; 
    font-weight: bold;
}

p.Гущин_ТРПО_БСБО2124_Оснтек, li.Гущин_ТРПО_БСБО2124_Оснтек, td.Гущин_ТРПО_БСБО2124_Оснтек {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12pt;
    font-weight: bold;
    text-align: justify;
    text-indent: 1.5cm;
    line-height: 1.5;
    margin-bottom: 1em;
    color: var(--ink-color);
}

li.Гущин_ТРПО_БСБО2124_Оснтек { text-indent: 0; margin-left: 1.5cm; }
td.Гущин_ТРПО_БСБО2124_Оснтек { text-indent: 0; }

.Гущин_ТРПО_БСБО2124_Навигация {
    border-top: 2px solid var(--ink-color);
    border-bottom: 2px solid var(--ink-color);
    padding: 10px 0;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.Гущин_ТРПО_БСБО2124_МенюСсылки {
    flex-grow: 1;
    text-align: center;
}
.Гущин_ТРПО_БСБО2124_Навигация a {
    font-family: 'Courier New', Courier, monospace;
    font-size: 12pt;
    font-weight: bold;
    color: var(--ink-color);
    text-decoration: none;
    margin: 0 15px;
    text-transform: uppercase;
}
.Гущин_ТРПО_БСБО2124_Навигация a:hover, .Гущин_ТРПО_БСБО2124_Навигация a.active {
    text-decoration: underline;
    background-color: var(--ink-color);
    color: var(--paper-color);
}
.Гущин_ТРПО_БСБО2124_СкроллКнопка {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    text-decoration: none;
    color: var(--accent-color);
    border: 1px solid var(--accent-color);
    padding: 0 5px;
}

table.Гущин_ТРПО_БСБО2124_Таблица {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    border: 2px solid var(--ink-color);
}
.Гущин_ТРПО_БСБО2124_Таблица th, .Гущин_ТРПО_БСБО2124_Таблица td {
    border: 1px solid var(--ink-color);
    padding: 8px;
    font-family: 'Courier New', monospace;
}
.Гущин_ТРПО_БСБО2124_Таблица th {
    background-color: #ddd;
    text-align: left;
    font-weight: bold;
    font-size: 12pt;
}

.Гущин_ТРПО_БСБО2124_КартаРамка {
    position: relative;
    width: 100%;
    height: 500px;
    background-color: #1a1a1a;
    background-image: url('satellite.png'); 
    background-size: cover;
    background-position: center;
    border: 4px double var(--ink-color);
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: inset 0 0 50px rgba(0,0,0,0.8);
    cursor: crosshair;
}
.Гущин_ТРПО_БСБО2124_КартаРамка::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.1) 50%);
    background-size: 100% 4px;
    pointer-events: none;
    z-index: 1;
}

.Гущин_ТРПО_БСБО2124_Метка {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: var(--accent-color);
    font-family: 'Courier New', monospace;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid var(--accent-color);
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}
.Гущин_ТРПО_БСБО2124_Метка::before {
    content: '';
    position: absolute;
    top: -1px; left: -1px; right: -1px; bottom: -1px;
    border: 1px solid var(--accent-color);
    animation: Гущин_ТРПО_БСБО2124_Пульс 2s infinite;
}
@keyframes Гущин_ТРПО_БСБО2124_Пульс {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
}
.Гущин_ТРПО_БСБО2124_Метка:hover::before { display: none; }
.Гущин_ТРПО_БСБО2124_Метка:hover { background-color: rgba(255,255,255,0.2); }

.Гущин_ТРПО_БСБО2124_Прицел {
    display: none;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    filter: drop-shadow(0 0 6px var(--accent-color));
}
.Гущин_ТРПО_БСБО2124_Метка:hover .Гущин_ТРПО_БСБО2124_Прицел { display: block; }

.Гущин_ТРПО_БСБО2124_Линия { position: absolute; background-color: var(--accent-color); opacity: 0.8; }
.Гущин_ТРПО_БСБО2124_Линия_В { width: 2px; height: 20px; left: 50%; transform: translateX(-50%); top: 0; }
.Гущин_ТРПО_БСБО2124_Линия_Н { width: 2px; height: 20px; left: 50%; transform: translateX(-50%); bottom: 0; }
.Гущин_ТРПО_БСБО2124_Линия_Л { height: 2px; width: 20px; top: 50%; transform: translateY(-50%); left: 0; }
.Гущин_ТРПО_БСБО2124_Линия_П { height: 2px; width: 20px; top: 50%; transform: translateY(-50%); right: 0; }

.Гущин_ТРПО_БСБО2124_Угол {
    position: absolute; width: 20px; height: 20px;
    border: 2px solid var(--accent-color);
    box-sizing: border-box;
    animation: Гущин_ТРПО_БСБО2124_Захват var(--anim-speed) forwards;
}
.Гущин_ТРПО_БСБО2124_Угол_ЛВ { top: 0; left: 0; border-right: none; border-bottom: none; --tx: 12px; --ty: 12px; }
.Гущин_ТРПО_БСБО2124_Угол_ПВ { top: 0; right: 0; border-left: none; border-bottom: none; --tx: -12px; --ty: 12px; }
.Гущин_ТРПО_БСБО2124_Угол_ЛН { bottom: 0; left: 0; border-right: none; border-top: none; --tx: 12px; --ty: -12px; }
.Гущин_ТРПО_БСБО2124_Угол_ПН { bottom: 0; right: 0; border-left: none; border-top: none; --tx: -12px; --ty: -12px; }

@keyframes Гущин_ТРПО_БСБО2124_Захват {
    0%, 8% { opacity: 0; transform: translate(0, 0); }
    9%, 16% { opacity: 1; transform: translate(0, 0); }
    17%, 24% { opacity: 0; transform: translate(0, 0); }
    25%, 40% { opacity: 1; transform: translate(0, 0); }
    100% { opacity: 1; transform: translate(var(--tx), var(--ty)); }
}

#marker1 { top: 20%; left: 14%; }
#marker2 { top: 42%; left: 69%; --accent-color: red; }
#marker3 { top: 69%; left: 45%; }

.Гущин_ТРПО_БСБО2124_Подвал {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px dashed var(--ink-color);
    font-family: 'Courier New', monospace;
    font-size: 10pt;
    text-align: center;
}
.Гущин_ТРПО_БСБО2124_СсылкаКнопка {
    display: inline-block;
    border: 1px solid var(--ink-color);
    padding: 5px 10px;
    margin: 5px;
    text-decoration: none;
    color: var(--ink-color);
    font-weight: bold;
}
.Гущин_ТРПО_БСБО2124_СсылкаКнопка:hover {
    background-color: var(--ink-color);
    color: white;
}