:root { --green: #2e8b57; --green-deep: #267649; --green-card: #252a2d; --header: #2a2d2f; --surface: #252a2d; --surface-raised: #2c3236; --cyan: #00bdff; --cyan-soft: #96f1ff; --mint: #8ce0b0; --text: #e8ecee; --text-muted: #c3cbcf; --text-subtle: #9fa9ae; --border: #4e585d; --border-strong: #667278; --online: #86e0b2; --issue: #ffd36a; --offline: #ff7b7b; --checking: #9aa8a3; --development: #ffd09a; --shadow: 0 12px 28px rgba(0, 0, 0, 0.24); } * { box-sizing: border-box; margin: 0; padding: 0; } html { min-height: 100%; scroll-behavior: smooth; } body { min-height: 100%; overflow-x: hidden; background: var(--green); color: var(--text); font-family: Courier, "Courier New", monospace; line-height: 1.55; } a { color: inherit; text-decoration: none; } button, input { font: inherit; } button, a { -webkit-tap-highlight-color: transparent; } button { color: inherit; } code { font-family: inherit; } :focus-visible { outline: 3px solid var(--cyan-soft); outline-offset: 3px; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .is-hidden { display: none !important; } .topbar { position: fixed; z-index: 100; inset: 0 0 auto 0; height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 0 22px; background: rgba(30, 36, 36, 0.94); border-bottom: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0 2px 14px rgba(0, 0, 0, 0.18); backdrop-filter: blur(14px); } .brand { display: inline-flex; align-items: center; gap: 9px; color: #f0f3f2; font-size: 16px; font-weight: 700; } .brand-mark { color: var(--cyan); font-weight: 700; } .topbar-status { display: inline-flex; align-items: center; gap: 8px; color: var(--text-muted); font-size: 12px; white-space: nowrap; } .animation-wrapper { position: fixed; z-index: 0; inset: 54px 0 0; overflow: hidden; pointer-events: none; } .particle { position: absolute; inset: -20% -10%; background-repeat: repeat; will-change: transform; } .particle-1 { opacity: 0.34; background-image: radial-gradient(circle, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.4px); background-size: 92px 92px; animation: particlesUp 48s linear infinite; } .particle-2 { opacity: 0.24; background-image: radial-gradient(circle, rgba(150, 241, 255, 0.8) 0 1px, transparent 1.6px); background-size: 156px 156px; background-position: 40px 70px; animation: particlesUp 72s linear infinite reverse; } .particle-3 { opacity: 0.18; background-image: radial-gradient(circle, rgba(255, 255, 255, 0.85) 0 1.3px, transparent 1.8px); background-size: 244px 244px; background-position: 120px 30px; animation: particlesDrift 96s linear infinite; } .particle-4 { opacity: 0.16; background-image: radial-gradient(circle, rgba(0, 189, 255, 0.74) 0 1.6px, transparent 2px); background-size: 360px 360px; background-position: 220px 140px; animation: particlesDrift 124s linear infinite reverse; } @keyframes particlesUp { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(0, -380px, 0); } } @keyframes particlesDrift { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(130px, -430px, 0); } } .api-page { position: relative; z-index: 1; width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 118px 0 68px; } .hero { max-width: 860px; margin: 0 auto 44px; text-align: center; } .kicker { margin-bottom: 8px; color: var(--cyan-soft); font-size: 14px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; } .hero h1 { margin-bottom: 13px; color: #fff; font-size: clamp(42px, 8vw, 70px); font-weight: 500; line-height: 0.98; letter-spacing: -0.055em; text-shadow: 0 3px 16px rgba(0, 0, 0, 0.2); } .lead { max-width: 720px; margin: 0 auto; color: rgba(255, 255, 255, 0.89); font-size: clamp(15px, 2vw, 18px); } .hero-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 24px; } .hero-stats span { display: inline-flex; align-items: baseline; gap: 6px; min-height: 36px; padding: 7px 12px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface-raised); color: rgba(255, 255, 255, 0.82); font-size: 12px; box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12); } .hero-stats strong { color: #fff; font-size: 15px; } .stat-online strong { color: var(--online); } .stat-issue strong { color: var(--issue); } .stat-offline strong { color: var(--offline); } .stat-development strong { color: var(--development); } .toolbar { display: grid; grid-template-columns: minmax(240px, 1fr) auto auto; gap: 10px; align-items: center; margin-bottom: 12px; padding: 10px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); box-shadow: var(--shadow); } .search-wrap { position: relative; display: block; } .search-wrap input { width: 100%; height: 42px; padding: 0 14px 0 40px; border: 1px solid var(--border); border-radius: 11px; outline: 0; background: var(--surface-raised); color: #fff; transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease; } .search-wrap input::placeholder { color: #98a3a8; } .search-wrap input:focus { border-color: rgba(153, 241, 247, 0.55); background: #30373b; box-shadow: 0 0 0 3px rgba(122, 230, 238, 0.08); } .search-icon { position: absolute; z-index: 1; top: 50%; left: 14px; width: 13px; height: 13px; border: 2px solid #98aaa4; border-radius: 50%; transform: translateY(-58%); } .search-icon::after { content: ""; position: absolute; right: -5px; bottom: -4px; width: 6px; height: 2px; border-radius: 1px; background: #98aaa4; transform: rotate(45deg); } .filters { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; } .filter, .refresh-btn { height: 42px; border: 1px solid var(--border); border-radius: 10px; background: var(--surface-raised); cursor: pointer; transition: transform 150ms ease, border-color 150ms ease, background 150ms ease; } .filter { padding: 0 10px; color: var(--text-muted); font-size: 12px; } .filter small { margin-left: 4px; color: var(--text-subtle); } .filter:hover, .refresh-btn:hover { transform: translateY(-1px); border-color: var(--border-strong); background: #343b3f; } .filter.is-active { border-color: rgba(150, 241, 255, 0.58); background: #343b3f; color: #f2fbfc; box-shadow: inset 0 0 0 1px rgba(150, 241, 255, 0.05); } .refresh-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-width: 102px; padding: 0 12px; color: #dfe7e4; font-size: 12px; } .refresh-icon { position: relative; width: 14px; height: 14px; border: 2px solid #a9bbb5; border-right-color: transparent; border-radius: 50%; } .refresh-icon::after { content: ""; position: absolute; right: -3px; top: -2px; border-left: 4px solid #a9bbb5; border-top: 3px solid transparent; border-bottom: 3px solid transparent; transform: rotate(24deg); } .refresh-btn.is-refreshing .refresh-icon { animation: spin 700ms linear infinite; } @keyframes spin { to { transform: rotate(360deg); } } .check-meta { display: flex; justify-content: space-between; gap: 18px; margin: 0 4px 22px; color: rgba(226, 238, 233, 0.62); font-size: 11px; } .check-meta p { display: inline-flex; align-items: center; gap: 7px; } .live-pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--online); box-shadow: 0 0 0 0 rgba(134, 224, 178, 0.55); animation: livePulse 2s ease-out infinite; } @keyframes livePulse { 0% { box-shadow: 0 0 0 0 rgba(134, 224, 178, 0.48); } 70% { box-shadow: 0 0 0 7px rgba(134, 224, 178, 0); } 100% { box-shadow: 0 0 0 0 rgba(134, 224, 178, 0); } } .api-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; } .api-card { position: relative; min-width: 0; overflow: hidden; padding: 18px; border: 1px solid var(--border); border-radius: 12px; background: linear-gradient(180deg, #272c2f 0%, var(--surface) 100%); box-shadow: var(--shadow); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; } .api-card::before { content: ""; position: absolute; inset: 0 auto auto 0; width: 100%; height: 3px; background: var(--checking); opacity: 0.9; transition: background 180ms ease; } .api-card[data-status="online"]::before { background: var(--online); } .api-card[data-status="issue"]::before { background: var(--issue); } .api-card[data-status="offline"]::before { background: var(--offline); } .api-card[data-status="development"]::before { background: var(--development); } .api-card:hover { transform: translateY(-2px); border-color: #667278; box-shadow: 0 18px 38px rgba(0, 0, 0, 0.30); } .card-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 18px; } .api-icon { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(148, 238, 246, 0.22); border-radius: 9px; background: var(--surface-raised); color: var(--cyan-soft); font-size: 14px; font-weight: 700; } .status-pill { display: inline-flex; align-items: center; gap: 7px; min-height: 30px; padding: 5px 10px; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 999px; background: rgba(0, 0, 0, 0.13); color: var(--text-muted); font-size: 11px; font-weight: 700; } .status-pill.online { color: var(--online); border-color: rgba(134, 224, 178, 0.28); background: var(--surface-raised); } .status-pill.issue { color: var(--issue); border-color: rgba(255, 211, 106, 0.30); background: var(--surface-raised); } .status-pill.offline { color: var(--offline); border-color: rgba(255, 123, 123, 0.30); background: var(--surface-raised); } .status-pill.development { color: var(--development); border-color: rgba(255, 208, 154, 0.32); background: var(--surface-raised); } .status-dot { display: inline-block; width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--checking); } .status-dot.online { background: var(--online); box-shadow: 0 0 9px rgba(134, 224, 178, 0.55); } .status-dot.issue { background: var(--issue); box-shadow: 0 0 9px rgba(255, 211, 106, 0.45); } .status-dot.offline { background: var(--offline); box-shadow: 0 0 9px rgba(255, 123, 123, 0.45); } .status-dot.development { background: var(--development); box-shadow: 0 0 9px rgba(255, 208, 154, 0.38); } .status-dot.checking { animation: checkingPulse 1.1s ease-in-out infinite; } @keyframes checkingPulse { 50% { opacity: 0.35; } } .api-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 8px; } .api-kind { display: inline-flex; align-items: center; min-height: 20px; padding: 2px 7px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface-raised); color: #dce4e6; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; line-height: 1; text-transform: uppercase; } .card-content h2 { color: #fff; font-size: clamp(24px, 3.3vw, 31px); font-weight: 500; line-height: 1.1; letter-spacing: -0.035em; overflow-wrap: anywhere; } .description { min-height: 47px; margin-top: 10px; color: var(--text-muted); font-size: 13px; } .description.muted { color: var(--text-subtle); } .description code { color: #cee8df; } .endpoint-box { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 18px; padding: 11px 11px 11px 13px; border: 1px solid #414a4f; border-radius: 12px; background: var(--surface-raised); } .endpoint-box > div { min-width: 0; } .endpoint-caption { display: block; margin-bottom: 2px; color: var(--text-subtle); font-size: 9px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; } .endpoint-url { display: block; max-width: 100%; } .endpoint-box code { display: block; max-width: 100%; overflow: hidden; color: #e6f4ef; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; transition: color 150ms ease; } .endpoint-url:hover code { color: var(--cyan-soft); } .copy-btn { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; height: 34px; padding: 0 9px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface-raised); color: #cbd7d3; cursor: pointer; font-size: 10px; } .copy-btn:hover { border-color: rgba(154, 241, 248, 0.36); color: #fff; } .copy-icon { position: relative; width: 11px; height: 12px; border: 1px solid currentColor; border-radius: 2px; } .copy-icon::before { content: ""; position: absolute; z-index: -1; top: -4px; left: -4px; width: 8px; height: 9px; border: 1px solid currentColor; border-radius: 2px; opacity: 0.65; } .card-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 16px; color: var(--text-subtle); font-size: 10px; } .latency { display: inline-flex; align-items: center; gap: 7px; } .latency-bars { display: inline-flex; align-items: flex-end; gap: 2px; height: 10px; } .latency-bars i { display: block; width: 2px; border-radius: 1px; background: currentColor; } .latency-bars i:nth-child(1) { height: 4px; } .latency-bars i:nth-child(2) { height: 7px; } .latency-bars i:nth-child(3) { height: 10px; } .open-link { color: #b9eaf0; font-size: 10px; transition: color 150ms ease; } .open-link:hover { color: #fff; } .empty-state { padding: 64px 24px; border: 1px dashed var(--border); border-radius: 12px; background: var(--surface); text-align: center; } .empty-state h2 { color: #fff; font-size: 22px; font-weight: 500; } .empty-state p { max-width: 600px; margin: 8px auto 0; color: var(--text-muted); font-size: 13px; } #footer { position: relative; z-index: 2; margin-top: 34px; padding: 30px 20px 25px; background: var(--header); color: rgba(234, 234, 234, 0.82); text-align: center; } .footer-content { margin-bottom: 13px; } .heart { color: #ff6961; } .footer-icons { display: flex; justify-content: center; gap: 18px; } .footer-icons a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; color: #eaeaea; font-size: 20px; transition: color 160ms ease, transform 160ms ease; } .footer-icons a:hover, .footer-icons a:focus-visible { color: var(--cyan); transform: translateY(-2px); } .footer-icons a[aria-label="GitLab"]:hover, .footer-icons a[aria-label="GitLab"]:focus-visible { color: #fc6d26; } .footer-links { display: flex; justify-content: center; gap: 8px; margin-top: 12px; font-size: 14px; } .footer-links a { color: var(--cyan-soft); } .footer-links a:hover, .footer-links a:focus-visible { color: var(--cyan); } @media (max-width: 900px) { .toolbar { grid-template-columns: 1fr auto; } .filters { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; } } @media (max-width: 720px) { .topbar { padding: 0 15px; } .topbar-status [data-global-status-text] { display: none; } .api-page { width: min(100% - 22px, 1180px); padding-top: 102px; } .hero { margin-bottom: 32px; } .api-grid { grid-template-columns: 1fr; gap: 13px; } .api-card { padding: 18px; } .toolbar { grid-template-columns: 1fr; } .refresh-btn { grid-column: 1; grid-row: 3; width: 100%; } .filters { grid-column: 1; grid-row: 2; overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; padding-bottom: 2px; scrollbar-width: none; } .filters::-webkit-scrollbar { display: none; } .filter { flex: 0 0 auto; } .check-meta { align-items: flex-start; flex-direction: column; gap: 3px; margin-bottom: 16px; } .description { min-height: 0; } } @media (max-width: 430px) { .brand { font-size: 14px; } .hero h1 { font-size: 48px; } .endpoint-box { align-items: stretch; } .copy-btn { width: 36px; padding: 0; justify-content: center; } .copy-label { display: none; } .card-footer { gap: 10px; } } @media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; } }
