@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;700&family=Playfair+Display:italic,wght@700&display=swap');

body {
    max-width: 90%;
    margin: 0 auto;
    /* Ніжний пастельний фон з SVG паттерном у формі сердець та зірочок */
    background-color: #fffafa;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cpath d='M40 45c-2-4-8-4-10 0-2 4 2 8 10 12 8-4 12-8 10-12-2-4-8-4-10 0z' fill='%23ffb6c1' fill-opacity='0.15'/%3E%3Ccircle cx='10' cy='10' r='1' fill='%23db7093' fill-opacity='0.2'/%3E%3C/svg%3E");
    color: #5a4a4a;
    padding: 20px;
    font-family: 'Comfortaa', cursive;
    line-height: 1.6;
}

font, th, td, p {
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    color: #5a4a4a;
}

a {
    text-decoration: none;
    color: #db7093;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-weight: 500;
    border-bottom: 1px dotted transparent;
}

a:hover, a:active {
    color: #ff69b4;
    border-bottom-color: #ff69b4;
    letter-spacing: 0.5px;
}

/* Хедер - естетика та легкість */
.forum-header {
    background: #ffffff;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 10px 25px rgba(219, 112, 147, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.forum-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #ffb6c1, #db7093, #ffb6c1);
}

.forum-header h1 {
    color: #db7093;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 36px;
    margin: 0;
    text-transform: none;
}

.forum-logo:before {
    content: "🌸";
    font-size: 40px;
    margin-right: 15px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

/* Навігація у стилі м'яких кнопок-хмаринок */
.forum-navGuide {
    background-color: transparent;
    margin-bottom: 30px;
    border: none;
}

.forum-navGuide ul {
    justify-content: center;
    gap: 10px;
}

.forum-navGuide a {
    background: #ffffff;
    border-radius: 20px;
    color: #db7093;
    padding: 10px 25px;
    border: 1px solid #ffe4e1;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}

.forum-navGuide a:hover {
    background-color: #db7093;
    color: #ffffff;
    transform: scale(1.05);
}

/* Таблиці - м'які форми */
table.lineFrame_10 {
    background-color: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    border: none;
    box-shadow: 0 15px 35px rgba(219, 112, 147, 0.08);
}

th, td.th {
    background-color: #fff0f5;
    color: #db7093;
    font-size: 15px;
    height: 60px;
    border: none;
}

td {
    padding: 20px;
    border-bottom: 1px solid #fff5f5;
}

.moduleFirst, .row_segmentB {
    background-color: #ffffff;
}

.row:hover, .moduleFirst:hover, .row_segmentB:hover {
    background-color: #fffafa;
    transform: none;
}

/* Сообщения - затишний блог-стайл */
.post_inner_body {
    background-color: #ffffff;
    border-left: 5px solid #ffb6c1;
    border-radius: 0 15px 15px 0;
    padding: 25px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.02);
}

.postprofile {
    background-color: #fffafa;
    border-bottom: 1px solid #ffe4e1;
    border-radius: 15px 15px 0 0;
}

.useruser_name_display {
    color: #db7093;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

.postprofile .avatar {
    border: 4px solid #ffffff;
    border-radius: 50%; /* Круглі аватари */
    box-shadow: 0 4px 10px rgba(219, 112, 147, 0.2);
}

/* Кнопки - ефект "Glassmorphism" або соковитий колір */
.ui_submitbtn {
    border-radius: 50px;
    background: linear-gradient(135deg, #ffb6c1 0%, #db7093 100%);
    color: #ffffff;
    padding: 12px 30px;
    box-shadow: 0 8px 15px rgba(219, 112, 147, 0.3);
}

.ui_submitbtn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(219, 112, 147, 0.4);
    background: linear-gradient(135deg, #db7093 0%, #ffb6c1 100%);
}

/* Цитати як записки на полях */
.quote_segmentbox {
    background-color: #fcf8f8;
    border-left: 4px solid #db7093;
    font-style: italic;
    border-radius: 10px;
}

/* Секція порад (Beauty & Lifestyle) */
.repair-tips {
    background-color: #fff9fa;
    border-left-color: #db7093;
    border-radius: 15px;
}

.repair-tips h4 {
    color: #db7093;
}

.repair-tips:before {
    content: "✨";
}

/* Прогрес-бар - ніжний градієнт */
.progress-fill {
    background: linear-gradient(90deg, #ffb6c1, #ff69b4);
    border-radius: 50px;
}

.progress-bar {
    border-radius: 50px;
    background-color: #fff0f5;
    border: none;
}