.whois-checker-page-container{max-width:1200px;margin:0 auto;padding:1rem;min-height:calc(100vh - 135px)}@media(max-width:768px){.whois-checker-page-container{padding:.75rem}}.whois-checker-page-container .page-header{text-align:center;margin-bottom:1.5rem}.whois-checker-page-container .page-header .page-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:-.5px;transition:color .3s ease}html.dark .whois-checker-page-container .page-header .page-title{color:#f8f8f2}@media(min-width:640px){.whois-checker-page-container .page-header .page-title{font-size:2.5rem}}@media(min-width:1024px){.whois-checker-page-container .page-header .page-title{font-size:3.5rem}}.whois-checker-page-container .page-header .page-subtitle{font-size:.85rem;color:#666;max-width:500px;margin:0 auto 1rem;transition:color .3s ease}html.dark .whois-checker-page-container .page-header .page-subtitle{color:#bd93f9}@media(min-width:640px){.whois-checker-page-container .page-header .page-subtitle{font-size:1.1rem}}.whois-checker-page-container .tool-section{background:#fff;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;gap:1rem}html.dark .whois-checker-page-container .tool-section{background:#282a36;border-color:#44475a;box-shadow:0 4px 12px rgba(0,0,0,.4)}.whois-checker-page-container .tool-section .input-group{display:flex;flex-direction:column;gap:.5rem;width:100%}.whois-checker-page-container .tool-section .input-group .input-label{font-size:.9rem;font-weight:600;color:#1a1a1a}html.dark .whois-checker-page-container .tool-section .input-group .input-label{color:#f8f8f2}.whois-checker-page-container .tool-section .input-group .text-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;color:#1a1a1a;background-color:#fff;transition:border-color .2s ease,background-color .2s ease;resize:vertical;box-sizing:border-box}.whois-checker-page-container .tool-section .input-group .text-input:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 3px rgba(26,26,26,.2)}.whois-checker-page-container .tool-section .input-group .text-input::placeholder{color:#9ca3af}html.dark .whois-checker-page-container .tool-section .input-group .text-input{background-color:rgb(35.6595744681,37.4425531915,48.1404255319);border-color:#44475a;color:#f8f8f2}html.dark .whois-checker-page-container .tool-section .input-group .text-input:focus{border-color:#f8f8f2;box-shadow:0 0 0 3px rgba(248,248,242,.2)}html.dark .whois-checker-page-container .tool-section .input-group .text-input::placeholder{color:#6272a4}.whois-checker-page-container .tool-section .error-message{color:#dc2626;font-size:.85rem;margin-top:-.5rem;text-align:center}.whois-checker-page-container .tool-section .action-button{background-color:#1a1a1a;color:#fff;border:1px solid #1a1a1a;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%}.whois-checker-page-container .tool-section .action-button:hover:not(:disabled){background-color:#333;border-color:#333}.whois-checker-page-container .tool-section .action-button:disabled{opacity:.6;cursor:not-allowed}html.dark .whois-checker-page-container .tool-section .action-button{background-color:#f8f8f2;color:#282a36;border-color:#f8f8f2}html.dark .whois-checker-page-container .tool-section .action-button:hover:not(:disabled){background-color:#44475a;border-color:#44475a}.whois-checker-page-container .tool-section .action-button .loading-spin{animation:spin 1s linear infinite}.whois-checker-page-container .tool-section .whois-result{padding:1rem;border-radius:8px;background-color:#fff;border:1px solid #d1d5db;transition:background-color .3s ease,border-color .3s ease}html.dark .whois-checker-page-container .tool-section .whois-result{background-color:rgb(35.6595744681,37.4425531915,48.1404255319);border-color:#44475a}.whois-checker-page-container .tool-section .whois-result .whois-details-grid{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;width:100%;margin-top:1rem;font-size:.95rem;font-weight:500;color:#1a1a1a}html.dark .whois-checker-page-container .tool-section .whois-result .whois-details-grid{color:#f8f8f2}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item{display:flex;flex-direction:column;align-items:flex-start;padding:.5rem 0;border-bottom:1px dashed #d1d5db}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item:last-child{border-bottom:none}html.dark .whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item{border-bottom-color:#44475a}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item strong{color:#666;margin-bottom:.25rem}html.dark .whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item strong{color:#bd93f9}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item ul{list-style:none;padding:0;margin:0;width:100%}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item ul li{padding:.25rem 0;word-break:break-all}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item a{color:#1a1a1a;text-decoration:underline}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item a:hover{color:#333}html.dark .whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item a{color:#f8f8f2}html.dark .whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item a:hover{color:#44475a}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item.full-width{grid-column:1/-1}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .raw-text-container strong{display:block}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .raw-text-container .raw-text{background-color:#fff;border:1px solid #d1d5db;border-radius:4px;padding:.75rem;white-space:pre-wrap;word-break:break-all;font-family:monospace;font-size:.85rem;max-height:300px;overflow-y:auto;color:#1a1a1a}html.dark .whois-checker-page-container .tool-section .whois-result .whois-details-grid .raw-text-container .raw-text{background-color:rgb(29.1489361702,30.6063829787,39.3510638298);border-color:#44475a;color:#f8f8f2}@media(min-width:640px){.whois-checker-page-container .tool-section .whois-result .whois-details-grid{grid-template-columns:repeat(2,1fr)}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item{flex-direction:row;justify-content:space-between;align-items:center}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item strong{margin-bottom:0}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .detail-item ul{text-align:right}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .full-width{grid-column:1/-1;flex-direction:column;align-items:flex-start}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .full-width ul{text-align:left}.whois-checker-page-container .tool-section .whois-result .whois-details-grid .raw-text-container{flex-direction:column;align-items:flex-start}}.whois-checker-page-container .ad-placeholder{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:1rem;text-align:center;font-size:.8rem;color:#64748b;margin-top:1rem;transition:background .3s ease,border-color .3s ease,color .3s ease}html.dark .whois-checker-page-container .ad-placeholder{background-color:#1a1c24;border-color:#44475a;color:#8be9fd}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}