:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--bg:#f5f7fb;--sidebar:#0f172a;--sidebar-soft:#172033;--primary:#2563eb;--primary-dark:#1d4ed8;--primary-soft:#dbeafe;--success:#059669;--warning:#d97706;--danger:#dc2626;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--card:#fff;--soft-card:#f8fafc;--code-bg:#0b1220;--code-text:#dbeafe;--shadow:0 14px 35px #0f172a14;--radius:16px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer;background:var(--primary);color:#fff;border:0;border-radius:10px;padding:10px 14px;font-weight:700;transition:all .18s}button:hover{background:var(--primary-dark);transform:translateY(-1px)}button:active{transform:translateY(0)}input,select{border:1px solid var(--border);width:100%;color:var(--text);background:#fff;border-radius:12px;outline:none;padding:11px 12px;transition:all .18s}input:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 4px #2563eb1f}label{color:#334155;gap:7px;font-size:13px;font-weight:700;display:grid}table{border-collapse:collapse;background:#fff;border-radius:14px;width:100%;overflow:hidden}thead{background:#f1f5f9}th{text-align:left;color:#475569;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);padding:14px 12px;font-size:12px}td{color:#334155;vertical-align:top;border-bottom:1px solid #edf2f7;padding:14px 12px}tr:hover td{background:#f8fafc}code{color:#3730a3;word-break:break-all;background:#eef2ff;border-radius:8px;padding:4px 7px;font-size:12px}pre{background:var(--code-bg);color:var(--code-text);white-space:pre-wrap;word-break:break-word;border:1px solid #94a3b82e;border-radius:14px;padding:16px;font-size:13px;line-height:1.55;overflow:auto}.loginPage{background:radial-gradient(circle at 0 0,#2563eb2e,#0000 35%),radial-gradient(circle at 100% 100%,#0ea5e92e,#0000 35%),linear-gradient(135deg,#eef4ff 0%,#f8fafc 100%);place-items:center;min-height:100vh;padding:28px;display:grid}.loginCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100%;max-width:440px;box-shadow:var(--shadow);background:#ffffffeb;border:1px solid #e2e8f0e6;border-radius:24px;padding:34px}.loginCard h1{letter-spacing:-.04em;color:#0f172a;margin:0 0 8px;font-size:34px}.loginCard p{color:var(--muted);margin:0 0 24px}.loginCard form{gap:14px;display:grid}.loginCard button{border-radius:14px;margin-top:8px;padding:13px 16px}.app{grid-template-columns:280px 1fr;min-height:100vh;display:grid}aside{color:#fff;background:linear-gradient(#0f172a 0%,#111827 100%);height:100vh;padding:26px 20px;position:sticky;top:0;overflow-y:auto;box-shadow:12px 0 28px #0f172a1f}aside h2{letter-spacing:-.04em;margin:0 0 8px;font-size:25px}aside button,aside a{text-align:left;color:#dbeafe;background:0 0;border:1px solid #94a3b82e;border-radius:13px;width:100%;margin:8px 0;padding:12px 14px;font-weight:700;text-decoration:none;display:block}aside button:hover,aside a:hover{color:#fff;background:#ffffff17;border-color:#dbeafe47}aside .logout{color:#fecaca;border-color:#f8717147;margin-top:22px}aside .logout:hover{background:#dc262626}main{min-width:0;padding:28px}header{border:1px solid var(--border);border-radius:var(--radius);background:#fff;justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;padding:20px 22px;display:flex;box-shadow:0 10px 24px #0f172a0a}header h1{letter-spacing:-.04em;text-transform:capitalize;margin:0;font-size:28px}header p{color:var(--muted);margin:6px 0 0;font-size:14px}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:18px;display:grid}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:18px;padding:20px;box-shadow:0 10px 24px #0f172a0a}.card h3{letter-spacing:-.02em;margin:0 0 16px;font-size:18px}.card h4{color:#1e293b;margin:22px 0 10px}.card strong{letter-spacing:-.05em;color:var(--primary);font-size:34px;display:block}.formGrid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;gap:14px;display:grid}.formGrid button{align-self:end}.message{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:14px;margin-bottom:18px;padding:13px 15px;font-weight:700}.secretBox{background:linear-gradient(135deg,#fff7ed 0%,#fff 100%);border:1px solid #fed7aa;border-radius:18px;margin-bottom:18px;padding:20px;box-shadow:0 10px 24px #d9770614}.secretBox h3{color:#9a3412;margin:0 0 8px}.secretBox p{color:#92400e;font-weight:700}.secretBox label{margin-top:14px}.roleBadge{color:#bfdbfe;letter-spacing:.06em;background:#2563eb2e;border:1px solid #bfdbfe33;border-radius:999px;margin:4px 0 18px;padding:7px 12px;font-size:12px;font-weight:800;display:inline-block}.hintBox{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:18px;padding:14px;font-size:13px;line-height:1.8}.warning{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:13px;font-weight:700}.demoLink{margin-top:18px;color:#bfdbfe!important;background:#2563eb2e!important;border-color:#93c5fd42!important}.demoLink:hover{background:#2563eb47!important}.card form[style]{grid-template-columns:1fr auto;align-items:center;gap:8px;display:grid}.card form[style] button{white-space:nowrap}.card>select{max-width:520px;margin-bottom:12px}.card>button{margin-bottom:8px;margin-right:8px}td button{border-radius:9px;padding:8px 11px;font-size:13px}section{animation:.18s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (width<=1100px){.app{grid-template-columns:230px 1fr}.grid,.formGrid{grid-template-columns:1fr}}@media (width<=780px){.app{grid-template-columns:1fr}aside{height:auto;display:block;position:relative}main{padding:18px}header{flex-direction:column;align-items:flex-start}table{white-space:nowrap;display:block;overflow-x:auto}.loginCard{padding:24px}}.card{overflow:hidden}.grid .card strong{overflow-wrap:anywhere;word-break:break-word;max-width:100%;line-height:1.15;display:block}.card table{table-layout:fixed;width:100%}.card table th,.card table td{vertical-align:top;overflow-wrap:anywhere;word-break:break-word}.card table td pre{white-space:pre-wrap;word-break:break-word;max-width:100%;max-height:180px;font-size:12px;line-height:1.4;overflow:auto}.card table td code{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.card:has(table){overflow-x:auto}@media (width<=1200px){.grid{grid-template-columns:1fr}.grid .card strong{font-size:24px}}.smallButton{margin-top:0!important;padding:6px 10px!important;font-size:12px!important}.domainList{flex-direction:column;gap:8px;display:flex}.domainItem{background:#f7f8fb;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:8px;display:flex}table{table-layout:auto;border-collapse:collapse;width:100%;min-width:980px}th,td{vertical-align:top;white-space:normal}td code,.domainItem code,.grid .card strong,pre{overflow-wrap:anywhere;word-break:break-word}.domainList{flex-direction:column;gap:8px;min-width:260px;display:flex}.domainItem{background:#f7f8fb;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;min-width:240px;padding:8px 10px;display:flex}.domainItem code{max-width:170px;line-height:1.35;display:block}.dangerButton{margin-left:8px;color:#fff!important;background:#b42318!important}.smallButton{min-width:72px;width:auto!important;margin-top:0!important;padding:7px 10px!important;font-size:12px!important}td form{align-items:center;gap:8px;min-width:260px;display:flex}td form input{min-width:150px}td form button{min-width:110px;width:auto!important}td:has(.domainList){min-width:300px}@media (width<=1100px){.main,.content,.pageContent{overflow-x:auto}table{min-width:1050px}}th,td{vertical-align:top!important;white-space:normal!important;padding:14px 10px!important;font-size:14px!important}th{letter-spacing:.08em!important;font-size:12px!important}td code,.domainItem code{word-break:break-word!important;overflow-wrap:anywhere!important;font-size:12px!important;line-height:1.35!important}table th:first-child,table td:first-child{width:16%!important}table th:nth-child(2),table td:nth-child(2){width:9%!important}table th:nth-child(3),table td:nth-child(3){width:16%!important}table th:nth-child(4),table td:nth-child(4){width:25%!important}table th:nth-child(5),table td:nth-child(5){width:10%!important}table th:nth-child(6),table td:nth-child(6){width:24%!important}.domainItem{box-sizing:border-box!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;padding:8px!important;display:grid!important}.domainItem code{text-align:center!important;max-width:100%!important;display:block!important}td form{grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;width:100%!important;min-width:0!important;display:grid!important}td form input{width:100%!important;min-width:0!important;padding:10px!important;font-size:13px!important}td form button{width:auto!important;min-width:90px!important;padding:10px 12px!important;font-size:13px!important}button,.dangerButton,.smallButton{white-space:nowrap!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important}.dangerButton{color:#fff!important;background:#b42318!important;margin-left:0!important}.smallButton{width:auto!important;min-width:64px!important;margin-top:0!important;padding:7px 9px!important;font-size:12px!important}td:last-child{min-width:0!important}td:last-child button{width:100%!important;margin:0 0 8px!important;padding:10px 8px!important;font-size:13px!important;display:block!important}html,body,#root,.main,.content,.pageContent{max-width:100%!important;overflow-x:hidden!important}@media (width<=1400px){th,td{padding:12px 8px!important;font-size:13px!important}td code,.domainItem code{font-size:11px!important}td form{grid-template-columns:1fr!important}td form button{width:100%!important}.smallButton{min-width:58px!important;font-size:11px!important}td:last-child button{font-size:12px!important}}.domainInfo{width:100%;min-width:0}.domainActions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.domainStatusBadge{letter-spacing:.04em;border-radius:999px;justify-content:center;align-items:center;padding:4px 9px;font-size:11px;font-weight:800;display:inline-flex}.domainStatusBadge.verified{color:#166534;background:#dcfce7}.domainStatusBadge.pending{color:#92400e;background:#fef3c7}.domainVerificationBox{text-align:left;background:#fff7ed;border:1px solid #fed7aa;border-radius:10px;margin-top:10px;padding:10px;font-size:12px}.domainVerifyGrid{grid-template-columns:130px minmax(0,1fr);align-items:start;gap:8px;margin-top:10px;display:grid}.domainVerifyGrid span{color:#7c2d12;font-weight:800}.domainVerifyGrid code{white-space:normal;word-break:break-word;overflow-wrap:anywhere;display:block;text-align:left!important}@media (width<=900px){.domainVerifyGrid{grid-template-columns:1fr}.domainActions{justify-content:center}}table{table-layout:auto!important;width:100%!important;min-width:1100px!important}th,td{white-space:normal!important;vertical-align:top!important}td code{word-break:normal!important;overflow-wrap:anywhere!important;white-space:normal!important}.domainHeader{text-align:left!important;justify-content:flex-start!important}.domainHeader code{word-break:normal!important;overflow-wrap:anywhere!important;text-align:left!important;max-width:100%!important;line-height:1.4!important;display:inline-block!important}.domainStatusBadge{white-space:nowrap!important;word-break:normal!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important}.smallButton,.dangerButton,button{white-space:nowrap!important;word-break:normal!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important}table th:first-child,table td:first-child{min-width:130px!important}table th:nth-child(2),table td:nth-child(2){min-width:150px!important}table th:nth-child(3),table td:nth-child(3){min-width:100px!important}table th:nth-child(4),table td:nth-child(4){min-width:260px!important}table th:nth-child(5),table td:nth-child(5){min-width:330px!important}table th:nth-child(6),table td:nth-child(6){min-width:100px!important}table th:nth-child(7),table td:nth-child(7){min-width:160px!important}body,html,#root{width:100%!important;max-width:100%!important;overflow-x:hidden!important}.app{width:100%!important;max-width:100%!important}.sidebar{flex:0 0 280px!important;width:280px!important;min-width:280px!important}.main{flex:auto!important;width:calc(100vw - 280px)!important;min-width:0!important;max-width:none!important;padding:32px!important;overflow-x:hidden!important}.content,.pageContent,main{width:100%!important;min-width:0!important;max-width:none!important}.card{box-sizing:border-box!important;width:100%!important;max-width:none!important;overflow-x:hidden!important}.card th,.card td{box-sizing:border-box!important;white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;vertical-align:top!important}.card table th:nth-child(4),.card table td:nth-child(4),.card table th:nth-child(5),.card table td:nth-child(5){width:25%!important}td code,.domainHeader code,.domainVerifyGrid code{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;text-align:left!important;max-width:100%!important;line-height:1.4!important;display:inline-block!important}.domainItem{box-sizing:border-box!important;justify-content:space-between!important;align-items:flex-start!important;gap:10px!important;width:100%!important;min-width:0!important;padding:10px!important;display:flex!important}.domainInfo{flex:auto!important;min-width:0!important}.domainHeader{text-align:left!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;display:flex!important}.domainStatusBadge{white-space:nowrap!important;word-break:normal!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;flex:none!important}.domainActions{flex-direction:column!important;flex:none!important;gap:8px!important;display:flex!important}button,.smallButton,.dangerButton{white-space:nowrap!important;word-break:normal!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important}@media (width<=1400px){.sidebar{flex-basis:250px!important;width:250px!important;min-width:250px!important}.main{width:calc(100vw - 250px)!important;padding:24px!important}.card th,.card td{padding:12px 8px!important;font-size:13px!important}td code,.domainHeader code{font-size:12px!important}}.card table th:nth-child(7),.card table td:nth-child(7){width:140px!important;min-width:140px!important;max-width:160px!important}.card table td:nth-child(7){overflow:visible!important}.card table td:nth-child(7) button{text-align:center!important;white-space:normal!important;width:100%!important;min-width:120px!important;max-width:140px!important;text-overflow:unset!important;word-break:normal!important;margin:0 0 10px!important;padding:12px 10px!important;font-size:13px!important;line-height:1.2!important;display:block!important;overflow:visible!important}.card table td:nth-child(7) .dangerButton{font-size:12px!important}.card table th:nth-child(7),.card table td:nth-child(7){width:12%!important}.domainVerificationDetails{width:100%!important;margin-top:8px!important}.domainVerificationDetails summary{cursor:pointer!important;color:#2563eb!important;-webkit-user-select:none!important;user-select:none!important;font-size:12px!important;font-weight:800!important}.domainVerificationBox{text-align:left!important;background:#fff7ed!important;border:1px solid #fed7aa!important;border-radius:10px!important;max-width:100%!important;margin-top:8px!important;padding:10px!important;font-size:12px!important}.domainVerifyGrid{grid-template-columns:120px minmax(0,1fr)!important;align-items:start!important;gap:7px!important;display:grid!important}.domainVerifyGrid span{color:#7c2d12!important;font-size:11px!important;font-weight:900!important}.domainVerifyGrid code{color:#3730a3!important;word-break:break-word!important;overflow-wrap:anywhere!important;background:#eef2ff!important;border-radius:6px!important;padding:4px 6px!important;font-size:11px!important}.domainItem button.smallButton{min-width:110px!important;padding:9px 10px!important;font-size:12px!important;font-weight:800!important}@media (width<=900px){.domainVerifyGrid{grid-template-columns:1fr!important}}.wordpressAddonBox{background:#eff6ff!important;border:1px solid #dbeafe!important}.wordpressAddonBox h3{color:#1e3a8a!important}.wordpressAddonBox p{color:#334155!important;line-height:1.6!important}.downloadButton{color:#fff!important;background:#2563eb!important;border-radius:10px!important;justify-content:center!important;align-items:center!important;margin:8px 0 16px!important;padding:12px 16px!important;font-weight:800!important;text-decoration:none!important;display:inline-flex!important}.downloadButton:hover{color:#fff!important;background:#1d4ed8!important}.integrationSteps{color:#334155!important;margin-top:10px!important}.integrationSteps ol{margin:8px 0 0 22px!important;padding:0!important}.integrationSteps li{margin-bottom:6px!important}.codeBlock{background:#fff!important;border:1px solid #dbeafe!important;border-radius:10px!important;margin-top:14px!important;padding:12px!important}.codeBlock code{color:#3730a3!important;background:#eef2ff!important;border-radius:6px!important;margin-left:8px!important;padding:4px 8px!important;font-weight:800!important;display:inline-block!important}.customerProjectCard,.projectCard{box-sizing:border-box!important;width:100%!important;max-width:100%!important;overflow:visible!important}.domainList{flex-direction:column!important;gap:12px!important;width:100%!important;min-width:0!important;display:flex!important}.domainItem{box-sizing:border-box!important;background:#fff!important;border:1px solid #e5e7eb!important;border-radius:12px!important;justify-content:space-between!important;align-items:flex-start!important;gap:14px!important;width:100%!important;min-width:0!important;padding:12px!important;display:flex!important;overflow:visible!important}.domainInfo{flex:auto!important;min-width:0!important;max-width:100%!important}.domainHeader{text-align:left!important;flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:10px!important;width:100%!important;display:flex!important}.domainHeader code{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;text-align:left!important;max-width:100%!important;line-height:1.5!important;display:inline-block!important}.domainStatusBadge{white-space:nowrap!important;word-break:normal!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;border-radius:999px!important;flex:none!important;justify-content:center!important;align-items:center!important;min-width:fit-content!important;padding:5px 10px!important;font-size:11px!important;font-weight:900!important;display:inline-flex!important}.domainStatusBadge.pending{color:#92400e!important;background:#fef3c7!important;border:1px solid #fde68a!important}.domainStatusBadge.verified{color:#166534!important;background:#dcfce7!important;border:1px solid #bbf7d0!important}.domainActions{flex-direction:column!important;flex:none!important;align-items:stretch!important;gap:8px!important;min-width:120px!important;display:flex!important}.domainActions button,.domainItem button,.smallButton,.dangerButton{white-space:nowrap!important;word-break:normal!important;width:auto!important;min-width:110px!important;max-width:none!important;text-overflow:unset!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;justify-content:center!important;align-items:center!important;padding:9px 12px!important;font-size:12px!important;line-height:1.2!important;display:inline-flex!important;overflow:visible!important}.domainVerificationDetails{width:100%!important;max-width:100%!important;margin-top:10px!important}.domainVerificationDetails summary{cursor:pointer!important;color:#2563eb!important;-webkit-user-select:none!important;user-select:none!important;font-size:12px!important;font-weight:900!important;list-style-position:inside!important}.domainVerificationDetails summary:hover{text-decoration:underline!important}.domainVerificationBox{text-align:left!important;box-sizing:border-box!important;background:#fff7ed!important;border:1px solid #fed7aa!important;border-radius:12px!important;max-width:100%!important;margin-top:10px!important;padding:12px!important;font-size:12px!important;overflow:visible!important}.domainHelpText{color:#7c2d12!important;margin:0 0 10px!important;font-size:12px!important;font-weight:700!important}.domainVerifyGrid{grid-template-columns:135px minmax(0,1fr)!important;align-items:start!important;gap:8px!important;width:100%!important;display:grid!important}.domainVerifyGrid span{color:#7c2d12!important;white-space:nowrap!important;font-size:11px!important;font-weight:900!important}.domainVerifyGrid code{color:#3730a3!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;text-align:left!important;box-sizing:border-box!important;background:#eef2ff!important;border-radius:6px!important;width:100%!important;max-width:100%!important;padding:5px 7px!important;font-size:11px!important;display:block!important}.domainError{color:#b42318!important;word-break:break-word!important;margin-top:10px!important;font-weight:800!important}button,a.downloadButton{white-space:nowrap!important;word-break:normal!important;text-overflow:unset!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;overflow:visible!important}.card{overflow-x:auto!important}.card table{table-layout:auto!important;width:100%!important;min-width:1050px!important}.card th,.card td{white-space:normal!important;word-break:normal!important;overflow-wrap:anywhere!important;vertical-align:top!important}@media (width<=900px){.domainItem{flex-direction:column!important}.domainActions{flex-flow:wrap!important;width:100%!important}.domainVerifyGrid{grid-template-columns:1fr!important}.domainVerifyGrid span{white-space:normal!important}}html,body,#root,.app,main{max-width:100vw!important;overflow-x:hidden!important}main{min-width:0!important}.card{box-sizing:border-box!important;max-width:100%!important;overflow-x:hidden!important}.card table{table-layout:fixed!important;width:100%!important;min-width:0!important;max-width:100%!important}.card table th:first-child,.card table td:first-child{width:13%!important}.card table th:nth-child(2),.card table td:nth-child(2){width:8%!important}.card table th:nth-child(3),.card table td:nth-child(3){width:16%!important}.card table th:nth-child(4),.card table td:nth-child(4){width:30%!important}.card table th:nth-child(5),.card table td:nth-child(5){width:9%!important}.card table th:nth-child(6),.card table td:nth-child(6){width:24%!important}.card table td code,.domainHeader code{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;max-width:100%!important;font-size:12px!important;line-height:1.35!important;display:inline-block!important}.domainItem{box-sizing:border-box!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important;width:100%!important;min-width:0!important;max-width:100%!important;display:flex!important}.domainHeader{flex-wrap:wrap!important;justify-content:flex-start!important;align-items:center!important;gap:8px!important;width:100%!important;display:flex!important}.domainActions{flex-flow:wrap!important;gap:8px!important;width:100%!important;min-width:0!important;display:flex!important}.domainActions button,.domainItem button{width:auto!important;min-width:90px!important;max-width:140px!important;padding:8px 10px!important;font-size:12px!important}.card table td:nth-child(6) button,.card table td:nth-child(7) button{white-space:normal!important;width:100%!important;min-width:120px!important;max-width:150px!important;text-overflow:unset!important;margin-bottom:8px!important;padding:10px 8px!important;font-size:12px!important;line-height:1.2!important;display:block!important;overflow:visible!important}@media (width<=1400px){.card table th,.card table td{padding:10px 7px!important;font-size:12px!important}.card table td code,.domainHeader code{font-size:11px!important}.card table td:nth-child(6) button,.card table td:nth-child(7) button{min-width:105px!important;padding:9px 6px!important;font-size:11px!important}}
