Domain teova.com
The Netherlands
MICROSOFT-CORP-MSN-AS-BLOCK
Software information

Caddy

tcp/443 tcp/80

  • MacOS file listing through .DS_Store file
    First seen 2025-11-10 14:26
    Last seen 2026-01-02 14:56
    Open for 53 days
  • MacOS file listing through .DS_Store file
    First seen 2025-11-25 17:55
    Last seen 2026-01-02 17:39
    Open for 37 days
  • Open service 178.162.163.65:80 · api.teova.com

    2026-01-12 07:06

    HTTP/1.1 308 Permanent Redirect
    Connection: close
    Location: https://api.teova.com/
    Server: Caddy
    Date: Mon, 12 Jan 2026 07:07:51 GMT
    Content-Length: 0
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 178.162.163.65:443 · api.teova.com

    2026-01-12 07:06

    HTTP/1.1 502 Bad Gateway
    Alt-Svc: h3=":443"; ma=2592000
    Server: Caddy
    Date: Mon, 12 Jan 2026 07:06:53 GMT
    Content-Length: 0
    Connection: close
    
    Found 2 days ago by HttpPlugin
    Create report
  • Open service 20.99.157.72:443 · teova.com

    2026-01-09 15:15

    HTTP/1.1 200 OK
    Content-Length: 13549
    Connection: close
    Content-Type: text/html
    Date: Fri, 09 Jan 2026 15:16:38 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "19981308"
    Last-Modified: Mon, 22 Dec 2025 21:43:12 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Teova — Focused Products for Games, Learning, Life & Core Systems
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <title>Teova — Focused Products for Games, Learning, Life & Core Systems</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="description"
        content="Teova builds focused games, learning tools, life apps, and core systems — designed with clarity, restraint, and a long-term view." />
    
      <!-- SEO & Indexing -->
      <meta name="robots" content="index, follow" />
      <link rel="canonical" href="https://www.teova.com/" />
    
      <!-- Open Graph / Social -->
      <meta property="og:type" content="website" />
      <meta property="og:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
      <meta property="og:description"
        content="We build focused products — not noise. Games, learning tools, life apps, and core systems designed for clarity and longevity." />
      <meta property="og:url" content="https://www.teova.com/" />
      <meta property="og:site_name" content="Teova" />
    
      <!-- Twitter Card -->
      <meta name="twitter:card" content="summary" />
      <meta name="twitter:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
      <meta name="twitter:description"
        content="Focused games, learning tools, life apps, and core systems built with clarity and a long-term view." />
    
      <style>
        :root {
          --bg: #f7f9fb;
          --text-main: #111827;
          --text-soft: #4b5563;
          --accent: #77a2bf;
          --accent-soft: rgba(119, 162, 191, 0.10);
          --projects-bg: #b91c1c;
          --projects-text: #f9fafb;
          --projects-text-soft: rgba(249, 250, 251, 0.85);
          --projects-link: #fde68a;
          --radius-lg: 18px;
          --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
        }
    
        * {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
          background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
          color: var(--text-main);
          -webkit-font-smoothing: antialiased;
          line-height: 1.6;
        }
    
        a {
          color: inherit;
          text-decoration: none;
        }
    
        .page {
          max-width: 1040px;
          margin: 0 auto;
          padding: 32px 20px 56px;
        }
    
        header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px;
          margin-bottom: 32px;
        }
    
        .brand {
          display: inline-flex;
          align-items: center;
          gap: 12px;
        }
    
        .brand-logo {
          width: 40px;
          height: 40px;
          border-radius: 8px;
          overflow: hidden;
          background: #ffffff;
          box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
        }
    
        .brand-logo img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
        }
    
        .brand-text-title {
          font-size: 15px;
          font-weight: 600;
          letter-spacing: 0.06em;
          text-transform: uppercase;
        }
    
        .brand-text-sub {
          font-size: 12px;
          color: var(--text-soft);
        }
    
        nav {
          display: flex;
          gap: 12px;
          font-size: 14px;
          flex-wrap: wrap;
        }
    
        nav a {
          padding: 6px 10px;
          border-radius: 999px;
          color: var(--text-soft);
          transition: background 0.15s ease-out, color 0.15s ease-out;
        }
    
        nav a:hover {
          background: rgba(255, 255, 255, 0.9);
          color: var(--text-main);
        }
    
        /* HERO */
    
        .hero {
          display: grid;
          grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
          gap: 32px;
          align-items: stretch;
          margin-bottom: 48px;
        }
    
        .hero-tag {
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 0.14em;
          color: var(--text-soft);
          margin-bottom: 10px;
        }
    
        .hero-title {
          font-size: clamp(30px, 4vw, 40px);
          font-weight: 600;
          letter-spacing: -0.03em;
          margin-bottom: 20px;
          line-height: 40px;
        }
    
        .hero-title span {
          color: var(--accent);
        }
    
        .hero-body {
          font-size: 15px;
          color: var(--text-s
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 20.82.12.44:443 · www.teova.com

    2026-01-09 09:59

    HTTP/1.1 200 OK
    Content-Length: 13549
    Connection: close
    Content-Type: text/html
    Date: Fri, 09 Jan 2026 10:00:12 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "19981308"
    Last-Modified: Mon, 22 Dec 2025 21:43:12 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Teova — Focused Products for Games, Learning, Life & Core Systems
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <title>Teova — Focused Products for Games, Learning, Life & Core Systems</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="description"
        content="Teova builds focused games, learning tools, life apps, and core systems — designed with clarity, restraint, and a long-term view." />
    
      <!-- SEO & Indexing -->
      <meta name="robots" content="index, follow" />
      <link rel="canonical" href="https://www.teova.com/" />
    
      <!-- Open Graph / Social -->
      <meta property="og:type" content="website" />
      <meta property="og:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
      <meta property="og:description"
        content="We build focused products — not noise. Games, learning tools, life apps, and core systems designed for clarity and longevity." />
      <meta property="og:url" content="https://www.teova.com/" />
      <meta property="og:site_name" content="Teova" />
    
      <!-- Twitter Card -->
      <meta name="twitter:card" content="summary" />
      <meta name="twitter:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
      <meta name="twitter:description"
        content="Focused games, learning tools, life apps, and core systems built with clarity and a long-term view." />
    
      <style>
        :root {
          --bg: #f7f9fb;
          --text-main: #111827;
          --text-soft: #4b5563;
          --accent: #77a2bf;
          --accent-soft: rgba(119, 162, 191, 0.10);
          --projects-bg: #b91c1c;
          --projects-text: #f9fafb;
          --projects-text-soft: rgba(249, 250, 251, 0.85);
          --projects-link: #fde68a;
          --radius-lg: 18px;
          --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
        }
    
        * {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
          background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
          color: var(--text-main);
          -webkit-font-smoothing: antialiased;
          line-height: 1.6;
        }
    
        a {
          color: inherit;
          text-decoration: none;
        }
    
        .page {
          max-width: 1040px;
          margin: 0 auto;
          padding: 32px 20px 56px;
        }
    
        header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px;
          margin-bottom: 32px;
        }
    
        .brand {
          display: inline-flex;
          align-items: center;
          gap: 12px;
        }
    
        .brand-logo {
          width: 40px;
          height: 40px;
          border-radius: 8px;
          overflow: hidden;
          background: #ffffff;
          box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
        }
    
        .brand-logo img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
        }
    
        .brand-text-title {
          font-size: 15px;
          font-weight: 600;
          letter-spacing: 0.06em;
          text-transform: uppercase;
        }
    
        .brand-text-sub {
          font-size: 12px;
          color: var(--text-soft);
        }
    
        nav {
          display: flex;
          gap: 12px;
          font-size: 14px;
          flex-wrap: wrap;
        }
    
        nav a {
          padding: 6px 10px;
          border-radius: 999px;
          color: var(--text-soft);
          transition: background 0.15s ease-out, color 0.15s ease-out;
        }
    
        nav a:hover {
          background: rgba(255, 255, 255, 0.9);
          color: var(--text-main);
        }
    
        /* HERO */
    
        .hero {
          display: grid;
          grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
          gap: 32px;
          align-items: stretch;
          margin-bottom: 48px;
        }
    
        .hero-tag {
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 0.14em;
          color: var(--text-soft);
          margin-bottom: 10px;
        }
    
        .hero-title {
          font-size: clamp(30px, 4vw, 40px);
          font-weight: 600;
          letter-spacing: -0.03em;
          margin-bottom: 20px;
          line-height: 40px;
        }
    
        .hero-title span {
          color: var(--accent);
        }
    
        .hero-body {
          font-size: 15px;
          color: var(--text-s
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 20.99.157.72:443 · teova.com

    2026-01-02 17:39

    HTTP/1.1 200 OK
    Content-Length: 13549
    Connection: close
    Content-Type: text/html
    Date: Fri, 02 Jan 2026 17:39:15 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "19981308"
    Last-Modified: Mon, 22 Dec 2025 21:43:12 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Teova — Focused Products for Games, Learning, Life & Core Systems
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <title>Teova — Focused Products for Games, Learning, Life & Core Systems</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="description"
        content="Teova builds focused games, learning tools, life apps, and core systems — designed with clarity, restraint, and a long-term view." />
    
      <!-- SEO & Indexing -->
      <meta name="robots" content="index, follow" />
      <link rel="canonical" href="https://www.teova.com/" />
    
      <!-- Open Graph / Social -->
      <meta property="og:type" content="website" />
      <meta property="og:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
      <meta property="og:description"
        content="We build focused products — not noise. Games, learning tools, life apps, and core systems designed for clarity and longevity." />
      <meta property="og:url" content="https://www.teova.com/" />
      <meta property="og:site_name" content="Teova" />
    
      <!-- Twitter Card -->
      <meta name="twitter:card" content="summary" />
      <meta name="twitter:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
      <meta name="twitter:description"
        content="Focused games, learning tools, life apps, and core systems built with clarity and a long-term view." />
    
      <style>
        :root {
          --bg: #f7f9fb;
          --text-main: #111827;
          --text-soft: #4b5563;
          --accent: #77a2bf;
          --accent-soft: rgba(119, 162, 191, 0.10);
          --projects-bg: #b91c1c;
          --projects-text: #f9fafb;
          --projects-text-soft: rgba(249, 250, 251, 0.85);
          --projects-link: #fde68a;
          --radius-lg: 18px;
          --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
        }
    
        * {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
          background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
          color: var(--text-main);
          -webkit-font-smoothing: antialiased;
          line-height: 1.6;
        }
    
        a {
          color: inherit;
          text-decoration: none;
        }
    
        .page {
          max-width: 1040px;
          margin: 0 auto;
          padding: 32px 20px 56px;
        }
    
        header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px;
          margin-bottom: 32px;
        }
    
        .brand {
          display: inline-flex;
          align-items: center;
          gap: 12px;
        }
    
        .brand-logo {
          width: 40px;
          height: 40px;
          border-radius: 8px;
          overflow: hidden;
          background: #ffffff;
          box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
        }
    
        .brand-logo img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
        }
    
        .brand-text-title {
          font-size: 15px;
          font-weight: 600;
          letter-spacing: 0.06em;
          text-transform: uppercase;
        }
    
        .brand-text-sub {
          font-size: 12px;
          color: var(--text-soft);
        }
    
        nav {
          display: flex;
          gap: 12px;
          font-size: 14px;
          flex-wrap: wrap;
        }
    
        nav a {
          padding: 6px 10px;
          border-radius: 999px;
          color: var(--text-soft);
          transition: background 0.15s ease-out, color 0.15s ease-out;
        }
    
        nav a:hover {
          background: rgba(255, 255, 255, 0.9);
          color: var(--text-main);
        }
    
        /* HERO */
    
        .hero {
          display: grid;
          grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
          gap: 32px;
          align-items: stretch;
          margin-bottom: 48px;
        }
    
        .hero-tag {
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 0.14em;
          color: var(--text-soft);
          margin-bottom: 10px;
        }
    
        .hero-title {
          font-size: clamp(30px, 4vw, 40px);
          font-weight: 600;
          letter-spacing: -0.03em;
          margin-bottom: 20px;
          line-height: 40px;
        }
    
        .hero-title span {
          color: var(--accent);
        }
    
        .hero-body {
          font-size: 15px;
          color: var(--text-s
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 20.82.12.44:443 · www.teova.com

    2026-01-02 14:56

    HTTP/1.1 200 OK
    Content-Length: 13549
    Connection: close
    Content-Type: text/html
    Date: Fri, 02 Jan 2026 14:56:38 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "19981308"
    Last-Modified: Mon, 22 Dec 2025 21:43:12 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Teova — Focused Products for Games, Learning, Life & Core Systems
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <title>Teova — Focused Products for Games, Learning, Life & Core Systems</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="description"
        content="Teova builds focused games, learning tools, life apps, and core systems — designed with clarity, restraint, and a long-term view." />
    
      <!-- SEO & Indexing -->
      <meta name="robots" content="index, follow" />
      <link rel="canonical" href="https://www.teova.com/" />
    
      <!-- Open Graph / Social -->
      <meta property="og:type" content="website" />
      <meta property="og:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
      <meta property="og:description"
        content="We build focused products — not noise. Games, learning tools, life apps, and core systems designed for clarity and longevity." />
      <meta property="og:url" content="https://www.teova.com/" />
      <meta property="og:site_name" content="Teova" />
    
      <!-- Twitter Card -->
      <meta name="twitter:card" content="summary" />
      <meta name="twitter:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
      <meta name="twitter:description"
        content="Focused games, learning tools, life apps, and core systems built with clarity and a long-term view." />
    
      <style>
        :root {
          --bg: #f7f9fb;
          --text-main: #111827;
          --text-soft: #4b5563;
          --accent: #77a2bf;
          --accent-soft: rgba(119, 162, 191, 0.10);
          --projects-bg: #b91c1c;
          --projects-text: #f9fafb;
          --projects-text-soft: rgba(249, 250, 251, 0.85);
          --projects-link: #fde68a;
          --radius-lg: 18px;
          --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
        }
    
        * {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
          background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
          color: var(--text-main);
          -webkit-font-smoothing: antialiased;
          line-height: 1.6;
        }
    
        a {
          color: inherit;
          text-decoration: none;
        }
    
        .page {
          max-width: 1040px;
          margin: 0 auto;
          padding: 32px 20px 56px;
        }
    
        header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px;
          margin-bottom: 32px;
        }
    
        .brand {
          display: inline-flex;
          align-items: center;
          gap: 12px;
        }
    
        .brand-logo {
          width: 40px;
          height: 40px;
          border-radius: 8px;
          overflow: hidden;
          background: #ffffff;
          box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
        }
    
        .brand-logo img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
        }
    
        .brand-text-title {
          font-size: 15px;
          font-weight: 600;
          letter-spacing: 0.06em;
          text-transform: uppercase;
        }
    
        .brand-text-sub {
          font-size: 12px;
          color: var(--text-soft);
        }
    
        nav {
          display: flex;
          gap: 12px;
          font-size: 14px;
          flex-wrap: wrap;
        }
    
        nav a {
          padding: 6px 10px;
          border-radius: 999px;
          color: var(--text-soft);
          transition: background 0.15s ease-out, color 0.15s ease-out;
        }
    
        nav a:hover {
          background: rgba(255, 255, 255, 0.9);
          color: var(--text-main);
        }
    
        /* HERO */
    
        .hero {
          display: grid;
          grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
          gap: 32px;
          align-items: stretch;
          margin-bottom: 48px;
        }
    
        .hero-tag {
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 0.14em;
          color: var(--text-soft);
          margin-bottom: 10px;
        }
    
        .hero-title {
          font-size: clamp(30px, 4vw, 40px);
          font-weight: 600;
          letter-spacing: -0.03em;
          margin-bottom: 20px;
          line-height: 40px;
        }
    
        .hero-title span {
          color: var(--accent);
        }
    
        .hero-body {
          font-size: 15px;
          color: var(--text-s
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 20.99.157.72:443 · teova.com

    2025-12-23 09:01

    HTTP/1.1 200 OK
    Content-Length: 13549
    Connection: close
    Content-Type: text/html
    Date: Tue, 23 Dec 2025 09:01:12 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "19981308"
    Last-Modified: Mon, 22 Dec 2025 21:43:12 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Teova — Focused Products for Games, Learning, Life & Core Systems
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <title>Teova — Focused Products for Games, Learning, Life & Core Systems</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="description"
        content="Teova builds focused games, learning tools, life apps, and core systems — designed with clarity, restraint, and a long-term view." />
    
      <!-- SEO & Indexing -->
      <meta name="robots" content="index, follow" />
      <link rel="canonical" href="https://www.teova.com/" />
    
      <!-- Open Graph / Social -->
      <meta property="og:type" content="website" />
      <meta property="og:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
      <meta property="og:description"
        content="We build focused products — not noise. Games, learning tools, life apps, and core systems designed for clarity and longevity." />
      <meta property="og:url" content="https://www.teova.com/" />
      <meta property="og:site_name" content="Teova" />
    
      <!-- Twitter Card -->
      <meta name="twitter:card" content="summary" />
      <meta name="twitter:title" content="Teova — Focused Products for Games, Learning, Life & Core Systems" />
      <meta name="twitter:description"
        content="Focused games, learning tools, life apps, and core systems built with clarity and a long-term view." />
    
      <style>
        :root {
          --bg: #f7f9fb;
          --text-main: #111827;
          --text-soft: #4b5563;
          --accent: #77a2bf;
          --accent-soft: rgba(119, 162, 191, 0.10);
          --projects-bg: #b91c1c;
          --projects-text: #f9fafb;
          --projects-text-soft: rgba(249, 250, 251, 0.85);
          --projects-link: #fde68a;
          --radius-lg: 18px;
          --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
        }
    
        * {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
          background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
          color: var(--text-main);
          -webkit-font-smoothing: antialiased;
          line-height: 1.6;
        }
    
        a {
          color: inherit;
          text-decoration: none;
        }
    
        .page {
          max-width: 1040px;
          margin: 0 auto;
          padding: 32px 20px 56px;
        }
    
        header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px;
          margin-bottom: 32px;
        }
    
        .brand {
          display: inline-flex;
          align-items: center;
          gap: 12px;
        }
    
        .brand-logo {
          width: 40px;
          height: 40px;
          border-radius: 8px;
          overflow: hidden;
          background: #ffffff;
          box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
        }
    
        .brand-logo img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
        }
    
        .brand-text-title {
          font-size: 15px;
          font-weight: 600;
          letter-spacing: 0.06em;
          text-transform: uppercase;
        }
    
        .brand-text-sub {
          font-size: 12px;
          color: var(--text-soft);
        }
    
        nav {
          display: flex;
          gap: 12px;
          font-size: 14px;
          flex-wrap: wrap;
        }
    
        nav a {
          padding: 6px 10px;
          border-radius: 999px;
          color: var(--text-soft);
          transition: background 0.15s ease-out, color 0.15s ease-out;
        }
    
        nav a:hover {
          background: rgba(255, 255, 255, 0.9);
          color: var(--text-main);
        }
    
        /* HERO */
    
        .hero {
          display: grid;
          grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
          gap: 32px;
          align-items: stretch;
          margin-bottom: 48px;
        }
    
        .hero-tag {
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 0.14em;
          color: var(--text-soft);
          margin-bottom: 10px;
        }
    
        .hero-title {
          font-size: clamp(30px, 4vw, 40px);
          font-weight: 600;
          letter-spacing: -0.03em;
          margin-bottom: 20px;
          line-height: 40px;
        }
    
        .hero-title span {
          color: var(--accent);
        }
    
        .hero-body {
          font-size: 15px;
          color: var(--text-s
    Found 2025-12-23 by HttpPlugin
    Create report
  • Open service 20.82.12.44:443 · www.teova.com

    2025-12-22 16:50

    HTTP/1.1 200 OK
    Content-Length: 12415
    Connection: close
    Content-Type: text/html
    Date: Mon, 22 Dec 2025 16:50:48 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "41667894"
    Last-Modified: Tue, 02 Dec 2025 08:02:00 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Teova – Game Development, Educational Apps & High-Tech Software
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <title>Teova – Game Development, Educational Apps & High-Tech Software</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
    
      <!-- SEO & Indexing -->
      <meta name="robots" content="index, follow" />
      <link rel="canonical" href="https://www.teova.com/" />
    
      <!-- Open Graph / Social -->
      <meta property="og:type" content="website" />
      <meta property="og:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
      <meta property="og:description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
      <meta property="og:url" content="https://www.teova.com/" />
      <meta property="og:site_name" content="Teova" />
    
      <!-- Twitter Card -->
      <meta name="twitter:card" content="summary" />
      <meta name="twitter:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
      <meta name="twitter:description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
    
      <style>
        :root {
          --bg: #f7f9fb;
          --text-main: #111827;
          --text-soft: #4b5563;
          --accent: #77a2bf;
          --accent-soft: rgba(119, 162, 191, 0.10);
          --projects-bg: #b91c1c;
          --projects-text: #f9fafb;
          --projects-text-soft: rgba(249, 250, 251, 0.85);
          --projects-link: #fde68a;
          --radius-lg: 18px;
          --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
        }
    
        * {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
          background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
          color: var(--text-main);
          -webkit-font-smoothing: antialiased;
          line-height: 1.6;
        }
    
        a {
          color: inherit;
          text-decoration: none;
        }
    
        .page {
          max-width: 1040px;
          margin: 0 auto;
          padding: 32px 20px 56px;
        }
    
        header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px;
          margin-bottom: 32px;
        }
    
        .brand {
          display: inline-flex;
          align-items: center;
          gap: 12px;
        }
    
        .brand-logo {
          width: 40px;
          height: 40px;
          border-radius: 8px;
          overflow: hidden;
          background: #ffffff;
          box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
        }
    
        .brand-logo img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
        }
    
        .brand-text-title {
          font-size: 15px;
          font-weight: 600;
          letter-spacing: 0.06em;
          text-transform: uppercase;
        }
    
        .brand-text-sub {
          font-size: 12px;
          color: var(--text-soft);
        }
    
        nav {
          display: flex;
          gap: 12px;
          font-size: 14px;
          flex-wrap: wrap;
        }
    
        nav a {
          padding: 6px 10px;
          border-radius: 999px;
          color: var(--text-soft);
          transition: background 0.15s ease-out, color 0.15s ease-out;
        }
    
        nav a:hover {
          background: rgba(255, 255, 255, 0.9);
          color: var(--text-main);
        }
    
        /* HERO */
    
        .hero {
          display: grid;
          grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
          gap: 32px;
          align-items: stretch;
          margin-bottom: 48px;
        }
    
        .hero-tag {
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 0.14em;
          color: var(--text-soft);
          margin-bottom: 10px;
        }
    
        .hero-title {
          font-size: clamp(30px, 4vw, 40px);
          font-weight: 600;
          letter-spacing: -0.03em;
          margin-bottom: 20px;
          line-height: 40px;
        }
    
        .hero-title span {
          color: var(--accent);
        }
    
        .hero-body {
          font-size: 15px;
          color: var(--text-soft);
          max-width: 530px;
    
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 20.99.157.72:443 · teova.com

    2025-12-21 11:22

    HTTP/1.1 200 OK
    Content-Length: 12415
    Connection: close
    Content-Type: text/html
    Date: Sun, 21 Dec 2025 11:22:05 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "41667894"
    Last-Modified: Tue, 02 Dec 2025 08:02:00 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Teova – Game Development, Educational Apps & High-Tech Software
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <title>Teova – Game Development, Educational Apps & High-Tech Software</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
    
      <!-- SEO & Indexing -->
      <meta name="robots" content="index, follow" />
      <link rel="canonical" href="https://www.teova.com/" />
    
      <!-- Open Graph / Social -->
      <meta property="og:type" content="website" />
      <meta property="og:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
      <meta property="og:description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
      <meta property="og:url" content="https://www.teova.com/" />
      <meta property="og:site_name" content="Teova" />
    
      <!-- Twitter Card -->
      <meta name="twitter:card" content="summary" />
      <meta name="twitter:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
      <meta name="twitter:description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
    
      <style>
        :root {
          --bg: #f7f9fb;
          --text-main: #111827;
          --text-soft: #4b5563;
          --accent: #77a2bf;
          --accent-soft: rgba(119, 162, 191, 0.10);
          --projects-bg: #b91c1c;
          --projects-text: #f9fafb;
          --projects-text-soft: rgba(249, 250, 251, 0.85);
          --projects-link: #fde68a;
          --radius-lg: 18px;
          --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
        }
    
        * {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
          background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
          color: var(--text-main);
          -webkit-font-smoothing: antialiased;
          line-height: 1.6;
        }
    
        a {
          color: inherit;
          text-decoration: none;
        }
    
        .page {
          max-width: 1040px;
          margin: 0 auto;
          padding: 32px 20px 56px;
        }
    
        header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px;
          margin-bottom: 32px;
        }
    
        .brand {
          display: inline-flex;
          align-items: center;
          gap: 12px;
        }
    
        .brand-logo {
          width: 40px;
          height: 40px;
          border-radius: 8px;
          overflow: hidden;
          background: #ffffff;
          box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
        }
    
        .brand-logo img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
        }
    
        .brand-text-title {
          font-size: 15px;
          font-weight: 600;
          letter-spacing: 0.06em;
          text-transform: uppercase;
        }
    
        .brand-text-sub {
          font-size: 12px;
          color: var(--text-soft);
        }
    
        nav {
          display: flex;
          gap: 12px;
          font-size: 14px;
          flex-wrap: wrap;
        }
    
        nav a {
          padding: 6px 10px;
          border-radius: 999px;
          color: var(--text-soft);
          transition: background 0.15s ease-out, color 0.15s ease-out;
        }
    
        nav a:hover {
          background: rgba(255, 255, 255, 0.9);
          color: var(--text-main);
        }
    
        /* HERO */
    
        .hero {
          display: grid;
          grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
          gap: 32px;
          align-items: stretch;
          margin-bottom: 48px;
        }
    
        .hero-tag {
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 0.14em;
          color: var(--text-soft);
          margin-bottom: 10px;
        }
    
        .hero-title {
          font-size: clamp(30px, 4vw, 40px);
          font-weight: 600;
          letter-spacing: -0.03em;
          margin-bottom: 20px;
          line-height: 40px;
        }
    
        .hero-title span {
          color: var(--accent);
        }
    
        .hero-body {
          font-size: 15px;
          color: var(--text-soft);
          max-width: 530px;
    
    Found 2025-12-21 by HttpPlugin
    Create report
  • Open service 20.82.12.44:443 · www.teova.com

    2025-12-20 17:46

    HTTP/1.1 200 OK
    Content-Length: 12415
    Connection: close
    Content-Type: text/html
    Date: Sat, 20 Dec 2025 17:46:54 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "41667894"
    Last-Modified: Tue, 02 Dec 2025 08:02:00 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Teova – Game Development, Educational Apps & High-Tech Software
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <title>Teova – Game Development, Educational Apps & High-Tech Software</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
    
      <!-- SEO & Indexing -->
      <meta name="robots" content="index, follow" />
      <link rel="canonical" href="https://www.teova.com/" />
    
      <!-- Open Graph / Social -->
      <meta property="og:type" content="website" />
      <meta property="og:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
      <meta property="og:description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
      <meta property="og:url" content="https://www.teova.com/" />
      <meta property="og:site_name" content="Teova" />
    
      <!-- Twitter Card -->
      <meta name="twitter:card" content="summary" />
      <meta name="twitter:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
      <meta name="twitter:description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
    
      <style>
        :root {
          --bg: #f7f9fb;
          --text-main: #111827;
          --text-soft: #4b5563;
          --accent: #77a2bf;
          --accent-soft: rgba(119, 162, 191, 0.10);
          --projects-bg: #b91c1c;
          --projects-text: #f9fafb;
          --projects-text-soft: rgba(249, 250, 251, 0.85);
          --projects-link: #fde68a;
          --radius-lg: 18px;
          --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
        }
    
        * {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
          background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
          color: var(--text-main);
          -webkit-font-smoothing: antialiased;
          line-height: 1.6;
        }
    
        a {
          color: inherit;
          text-decoration: none;
        }
    
        .page {
          max-width: 1040px;
          margin: 0 auto;
          padding: 32px 20px 56px;
        }
    
        header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px;
          margin-bottom: 32px;
        }
    
        .brand {
          display: inline-flex;
          align-items: center;
          gap: 12px;
        }
    
        .brand-logo {
          width: 40px;
          height: 40px;
          border-radius: 8px;
          overflow: hidden;
          background: #ffffff;
          box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
        }
    
        .brand-logo img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
        }
    
        .brand-text-title {
          font-size: 15px;
          font-weight: 600;
          letter-spacing: 0.06em;
          text-transform: uppercase;
        }
    
        .brand-text-sub {
          font-size: 12px;
          color: var(--text-soft);
        }
    
        nav {
          display: flex;
          gap: 12px;
          font-size: 14px;
          flex-wrap: wrap;
        }
    
        nav a {
          padding: 6px 10px;
          border-radius: 999px;
          color: var(--text-soft);
          transition: background 0.15s ease-out, color 0.15s ease-out;
        }
    
        nav a:hover {
          background: rgba(255, 255, 255, 0.9);
          color: var(--text-main);
        }
    
        /* HERO */
    
        .hero {
          display: grid;
          grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
          gap: 32px;
          align-items: stretch;
          margin-bottom: 48px;
        }
    
        .hero-tag {
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 0.14em;
          color: var(--text-soft);
          margin-bottom: 10px;
        }
    
        .hero-title {
          font-size: clamp(30px, 4vw, 40px);
          font-weight: 600;
          letter-spacing: -0.03em;
          margin-bottom: 20px;
          line-height: 40px;
        }
    
        .hero-title span {
          color: var(--accent);
        }
    
        .hero-body {
          font-size: 15px;
          color: var(--text-soft);
          max-width: 530px;
    
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 20.99.157.72:443 · teova.com

    2025-12-19 07:08

    HTTP/1.1 200 OK
    Content-Length: 12415
    Connection: close
    Content-Type: text/html
    Date: Fri, 19 Dec 2025 07:08:48 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "41667894"
    Last-Modified: Tue, 02 Dec 2025 08:02:00 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Teova – Game Development, Educational Apps & High-Tech Software
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <title>Teova – Game Development, Educational Apps & High-Tech Software</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
    
      <!-- SEO & Indexing -->
      <meta name="robots" content="index, follow" />
      <link rel="canonical" href="https://www.teova.com/" />
    
      <!-- Open Graph / Social -->
      <meta property="og:type" content="website" />
      <meta property="og:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
      <meta property="og:description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
      <meta property="og:url" content="https://www.teova.com/" />
      <meta property="og:site_name" content="Teova" />
    
      <!-- Twitter Card -->
      <meta name="twitter:card" content="summary" />
      <meta name="twitter:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
      <meta name="twitter:description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
    
      <style>
        :root {
          --bg: #f7f9fb;
          --text-main: #111827;
          --text-soft: #4b5563;
          --accent: #77a2bf;
          --accent-soft: rgba(119, 162, 191, 0.10);
          --projects-bg: #b91c1c;
          --projects-text: #f9fafb;
          --projects-text-soft: rgba(249, 250, 251, 0.85);
          --projects-link: #fde68a;
          --radius-lg: 18px;
          --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
        }
    
        * {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
          background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
          color: var(--text-main);
          -webkit-font-smoothing: antialiased;
          line-height: 1.6;
        }
    
        a {
          color: inherit;
          text-decoration: none;
        }
    
        .page {
          max-width: 1040px;
          margin: 0 auto;
          padding: 32px 20px 56px;
        }
    
        header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px;
          margin-bottom: 32px;
        }
    
        .brand {
          display: inline-flex;
          align-items: center;
          gap: 12px;
        }
    
        .brand-logo {
          width: 40px;
          height: 40px;
          border-radius: 8px;
          overflow: hidden;
          background: #ffffff;
          box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
        }
    
        .brand-logo img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
        }
    
        .brand-text-title {
          font-size: 15px;
          font-weight: 600;
          letter-spacing: 0.06em;
          text-transform: uppercase;
        }
    
        .brand-text-sub {
          font-size: 12px;
          color: var(--text-soft);
        }
    
        nav {
          display: flex;
          gap: 12px;
          font-size: 14px;
          flex-wrap: wrap;
        }
    
        nav a {
          padding: 6px 10px;
          border-radius: 999px;
          color: var(--text-soft);
          transition: background 0.15s ease-out, color 0.15s ease-out;
        }
    
        nav a:hover {
          background: rgba(255, 255, 255, 0.9);
          color: var(--text-main);
        }
    
        /* HERO */
    
        .hero {
          display: grid;
          grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
          gap: 32px;
          align-items: stretch;
          margin-bottom: 48px;
        }
    
        .hero-tag {
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 0.14em;
          color: var(--text-soft);
          margin-bottom: 10px;
        }
    
        .hero-title {
          font-size: clamp(30px, 4vw, 40px);
          font-weight: 600;
          letter-spacing: -0.03em;
          margin-bottom: 20px;
          line-height: 40px;
        }
    
        .hero-title span {
          color: var(--accent);
        }
    
        .hero-body {
          font-size: 15px;
          color: var(--text-soft);
          max-width: 530px;
    
    Found 2025-12-19 by HttpPlugin
    Create report
  • Open service 20.82.12.44:443 · www.teova.com

    2025-12-19 06:27

    HTTP/1.1 200 OK
    Content-Length: 12415
    Connection: close
    Content-Type: text/html
    Date: Fri, 19 Dec 2025 06:27:58 GMT
    Cache-Control: public, must-revalidate, max-age=30
    ETag: "41667894"
    Last-Modified: Tue, 02 Dec 2025 08:02:00 GMT
    Strict-Transport-Security: max-age=10886400; includeSubDomains; preload
    Referrer-Policy: same-origin
    X-Content-Type-Options: nosniff
    X-XSS-Protection: 1; mode=block
    X-DNS-Prefetch-Control: off
    
    Page title: Teova – Game Development, Educational Apps & High-Tech Software
    
    <!DOCTYPE html>
    <html lang="en">
    
    <head>
      <meta charset="UTF-8" />
      <title>Teova – Game Development, Educational Apps & High-Tech Software</title>
      <meta name="viewport" content="width=device-width, initial-scale=1" />
      <meta name="description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
    
      <!-- SEO & Indexing -->
      <meta name="robots" content="index, follow" />
      <link rel="canonical" href="https://www.teova.com/" />
    
      <!-- Open Graph / Social -->
      <meta property="og:type" content="website" />
      <meta property="og:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
      <meta property="og:description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
      <meta property="og:url" content="https://www.teova.com/" />
      <meta property="og:site_name" content="Teova" />
    
      <!-- Twitter Card -->
      <meta name="twitter:card" content="summary" />
      <meta name="twitter:title" content="Teova – Game Development, Educational Apps & High-Tech Software" />
      <meta name="twitter:description"
        content="Teova creates long-lasting digital experiences through innovative games, learning apps, and high-tech software." />
    
      <style>
        :root {
          --bg: #f7f9fb;
          --text-main: #111827;
          --text-soft: #4b5563;
          --accent: #77a2bf;
          --accent-soft: rgba(119, 162, 191, 0.10);
          --projects-bg: #b91c1c;
          --projects-text: #f9fafb;
          --projects-text-soft: rgba(249, 250, 251, 0.85);
          --projects-link: #fde68a;
          --radius-lg: 18px;
          --shadow-soft: 0 16px 40px rgba(15, 23, 42, 0.08);
        }
    
        * {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
        }
    
        body {
          font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Roboto", sans-serif;
          background: radial-gradient(circle at top, #f5f8fc 0, #f7f9fb 55%);
          color: var(--text-main);
          -webkit-font-smoothing: antialiased;
          line-height: 1.6;
        }
    
        a {
          color: inherit;
          text-decoration: none;
        }
    
        .page {
          max-width: 1040px;
          margin: 0 auto;
          padding: 32px 20px 56px;
        }
    
        header {
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px;
          margin-bottom: 32px;
        }
    
        .brand {
          display: inline-flex;
          align-items: center;
          gap: 12px;
        }
    
        .brand-logo {
          width: 40px;
          height: 40px;
          border-radius: 8px;
          overflow: hidden;
          background: #ffffff;
          box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
        }
    
        .brand-logo img {
          width: 100%;
          height: 100%;
          display: block;
          object-fit: cover;
        }
    
        .brand-text-title {
          font-size: 15px;
          font-weight: 600;
          letter-spacing: 0.06em;
          text-transform: uppercase;
        }
    
        .brand-text-sub {
          font-size: 12px;
          color: var(--text-soft);
        }
    
        nav {
          display: flex;
          gap: 12px;
          font-size: 14px;
          flex-wrap: wrap;
        }
    
        nav a {
          padding: 6px 10px;
          border-radius: 999px;
          color: var(--text-soft);
          transition: background 0.15s ease-out, color 0.15s ease-out;
        }
    
        nav a:hover {
          background: rgba(255, 255, 255, 0.9);
          color: var(--text-main);
        }
    
        /* HERO */
    
        .hero {
          display: grid;
          grid-template-columns: minmax(0, 3fr) minmax(0, 2.3fr);
          gap: 32px;
          align-items: stretch;
          margin-bottom: 48px;
        }
    
        .hero-tag {
          font-size: 11px;
          text-transform: uppercase;
          letter-spacing: 0.14em;
          color: var(--text-soft);
          margin-bottom: 10px;
        }
    
        .hero-title {
          font-size: clamp(30px, 4vw, 40px);
          font-weight: 600;
          letter-spacing: -0.03em;
          margin-bottom: 20px;
          line-height: 40px;
        }
    
        .hero-title span {
          color: var(--accent);
        }
    
        .hero-body {
          font-size: 15px;
          color: var(--text-soft);
          max-width: 530px;
    
    Found 2025-12-19 by HttpPlugin
    Create report
api.teova.com
CN:
api.teova.com
Key:
ECDSA-256
Issuer:
E7
Not before:
2026-01-12 06:07
Not after:
2026-04-12 06:07
teova.com
CN:
teova.com
Not before:
2025-11-10 00:00
Not after:
2026-04-14 23:59
www.teova.com
CN:
www.teova.com
Not before:
2025-11-10 00:00
Not after:
2026-04-14 23:59