@charset "utf-8";@font-face{ font-family:'SupportFontAwesome'; src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0'); src:url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?vs=4.7.0') format('woff'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'); font-weight:normal; font-style:normal;  }
.ui-state-active, .ui-state-hover{
  background:#fe7e04;
  background:-moz-linear-gradient(top, #fe7e04 0%, #fe7e04 100%);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe7e04), color-stop(100%,#fe7e04));
  background:-webkit-linear-gradient(top, #fe7e04 0%,#fe7e04 100%);
  background:-o-linear-gradient(top, #fe7e04 0%,#fe7e04 100%);
  background:-ms-linear-gradient(top, #fe7e04 0%,#fe7e04 100%);
  background:linear-gradient(to bottom, #fe7e04 0%,#fe7e04 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe7e04', endColorstr='#fe7e04',GradientType=0);
  border:1px solid #efeeea; margin:1px;
}
.ui-state-default {
  -webkit-box-shadow:0px 0px 0px 0px #efeeea;
  -moz-box-shadow:0px 0px 0px 0px #efeeea;
  box-shadow:0px 0px 2px 2px #efeeea;
  position:relative;
  overflow:hidden;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -o-border-radius:2px;
  margin:2px;
}
/* ИСПРАВЛЕННЫЕ СТИЛИ ДЛЯ РЕШЕНИЯ ПРОБЛЕМЫ С ВЫХОДОМ ЗА ПОЛЯ */
.unical b{
    color:#f00;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* КРИТИЧНОЕ ИСПРАВЛЕНИЕ - контейнер модуля */
.module_unical {
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

/* ГЛАВНОЕ ИСПРАВЛЕНИЕ - результаты проверки */
.module_unical_results {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-top: 20px;
    box-sizing: border-box;
}

/* КРИТИЧНО - таблица результатов */
.module_unical_results table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* КЛЮЧЕВОЕ ИСПРАВЛЕНИЕ - фиксированная раскладка */
    table-layout: fixed;
    max-width: 100%;
}

.module_unical_results table th,
.module_unical_results table td {
    padding: 12px 8px;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    vertical-align: top;
    /* КРИТИЧНО - контроль переполнения в ячейках */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    max-width: 0;
    box-sizing: border-box;
}

/* Ширина колонок */
.module_unical_results table td:first-child {
    width: 45%;
    min-width: 120px;
}

.module_unical_results table td:nth-child(2) {
    width: 15%;
    min-width: 60px;
    text-align: center;
    font-weight: bold;
    color: #ff6b35;
}

.module_unical_results table td:nth-child(3),
.module_unical_results table td:nth-child(4) {
    width: 20%;
    min-width: 80px;
}

.module_unical_results table tr:first-child td {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    font-weight: 600;
    color: #333;
}

.module_unical_results table tr:hover {
    background-color: #f8f9fa;
}

/* ИСПРАВЛЕНИЕ ссылок в таблице */
.module_unical_results table a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
    /* КРИТИЧНО - контроль переполнения ссылок */
    word-break: break-all;
    display: inline-block;
    max-width: 100%;
    overflow-wrap: break-word;
    line-height: 1.4;
}

.module_unical_results table a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Стили для результата уникальности */
.module_unical_results h5 {
    background: linear-gradient(135deg, #28a745, #34ce57);
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 2px 10px rgba(40, 167, 69, 0.3);
}

/* Стили для подсвеченного текста */
#hl_text {
    background: white;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    line-height: 1.6;
    border-left: 4px solid #007bff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* КРИТИЧНО - контроль переполнения */
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
}

#hl_text b {
    background: linear-gradient(135deg, #dc3545, #e55353);
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 600;
    /* КРИТИЧНО - контроль переполнения выделенного текста */
    word-break: break-all;
    display: inline-block;
    max-width: 100%;
}

#clean_text {
    display: none !important;
}

/* Сообщения об ошибках */
.module_unical_results p {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    color: #856404;
    padding: 12px 15px;
    border-radius: 6px;
    border-left: 4px solid #ffc107;
    margin: 15px 0;
    font-weight: 600;
    /* КРИТИЧНО - контроль переполнения */
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
}

/* Улучшенные стили для формы */
.module_unical h3 {
    color: #FF6600;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #FF6600, #FF6600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.module_unical textarea {
    border: 2px solid #e1e5e9;
    border-radius: 6px;
    padding: 12px;
    transition: border-color 0.3s ease;
    resize: vertical;
    font-family: inherit;
    line-height: 1.5;
}

.module_unical textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.module_unical .button {
    background: linear-gradient(135deg, #6eaef2, #6eaef2);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.3);
}

.module_unical .button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.module_unical .button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* Счетчик символов */
#output {
    background: linear-gradient(135deg, #e9ecef, #f8f9fa);
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
    /* КРИТИЧНО - контроль переполнения */
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
}

/* АДАПТИВНОСТЬ */
@media (max-width: 768px) {
    .module_unical {
        padding: 10px;
    }
    
    .module_unical_results table {
        font-size: 12px;
    }
    
    .module_unical_results table td {
        padding: 8px 4px;
    }
    
    .module_unical_results table td:first-child {
        width: 50%;
    }
    
    .module_unical_results table td:nth-child(2) {
        width: 20%;
    }
    
    .module_unical_results table td:nth-child(3),
    .module_unical_results table td:nth-child(4) {
        width: 15%;
    }
}

@media (max-width: 480px) {
    .module_unical_results h5 {
        font-size: 16px;
        padding: 12px 15px;
    }
    
    /* КРИТИЧНО - мобильные карточки вместо таблицы */
    .module_unical_results table,
    .module_unical_results table tbody,
    .module_unical_results table tr,
    .module_unical_results table td {
        display: block;
        width: 100%;
    }
    
    .module_unical_results table tr {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        border-radius: 6px;
        overflow: hidden;
        background: white;
    }
    
    .module_unical_results table td {
        border: none;
        border-bottom: 1px solid #f0f0f0;
        padding: 10px;
        text-align: left;
        position: relative;
        padding-left: 35%;
    }
    
    .module_unical_results table td:last-child {
        border-bottom: none;
    }
    
    .module_unical_results table td:before {
        content: attr(data-label) ": ";
        position: absolute;
        left: 10px;
        width: 30%;
        font-weight: bold;
        color: #333;
        word-wrap: break-word;
    }
    
    .module_unical_results table td:nth-child(1):before {
        content: "URL: ";
    }
    
    .module_unical_results table td:nth-child(2):before {
        content: "Процент: ";
    }
    
    .module_unical_results table td:nth-child(3):before {
        content: "Действия: ";
    }
    
    .module_unical_results table td:nth-child(4):before {
        content: "Все совпадения: ";
    }
}

/* Общие правила предотвращения переполнения */
.module_unical,
.module_unical * {
    max-width: 100%;
    box-sizing: border-box;
}

.module_unical p,
.module_unical div,
.module_unical span,
.module_unical td,
.module_unical a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

/* Дополнительная защита от переполнения */
.module_unical {
    overflow-x: hidden;
    max-width: 100%;
}

.module_unical_results * {
    max-width: 100% !important;
    word-break: break-word !important;
}
/* ИСПРАВЛЕННЫЕ СТИЛИ ДЛЯ РЕШЕНИЯ ПРОБЛЕМЫ С ВЫХОДОМ ЗА ПОЛЯ */
.unical b{
    color:#f00;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* КРИТИЧНОЕ ИСПРАВЛЕНИЕ - контейнер модуля */
.module_unical {
    max-width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    box-sizing: border-box;
}

/* ГЛАВНОЕ ИСПРАВЛЕНИЕ - результаты проверки */
.module_unical_results {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-top: 20px;
    box-sizing: border-box;
}

/* КРИТИЧНО - таблица результатов */
.module_unical_results table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* КЛЮЧЕВОЕ ИСПРАВЛЕНИЕ - фиксированная раскладка */
    table-layout: fixed;
    max-width: 100%;
}

.module_unical_results table th,
.module_unical_results table td {
    padding: 12px 8px;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    vertical-align: top;
    /* КРИТИЧНО - контроль переполнения в ячейках */
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    max-width: 0;
    box-sizing: border-box;
}

/* Ширина колонок */
.module_unical_results table td:first-child {
    width: 45%;
    min-width: 120px;
}

.module_unical_results table td:nth-child(2) {
    width: 15%;
    min-width: 60px;
    text-align: center;
    font-weight: bold;
    color: #ff6b35;
}

.module_unical_results table td:nth-child(3),
.module_unical_results table td:nth-child(4) {
    width: 20%;
    min-width: 80px;
}

.module_unical_results table tr:first-child td {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    font-weight: 600;
    color: #333;
}

.module_unical_results table tr:hover {
    background-color: #f8f9fa;
}

/* ИСПРАВЛЕНИЕ ссылок в таблице */
.module_unical_results table a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
    /* КРИТИЧНО - контроль переполнения ссылок */
    word-break: break-all;
    display: inline-block;
    max-width: 100%;
    overflow-wrap: break-word;
    line-height: 1.4;
}

.module_unical_results table a:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Стили для результата уникальности */
.module_unical_results h5 {
    background: linear-gradient(135deg, #28a745, #34ce57);
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    margin: 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 2px 10px rgba(40, 167, 69, 0.3);
}

/* Стили для подсвеченного текста */
#hl_text {
    background: white;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
    line-height: 1.6;
    border-left: 4px solid #007bff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* КРИТИЧНО - контроль переполнения */
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
}

#hl_text b {
    background: linear-gradient(135deg, #dc3545, #e55353);
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 600;
    /* КРИТИЧНО - контроль переполнения выделенного текста */
    word-break: break-all;
    display: inline-block;
    max-width: 100%;
}

#clean_text {
    display: none !important;
}

/* Сообщения об ошибках */
.module_unical_results p {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    color: #856404;
    padding: 12px 15px;
    border-radius: 6px;
    border-left: 4px solid #ffc107;
    margin: 15px 0;
    font-weight: 600;
    /* КРИТИЧНО - контроль переполнения */
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
}

/* Улучшенные стили для формы */
.module_unical h3 {
    color: #FF6600;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #FF6600, #FF6600);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.module_unical textarea {
    border: 2px solid #e1e5e9;
    border-radius: 6px;
    padding: 12px;
    transition: border-color 0.3s ease;
    resize: vertical;
    font-family: inherit;
    line-height: 1.5;
}

.module_unical textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.module_unical .button {
    background: linear-gradient(135deg, #6eaef2, #6eaef2);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 123, 255, 0.3);
}

.module_unical .button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.4);
}

.module_unical .button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none !important;
}

/* Счетчик символов */
#output {
    background: linear-gradient(135deg, #e9ecef, #f8f9fa);
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
    /* КРИТИЧНО - контроль переполнения */
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
}

/* АДАПТИВНОСТЬ */
@media (max-width: 768px) {
    .module_unical {
        padding: 10px;
    }
    
    .module_unical_results table {
        font-size: 12px;
    }
    
    .module_unical_results table td {
        padding: 8px 4px;
    }
    
    .module_unical_results table td:first-child {
        width: 50%;
    }
    
    .module_unical_results table td:nth-child(2) {
        width: 20%;
    }
    
    .module_unical_results table td:nth-child(3),
    .module_unical_results table td:nth-child(4) {
        width: 15%;
    }
}

@media (max-width: 480px) {
    .module_unical_results h5 {
        font-size: 16px;
        padding: 12px 15px;
    }
    
    /* КРИТИЧНО - мобильные карточки вместо таблицы */
    .module_unical_results table,
    .module_unical_results table tbody,
    .module_unical_results table tr,
    .module_unical_results table td {
        display: block;
        width: 100%;
    }
    
    .module_unical_results table tr {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        border-radius: 6px;
        overflow: hidden;
        background: white;
    }
    
    .module_unical_results table td {
        border: none;
        border-bottom: 1px solid #f0f0f0;
        padding: 10px;
        text-align: left;
        position: relative;
        padding-left: 35%;
    }
    
    .module_unical_results table td:last-child {
        border-bottom: none;
    }
    
    .module_unical_results table td:before {
        content: attr(data-label) ": ";
        position: absolute;
        left: 10px;
        width: 30%;
        font-weight: bold;
        color: #333;
        word-wrap: break-word;
    }
    
    .module_unical_results table td:nth-child(1):before {
        content: "URL: ";
    }
    
    .module_unical_results table td:nth-child(2):before {
        content: "Процент: ";
    }
    
    .module_unical_results table td:nth-child(3):before {
        content: "Действия: ";
    }
    
    .module_unical_results table td:nth-child(4):before {
        content: "Все совпадения: ";
    }
}

/* Общие правила предотвращения переполнения */
.module_unical,
.module_unical * {
    max-width: 100%;
    box-sizing: border-box;
}

.module_unical p,
.module_unical div,
.module_unical span,
.module_unical td,
.module_unical a {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

/* Дополнительная защита от переполнения */
.module_unical {
    overflow-x: hidden;
    max-width: 100%;
}

.module_unical_results * {
    max-width: 100% !important;
    word-break: break-word !important;
}
input.error, textarea.error{border:1px solid red;} #upload {padding:3px;}
@media all {
body{overflow-x: hidden;}
}
