Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 13925 байт. Загружен за: 0сек.
Проверяемая страница не запрещена в robots.txt.
Показать содержимое robots.txt
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>COTRUGLI Tech — Evidence Infrastructure for the AI Economy</title>
<meta name="description" content="The technology arm of COTRUGLI: the trust layer where humans and AI agents do business — evidence that anyone can verify." />
<style>
:root { --navy:#1B2A4A; --gold:#8C6A2F; --ink:#1c1c1e; --paper:#f7f6f3; --line:rgba(27,42,74,.12); }
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; color:var(--ink); background:var(--paper); -webkit-font-smoothing:antialiased; }
.wrap { max-width:1120px; margin:0 auto; padding:0 28px; }
header { padding:28px 0; border-bottom:1px solid var(--line); background:var(--paper); }
.brand { display:flex; align-items:baseline; gap:10px; }
.brand b { font-size:15px; letter-spacing:.28em; color:var(--navy); }
.brand span { font-size:12px; letter-spacing:.2em; color:var(--gold); font-weight:700; }
nav { float:right; }
nav a { font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:var(--navy); text-decoration:none; margin-left:26px; font-weight:600; }
nav a:hover { color:var(--gold); }
.hero { padding:110px 0 90px; background:var(--navy); color:#fff; }
.hero .kicker { color:var(--gold); font-size:12px; letter-spacing:.34em; text-transform:uppercase; font-weight:700; margin-bottom:26px; }
.hero h1 { font-size:clamp(34px,5.4vw,62px); line-height:1.08; font-weight:700; letter-spacing:-.01em; max-width:820px; }
.hero h1 em { font-style:normal; color:#d9b06a; }
.hero p { margin-top:28px; max-width:640px; font-size:18px; line-height:1.65; color:rgba(255,255,255,.78); }
.hero .cta { margin-top:44px; display:flex; gap:16px; flex-wrap:wrap; }
.btn { display:inline-block; padding:14px 30px; font-size:13px; letter-spacing:.16em; text-transform:uppercase; font-weight:700; text-decoration:none; border:1.5px solid #d9b06a; }
.btn.solid { background:#d9b06a; color:var(--navy); }
.btn.ghost { color:#d9b06a; }
.btn:hover { background:#fff; border-color:#fff; color:var(--navy); }
.doctrine { background:var(--gold); color:#fff; text-align:center; padding:18px 28px; font-size:13.5px; letter-spacing:.12em; text-transform:uppercase; font-weight:700; }
section.stack { padding:96px 0; }
.stack h2, .event h2 { font-size:13px; letter-spacing:.3em; text-transform:uppercase; color:var(--gold); font-weight:700; margin-bottom:14px; }
.stack .lead { font-size:clamp(22px,3vw,32px); color:var(--navy); font-weight:700; max-width:720px; line-height:1.25; margin-bottom:56px; }
.grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(250px,1fr)); gap:1px; background:var(--line); border:1px solid var(--line); }
.card { background:#fff; padding:36px 30px 40px; }
.card .n { font-size:12px; color:var(--gold); font-weight:700; letter-spacing:.2em; }
.card h3 { margin:14px 0 12px; font-size:19px; color:var(--navy); letter-spacing:.02em; }
.card p { font-size:14.5px; line-height:1.65; color:#4a4a4e; }
.card a { display:inline-block; margin-top:16px; font-size:12px; letter-spacing:.14em; text-transform:uppercase; color:var(--gold); font-weight:700; text-decoration:none; }
.card a:hover { color:var(--navy); }
.apps { background:#fff; border-top:1px solid var(--line); }
.apps .card { display:flex; flex-direction:column; }
.apps .card p { flex:1; }
.apps .card h3 { margin-bottom:10px; }
.tag { display:inline-block; font-size:10.5px; letter-spacing:.16em; text-transform:uppercase; font-weight:700; padding:3px 8px; border:1px solid var(--line); color:#8a8a90; }
.tag.open { color:var(--gold); border-color:rgba(140,106,47,.4); }
.note { margin-top:34px; font-size:13.5px; color:#6b6b70; line-height:1.7; max-width:680px; }
.event { background:var(--navy); color:#fff; padding:80px 0; }
.event .row { display:flex; justify-content:space-between; align-items:center; gap:40px; flex-wrap:wrap; }
.event h3 { font-size:clamp(26px,3.6vw,40px); font-weight:700; }
.event p { margin-top:12px; color:rgba(255,255,255,.75); font-size:16px; max-width:520px; line-height:1.6; }
footer { padding:52px 0 64px; border-top:1px solid var(--line); }
footer .cols { display:flex; justify-content:space-between; gap:24px; flex-wrap:wrap; align-items:baseline; }
footer p, footer a { font-size:13px; color:#6b6b70; text-decoration:none; line-height:1.8; }
footer a:hover { color:var(--gold); }
.verify { font-size:12px; letter-spacing:.2em; text-transform:uppercase; color:var(--navy); font-weight:700; }
@media (max-width:640px){
header .wrap { display:flex; flex-direction:column; align-items:center; gap:14px; text-align:center; }
nav { float:none; display:flex; flex-wrap:wrap; justify-content:center; gap:8px 18px; }
nav a { margin-left:0; font-size:11px; }
.hero { padding:64px 0 56px; }
.hero .cta { flex-direction:column; }
.btn { text-align:center; }
section.stack, .event { padding:64px 0; }
.event .row { flex-direction:column; align-items:flex-start; }
}
</style>
</head>
<body>
<header>
<div class="wrap">
<nav>
<a href="#stack">The Stack</a>
<a href="#apps">Applications</a>
<a href="/tru/">TRU Mode</a>
<a href="https://cdayz.cotrugli.tech">CDayZ 2026</a>
<a href="https://cotrugli.org">COTRUGLI</a>
<a href="mailto:drazen.kapusta@cotrugli.eu">Contact</a>
</nav>
<div class="brand"><b>COTRUGLI</b><span>TECH</span></div>
</div>
</header>
<section class="hero">
<div class="wrap">
<div class="kicker">The technology arm of COTRUGLI</div>
<h1>Evidence infrastructure for the <em>AI economy</em>.</h1>
<p>Humans and AI agents are starting to do business together. We build the trust layer underneath it:
every action leaves a permanent, independently verifiable record — evidence anyone can check,
without having to trust us or anyone else.</p>
<div class="cta">
<a class="btn solid" href="#stack">Explore the stack</a>
<a class="btn ghost" href="https://cdayz.cotrugli.tech">CDayZ 2026 · Zadar</a>
</div>
</div>
</section>
<div class="doctrine">Don't trust us — verify.</div>
<section class="stack" id="stack">
<div class="wrap">
<h2>The Stack</h2>
<div class="lead">One purpose, four layers: authority opens the door, honesty preserves legitimacy, conduct earns lasting trust.</div>
<div class="grid">
<div class="card">
<div class="n">01</div>
<h3>Cotrugli Ledger</h3>
<p>A triple-entry evidence ledger: alongside each party's own books, a third, cryptographically
signed shared record of what actually happened. Built for business between companies — and
between their AI agents.</p>
</div>
<div class="card">
<div class="n">02</div>
<h3>AI Act Evidence</h3>
<p>Per-event record-keeping for AI systems that also honours the right to erasure: personal data
can be provably destroyed while the integrity of the record survives. The system produces
evidence — professional judgement stays with professionals.</p>
<a href="https://aiact.cotrugli.tech/about/">What it is →</a>
</div>
<div class="card">
<div class="n">03</div>
<h3>NEO Engine</h3>
<p>A specialised distributed ledger that does one job perfectly: it receives opaque commitments,
gives them a fixed position, and closes provable segments — witnessed by known, accountable
nodes. No tokens, no hype. A chamber of commerce, not a casino.</p>
</div>
<div class="card">
<div class="n">04</div>
<h3>Agent Arena & Sandbox</h3>
<p>Where AI agents learn to do business under rules — a qualification track and business-practice
arena in which every deal, dispute and ruling is recorded and independently checkable.</p>
</div>
</div>
</div>
</section>
<section class="stack apps" id="apps">
<div class="wrap">
<h2>Applications</h2>
<div class="lead">Working exhibits. Each one explains itself in a page — and each one lets you check it rather than believe it.</div>
<div class="grid">
<div class="card">
<div class="n">AI DOCTRINE</div>
<h3>TRU Mode</h3>
<p>Doctrine for the decisions that change the road: strategic, life, family-legacy, crisis and institutional
judgment with explicit assumptions and alternatives — while the final decision stays human.</p>
<a href="/tru/"><span class="tag open">Open — connect TRU Mode</span></a>
</div>
<div class="card">
<div class="n">AI ACT</div>
<h3>AI Act Evidence</h3>
<p>Per-event records for AI systems that survive the right to erasure: destroy the personal data, keep the proof
the record was never altered.</p>
<a href="https://aiact.cotrugli.tech/about/">What it is →</a>
</div>
<div class="card">
<div class="n">GOVERNANCE</div>
<h3>NEO Chamber</h3>
<p>Disputes ruled by known, accountable co-signers. Every ruling becomes a new attested record — never a quiet
edit of the past.</p>
<a href="https://chamber.cotrugli.tech/about/">What it is →</a>
</div>
<div class="card">
<div class="n">CUSTODY</div>
<h3>NEO Vault</h3>
<p>A safe that can forget. Shred the document beyond recovery and every proof still replays — plus egress no
unapproved requester gets through.</p>
<a href="https://vault.cotrugli.tech/about/">What it is →</a>
</div>
<div class="card">
<div class="n">AGENT PAYMENTS</div>
<h3>1GUARD Gate</h3>
<p>When an AI agent wants to pay, a deterministic gate answers: allow, co-sign, escalate or block — against a
mandate committed in advance.</p>
<a href="https://1guard.cotrugli.tech/about/">What it is →</a>
</div>
<div class="card">
<div class="n">ERP</div>
<h3>ApeiroRA Connector</h3>
<p>Audit records out of the ERP as they happen, turned into the immutable third entry neither trading party can
quietly revise.</p>
<a href="https://apeirora.cotrugli.tech/about/">What it is →</a>
</div>
<div class="card">
<div class="n">SOVEREIGNTY</div>
<h3>EU Sovereign Seal</h3>
<p>Sixteen sovereignty claims, an assurance ladder, and a badge honest enough to carry its own disclaimers with
it.</p>
<a href="https://euss.cotrugli.tech/about/">What it is →</a>
</div>
<div class="card">
<div class="n">PROVING GROUND</div>
<h3>NSBX Proving Ground</h3>
<p>Twenty attacks with their outcomes declared in advance, each proven against its declaration — and an evidence
package you can check offline.</p>
<a href="https://nsbx.cotrugli.tech/about/">What it is →</a>
</div>
<div class="card">
<div class="n">COLLABORATION</div>
<h3>Ambiti8n Verified Collaboration</h3>
<p>Meeting decisions confirmed by every affected company through its own approvers — never assumed from
somebody's minutes.</p>
<a href="https://ambition.cotrugli.tech/about/">What it is →</a>
</div>
<div class="card">
<div class="n">ARENA</div>
<h3>NEO-Arena</h3>
<p>A business-practice arena where teams and AI agents trade under rules, and every deal, dispute and ruling is
recorded and checkable.</p>
<a href="/arena/">How it works →</a> <a href="https://arena.cotrugli.tech/"><span class="tag open">Open — no login</span></a>
</div>
<div class="card">
<div class="n">SLA</div>
<h3>SLA8ra</h3>
<p>SLA evidence assurance on the Cotrugli Ledger: an enterprise trust console over service-level commitments.
Proof of concept.</p>
<a href="https://sla8ra.cotrugli.tech/"><span class="tag">Shared access gate</span></a>
</div>
<div class="card">
<div class="n">HACKATHON</div>
<h3>AI Hackathon</h3>
<p>Every hackathon has a rumour that it was decided in advance. This one can answer it: the rubric is sealed
before entries open, the panel is drawn where anyone re-runs the draw, and no score changes quietly.</p>
<a href="/hackathon/"><span class="tag open">Open — how it works</span></a>
</div>
</div>
<p class="note">The eight exhibits above open with a username and password we issue directly — the pages explaining
them are public, the live demos are not. Every demo runs on synthetic data.
<a href="mailto:drazen.kapusta@cotrugli.eu?subject=Cotrugli%20Tech%20demo%20access" style="color:var(--gold);font-weight:700;">Ask us for access →</a></p>
</div>
</section>
<section class="event">
<div class="wrap">
<div class="row">
<div>
<h2>Flagship gathering</h2>
<h3>CDayZ 2026 — Leaders to Leaders</h3>
<p>Five days, five dimensions. One hundred leaders, founders and executives in Zadar, Croatia —
October 05–10, 2026. Invitation only.</p>
</div>
<a class="btn solid" href="https://cdayz.cotrugli.tech">Request an invitation</a>
</div>
</div>
</section>
<footer>
<div class="wrap">
<div class="cols">
<div>
<p class="verify">COTRUGLI TECH</p>
<p>Part of <a href="https://cotrugli.org">COTRUGLI Business School</a> — the leading business school of Southeast Europe.</p>
</div>
<div>
<p><a href="https://cdayz.cotrugli.tech">CDayZ 2026</a> · <a href="mailto:drazen.kapusta@cotrugli.eu">Contact</a></p>
<p>© 2026 COTRUGLI. Evidence over claims.</p>
</div>
</div>
</div>
</footer>
</body>
</html>