:root { --primary: #2563eb; --primary-hover: #1d4ed8; --bg: #f8fafc; --v_5dd219: #ffffff; --text: #0f172a; --text-muted: #64748b; --border: #e2e8f0; --radius: 8px; --shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Inter', system-ui, -apple-system, sans-serif; background-color: var(--bg); color: var(--text); line-height: 1.5; font-size: 13px; } .v_8a7b1a { max-width: 1440px; margin: 0 auto; padding: 1rem; } header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border); } .v_96d6f2 h1 { font-size: 1.25rem; font-weight: 800; letter-spacing: -0.025em; } .v_96d6f2 span { color: var(--primary); } .v_96d6f2 p { font-size: 0.75rem; color: var(--text-muted); } .v_e85063 { display: flex; align-items: center; gap: 0.5rem; padding: 0.4rem 0.75rem; background: white; border: 1px solid var(--border); border-radius: 9999px; font-size: 0.75rem; font-weight: 500; } .v_070a20 { width: 8px; height: 8px; background: #10b981; border-radius: 50%; box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.1); } main { display: grid; grid-template-columns: 280px 1fr; gap: 1rem; align-items: start; } .v_c08207 { display: flex; flex-direction: column; gap: 1rem; max-height: calc(100vh - 100px); overflow-y: auto; padding-right: 0.5rem; } section { background: var(--v_5dd219); padding: 1rem; border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow); } h3 { font-size: 0.875rem; font-weight: 700; margin-bottom: 0.75rem; display: flex; align-items: center; gap: 0.5rem; color: var(--text); } .v_4f813a { margin-bottom: 0.75rem; } label { display: block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-muted); margin-bottom: 0.35rem; } .label-with-hint { display: flex; align-items: center; gap: 0.4rem; } .hint-v_baec64 { display: inline-flex; align-items: center; justify-content: center; width: 14px; height: 14px; background: #e2e8f0; color: #475569; border-radius: 50%; font-size: 10px; cursor: help; position: relative; font-weight: bold; } .hint-v_baec64:hover::after { content: attr(data-hint); position: absolute; bottom: 125%; left: 50%; transform: translateX(-50%); background: #1e293b; color: white; padding: 0.5rem 0.75rem; border-radius: 6px; font-size: 0.75rem; width: 220px; white-space: normal; z-index: 1000; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); line-height: 1.4; text-transform: none; font-weight: 400; } .v_efc6fb { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.4rem; margin-bottom: 0.5rem; } .v_9571ac { padding: 0.5rem 0.25rem; border: 1px solid var(--border); background: #f1f5f9; border-radius: 6px; cursor: pointer; text-align: center; font-size: 0.7rem; font-weight: 700; color: var(--text-muted); transition: all 0.2s; } .v_9571ac.active { background: var(--primary); color: white; border-color: var(--primary); box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2); } input[type="text"], input[type="password"], input[type="number"], select, textarea { width: 100%; padding: 0.5rem 0.6rem; border: 1px solid var(--border); border-radius: 6px; font-family: inherit; font-size: 0.8rem; background: white; transition: border-color 0.2s; } input:focus, select:focus, textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1); } .v_bb4a42 { display: flex; gap: 0.4rem; } #v_11454a { padding: 0 0.6rem; background: white; border: 1px solid var(--border); border-radius: 6px; cursor: pointer; font-size: 1rem; } .custom-switch { width: 32px; height: 16px; cursor: pointer; } .v_1629de { display: flex; flex-direction: column; gap: 1rem; min-height: 100%; } .v_f2ac71 { height: 380px; background: var(--v_5dd219); border: 2px dashed #cbd5e1; border-radius: var(--radius); display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; position: relative; overflow: hidden; transition: all 0.2s; } .v_f2ac71:hover { border-color: var(--primary); background: rgba(37, 99, 235, 0.02); } .v_b29ecd { font-size: 2.5rem; color: var(--primary); margin-bottom: 1rem; } .v_213433 p { text-align: center; font-weight: 500; } .v_213433 span { color: var(--primary); font-weight: 700; } .v_0bf7c1 { font-size: 0.75rem; color: var(--text-muted); margin-top: 0.5rem; } #v_f15841 { position: relative; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #f1f5f9; } #v_c4a5f8 { max-width: 100%; max-height: 100%; object-fit: contain; } #v_ddcbc6 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; } .hidden { display: none !important; } .v_a9a0b1 { flex: 1; display: flex; flex-direction: column; } .v_c02ab2 { display: flex; gap: 0.25rem; padding: 0 0.5rem; } .v_bd5d87 { padding: 0.6rem 1.25rem; background: #e2e8f0; border: none; border-radius: 8px 8px 0 0; cursor: pointer; font-size: 0.8rem; font-weight: 700; color: var(--text-muted); transition: all 0.2s; } .v_bd5d87.active { background: var(--v_5dd219); color: var(--primary); border: 1px solid var(--border); border-bottom: 1px solid var(--v_5dd219); margin-bottom: -1px; z-index: 10; } .v_305992 { display: none; flex: 1; } .v_305992.active { display: flex; flex-direction: column; } .v_1ed587 { background: var(--v_5dd219); border-radius: 0 0 var(--radius) var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow); display: flex; flex-direction: column; flex: 1; min-height: 350px; } .v_65d8b2 { padding: 0.75rem 1rem; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; } .v_2cfb8a { display: flex; gap: 0.5rem; } .v_2cfb8a button { padding: 0.4rem 0.8rem; font-size: 0.75rem; font-weight: 600; border-radius: 6px; cursor: pointer; background: white; border: 1px solid var(--border); transition: all 0.2s; } .v_2cfb8a button:hover { background: #f8fafc; border-color: var(--primary); color: var(--primary); } .v_5c56d3 { flex: 1; padding: 1rem; overflow: auto; background: #fdfdfd; position: relative; } pre { font-family: 'JetBrains Mono', 'Fira Code', monospace; font-size: 0.8rem; white-space: pre-wrap; word-break: break-all; } .v_27bd64 { width: 100%; padding: 0.6rem; background: var(--primary); color: white; border: none; border-radius: 6px; font-weight: 700; cursor: pointer; transition: all 0.2s; } .v_27bd64:hover { background: var(--primary-hover); box-shadow: 0 4px 6px rgba(37, 99, 235, 0.2); } .v_b55d2f { position: absolute; top: 10px; right: 10px; z-index: 100; display: flex; gap: 0.5rem; background: rgba(0, 0, 0, 0.7); padding: 0.5rem; border-radius: 8px; backdrop-filter: blur(4px); } .v_b55d2f button { height: 32px; padding: 0 0.75rem; font-size: 0.8rem; display: flex; align-items: center; justify-content: center; border: none; border-radius: 4px; cursor: pointer; } #v_b8f303 { background: #ef4444; color: white; font-weight: bold; } #v_b8f303:hover { background: #dc2626; } #v_a206fc { background: #f1f5f9; color: var(--text); } #v_c75459 { background: #10b981; color: white; } #v_3b481b { background: #64748b; color: white; } .v_608ece { position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(0,0,0,0.9); backdrop-filter: blur(10px); display: flex; flex-direction: column; align-items: center; justify-content: center; } .v_87461d { position: relative; width: 90%; height: 85%; display: flex; align-items: center; justify-content: center; overflow: auto; cursor: grab; } .v_87461d:active { cursor: grabbing; } .v_73a03d { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform 0.2s cubic-bezier(0.1, 0.57, 0.1, 1); transform-origin: center; user-select: none; } .v_627022 { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; gap: 1rem; background: rgba(255, 255, 255, 0.1); padding: 0.5rem 1.5rem; border-radius: 99px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); z-index: 10000; } .v_18a887 { background: none; border: none; color: white; font-size: 1.25rem; cursor: pointer; padding: 0.25rem 0.5rem; display: flex; align-items: center; justify-content: center; transition: all 0.2s; } .v_18a887:hover { color: var(--primary); transform: scale(1.2); } .v_53418e { position: absolute; top: 20px; right: 30px; color: #f1f1f1; font-size: 35px; font-weight: bold; cursor: pointer; z-index: 10001; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; background: rgba(255, 255, 255, 0.1); border-radius: 50%; } #v_a4e901 { margin: auto; display: block; width: 80%; max-width: 700px; text-align: center; color: #ccc; padding: 15px 0; } .img-v_5dd219 img, #v_ce5a5e img, #v_d14635 img { cursor: v_979fd8; transition: transform 0.2s; } .img-v_5dd219 img:hover { transform: scale(1.02); } .v_051bb2 { transition: all 0.3s ease; } #v_a30160 { transition: max-height 0.3s ease-out, opacity 0.2s ease; overflow: hidden; max-height: 2000px; } #v_a30160.collapsed { max-height: 0; opacity: 0; } .v_09c769 { font-size: 10px; transition: transform 0.3s; color: var(--text-muted); } .is-collapsed .v_09c769 { transform: rotate(-90deg); } .v_b93a2b { font-size: 0.7rem; background: #f1f5f9; color: var(--primary); padding: 0.2rem 0.5rem; border-radius: 4px; margin-left: 0.5rem; font-weight: 500; } .jsoneditor { border: none !important; } .jsoneditor-menu { background-color: #f1f5f9 !important; border-bottom: 1px solid var(--border) !important; } .jsoneditor-contextmenu .jsoneditor-menu { background-color: white !important; } .v_c25796 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 2rem; } .v_ed1af3 { margin-top: 1rem; } .v_86248f { display: flex; align-items: center; gap: 1rem; margin-bottom: 0.75rem; color: var(--text-muted); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; } .v_86248f::after { content: ""; flex: 1; height: 1px; background: var(--border); } .v_f42d88 { padding: 1.5rem; background: white; border: 1px solid var(--border); border-radius: 6px; max-height: 400px; overflow-y: auto; } .v_5f7cab { display: flex; align-items: center; justify-content: center; gap: 1.5rem; padding: 0.5rem; background: #f8fafc; border-radius: 99px; border: 1px solid var(--border); } .v_5f7cab button { padding: 0.3rem 0.8rem; font-size: 0.75rem; border: 1px solid var(--border); background: white; border-radius: 4px; cursor: pointer; } #v_3a5339 { font-weight: 700; font-size: 0.8rem; color: var(--primary); } .v_64f9e3.v_247603 { grid-column: 1 / -1; } .v_56e73c { display: flex; gap: 0.75rem; overflow-x: auto; padding: 0.75rem; background: #f1f5f9; border: 1px solid var(--border); border-radius: 6px; min-height: 120px; } .img-v_5dd219 { flex: 0 0 auto; display: flex; flex-direction: column; gap: 0.4rem; background: white; padding: 0.4rem; border-radius: 4px; border: 1px solid var(--border); } .img-v_5dd219 img { height: 150px; width: auto; object-fit: contain; border-radius: 2px; } .img-v_5dd219 span { font-size: 10px; color: var(--text-muted); text-align: center; } .v_64f9e3 div:not(.v_56e73c) { flex: 1; background: #f8fafc; border: 1px solid var(--border); border-radius: 6px; display: flex; align-items: center; justify-content: center; overflow: hidden; min-height: 250px; } .v_64f9e3 img { max-width: 100%; max-height: 100%; object-fit: contain; } .v_dce539 { padding: 0.4rem 0.8rem; font-size: 0.75rem; font-weight: 600; border-radius: 6px; cursor: pointer; background: #eff6ff; border: 1px solid #bfdbfe; color: var(--primary); transition: all 0.2s; } .v_dce539:hover { background: #dbeafe; } .v_1dd6e4 { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--border); } .v_a08788 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; margin-bottom: 0.75rem; } .v_dd8580 { background: #f1f5f9; padding: 0.5rem; border-radius: 6px; text-align: center; border: 1px solid var(--border); } .v_732287 { display: block; font-size: 9px; color: var(--text-muted); text-transform: uppercase; margin-bottom: 2px; } .v_53e1d5 { font-size: 11px; font-weight: 700; color: var(--primary); } .v_258bdc { margin: 1rem 0; padding: 0.75rem; background: var(--bg-secondary); border-radius: 8px; border: 1px solid var(--border); display: flex; flex-direction: column; gap: 0.5rem; } .v_59da21 { display: flex; justify-content: space-between; align-items: center; font-size: 0.85rem; } .v_ab8129 { color: var(--text-muted); font-weight: 500; } .v_eb1bc5 { font-family: 'JetBrains Mono', monospace; color: var(--primary); font-weight: 600; } .v_96777c { max-height: 100px; overflow-y: auto; background: white; border: 1px solid var(--border); border-radius: 4px; font-family: 'JetBrains Mono', monospace; font-size: 9px; padding: 0.25rem; } .v_96777c-v_447b71 { display: flex; justify-content: space-between; padding: 2px 4px; border-bottom: 1px solid #f1f5f9; } .v_96777c-v_447b71:last-child { border-bottom: none; } .v_838d0c { background: none; border: none; color: var(--text-muted); font-size: 10px; cursor: pointer; text-decoration: underline; padding: 0; } .v_838d0c:hover { color: #ef4444; } .v_a508fb { display: flex; flex-direction: column; gap: 0.5rem; max-height: 200px; overflow-y: auto; } .v_3cd15f-v_447b71 { padding: 0.5rem; background: #f8fafc; border: 1px solid var(--border); border-radius: 6px; cursor: pointer; display: flex; align-items: center; gap: 0.75rem; transition: all 0.2s; } .v_3cd15f-v_447b71:hover { border-color: var(--primary); background: white; } .v_3cd15f-v_f12105 { width: 32px; height: 32px; object-fit: cover; border-radius: 4px; background: #e2e8f0; } .v_3cd15f-info { flex: 1; overflow: hidden; } .v_3cd15f-v_20f35e { font-size: 10px; font-weight: 700; color: var(--primary); text-transform: uppercase; } .v_3cd15f-time { font-size: 10px; color: var(--text-muted); } .v_fef4d8 { text-align: center; color: var(--text-muted); font-size: 11px; padding: 1rem 0; } @keyframes spin { to { transform: rotate(360deg); } } #v_a14fa2 { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(255, 255, 255, 0.8); display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 20; backdrop-filter: blur(2px); } @media (max-width: 1024px) { main { grid-template-columns: 1fr; } .v_c08207 { max-height: none; } }