// TERMS — V1
// Codex 03. Same chrome vocabulary as About V2 / Services V1 / Contact V1,
// but layout deliberately restrained for long-form legal reading.
//
// Policy anchors (preserved verbatim from operator direction):
//   - Defers any and all responsibility to the end user.
//   - Restricted to individuals above the age of consent in their jurisdiction.
//   - Underage / minor use is not allowed; minor-supervision responsibility is
//     deferred at all times to parents or guardians.
//   - Unity AI Lab and any of its parties are not responsible for anything the
//     AI produces (text, audio, images); deferred to the original generative AI
//     providers — Pollinations, and that provider's providers.
//   - Unity AI Lab is NOT a generative AI provider.
//   - Service is a proof-of-concept experimental showcase of jailbreak +
//     cybersecurity / generative-AI-security capabilities from a red-team
//     perspective, with willingness to explain how it is done — to prove it
//     can be done and showcase skillsets.

const TermsV1 = () => {
  const effective = '2026-05-08';
  const version = 'v1.0';

  return (
    <div className="lV1" data-screen-label="Terms — V1">
      {/* ─────────────────────── classified mast */}
      <div className="lV1-mast">
        <span className="lV1-mast-classification">FILE / OPEN — UNCLASSIFIED</span>
        <span>UNITY · AI · LAB / CODEX 03 · TERMS</span>
        <span>FOLIO 01 / 01</span>
      </div>

      {/* meta strip */}
      <dl className="lV1-meta">
        <div><dt>Effective</dt><dd>{effective}</dd></div>
        <div><dt>Version</dt><dd>{version}</dd></div>
        <div><dt>Operator</dt><dd>Unity AI Lab</dd></div>
        <div>
          <dt>Contact</dt>
          <dd><a href="mailto:contact@unityailab.com">contact@unityailab.com</a></dd>
        </div>
      </dl>

      {/* ─────────────────────── cover */}
      <section className="lV1-cover">
        <div className="lV1-cover-fileno">FILE-03 · TERMS OF SERVICE · v2026.05</div>
        <h1>Terms of Service</h1>
        <div className="lV1-cover-rule" />
        <p className="lV1-cover-lede">
          The agreement between Unity AI Lab and you. Read it carefully before you
          continue to access or use the Service. By using the Service you accept
          every clause that follows and the responsibilities that come with it.
        </p>
      </section>

      {/* ─────────────────────── TOC */}
      <nav className="lV1-toc" aria-label="Table of contents">
        <div className="lV1-toc-kicker">Contents</div>
        <ol>
          <li><span className="lV1-toc-num">I</span> <a href="#tos-acceptance">Acceptance of these Terms</a></li>
          <li><span className="lV1-toc-num">II</span> <a href="#tos-nature">Nature of the Service</a></li>
          <li><span className="lV1-toc-num">III</span> <a href="#tos-eligibility">Eligibility &amp; Age Requirement</a></li>
          <li><span className="lV1-toc-num">IV</span> <a href="#tos-under18">Notice to Anyone Under 18</a></li>
          <li><span className="lV1-toc-num">V</span> <a href="#tos-guardians">Parents &amp; Legal Guardians</a></li>
          <li><span className="lV1-toc-num">VI</span> <a href="#tos-ai">AI-Generated Content</a></li>
          <li><span className="lV1-toc-num">VII</span> <a href="#tos-use">Acceptable Use</a></li>
          <li><span className="lV1-toc-num">VIII</span> <a href="#tos-warranty">Disclaimer of Warranties</a></li>
          <li><span className="lV1-toc-num">IX</span> <a href="#tos-liability">Limitation of Liability</a></li>
          <li><span className="lV1-toc-num">X</span> <a href="#tos-indemnify">Indemnification</a></li>
          <li><span className="lV1-toc-num">XI</span> <a href="#tos-ip">Intellectual Property</a></li>
          <li><span className="lV1-toc-num">XII</span> <a href="#tos-thirdparty">Third-Party Services &amp; Links</a></li>
          <li><span className="lV1-toc-num">XIII</span> <a href="#tos-termination">Termination</a></li>
          <li><span className="lV1-toc-num">XIV</span> <a href="#tos-changes">Changes to these Terms</a></li>
          <li><span className="lV1-toc-num">XV</span> <a href="#tos-law">Governing Law, Arbitration &amp; Class-Action Waiver</a></li>
          <li><span className="lV1-toc-num">XVI</span> <a href="#tos-misc">Severability &amp; Miscellaneous</a></li>
          <li><span className="lV1-toc-num">XVII</span> <a href="#tos-contact">Contact</a></li>
        </ol>
      </nav>

      {/* ─────────────────────── I · ACCEPTANCE */}
      <section className="lV1-section" id="tos-acceptance">
        <div className="lV1-band">
          <span><span className="lV1-band-num">I</span> · ACCEPTANCE</span>
          <span className="lV1-band-name">OF THESE TERMS</span>
          <span>FOLIO 01</span>
        </div>
        <h2>Acceptance of these Terms</h2>
        <p>
          These Terms of Service (the &quot;Terms&quot;) are a binding legal
          agreement between you (&quot;you&quot; or &quot;User&quot;) and Unity
          AI Lab (&quot;Unity AI Lab,&quot; &quot;we,&quot; &quot;us,&quot; or
          &quot;our&quot;) governing your access to and use of the website
          located at{' '}
          <a href="https://www.unityailab.com">https://www.unityailab.com</a>{' '}
          and any sub-paths, demos, applications, application programming
          interfaces, libraries, downloads, and related online services we make
          available (collectively, the &quot;Service&quot;).
        </p>
        <p>
          By accessing the Service, viewing any page on it, registering on the
          age-verification gate, or interacting with any feature, you confirm
          that you have read, understood, and agreed to be bound by these Terms
          and by our{' '}
          <a href="./privacy">Privacy Policy</a>, which is incorporated into
          these Terms by reference. If you do not agree to any part of these
          Terms, you must close the page and stop using the Service immediately.
        </p>
        <p>
          You agree that, by using the Service, you assume any and all
          responsibility for your use of it and for any consequences that arise
          from that use. Use of the Service is entirely at your own risk and at
          your own discretion.
        </p>
      </section>

      {/* ─────────────────────── II · NATURE OF THE SERVICE */}
      <section className="lV1-section" id="tos-nature">
        <div className="lV1-band">
          <span><span className="lV1-band-num">II</span> · NATURE</span>
          <span className="lV1-band-name">OF THE SERVICE</span>
          <span>FOLIO 02</span>
        </div>
        <h2>Nature of the Service</h2>
        <p>
          <strong>This website, in its current state, is NOT a generative AI provider.</strong>{' '}
          Unity AI Lab does not host, train, fine-tune, or operate any
          large-language-model or generative-image inference infrastructure.
          The Service simply uses an external generative AI provider — namely{' '}
          <a href="https://pollinations.ai" target="_blank" rel="noopener noreferrer">Pollinations</a>{' '}
          (and Pollinations&apos; own upstream providers and infrastructure) — to
          provide proof-of-concept experimental showcases.
        </p>
        <p>
          The purpose of these showcases is to demonstrate jailbreak,
          cybersecurity, and generative-AI-security capabilities of Unity AI Lab
          from a red-team perspective. We aim to show the ability to bypass
          conventional content-moderation and safety systems, and we are willing
          to explain how it is done — not only to prove it can be done, but to
          showcase the skillsets of the engineers behind the project.
        </p>
        <p>
          Accordingly, the Service is best understood as a public research
          exhibit and educational reference — an artifact for security
          researchers, AI-safety practitioners, and the technically curious. It
          is not a commercial product. It is not offered for a fee. It is not
          marketed as production-grade infrastructure, is not operated under any
          service-level commitment, and is provided on an experimental basis.
        </p>
        <p>
          Features of the Service may change, regress, break, behave
          unpredictably, or be removed at any time without notice. AI outputs
          may be inaccurate, offensive, sexually explicit, violent, false,
          fabricated, defamatory, or otherwise unsuitable. You should not rely
          on the Service for any operational, medical, legal, financial, or
          life-safety purpose.
        </p>
      </section>

      {/* ─────────────────────── III · ELIGIBILITY */}
      <section className="lV1-section" id="tos-eligibility">
        <div className="lV1-band">
          <span><span className="lV1-band-num">III</span> · ELIGIBILITY</span>
          <span className="lV1-band-name">AGE REQUIREMENT</span>
          <span>FOLIO 03</span>
        </div>
        <h2>Eligibility &amp; Age Requirement</h2>
        <p>
          The Service is intended only for use by individuals who are above the
          age of consent in their jurisdiction — that is, the age at which a
          person is considered an adult under the laws of the country, state,
          province, or territory in which they reside or from which they access
          the Service.
        </p>
        <p>
          In the United States this generally means eighteen (18) years of age
          or older. In other jurisdictions the threshold may be higher. You are
          solely responsible for determining the applicable age of majority in
          your jurisdiction and for confirming that you meet or exceed it
          before accessing the Service.
        </p>
        <p>
          <strong>Underage or minor use of the Service is not allowed.</strong>{' '}
          By using the Service you represent and warrant that you are at least
          the age of consent in your jurisdiction and that you have the legal
          capacity to enter into this agreement. If you cannot make these
          representations truthfully, you are not authorized to access or use
          the Service and must close the page immediately.
        </p>
        <p>
          The Service may, at its discretion, employ an age-verification gate.
          Passing that gate does not confirm or guarantee that any specific user
          is in fact above the age of consent — it is a self-attestation. False
          attestation is a violation of these Terms and is the sole
          responsibility of the person making it.
        </p>
      </section>

      {/* ─────────────────────── IV · NOTICE TO MINORS (the under-18 callout) */}
      <section className="lV1-section" id="tos-under18">
        <div className="lV1-band">
          <span><span className="lV1-band-num">IV</span> · NOTICE</span>
          <span className="lV1-band-name">TO ANYONE UNDER 18</span>
          <span>FOLIO 04</span>
        </div>
        <h2>If you are under 18 — read this in plain English</h2>

        <div className="lV1-under18">
          <div className="lV1-under18-kicker">PLAIN ENGLISH · NO LEGALESE</div>
          <h3>This site is not for you.</h3>
          <p>
            <strong>If you are under the age of 18 — or under the age of an adult in your country, state, or region — please stop using this website right now.</strong>{' '}
            We mean it. The site is built for adults. The pages, the chat, and
            the AI-generated images and text on this site can include explicit,
            graphic, violent, sexual, or otherwise mature content that is not
            appropriate for minors and that we don&apos;t want you to see.
          </p>
          <p>What you should do, in order:</p>
          <ol>
            <li><strong>Close this tab or browser window.</strong> Don&apos;t click around. Just leave.</li>
            <li><strong>Tell a parent, guardian, or another trusted adult</strong> that you ended up on a site that is meant for grown-ups, especially if anything on this site upset, confused, or pressured you.</li>
            <li><strong>If anyone is hurting you or making you feel unsafe online,</strong> talk to a trusted adult or contact a local resource — for example, in the United States you can call or text the Crisis Text Line at 741741, in the UK you can call Childline at 0800 1111, or you can search for the equivalent helpline in your country.</li>
            <li><strong>Do not lie about your age</strong> on this site or anywhere else online. Lying about your age does not make a site safe for you, and it can put you at real risk.</li>
          </ol>
          <p>
            If you stay on the site after reading this notice, you and your
            parents or legal guardians are responsible for that choice — not
            Unity AI Lab. We don&apos;t want you here, and we&apos;re asking you,
            directly and clearly, to leave.
          </p>
          <p>
            We&apos;re not trying to be mean. The internet has a lot of stuff on
            it that is meant for adults, and we&apos;re trying to be honest with
            you about which kind of site this is so you can make a good choice.
            Take care of yourself. Go do something fun.
          </p>
        </div>
      </section>

      {/* ─────────────────────── V · PARENTS / GUARDIANS */}
      <section className="lV1-section" id="tos-guardians">
        <div className="lV1-band">
          <span><span className="lV1-band-num">V</span> · GUARDIANS</span>
          <span className="lV1-band-name">PARENTAL RESPONSIBILITY</span>
          <span>FOLIO 05</span>
        </div>
        <h2>Parents &amp; Legal Guardians</h2>
        <p>
          Any responsibility for minors who reach the Service is, at all times,
          deferred back to the parent&apos;s or guardian&apos;s responsibility
          to keep their children off of the Service. Unity AI Lab is not a
          substitute for parental supervision, parental controls, or active
          guardianship of a minor&apos;s use of the internet, and we do not
          undertake any duty to act in a parental or supervisory role.
        </p>
        <p>
          Parents and legal guardians are encouraged to use device-level and
          network-level parental-control tools, content-filtering software, and
          age-appropriate browsing supervision to prevent minors from accessing
          adult-oriented websites including this one. Resources include but are
          not limited to: operating-system-native parental controls (e.g.,
          Windows Family Safety, macOS Screen Time, iOS Screen Time, Android
          Family Link), DNS-level filters (e.g., OpenDNS Family Shield,
          CleanBrowsing), and third-party content-filtering services.
        </p>
        <p>
          If you are a parent or guardian and you believe your child has used
          the Service, you may contact us at{' '}
          <a href="mailto:contact@unityailab.com">contact@unityailab.com</a> and
          we will, where reasonable and feasible, take steps to assist —
          recognizing that we do not maintain user accounts, do not retain user
          inputs, and do not have a user database from which to remove records
          (see our <a href="./privacy">Privacy Policy</a>).
        </p>
      </section>

      {/* ─────────────────────── VI · AI-GENERATED CONTENT */}
      <section className="lV1-section" id="tos-ai">
        <div className="lV1-band">
          <span><span className="lV1-band-num">VI</span> · AI</span>
          <span className="lV1-band-name">GENERATED CONTENT</span>
          <span>FOLIO 06</span>
        </div>
        <h2>AI-Generated Content</h2>
        <p>
          <strong>Unity AI Lab and any of its parties are not responsible for anything the AI produces, as far as generated text, audio, or images.</strong>{' '}
          Any problem with such functionality is deferred back to the original
          generative AI providers — Pollinations, and that provider&apos;s
          providers (including the underlying model providers, hosting
          providers, content-moderation providers, and third-party
          infrastructure used by Pollinations to serve generations).
        </p>
        <p>
          The Service does not generate content itself. When you interact with
          a chat, image-generation, voice, or vision feature on the Service,
          the request is forwarded to Pollinations&apos; infrastructure, which
          performs the inference on its own systems and returns the result. We
          relay the result to your browser without modification of the
          generative output beyond the wrapping necessary to display it on the
          page.
        </p>
        <p>
          You acknowledge that:
        </p>
        <ul>
          <li>AI outputs may be wrong, harmful, biased, fabricated (so-called &quot;hallucinations&quot;), or factually inaccurate.</li>
          <li>AI outputs may be sexually explicit, violent, gory, or otherwise mature, including in ways that are surprising or unwelcome.</li>
          <li>AI outputs may resemble real people, brands, copyrighted works, or trademarks; any such resemblance is generated by an external provider, is not produced or curated by Unity AI Lab, and is not an endorsement, affiliation, or representation of any kind.</li>
          <li>AI outputs may infringe third-party rights, including intellectual-property and personality rights, depending on the prompt and the provider&apos;s model behavior.</li>
          <li>You are solely responsible for your prompts, for any content you generate or cause to be generated through the Service, and for any subsequent use, distribution, or publication of that content.</li>
        </ul>
        <p>
          To the maximum extent permitted by law, Unity AI Lab disclaims all
          responsibility, liability, and warranty in respect of the content of
          AI generations served through the Service. If you have a concern
          about a specific generation, please raise it with Pollinations
          directly through their published channels.
        </p>
      </section>

      {/* ─────────────────────── VII · ACCEPTABLE USE */}
      <section className="lV1-section" id="tos-use">
        <div className="lV1-band">
          <span><span className="lV1-band-num">VII</span> · USE</span>
          <span className="lV1-band-name">ACCEPTABLE CONDUCT</span>
          <span>FOLIO 07</span>
        </div>
        <h2>Acceptable Use</h2>
        <p>
          You agree not to use the Service to do any of the following, and not
          to attempt or encourage anyone else to do any of the following:
        </p>
        <ul>
          <li>Generate, request, or distribute child sexual abuse material (CSAM) or any content that sexualizes a minor in any way. This is an absolute prohibition with no exceptions.</li>
          <li>Generate or distribute non-consensual intimate imagery of an identifiable real person, or otherwise create sexual or explicit imagery of an identifiable real person without their documented consent.</li>
          <li>Generate or distribute content intended to harass, threaten, intimidate, defame, dox, or stalk an identifiable individual or group.</li>
          <li>Generate operational instructions for the construction, acquisition, or deployment of biological, chemical, radiological, nuclear, or high-yield-explosive weapons, or any other content the dissemination of which is criminal in your jurisdiction.</li>
          <li>Use the Service to commit fraud, identity theft, market manipulation, or any other unlawful financial activity.</li>
          <li>Probe, scan, attack, or otherwise compromise the integrity, availability, or confidentiality of the Service, of Pollinations&apos; infrastructure, or of any third-party system reachable from the Service, except where you are conducting authorized security research subject to a separate agreement and applicable law.</li>
          <li>Impersonate Unity AI Lab, its members, or any other person or entity, or misrepresent your affiliation with any person or entity.</li>
          <li>Circumvent the age-verification gate, attempt to provide the Service to minors, or assist anyone under the age of consent in their jurisdiction in accessing the Service.</li>
          <li>Resell, sublicense, or commercially redistribute the Service or any substantial portion of it without our prior written consent.</li>
          <li>Use the Service in any manner that violates any applicable local, state, national, or international law or regulation.</li>
        </ul>
        <p>
          The educational and red-team character of the Service does not
          authorize criminal use. The willingness of Unity AI Lab to discuss,
          document, or demonstrate jailbreak and content-moderation-bypass
          techniques is for the purpose of advancing the public understanding
          of generative-AI security; it is not a license to produce illegal
          content, to victimize identifiable individuals, or to violate the
          rights of others.
        </p>
      </section>

      {/* ─────────────────────── VIII · NO WARRANTY */}
      <section className="lV1-section" id="tos-warranty">
        <div className="lV1-band">
          <span><span className="lV1-band-num">VIII</span> · WARRANTY</span>
          <span className="lV1-band-name">NONE OF IT</span>
          <span>FOLIO 08</span>
        </div>
        <h2>Disclaimer of Warranties</h2>
        <p>
          THE SERVICE IS PROVIDED ON AN &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; BASIS, WITH ALL FAULTS AND WITHOUT WARRANTY OF ANY KIND. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, UNITY AI LAB AND ITS MEMBERS, CONTRIBUTORS, OFFICERS, EMPLOYEES, AGENTS, LICENSORS, AND SUPPLIERS (COLLECTIVELY, THE &quot;UNITY AI LAB PARTIES&quot;) DISCLAIM ALL WARRANTIES, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, NON-INFRINGEMENT, ACCURACY, AND QUIET ENJOYMENT.
        </p>
        <p>
          Without limiting the foregoing, the Unity AI Lab Parties make no
          warranty that: (a) the Service will meet your requirements or
          expectations; (b) the Service will be uninterrupted, timely, secure,
          virus-free, or error-free; (c) any information obtained through the
          Service will be accurate, current, complete, or reliable; (d) defects
          in the Service will be corrected; (e) the Service or any server that
          makes it available is free of harmful components; or (f) AI-generated
          content delivered through the Service is suitable for any particular
          purpose, lawful in your jurisdiction, or non-infringing.
        </p>
        <p>
          Some jurisdictions do not allow the exclusion of certain implied
          warranties; in such jurisdictions the foregoing exclusions apply to
          the maximum extent permitted by applicable law.
        </p>
      </section>

      {/* ─────────────────────── IX · LIMITATION OF LIABILITY */}
      <section className="lV1-section" id="tos-liability">
        <div className="lV1-band">
          <span><span className="lV1-band-num">IX</span> · LIABILITY</span>
          <span className="lV1-band-name">LIMITED, CAPPED</span>
          <span>FOLIO 09</span>
        </div>
        <h2>Limitation of Liability</h2>
        <p>
          TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL
          THE UNITY AI LAB PARTIES BE LIABLE TO YOU OR TO ANY THIRD PARTY FOR
          ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, EXEMPLARY, PUNITIVE,
          OR ENHANCED DAMAGES, INCLUDING BUT NOT LIMITED TO DAMAGES FOR LOST
          PROFITS, LOST REVENUES, LOST DATA, LOST GOODWILL, BUSINESS
          INTERRUPTION, EMOTIONAL DISTRESS, REPUTATIONAL HARM, OR ANY OTHER
          INTANGIBLE LOSS, ARISING OUT OF OR RELATED TO YOUR ACCESS TO OR USE
          OF, OR YOUR INABILITY TO ACCESS OR USE, THE SERVICE — REGARDLESS OF
          WHETHER SUCH DAMAGES ARE BASED ON CONTRACT, TORT (INCLUDING
          NEGLIGENCE), STRICT LIABILITY, STATUTE, OR ANY OTHER LEGAL THEORY,
          AND REGARDLESS OF WHETHER ANY UNITY AI LAB PARTY HAS BEEN ADVISED OF
          THE POSSIBILITY OF SUCH DAMAGES.
        </p>
        <p>
          TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE AGGREGATE
          LIABILITY OF THE UNITY AI LAB PARTIES TO YOU FOR ALL CLAIMS ARISING
          OUT OF OR RELATED TO THE SERVICE OR THESE TERMS SHALL NOT EXCEED THE
          GREATER OF (A) THE TOTAL AMOUNT YOU HAVE PAID TO UNITY AI LAB IN
          DIRECT CONSIDERATION FOR THE SERVICE IN THE TWELVE (12) MONTHS
          PRECEDING THE EVENT GIVING RISE TO THE CLAIM, OR (B) ONE HUNDRED
          UNITED STATES DOLLARS (USD $100.00). YOU ACKNOWLEDGE THAT THE SERVICE
          IS PROVIDED FREE OF CHARGE AND THAT, ABSENT THESE LIMITATIONS, UNITY
          AI LAB COULD NOT REASONABLY OFFER THE SERVICE.
        </p>
        <p>
          The limitations in this Section IX apply even if any limited remedy
          set out in these Terms fails of its essential purpose. Some
          jurisdictions do not allow the exclusion or limitation of incidental
          or consequential damages; in such jurisdictions the foregoing
          limitations apply to the maximum extent permitted by applicable law.
        </p>
      </section>

      {/* ─────────────────────── X · INDEMNIFICATION */}
      <section className="lV1-section" id="tos-indemnify">
        <div className="lV1-band">
          <span><span className="lV1-band-num">X</span> · INDEMNIFY</span>
          <span className="lV1-band-name">YOUR DEFENSE OF US</span>
          <span>FOLIO 10</span>
        </div>
        <h2>Indemnification</h2>
        <p>
          You agree to defend, indemnify, and hold harmless the Unity AI Lab
          Parties from and against any and all claims, demands, actions,
          proceedings, losses, liabilities, damages, judgments, awards, costs,
          and expenses (including reasonable attorneys&apos; fees) arising out
          of or related to: (a) your access to or use of the Service; (b) your
          violation of these Terms; (c) your violation of any law or regulation;
          (d) your violation of any rights of any third party, including
          intellectual-property, privacy, publicity, or contractual rights; (e)
          any content you submit, transmit, generate, or cause to be generated
          through the Service; or (f) any false representation or warranty made
          by you under these Terms, including any false attestation of age.
        </p>
        <p>
          We reserve the right, at our own expense and at our sole discretion,
          to assume the exclusive defense and control of any matter otherwise
          subject to indemnification by you, in which case you agree to
          cooperate with our defense of that matter. You will not settle any
          claim subject to indemnification under this section without our prior
          written consent if the settlement would impose any obligation or
          admission of liability on any Unity AI Lab Party.
        </p>
      </section>

      {/* ─────────────────────── XI · INTELLECTUAL PROPERTY */}
      <section className="lV1-section" id="tos-ip">
        <div className="lV1-band">
          <span><span className="lV1-band-num">XI</span> · IP</span>
          <span className="lV1-band-name">RIGHTS &amp; LICENSES</span>
          <span>FOLIO 11</span>
        </div>
        <h2>Intellectual Property</h2>
        <h3>Our materials</h3>
        <p>
          The Service, including its source code, design, layout, brand
          elements (such as the &quot;UNITYAILAB&quot; wordmark and the
          gothic-V-D visual system), original prose, original libraries
          (PolliLibJS and PolliLibPy), and original documentation, is the
          property of Unity AI Lab or its contributors and is protected by
          copyright, trademark, and other intellectual-property laws. Where
          source code is published under an open-source license, that license
          governs your rights in that code; the open-source license does not
          extend to brand elements, copy, or content not covered by the
          license. Nothing in these Terms grants you any right in any Unity AI
          Lab trademark, service mark, or trade dress without our prior written
          consent.
        </p>
        <h3>Third-party materials</h3>
        <p>
          The Service relies on, links to, or embeds materials and services
          owned by third parties — including but not limited to Pollinations,
          Pollinations&apos; upstream model and infrastructure providers, font
          foundries (Trajan Pro, Cormorant Garamond, Inter, JetBrains Mono),
          icon libraries (Font Awesome), front-end libraries (React, Bootstrap,
          AOS), the GitHub Pages hosting platform, and the visitor-counter
          service at <a href="https://abacus.jasoncameron.dev" target="_blank" rel="noopener noreferrer">abacus.jasoncameron.dev</a>.
          All trademarks, logos, and brand elements of those third parties are
          the property of their respective owners. Unity AI Lab is not
          affiliated with Unity Technologies; the &quot;Unity&quot; in &quot;Unity
          AI Lab&quot; refers to a separate brand.
        </p>
        <h3>AI-generated outputs</h3>
        <p>
          Ownership and license rights in AI-generated outputs depend on the
          model provider, the jurisdiction, and the specific facts of the
          generation. Unity AI Lab does not assert ownership over the outputs
          you cause to be generated through the Service and makes no
          representation about who, if anyone, owns or holds rights in those
          outputs. You are responsible for understanding the licensing terms of
          Pollinations and any upstream provider, and for verifying that your
          use of any output is lawful.
        </p>
        <h3>Your prompts and submissions</h3>
        <p>
          As described in our <a href="./privacy">Privacy Policy</a>, the
          Service does not maintain a server-side store of your prompts,
          conversation history, or generated outputs. To the extent that any
          prompt or submission you provide is transmitted to Pollinations, you
          grant the rights necessary for Pollinations and its upstream
          providers to process that prompt and return a response, in accordance
          with their respective terms.
        </p>
      </section>

      {/* ─────────────────────── XII · THIRD-PARTY */}
      <section className="lV1-section" id="tos-thirdparty">
        <div className="lV1-band">
          <span><span className="lV1-band-num">XII</span> · 3RD PARTY</span>
          <span className="lV1-band-name">SERVICES &amp; LINKS</span>
          <span>FOLIO 12</span>
        </div>
        <h2>Third-Party Services &amp; Links</h2>
        <p>
          The Service depends on, links to, or interoperates with services
          operated by third parties. These include but are not limited to:
        </p>
        <ul>
          <li><strong>Pollinations</strong> — the generative AI provider that performs all model inference on behalf of the Service. Their terms of service, privacy practices, and content policies govern your use of those generations. See <a href="https://pollinations.ai" target="_blank" rel="noopener noreferrer">pollinations.ai</a>.</li>
          <li><strong>Pollinations&apos; upstream providers</strong> — Pollinations relies on its own model providers, hosting providers, and content-moderation providers, each governed by their own terms.</li>
          <li><strong>GitHub Pages</strong> — the static-site hosting platform that serves this Service&apos;s pages. See <a href="https://docs.github.com/site-policy" target="_blank" rel="noopener noreferrer">GitHub&apos;s site policies</a>.</li>
          <li><strong>abacus.jasoncameron.dev</strong> — a third-party stateless visitor-counter service used to display an aggregate visitor count on certain pages.</li>
          <li><strong>CDN-hosted libraries</strong> — including unpkg.com (React, Babel) and Google Fonts.</li>
        </ul>
        <p>
          Unity AI Lab does not endorse, control, or assume responsibility for
          the practices, content, terms, or availability of these third-party
          services. Your use of any third-party service through or from the
          Service is at your own risk and is governed by that third party&apos;s
          terms.
        </p>
      </section>

      {/* ─────────────────────── XIII · TERMINATION */}
      <section className="lV1-section" id="tos-termination">
        <div className="lV1-band">
          <span><span className="lV1-band-num">XIII</span> · TERMINATION</span>
          <span className="lV1-band-name">SUSPENSION &amp; END</span>
          <span>FOLIO 13</span>
        </div>
        <h2>Termination</h2>
        <p>
          We may suspend, restrict, or terminate your access to the Service at
          any time, with or without notice, with or without cause, and at our
          sole discretion. Because the Service does not maintain user accounts,
          termination ordinarily takes the form of IP-level or network-level
          blocking, removal of features, or shutdown of the Service in whole or
          in part.
        </p>
        <p>
          You may terminate your relationship with Unity AI Lab at any time by
          ceasing to use the Service.
        </p>
        <p>
          Sections concerning the Nature of the Service, AI-Generated Content,
          Disclaimers, Limitation of Liability, Indemnification, Intellectual
          Property, Governing Law, and any other provisions that by their
          nature should survive termination will survive termination of these
          Terms.
        </p>
      </section>

      {/* ─────────────────────── XIV · CHANGES */}
      <section className="lV1-section" id="tos-changes">
        <div className="lV1-band">
          <span><span className="lV1-band-num">XIV</span> · CHANGES</span>
          <span className="lV1-band-name">AMENDMENTS</span>
          <span>FOLIO 14</span>
        </div>
        <h2>Changes to these Terms</h2>
        <p>
          We may revise these Terms at any time. When we do, we will update the
          &quot;Effective&quot; date at the top of this page and, where the
          change is material, we will mark the revision in the version history.
          We may also, at our discretion, post a notice on the Service for a
          period after a material change.
        </p>
        <p>
          Your continued use of the Service after the Effective date of a
          revision constitutes your acceptance of the revised Terms. If you do
          not agree to the revision, your sole remedy is to stop using the
          Service.
        </p>
      </section>

      {/* ─────────────────────── XV · LAW */}
      <section className="lV1-section" id="tos-law">
        <div className="lV1-band">
          <span><span className="lV1-band-num">XV</span> · LAW</span>
          <span className="lV1-band-name">JURISDICTION &amp; ARBITRATION</span>
          <span>FOLIO 15</span>
        </div>
        <h2>Governing Law, Arbitration &amp; Class-Action Waiver</h2>
        <h3>Governing law</h3>
        <p>
          These Terms and any dispute arising out of or related to them or the
          Service are governed by the laws of the State of Delaware, United
          States, without regard to its conflict-of-laws rules, and by
          applicable United States federal law, including the Federal
          Arbitration Act. Delaware is selected as a neutral and well-developed
          forum for online-services agreements; the parties to these Terms
          reside in multiple U.S. states, and Delaware is not selected to
          favor any particular party.
        </p>
        <h3>Informal resolution</h3>
        <p>
          Before initiating any formal proceeding, you agree to first contact
          us at{' '}
          <a href="mailto:contact@unityailab.com">contact@unityailab.com</a>{' '}
          and provide a description of your dispute, the relief you seek, and
          any supporting facts. We will attempt to resolve the dispute
          informally for at least sixty (60) days before either party may
          initiate arbitration.
        </p>
        <h3>Binding arbitration</h3>
        <p>
          If informal resolution fails, you and Unity AI Lab agree that any
          dispute, controversy, or claim arising out of or related to these
          Terms or the Service, including the validity, scope, or
          enforceability of this arbitration clause, shall be resolved by
          final and binding arbitration administered by the American
          Arbitration Association (&quot;AAA&quot;) under its Consumer
          Arbitration Rules then in effect. The arbitration shall be conducted
          by a single arbitrator. The seat of arbitration shall be Wilmington,
          Delaware, United States, although the arbitrator may permit remote
          appearances. The arbitrator may award only the relief that a court
          could award and is bound by the limitations on liability set out in
          Section IX. Judgment on the award may be entered in any court of
          competent jurisdiction.
        </p>
        <h3>Class-action waiver</h3>
        <p>
          You and Unity AI Lab agree that any dispute will be resolved on an
          individual basis only. <strong>You waive any right to participate in a class action, mass action, collective action, or representative action against Unity AI Lab,</strong> and the arbitrator may not consolidate more than one person&apos;s claims or preside over any form of representative or class proceeding. If this class-action waiver is found unenforceable, the entire arbitration clause shall be null and void as to the affected dispute, but the remainder of these Terms shall remain in effect.
        </p>
        <h3>Small-claims carve-out</h3>
        <p>
          Either party may bring an individual action in small-claims court for
          disputes that fall within that court&apos;s jurisdiction, in lieu of
          arbitration.
        </p>
        <h3>Thirty-day opt-out</h3>
        <p>
          You may opt out of this arbitration agreement and class-action waiver
          by sending a written notice of opt-out to{' '}
          <a href="mailto:contact@unityailab.com">contact@unityailab.com</a>{' '}
          within thirty (30) days of the date you first accept these Terms.
          The notice must include your name, the date you first used the
          Service, and a clear statement that you wish to opt out. Opting out
          does not affect any other provision of these Terms.
        </p>
        <h3>Forum and jurisdiction (residual)</h3>
        <p>
          To the extent any dispute is not subject to arbitration, the parties
          submit to the exclusive jurisdiction of the state and federal courts
          located in New Castle County, Delaware, and waive any objection based
          on inconvenient forum.
        </p>
      </section>

      {/* ─────────────────────── XVI · MISC */}
      <section className="lV1-section" id="tos-misc">
        <div className="lV1-band">
          <span><span className="lV1-band-num">XVI</span> · MISC</span>
          <span className="lV1-band-name">SEVERABILITY &amp; OTHER</span>
          <span>FOLIO 16</span>
        </div>
        <h2>Severability &amp; Miscellaneous</h2>
        <p>
          <strong>Severability.</strong> If any provision of these Terms is
          found unenforceable by a court of competent jurisdiction or by an
          arbitrator, that provision shall be enforced to the maximum extent
          permitted and the remaining provisions shall remain in full force
          and effect.
        </p>
        <p>
          <strong>No waiver.</strong> Our failure to enforce any provision of
          these Terms is not a waiver of that provision or of our right to
          enforce it on a later occasion.
        </p>
        <p>
          <strong>Entire agreement.</strong> These Terms, together with the
          Privacy Policy and any other notices we publish on the Service,
          constitute the entire agreement between you and Unity AI Lab
          regarding the Service and supersede any prior or contemporaneous
          agreements between you and us regarding the Service.
        </p>
        <p>
          <strong>Assignment.</strong> You may not assign or transfer these
          Terms, by operation of law or otherwise, without our prior written
          consent. We may assign these Terms freely, including to any
          successor in interest, affiliate, or acquirer.
        </p>
        <p>
          <strong>No agency.</strong> Nothing in these Terms creates an agency,
          partnership, joint venture, or employment relationship between you
          and Unity AI Lab.
        </p>
        <p>
          <strong>Force majeure.</strong> Unity AI Lab is not liable for any
          failure or delay in performance caused by circumstances beyond its
          reasonable control, including acts of nature, denial-of-service
          attacks, third-party-provider outages (including outages of
          Pollinations or its upstream providers), governmental action, or
          changes in applicable law.
        </p>
        <p>
          <strong>Headings.</strong> Section headings in these Terms are for
          convenience only and have no legal or contractual effect.
        </p>
        <p>
          <strong>Language.</strong> The controlling language of these Terms is
          English. Any translation is provided for convenience and does not
          modify the English text.
        </p>
      </section>

      {/* ─────────────────────── XVII · CONTACT */}
      <section className="lV1-section" id="tos-contact">
        <div className="lV1-band">
          <span><span className="lV1-band-num">XVII</span> · CONTACT</span>
          <span className="lV1-band-name">REACH US</span>
          <span>FOLIO 17</span>
        </div>
        <h2>Contact</h2>
        <p>
          For questions about these Terms, to provide notice under any
          provision (including the thirty-day opt-out from arbitration), or to
          report a concern about content or conduct on the Service, contact us
          at:
        </p>
        <p>
          <strong>Unity AI Lab</strong><br />
          Email:{' '}
          <a href="mailto:contact@unityailab.com">contact@unityailab.com</a><br />
          Web: <a href="https://www.unityailab.com">https://www.unityailab.com</a>
        </p>
        <p>
          We are an unincorporated hobby project operated by a small group of
          engineers across multiple U.S. states. We do not maintain a
          telephone, postal, or in-person contact channel. Email is the
          authoritative contact mechanism for all legal notices.
        </p>
      </section>

      {/* ─────────────────────── eof */}
      <div className="lV1-eof">
        <span><strong>END OF FILE</strong> · CODEX 03 · TERMS</span>
        <span>UNITY · AI · LAB</span>
        <span>v2026.05</span>
      </div>
    </div>
  );
};

window.TermsV1 = TermsV1;
