:root{--color-primary: #3b82f6;--color-primary-hover: #2563eb;--color-text-primary: #111827;--color-text-secondary: #4b5563;--color-text-tertiary: #6b7280;--color-background: #f9fafb;--color-background-secondary: #f3f4f6;--color-border: #e5e7eb}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--color-background);color:var(--color-text-primary);line-height:1.5}.container.svelte-1xc94h5{padding:40px 20px;max-width:1200px;margin:40px auto;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a}h1.svelte-1xc94h5{font-size:2rem;font-weight:600;color:var(--color-text-primary);margin-bottom:2rem}h3.svelte-1xc94h5{font-size:1.1rem;font-weight:600;color:var(--color-text-secondary);margin-bottom:1rem}h4.svelte-1xc94h5{color:var(--color-text-secondary);font-size:1rem;font-weight:600;margin:0 0 .5rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.export-button.svelte-1xc94h5,.copy-raw-button.svelte-1xc94h5,.quick-search.svelte-1xc94h5 button:where(.svelte-1xc94h5){background:var(--color-primary);color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease}.export-button.svelte-1xc94h5:hover,.copy-raw-button.svelte-1xc94h5:hover,.quick-search.svelte-1xc94h5 button:where(.svelte-1xc94h5):hover{background:var(--color-primary-hover)}input.svelte-1xc94h5{border:2px solid var(--color-border);border-radius:6px;background:var(--color-background);color:var(--color-text-primary)}input.svelte-1xc94h5:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #3b82f61a}.info-box.svelte-1xc94h5,.section.svelte-1xc94h5{border:1px solid var(--color-border);border-radius:8px}.info-item.svelte-1xc94h5,.dns-record.svelte-1xc94h5{background:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:8px}.record-ttl.svelte-1xc94h5{color:var(--color-text-tertiary)}.info-box.svelte-1xc94h5 strong:where(.svelte-1xc94h5),.company-name.svelte-1xc94h5{color:var(--color-text-secondary);font-weight:500}.copyable.svelte-1xc94h5{transition:background-color .2s ease}.copyable.svelte-1xc94h5:hover{background-color:var(--color-border)}.copy-hint.svelte-1xc94h5,.copy-toast{background:var(--color-text-secondary);color:#fff}.info-grid.svelte-1xc94h5{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0 2rem}.info-item.svelte-1xc94h5{padding:1rem}.sections.svelte-1xc94h5{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin:2rem 0}.section.svelte-1xc94h5{background:var(--color-background);padding:1.5rem}.info-box.svelte-1xc94h5{background:#fff;padding:1.2rem;margin:0}.info-box.svelte-1xc94h5 p:where(.svelte-1xc94h5){margin:0;padding:.75rem 0;border-bottom:1px solid var(--color-border)}.info-box.svelte-1xc94h5 p:where(.svelte-1xc94h5):last-child{border-bottom:none;padding-bottom:0}.info-box.svelte-1xc94h5 p:where(.svelte-1xc94h5):first-child{padding-top:0}ul.svelte-1xc94h5{list-style:none;padding:0;margin:.5rem 0}li.svelte-1xc94h5{padding:.5rem 0;color:#374151}.company-name.svelte-1xc94h5{font-weight:600;font-size:1.1em;color:#111827;margin-bottom:.75em}details.svelte-1xc94h5{margin-top:2.5rem}summary.svelte-1xc94h5{cursor:pointer;color:#6b7280;padding:.75rem 1rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb;font-weight:500;transition:all .2s ease;display:flex;justify-content:space-between;align-items:center}summary.svelte-1xc94h5:hover{background:#f3f4f6;color:#374151}pre.svelte-1xc94h5{background:#f3f4f6;padding:1rem;border-radius:6px;overflow:auto;margin-top:1rem;font-size:.9rem;border:1px solid #e5e7eb}.error.svelte-1xc94h5{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}@media (max-width: 640px){.container.svelte-1xc94h5{margin:0;border-radius:0}.info-grid.svelte-1xc94h5{grid-template-columns:1fr}}.dns-section.svelte-1xc94h5{grid-column:1 / -1}.dns-type.svelte-1xc94h5{margin-bottom:1.5rem}.dns-type.svelte-1xc94h5:last-child{margin-bottom:0}.dns-records.svelte-1xc94h5{display:grid;gap:.5rem}.dns-record.svelte-1xc94h5{background:#f9fafb;padding:.75rem;border-radius:4px;display:grid;grid-template-columns:1fr 2fr auto;gap:1rem;align-items:center}.record-name.svelte-1xc94h5{color:#4b5563;font-family:monospace;font-size:.9rem}.record-value.svelte-1xc94h5{color:#1f2937;font-family:monospace;font-size:.9rem;word-break:break-all}.record-ttl.svelte-1xc94h5{color:#6b7280;font-size:.8rem;white-space:nowrap}@media (max-width: 768px){.dns-record.svelte-1xc94h5{grid-template-columns:1fr;gap:.25rem}.record-ttl.svelte-1xc94h5{color:#6b7280;font-size:.8rem}}.dns-header.svelte-1xc94h5{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.export-buttons.svelte-1xc94h5{display:flex;gap:.5rem}.export-button.svelte-1xc94h5{padding:.5rem 1rem;font-size:.875rem}@media (max-width: 640px){.dns-header.svelte-1xc94h5{flex-direction:column;gap:1rem;align-items:flex-start}}@keyframes svelte-1xc94h5-shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-container.svelte-1xc94h5{animation:svelte-1xc94h5-fade-in .3s ease-in}.skeleton-header.svelte-1xc94h5{margin-bottom:2rem}.skeleton-title.svelte-1xc94h5{height:2.5rem;width:50%;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:1000px 100%;animation:svelte-1xc94h5-shimmer 2s infinite linear;border-radius:6px}.skeleton-item.svelte-1xc94h5{height:4rem;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:1000px 100%;animation:svelte-1xc94h5-shimmer 2s infinite linear;border-radius:8px}.skeleton-section.svelte-1xc94h5{height:auto}.skeleton-section-title.svelte-1xc94h5{height:1.5rem;width:40%;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:1000px 100%;animation:svelte-1xc94h5-shimmer 2s infinite linear;border-radius:4px;margin-bottom:1rem}.skeleton-line.svelte-1xc94h5{height:1rem;background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:1000px 100%;animation:svelte-1xc94h5-shimmer 2s infinite linear;border-radius:4px;margin:.75rem 0}@keyframes svelte-1xc94h5-fade-in{0%{opacity:0}to{opacity:1}}.sections.svelte-1xc94h5{transition:opacity .3s ease}@media (max-width: 640px){.skeleton-title.svelte-1xc94h5{width:80%}.skeleton-section-title.svelte-1xc94h5{width:60%}}.copyable.svelte-1xc94h5{cursor:pointer;position:relative;padding:.25rem;border-radius:4px;transition:background-color .2s ease}.copyable.svelte-1xc94h5:hover{background-color:#e5e7eb}.copyable.svelte-1xc94h5:active{background-color:#d1d5db}.copy-hint.svelte-1xc94h5{position:absolute;top:-20px;left:50%;transform:translate(-50%);background:#374151;color:#fff;padding:2px 6px;border-radius:4px;font-size:.7rem;opacity:0;transition:opacity .2s ease;pointer-events:none;white-space:nowrap}.copyable.svelte-1xc94h5:hover .copy-hint:where(.svelte-1xc94h5){opacity:1}@keyframes svelte-1xc94h5-toast-in-out{0%{opacity:0;transform:translateY(20px)}10%{opacity:1;transform:translateY(0)}90%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.copy-toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:#374151;color:#fff;padding:8px 16px;border-radius:6px;font-size:.875rem;animation:svelte-1xc94h5-toast-in-out 2s ease forwards;z-index:1000}@media (max-width: 768px){.copy-hint.svelte-1xc94h5{display:none}}.page-header.svelte-1xc94h5{margin-bottom:2rem}.quick-search.svelte-1xc94h5{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.quick-search.svelte-1xc94h5 h1:where(.svelte-1xc94h5){margin:0;white-space:nowrap}.quick-search.svelte-1xc94h5 form:where(.svelte-1xc94h5){display:flex;gap:.5rem;flex:1;min-width:200px}.quick-search.svelte-1xc94h5 input:where(.svelte-1xc94h5){flex:1;padding:.5rem 1rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:6px;background:#f9fafb;color:#1f2937;transition:all .2s ease}.quick-search.svelte-1xc94h5 input:where(.svelte-1xc94h5):focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.quick-search.svelte-1xc94h5 button:where(.svelte-1xc94h5){padding:.5rem 1rem;min-width:80px}@media (max-width: 640px){.quick-search.svelte-1xc94h5{flex-direction:column;align-items:stretch}.quick-search.svelte-1xc94h5 h1:where(.svelte-1xc94h5){text-align:center}}.copy-raw-button.svelte-1xc94h5{padding:.25rem .75rem;font-size:.75rem}.copy-raw-button.svelte-1xc94h5:hover{background:#2563eb}.copy-raw-button.svelte-1xc94h5:active{transform:translateY(1px)}.nameserver-list.svelte-1xc94h5{margin:0}.nameserver-list.svelte-1xc94h5 li:where(.svelte-1xc94h5){padding:.75rem 0;color:var(--color-text-secondary);border-bottom:1px solid var(--color-border)}.nameserver-list.svelte-1xc94h5 li:where(.svelte-1xc94h5):last-child{border-bottom:none;padding-bottom:0}.nameserver-list.svelte-1xc94h5 li:where(.svelte-1xc94h5):first-child{padding-top:0}button.copyable.svelte-1xc94h5{background:none;border:none;padding:.25rem;font-family:inherit;font-size:inherit;color:inherit;text-align:left;width:100%;cursor:pointer;position:relative;border-radius:4px;transition:background-color .2s ease}button.copyable.svelte-1xc94h5:hover{background-color:var(--color-border)}button.copyable.svelte-1xc94h5:focus{outline:2px solid var(--color-primary);outline-offset:2px}button.record-name.svelte-1xc94h5{color:var(--color-text-secondary);font-family:monospace;font-size:.9rem}button.record-value.svelte-1xc94h5{color:var(--color-text-primary);font-family:monospace;font-size:.9rem;word-break:break-all}.copy-wrapper.svelte-1xc94h5{position:relative;display:inline-block}button.copyable.svelte-1xc94h5{background:none;border:none;padding:0;font-family:inherit;font-size:inherit;color:inherit;text-align:left;cursor:pointer;position:relative;display:inline-block}.copy-text.svelte-1xc94h5{padding:.25rem;border-radius:4px;display:inline-block;transition:background-color .2s ease}button.copyable.svelte-1xc94h5:hover .copy-text:where(.svelte-1xc94h5){background-color:var(--color-border)}button.copyable.svelte-1xc94h5:focus{outline:none}button.copyable.svelte-1xc94h5:focus .copy-text:where(.svelte-1xc94h5){outline:2px solid var(--color-primary);outline-offset:2px}.availability-banner.svelte-1xc94h5{margin-bottom:2rem;padding:1.5rem;border-radius:8px}.availability-banner.available.svelte-1xc94h5{background:#ecfdf5;border:1px solid #6ee7b7}.availability-content.svelte-1xc94h5{display:flex;justify-content:space-between;align-items:center;gap:1rem}.availability-text.svelte-1xc94h5{flex:1}.availability-banner.svelte-1xc94h5 h2:where(.svelte-1xc94h5){margin:0;font-size:1.25rem;font-weight:600}.availability-banner.available.svelte-1xc94h5 h2:where(.svelte-1xc94h5){color:#059669}.availability-banner.svelte-1xc94h5 p:where(.svelte-1xc94h5){margin:.25rem 0 0;color:var(--color-text-secondary)}@media (max-width: 640px){.availability-content.svelte-1xc94h5{flex-direction:column;text-align:center}}.action-buttons.svelte-1xc94h5{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.action-button.svelte-1xc94h5{display:inline-block;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}.action-button.svelte-1xc94h5:hover{background:#2563eb;transform:translateY(-1px)}.action-button.svelte-1xc94h5:active{transform:translateY(0)}@media (max-width: 640px){.action-buttons.svelte-1xc94h5{flex-direction:column}.action-button.svelte-1xc94h5{width:100%;text-align:center}}
