/*!
 * ===========================================================================
 *  L I N K Y S O F T
 *  Information Systems | Software Engineering | Digital Transformation
 * ---------------------------------------------------------------------------
 *  Enterprise web platforms . Custom business software . Mobile applications
 *  Cloud infrastructure . Cybersecurity . AI systems . Digital marketing
 *
 *  Designed, engineered and operated in-house by Linkysoft.
 * ---------------------------------------------------------------------------
 *  Copyright (c) 2026 Linkysoft. All rights reserved.
 *
 *  PROPRIETARY AND CONFIDENTIAL.
 *  This file, its source, its structure and this compiled output are the
 *  exclusive intellectual property of Linkysoft. Copying, modification,
 *  redistribution, publication, reverse engineering, decompilation or the
 *  creation of derivative works from any part of it, in whole or in part
 *  and by any medium, is strictly prohibited without prior written consent
 *  from Linkysoft. Unauthorized use is an infringement of copyright and
 *  will be pursued to the fullest extent of the law.
 * ---------------------------------------------------------------------------
 *  https://linkysoft.com  |  support@linkysoft.com
 * ===========================================================================
 */
/*! order-domain.min.css | v3.0.0 | built 2026-09-17 06:25 */
@layer components{.domain-search{max-width:760px;margin:0 auto 2rem}.domain-search-box{border:1.5px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-lg);padding:.45rem;border-radius:16px;align-items:center;gap:.5rem;padding-inline-start:1rem;display:flex}.domain-search-box:focus-within{border-color:var(--color-primary)}.domain-search-icon{color:var(--color-text-muted);font-size:1.25rem}.domain-search-input{min-width:0;color:var(--color-text-heading);background:0 0;border:0;outline:0;flex:1;padding:.55rem 0;font-size:1.05rem}.domain-search-ext{border:0;border-inline-start:1px solid var(--color-border);color:var(--color-text-heading);background:0 0;outline:0;max-width:140px;padding:.5rem .75rem;font-weight:700}.domain-search-btn{flex-shrink:0}.domain-search-hint{text-align:center;color:var(--color-text-muted);margin-top:.6rem;font-size:.85rem}@media (max-width:560px){.domain-search-box{flex-wrap:wrap;padding-inline-start:.75rem}.domain-search-input{flex-basis:calc(100% - 2rem)}.domain-search-ext{border-inline-start:0;flex:1;max-width:none}}.domain-status{align-items:center;gap:.35rem;margin-top:.3rem;font-size:.9rem;font-weight:700;display:inline-flex}.domain-status.is-ok{color:var(--color-success)}.domain-status.is-bad{color:var(--color-danger)}.domain-status.is-unknown{color:var(--color-warning)}}