diff --git a/index.html b/index.html
index 0e5a030..6cba136 100644
--- a/index.html
+++ b/index.html
@@ -680,6 +680,51 @@
margin: 0;
}
+ /* ── Share banner ──────────────────────────────────── */
+ #share-banner {
+ position: fixed;
+ top: 52px;
+ left: 0; right: 0;
+ z-index: 15;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ gap: 8px;
+ padding: 7px 16px;
+ background: rgba(34,211,238,0.08);
+ border-bottom: 1px solid rgba(34,211,238,0.18);
+ font-size: 12px;
+ color: var(--accent);
+ backdrop-filter: blur(12px);
+ -webkit-backdrop-filter: blur(12px);
+ }
+ #share-banner[hidden] { display: none; }
+ .has-banner #graph-wrap { top: 88px; }
+ .has-banner #filter-bar { top: 96px; }
+
+ /* ── Edge delete button ─────────────────────────────── */
+ .conn-delete-btn {
+ flex-shrink: 0;
+ width: 20px; height: 20px;
+ border-radius: 5px;
+ background: transparent;
+ border: none;
+ cursor: pointer;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ color: var(--text3);
+ opacity: 0;
+ transition: opacity 0.15s, background 0.15s, color 0.15s;
+ padding: 0;
+ margin-left: auto;
+ }
+ .conn-item:hover .conn-delete-btn { opacity: 1; }
+ .conn-delete-btn:hover {
+ background: rgba(239,68,68,0.15);
+ color: #F87171;
+ }
+
/* ── Edge label tooltip ────────────────────────────── */
#edge-tooltip {
position: fixed;
@@ -740,6 +785,13 @@
+
+
+
+ シェアビュー(読み取り専用)
+
+
+
+
+ Claude や Gemini のチャットに貼り付けると、AI があなたの環境を即座に把握します
+
@@ -918,6 +973,9 @@
+