/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-size: 16px;
    background: #071838;
    color: #fff;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong, b {
    font-weight: 600;
}

body, h1, h2, h3, p, a, .btn-astral, input, label, legend, .alert {
    font: 400 1rem/1.2 'Montserrat', Helvetica, sans-serif; /*.875rem/1.2*/
    color: rgba(255, 255, 255, .9);
}

h1, p {
    margin-bottom: 2rem;
}

h1 {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 6rem;
}

.theme-astral h1 {
    margin-bottom: 0;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.section-3 h2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.h3, .accordeon-content strong, .card-content .h3 span:first-child {
    font-size: 1.25rem;
    font-weight: 500;
}

p, span {
    font-size: 1rem;
    line-height: 1.5;
}

select {
    font-size: 1rem;
}

hr {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    margin: 2rem;
}

.btn-astral {
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding: 1rem 1.5rem;
    border-radius: 40px;
    text-decoration: none;
    background: #0f0824;
    background-clip: padding-box;
    cursor: pointer;
}

.btn-astral:before {
    content: '';
    background: linear-gradient(230deg, #840dbd, #101683);
    border-radius: inherit;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -0.125rem;
}

.btn-astral.fond {
    background: linear-gradient(230deg, #840dbd, #101683);
    border: 2px solid #0f0824;
}

.btn-astral:hover {
    background: linear-gradient(230deg, #840dbd, #101683);
}

.btn-astral.fond:hover {
    border: 2px solid rgba(255, 255, 255, .9);
}

.btn-astral.btn-small {
    padding: .5rem 1rem;
}

.lien-content, .lien-content:link, .lien-content:visited {
    color: #E6BC53;
}

.lien-content:hover, .lien-content:active, .lien-content:focus {
    font-weight: 600;
}

.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    padding: 1rem 4rem 1rem 2rem;
    z-index: 1;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.alert.fade {
    opacity: 0;
}

.btn-astral.btn-danger{
    width: 20rem;
    text-align: center;
    border: 1px solid transparent;
}

.btn-astral.btn-danger:hover{
    border: 1px solid #fff;
}

.alert-danger, .btn-astral.btn-danger:hover {
    background: rgba(111, 8, 21, .9);
}

.alert-success {
    background: rgba(85, 139, 47, .9);
}

.errorlist, .errorlist label {
    color: rgba(255, 0, 0, .65);
    font-weight: bold;
}

.errorlist:last-of-type {
    margin-bottom: 3rem;
}

.alert .btn-close {
    background: none;
    border: 0;
    position: absolute;
    top: 1.2rem;
    right: .7rem;
    cursor: pointer;
}

.alert .btn-close i {
    color: #fff;
    font-size: 1.625rem;
}


.section-1 {
    background: url("../images/etoiles-1.svg") 90% 20px/auto 80% no-repeat,
    url("../images/etoiles-2.svg") left 10% bottom 30px/auto 8% no-repeat #160D23;
    position: relative;
    z-index: 1;
}

.section-2 {
    z-index: 20;
    background: url("../images/fond-vague-bleu.svg") top left/cover no-repeat #160D23;
    min-height: 25rem; /*35*/
}

.section-3 {
    z-index: 30;
    background: url("../images/etoiles-3.svg") left 30px/100% 100% no-repeat,
    url("../images/soleil-3.svg") right bottom 80px/auto 30% no-repeat,
    url("../images/fond-vague-mauve.svg") left top/cover no-repeat #071838;
}

section {
    padding: 3.75rem 0;
}

.container {
    padding: 1rem;
}

.logo {
    display: block;
}

footer .logo, footer .logo img {
    width: 9.375rem;
}

nav.non-connecte .logo, nav.non-connecte .logo img {
    display: block;
    width: 12.5rem;
}

nav.non-connecte .logo {
    margin: 0 auto 2rem auto;
}

.btn-astral-container {
    display: flex;
    justify-content: center;
}

.btn-astral-container .btn-astral {
    margin-right: 1.5rem;
}


.nav-connecte-container {
    position: absolute;
    width: 100%;
    top: 1.875rem;
    left: 0;
}

nav.connecte {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
}

.logo-connecte, .logo-connecte img {
    display: block;
    width: 10rem; /* 12.5 */
    margin: 0 auto;
}

.toggle {
    display: none;
}

.menu-liens {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.menu-liens a, .menu-liens a:link, .menu-liens a:visited {
    display:flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, .9);
    text-decoration: none;
}

.menu-liens i{
    height: 1.1875rem;
    margin-right: .3125rem;
}

.menu-icones ul {
    display: flex;
}

.menu-icones a {
    display: block;
    padding: .75rem .8rem;
}

.menu-icones a:hover, .menu-icones a:active, .menu-icones a:focus, .menu-icones a.active {
    background: #690FAF;
}

.menu-icones li:last-of-type a:hover, .menu-icones li:last-of-type a:active, .menu-icones li:last-of-type a:focus {
    background: #6F0815;
}

.menu-icones i {
    font-size: 1.6rem;
}

/* Premium indicator sur la page de profil */
.premium-indicator {
    display: inline-block;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #000;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 600;
    margin-left: 10px;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
    animation: premium-glow 3s ease-in-out infinite;
}

.premium-indicator i {
    margin-right: 4px;
    color: #000;
}

@keyframes premium-glow {
    0%, 100% {
        box-shadow: 0 2px 8px rgba(255, 215, 0, 0.3);
    }
    50% {
        box-shadow: 0 2px 12px rgba(255, 215, 0, 0.6);
    }
}

.composant {
    margin: 0 auto 4rem auto;
}

.composant:last-of-type {
    margin-bottom: 0;
}

.composant h2 {
    background: #160D23;
    color: rgba(255, 255, 255, .85);
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .6);
    border-bottom: 0;
    border-radius: 1.33333333rem 1.33333333rem 0 0;
    padding: .875rem 1rem;
    margin: 0;
}

.composant.border-secondary h2 {
    border-color: #873aac;
    border-bottom: 0;
}

.composant-contenu {
    padding: 2rem;
}

.composant-contenu.compatibilite{
    padding: 2rem 0;
}

.composant-contenu p {
    color: rgba(255, 255, 255, .85);
}

.composant-contenu p:last-child {
    margin-bottom: 0;
}

.composant-contenu {
    border: 1px solid rgba(255, 255, 255, .6);
    border-top: 0;
}

.composant.border-secondary .composant-contenu {
    border-color: #873aac;
    border-top: 0;
}

.composant-contenu.fond {
    border-radius: 0 0 1.33333333rem 1.33333333rem;
}

/* tabs */
.panneau-tabs-container {
    position: relative;
}

.panneau-tabs {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 1.33333333rem;
    margin-bottom: 3rem;
}

.onglets-container {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #071838;
    border-radius: 1.33333333rem 1.33333333rem 0 0;
    background: #160D23;
    color: rgba(255, 255, 255, .85);
}

.onglets {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .875rem 0;
    cursor: pointer;
}

.onglets:not(:nth-child(3)) {
    border-right: 1px solid #071838;
}

.panneau-tabs h2 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.panneau-tabs-contenu, .contenu.coord {
    position: relative;
    height: 67.5rem;
}

.contenu.coord {
    overflow-y: scroll;
}

.panneau-tabs-contenu .contenu {
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    padding: 2rem;
}

.onglets.active {
    background: linear-gradient(230deg, #840dbd, #101683);
    color: #f1f1f1;
    transition: all 0.3s ease;
}

.onglets:first-of-type.active {
    border-top-left-radius: 1.33333333rem;
}

.onglets:last-of-type.active {
    border-top-right-radius: 1.33333333rem;
}

.active-contenu {
    animation: fadeIn 0.5s forwards;
}

.theme-astral .flexbox {
    align-items: flex-start;
}

/*.carte-astrale{
    width: 120%;
    margin-left: -10%;
}*/

.carte-astrale {
    position: relative;
    padding: 1.5rem;
}

.carte-astrale::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 1.33333333rem;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .6);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
    z-index: 0;
}

.carte-astrale svg {
    display: block;
    transform: scale(.8);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.accordeon {
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 1.33333333rem;
}

.accordeon-element h2 {
    background: #160D23;
    color: rgba(255, 255, 255, .85);
    font-size: 1.2rem;
    text-align: center;
    padding: .875rem 0;
    cursor: pointer;
    margin: 0;
}

.accordeon-element:not(:last-of-type) h2 {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.accordeon-element:first-of-type h2 {
    border-radius: 1.33333333rem 1.33333333rem 0 0;
}

.accordeon-element:last-of-type h2 {
    border-radius: 0 0 1.33333333rem 1.33333333rem;
}

.accordeon-element:last-of-type.active h2 {
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    border-radius: 0;
}

.accordeon-content-container {
    height: 0;
    overflow: hidden;
    transition: .5s height;
}

.accordeon-content {
    padding: 2rem;
}

.accordeon-content img {
    display: block;
    width: 100px;
    margin: 0 auto 1rem auto;
}

.accordeon-content p:last-of-type {
    margin-bottom: 0;
}


/* formulaire */
.form-center {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

form p {
    margin-bottom: .875rem;
}

form input, form textarea, .emojionearea {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, .9);
    padding: 1rem 2rem;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 40px;
    box-sizing: border-box;
}

.emojionearea{
    background: rgba(255, 255, 255, .9);
    border-radius: 20px;
}

form input[type="file"], form input[type="file"]:focus {
    border: 0;
    outline: 0;
}

#form_message > div:first-child{
    width: 100%;
    margin-right: 1rem;
}

form textarea {
    width: 100%;
    height: 5.8rem;
    border-radius: 20px;
    padding: 1rem;
    resize: none;
}

/*.clavier form textarea, .emojionearea {
    background: rgba(255,255,255,1);
    widh: 100%;
    heiht: 5.8rem;
    height: 5rem;
    border-radius: 20px;
    padding: 1rem;
    border-color: #873aac;
    margin: .5rem 0 1rem 0;
    resize: none;
}*/

/*.emojionearea {
}*/

input:focus, textarea:focus, select:focus {
    border: 2px solid #873aac;
    outline: 0;
    background: rgba(255, 255, 255, 0.12);
}

[type="datetime-local"] {
    min-width: 18.125rem;
    min-height: 3.25rem;
}

select {
    min-width: 18.125rem;
    min-height: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 10px;
    padding: 0.5rem 1rem;
}

/* Radio buttons and checkboxes styling */
form input[type="radio"],
form input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 0;
    padding: 0;
    cursor: pointer;
    accent-color: #873aac;
    border: 2px solid rgba(255, 255, 255, .9);
}

/* Radio and checkbox container */
#id_gender div,
#id_looking_for div {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 0.5rem 0;
}

#id_gender label,
#id_looking_for label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1rem;
    color: rgba(255, 255, 255, .9);
}

/* Make radio/checkbox text more visible */
#id_gender input[type="radio"] + span,
#id_looking_for input[type="checkbox"] + span {
    margin-left: 0.5rem;
}

#id_looking_for div {
    display: flex;
    align-items: center;
}

fieldset {
    border: 1px solid #873aac;
    border-radius: 1.33333333rem;
}

legend {
    font-weight: 600;
    padding-left: .7rem;
    padding-right: .7rem;
}

.pac-icon, .pac-matched {
    color: #000;
}

#id_image {
    width: 80%;
    padding-left: .5rem;
}

form .btn-astral {
    width: 100%;
    padding: 1rem 3.5rem;
}

form .upload-photo .btn-astral {
    width: auto;
}

.connexion form div:first-of-type {
    margin-bottom: 2rem;
}

.album-photo h3 {
    margin-bottom: 2rem;
}

.upload-photo {
    display: flex;
    align-items: center;
}

.upload-photo a {
    padding: 1rem 2rem;
    margin-right: 1rem;
}

.card-photo-container {
    display: flex;
    flex-wrap: wrap;
}

.card-photo {
    width: 100%;
    max-width: 45%;
    margin: 2rem 10% 0 0;
}

.card-photo:nth-of-type(even) {
    margin-right: 0;

}

.card-photo:nth-of-type(-n+2) {
    margin-top: 0;
}

.card-photo img {
    width: 100%;
    max-width: 100%;
    height: 184px;
    object-fit: cover;
    border-radius: .625rem;
}

.album-edition .card-photo img {
    border-radius: .625rem .625rem 0 0;
}

.album-edition .card-photo .btn-astral {
    border-radius: 0 0 .625rem .625rem;
}

.upload-photo a.btn-astral {
    padding: .7rem 1.6875rem;
}

.card-photo .btn-astral {
    padding: .5rem;
}

.matching .presentation-container p.flexbox {
    justify-content: center;
    align-items: center;
}

.matching .presentation-container a {
    display: inline-block;
}

.matching .presentation-container a:first-of-type i {
    color: #8A0A1B;
    font-size: 3rem;
    margin-right: 1.5rem;
}

.matching .presentation-container a:last-of-type i {
    font-size: 2rem;
    margin-left: 1.5rem;
}

.matching .presentation-container a:hover, .matching .presentation-container a:focus {
    transform: scale(1.2);
}

.presentation-container .h3 + p{
    margin-bottom: 0;
}

.compatibilite {
    text-align: center;
}

.compatibilite div {
    display: inline-block;
}

.compatibilite div:first-of-type {
    text-align: right;
    margin-right: 1rem;
}

.compatibilite div span {
    display: block;
    margin-bottom: 1rem;
}

.colonne-1 h2, .colonne-2 h2 {
    text-align: center;
}

.colonne-2 {
    margin-top: 4rem;
}

.captcha {
    width: 19rem;
    margin: 0 auto;
}

.form-center #id_captcha > div{
    margin: 0 auto;
}

.password-reset{
    margin-top: 2rem;
}

.password_reset_confirm label{
    display: block;
    margin-bottom: .875rem;
}

.password_reset_confirm ul{
    margin: 3rem 0;
}

.password_reset_confirm li{
    text-align: left;
    margin-bottom: 1rem;
}

.liens-profil-container {
    text-align: center;
    margin-bottom: 1rem;
}

.liens-profil-container .btn-small:first-of-type {
    margin-right: .875rem;
}

.presentation-container {
    text-align: center;
    margin-bottom: 4rem;
}

.presentation-container p {
    line-height: 2rem;
}

.img-signe {
    display: inline-block;
    width: 2rem;
    vertical-align: top;
}

.avatar-container {
    margin-bottom: 4rem;
}

.matching .avatar-container {
    margin-bottom: 0;
}

.avatar {
    width: 4.6875rem;
}

.avatar.grand {
    width: 16rem;
    height: 16rem;
    object-fit: cover;
    border-radius: 50%;
    margin: 2rem 0;
    /*clip-path: circle(38% at center);*/
}

.champ-description {
    text-align: left;
}

.champ-description p {
    line-height: 1.5rem;
}

.lien-ames-soeurs{
    margin: 3rem 0 0 0;
}

.profil-warning {
    margin: 0 1rem 1rem 1rem;
}

.btn-danger-container{
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}

.delete-account .btn-astral.fond{
    margin: 2rem 0 1rem 0;
}


#nvFichier{
    margin-bottom: 15px;
}


#rooms {
    max-height: 770px;
    padding: 2rem;
    margin: 0 auto;
    overflow-y: scroll;
}

#rooms .btn-astral {
    display: block;
    margin-bottom: 2rem;
    text-align: center;
    padding-left: 2rem;
}

.btn-pseudo {
    display: inline-block;
    max-width: 90%;
    line-height: 1rem;
    padding-left: 2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#rooms .btn-astral .avatar {
    width: 4rem;
    position: absolute;
    top: -.35rem;
    left: -.15rem;
}

.chat .composant-contenu.fond {
    border-radius: 0;
}

.chat h2 .btn-pseudo{
    max-width: 40.625rem;
    font: 700 1.5rem/1.2 'Montserrat', Helvetica, sans-serif;
    padding-left: 0;
    position: relative;
    top: .35rem;
}

#chat {
    max-height: 400px;
    overflow-y: scroll;
}

.message .container1 {
    position: relative;
    margin-bottom: 2rem;
}

.message b {
    display: inline-block;
    padding: 0 0 .5rem 1rem;
}

.message span {
    position: absolute;
    right: 1rem;
}

.message p {
    color: #000;
    padding: 0.5rem 1rem;
    margin: 0 0 .75rem 0;
    border-radius: 1.33333333rem;
}

.message .greener p {
    background: rgba(255, 255, 255, .9);
}

.message .darker p {
    background: #E6BC53;
}

.message .greener i.material-icons{
    color: #750EB5;
    color: rgb(117,14,181);
    position: relative;
    top: 5px;
    left: 10px;
    cursor: pointer;
}

.message .greener i.material-icons:hover{
    color: rgba(117,14,181,.9);
}

.clavier {
    border: 1px solid rgba(255, 255, 255, .6);
    border-top: 0;
    border-radius: 0 0 1.33333333rem 1.33333333rem;
    padding: 1rem 2rem;
}

.card-ame-soeur {
    background: #071838;
    min-width: 15rem;
    text-align: center;
    border: 1px solid #873aac;
    border-radius: 1.33333333rem;
    margin: 0 .625rem;
    overflow: hidden;
}

.card-image img {
    display: block;
    width: 100%;
    height: 184px;
    object-fit: cover;
}

.card-content {
    padding: 1.25rem;
}

.card-content .h3 {
    text-transform: capitalize;
}

.card-content .btn-astral {
    width: 100%;
    margin-bottom: 1rem;
}

.carousel {
    position: relative;
}

.carousel-container {
    transition: transform 0.3s;
    transform: translate3d(0, 0, 0);
}

.carousel-container::after {
    content: '';
    clear: both;
    display: table;
}

.carous-item {
    float: left;
}

.card-ame-soeur .score {
    padding: 0.33333333rem 0.66666666rem;
    padding: .625rem;
}

.carousel-next, .carousel-prev {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .8) center center no-repeat;
    background-size: 20px 20px;
    border-radius: 50%;
    top: 50%;
    margin-top: -13px;
    right: -1.25rem;
    cursor: pointer;
    transition: transform 0.3s, opacity 0.3s;
}

.carousel-next-hidden, .carousel-prev-hidden {
    opacity: 0;
}

.carousel-prev {
    right: auto;
    left: -1.25rem;
}

.carousel-next:hover, .carousel-prev:hover {
    transform: scale(1.2);
}

.carousel-next i, .carousel-prev i {
    color: #160D23;
    font-size: 1.5rem;
    position: relative;
    left: .7rem;
    top: .5rem;
}

.offres-premium .flexbox {
    justify-content: space-around;
}

.offre-container {
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 1.33333333rem;
}

.offre-container .card-title, .offre-container .card-content {
    padding: 2rem;
}

.offre-container .card-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offre-container .card-title i {
    color: rgba(255, 255, 255, .6);
    font-size: 3rem;
}

.offre-container:first-of-type .card-title i {
    color: rgba(255, 255, 255, .9);
}

.offre-container:last-of-type .card-title i {
    color: #E6BC53;
}

.offre-container .card-content p {
    margin-bottom: 1rem;
}

.offre-container .card-content p:last-child {
    margin-bottom: 0;
}

.offre-container .card-tarif {
    background: rgba(255, 255, 255, .6);
    text-align: center;
    padding: 1rem;
}

.offre-container:first-of-type .card-tarif {
    background: #160D23;
}

.offre-container:last-of-type .card-tarif {
    background: #E6BC53;
}

.offre-container .card-action {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 1rem;
}

.offre-container .btn-astral {
    width: 100%;
}

.cgu-container {
    max-height: 3000px;
    overflow-y: scroll;
}

.cgu-container h2 {
    font-size: 1.2rem;
}

footer .logo {
    margin-bottom: 2rem;
}

footer .logo img {
    width: 9.375rem;
}

.reseaux-sociaux a:link, .reseaux-sociaux a:visited {
    display: inline-block;
    background: #160D23;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    padding: .625rem;
    margin-right: 1.25rem;
}

.reseaux-sociaux a:hover, .reseaux-sociaux a:active, .reseaux-sociaux a:focus {
    border-color: rgba(255, 255, 255, .9);
}

.reseaux-sociaux a:last-of-type {
    margin-right: 0;
}

.reseaux-sociaux img {
    width: 1.875rem;
    height: 1.875rem;
}

.nav-footer h3 {
    margin-top: 4rem;
    margin-bottom: 1rem;
}

.nav-footer p {
    margin-bottom: 1rem;
}

.nav-footer a:hover, .nav-footer a:visited, .nav-footer a:focus {
    font-weight: 600;
}

.copyright {
    background: url("../images/etoile-copyright.svg") top 5px right no-repeat #071838;
}

.copyright p {
    color: rgba(255, 255, 255, .7);
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: .875rem;
    padding: 1rem;
    margin-bottom: 0;
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    z-index: 10;
    overflow: auto;
    animation: lightboxIn .5s;
    transition: opacity .3s;
}

.lightbox.fadeOut {
    opacity: 0;
}

.lightbox button {
    position: fixed;
    opacity: .5;
    transition: opacity .3s;
    cursor: pointer;
    text-indent: -3000px;
    border: none;
    z-index: 20;
}

.lightbox button:hover {
    opacity: 1;
}

.lightbox-next, .lightbox-prev {
    background: url("../images/arrow.svg") center center/16px 28px no-repeat;
    width: 50px;
    height: 100%;
    top: 70px;
    right: 0;
    margin-top: -14px;

}

.lightbox-prev {
    right: auto;
    left: 0;
    transform: rotate(180deg);
}

.lightbox-close {
    width: 30px;
    height: 30px;
    background: url('../images/close.svg') center center/100% 100% no-repeat;
    top: 20px;
    right: 10px;
    z-index: 30;
}

.lightbox-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-left: 50px;
    margin-right: 50px;
}

.lightbox-loader {
    background: url("../images/loader.svg") center center no-repeat;
    width: 38px;
    height: 38px;
    opacity: .5;
}

.lightbox-container img {
    max-width: 100%;
    max-height: 100vh;
    height: auto;
    animation: lightboxIn .5s;
}

@keyframes fadeIn {
    from {
        visibility: hidden;
    }
    to {
        visibility: visible;
    }
}

@keyframes fadeOut {
    from {
        visibility: visible;
    }
    to {
        visibility: hidden;
    }
}

@keyframes lightboxIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.block {
    display: block;
}

.center-align {
    text-align: center;
}

.left-align {
    text-align: left;
}

.emphase {
    color: #ffd15c;
}

small {
    font-size: .75rem;
}

.bold{
    font-weight: bold;
}

.capitale {
    text-transform: capitalize;
}

.z-depth-3, .carousel-next, .carousel-prev {
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.mt2 {
    margin-top: 2rem;
}

.mb4 {
    margin-bottom: 4rem;
}

.ml2 {
    margin-left: 2rem;
}

.rouge {
    color: red !important;
}

/*@media screen and (max-width: 380px){
    .compatibilite strong {
        font-size: .9rem;
    }
}*/

@media screen and (max-width: 500px) {
    .card-image img {
        width: 100%;
    }

    .carte-astrale {
        padding: 1rem;
    }

    .carte-astrale svg {
        margin-left: 0;
        transform: scale(.85);
    }

    .compatibilite div:first-of-type {
      margin-right: 0.5rem;
    }
}

@media screen and (min-width: 501px) {
    .carte-astrale svg {
        max-width: 100%;
    }
}

@media screen and (max-width: 645px) {
    .logo-connecte {
        margin-top: 6rem;
    }
}

@media screen and (min-width: 645px) {
    .section-3 {
        background: url("../images/etoiles-3.svg") left 20px top 30px/100% 77% no-repeat,
        url("../images/soleil-3.svg") right bottom 80px/auto 30% no-repeat,
        url("../images/fond-vague-mauve.svg") left top/cover no-repeat #071838;
    }

    .copyright {
        background-position: top 5px left 90%;
    }

    .panneau-tabs h2, .accordeon-element h2 {
        font-size: 1.5rem;
    }

    .card-photo {
        max-width: 26.666666%;
        margin: 2rem 10% 0 0;
    }

    .card-photo:nth-of-type(2n) {
        margin-right: 10%;
    }

    .card-photo:nth-of-type(3n) {
        margin-right: 0;
    }

    .card-photo:nth-of-type(-n+3) {
        margin-top: 0;
    }

    .carte-astrale svg {
        transform: scale(1);
    }
}

@media screen and (min-width: 768px) {
    .section-1 {
        background: url("../img/etoiles-1.svg") 65% 100px/auto 40% no-repeat,
        url("../img/etoiles-2.svg") left 10% bottom 30px/auto 8% no-repeat #160D23;
    }

    .section-3 {
        background: url("../images/etoiles-3.svg") left 90px top 15px/90% 90% no-repeat,
        url("../images/soleil-3.svg") right bottom 80px/auto 30% no-repeat,
        url("../images/fond-vague-mauve.svg") left top/cover no-repeat #071838;
    }

    input:focus, textarea:focus, select:focus {
        outline: 2px solid #873aac;
        border: 2px solid #873aac;
        background: rgba(255, 255, 255, 0.12);
    }

    .container {
        padding: 1rem 2rem;
    }

    .form-center {
        width: 70%;
    }

    .profil-warning {
        margin-right: 8rem;
    }

    #rooms {
        width: 80%;
    }

    /*#rooms .btn-astral .avatar {
        width: 4.6875rem;
        top: -.625rem;
        left: -.125rem;
    }*/

    .message .greener {
        margin-right: 20%;
    }

    .message .darker {
        margin-left: 20%;
    }

}

@media screen and (max-width: 768px){
    .chat h2 .btn-pseudo{
        max-width: 21.875rem;
    }
}

@media screen and (max-width: 992px) {
    footer .logo {
        margin: 0 auto;
    }

    .toggle {
        display: block;
        font-size: 2rem;
        cursor: pointer;
    }

    .toggle {
        position: relative;
        z-index: 20;
    }

    .ouvrir {
        display: block;
    }

    .fermer {
        display: none;
    }

    .open .ouvrir {
        display: none;
    }

    .open .fermer {
        display: block;
    }

    .menu-liens {
        position: absolute;
        top: 6.25rem;
        left: 0;
        width: 100%;
        height: 70vh;
        background: #1B102B;
        flex-direction: column;
        justify-content: space-around;
        padding: 2rem;
        transform: translateX(-100%);
        transition: transform 1s;
    }

    .menu-liens li {
        background: linear-gradient(230deg, #840dbd, #101683);
        width: 100%;
        text-align: center;
        border: 2px solid #0f0824;
        border-radius: 10px;
    }

    .menu-liens li:nth-child(odd) {
        width: calc(100% - 4rem);
    }

    .menu-liens li.lien-offres-premium {
        background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(251, 191, 36, 0.15) 100%);
        border: 1px solid rgba(245, 158, 11, 0.4);
        border-radius: 0.75rem;
        width: calc(100% - 6rem);
        margin: 0.5rem 0;
        transition: all 0.3s ease;
    }
    
    .menu-liens li.lien-offres-premium a {
        color: #f59e0b !important;
        font: 600 .875rem/1.2 'Montserrat', Helvetica, sans-serif;
        padding: 1rem;
        border: 0;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        text-decoration: none;
    }
    
    .menu-liens li.lien-offres-premium:hover {
        background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
        border-color: #f59e0b;
        transform: translateX(5px);
        box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
    }
    
    .menu-liens li.lien-offres-premium:hover a {
        color: #ffffff !important;
    }

    .menu-liens li:focus:not(.lien-offres-premium), .menu-liens li:hover:not(.lien-offres-premium), .menu-liens li:active:not(.lien-offres-premium) {
        border: 2px solid rgba(255, 255, 255, .9);
    }

    .menu-liens a {
        font-size: 1.25rem;
        padding: 1rem;
    }

    .open .menu-liens {
        transform: translateX(0);
    }

    .chat h2 small{
        display: inline-block;
    }

    #id_image {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (min-width: 993px) {
    .section-1 {
        background: url("../images/etoiles-1.svg") 40% 20px/auto no-repeat,
        url("../images/etoiles-2.svg") left 10% bottom 30px/auto 8% no-repeat #160D23;
    }

    .section-3 {
        background: url("../images/etoiles-3.svg") left 90px top 50px/100% 80% no-repeat,
        url("../images/soleil-3.svg") right bottom 100px/auto 45% no-repeat,
        url("../images/fond-vague-mauve.svg") left top/cover no-repeat #071838;
    }

    h1 {
        font-size: 2.375rem;
    }

    .errorlist label {
        margin-left: 6rem;
    }

    nav.non-connecte {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-right: 3rem;
    }

    nav.non-connecte .logo {
        margin: .3125rem 0 0 0;
    }

    .nav-connecte-container {
        background: linear-gradient(230deg, #840dbd, #101683);
        border-bottom: 1px solid #1B102B;
        top: 0;
    }

    .menu-liens li a {
        display: block;
        padding: 1rem 1.25rem;
    }

    .menu-liens li a:hover, .menu-liens li a:active, .menu-liens li a:focus, .menu-liens li a.active, .menu-icones a:hover, .menu-icones a:active, .menu-icones a:focus, .menu-icones a.active {
        background: #160D23;
    }

    .menu-liens .lien-offres-premium {
        font: 600 .875rem/1.2 'Montserrat', Helvetica, sans-serif;
        color: #f59e0b !important;
        padding-left: 1rem;
        background: linear-gradient(135deg, rgba(245, 158, 11, 0.1) 0%, rgba(251, 191, 36, 0.1) 100%);
        border-radius: 0.5rem;
        border: 1px solid rgba(245, 158, 11, 0.3);
        transition: all 0.3s ease;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        position: relative;
        overflow: hidden;
    }
    
    .menu-liens .lien-offres-premium::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.2), transparent);
        transition: left 0.6s ease;
    }
    
    .menu-liens .lien-offres-premium:hover {
        color: #ffffff !important;
        background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
        border-color: #f59e0b;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
    }
    
    .menu-liens .lien-offres-premium:hover::before {
        left: 100%;
    }
    
    .menu-liens .lien-offres-premium i {
        font-size: 1rem;
        animation: crown-shine 2s infinite;
    }
    
    @keyframes crown-shine {
        0%, 100% { opacity: 1; }
        50% { opacity: 0.7; transform: scale(1.1); }
    }

    .logo-connecte {
        margin-top: 5rem;
    }

    footer .container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    footer .container > div {
        text-align: left;
    }

    footer .container > div:first-of-type {
        flex-basis: 40%;
    }

    footer .accroche, .nav-footer p:last-of-type {
        margin-bottom: 0;
    }

    /*.nav-footer {
        width: 14.375rem;
    }*/

    .nav-footer h3 {
        margin-top: 0;
    }

    .nav-footer.non-connecte h3:last-of-type {
        margin-top: 3rem;
    }

    form {
        width: 100%;
    }

    .form-center {
        width: 40%;
    }

    .inscription form {
        width: 80%;
        margin: 0 auto;
    }

    .profil-warning {
        margin-right: 22rem;
    }

    .flexbox {
        display: flex;
        justify-content: space-between;
    }

    .colonne-1, .colonne-2 {
        width: 46%;
    }

    .colonne-2 {
        margin-top: 0;
    }

    .filtres{
        width: 25%;
    }

    .resultats{
        width: 70%;
    }

    .presentation-container {
        width: 35%;
    }

    .composants-container, .panneau-tabs {
        width: 55%;
    }

    .cgu-container {
        width: 80%;
        margin: 0 auto;
    }

    .cgu-container .composants-container {
        width: auto;
    }

    .cgu-revision {
        margin-bottom: 1rem;
        padding-left: 1rem;
    }

    .ames-soeurs .composants-container {
        width: auto;
    }

    .liens-profil-container {
        text-align: right;
    }

    .panneau-tabs h2, .accordeon-element h2 {
        font-size: 1.2rem;
    }

    .cgu-container .composants-container h2 {
        font-size: 1.3rem;
    }

    .card-photo {
        max-width: 45%;
        margin: 2rem 10% 0 0;
    }

    .card-photo:nth-of-type(2n) {
        margin-right: 0;
    }

    .card-photo:nth-of-type(3n) {
        margin-right: auto;
    }

    .card-photo:nth-of-type(-n+3) {
        margin-top: auto;
    }

    .theme-astral h1 {
        margin-bottom: 6rem;
    }

    .carte-astrale {
        width: 50%;
    }

    .carte-astrale svg {
        position: relative;
        top: -3.5rem;
    }

    .accordeon {
        width: 45%;
    }

    .message .greener {
        margin-right: 30%;
    }

    .message .darker {
        margin-left: 30%;
    }

    .clavier form {
        display: flex;
        align-items: flex-end;
    }

    .clavier .emojionearea {
        flex-grow: 1;
        height: 4rem;
        padding: .4rem 1rem;
        margin-right: 1rem;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1172px) {
    footer .container > div:first-of-type {
        flex-basis: 30%;
    }

    .nav-footer.non-connecte {
        display: flex;
    }

    .nav-footer.non-connecte div:first-of-type {
        margin-right: 6rem;
    }

    .profil-warning {
        margin-right: 0;
    }
}

@media screen and (min-width: 1237px) {
    .panneau-tabs h2, .accordeon-element h2, .cgu-container .composants-container h2 {
        font-size: 1.5rem;
    }

    .card-photo {
        max-width: 26.666666%;
        margin: 2rem 10% 0 0;
    }

    .card-photo:nth-of-type(2n) {
        margin-right: 10%;
    }

    .card-photo:nth-of-type(3n) {
        margin-right: 0;
    }

    .carte-astrale {
        width: 60%;
    }

    .carte-astrale svg {
        top: 2rem;
        transform: scale(1.3);
    }

    .accordeon {
        width: 35%;
    }

    .accordeon h2 {
        font-size: 1.3rem;
    }

    #rooms {
        width: 70%;
    }

    /*#rooms .btn-astral .avatar {
        width: 4.6875rem;
        top: -.625rem;
        left: -.125rem;
    }*/

    .message .greener {
        margin-right: 40%;
    }

    .message .darker {
        margin-left: 40%;
    }
}

.blink {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.btn-like {
    position: relative;
    color: #ff0000;
    text-decoration: none;
    margin-left: 10px;
    display: inline-block;
}

/* Tooltip */
.btn-like::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-size: 14px;
    border-radius: 6px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
}

/* Petite flèche du tooltip */
.btn-like::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Affichage du tooltip au survol */
.btn-like:hover::before,
.btn-like:hover::after {
    visibility: visible;
    opacity: 1;
}

.heart-pulse {
    animation: heartPulse 0.5s ease-in-out;
}

.liked {
    color: #ff0000 !important;
    animation: heartLiked 0.5s ease-in-out;
}

.error {
    animation: heartError 0.5s ease-in-out;
}

@keyframes heartPulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}

@keyframes heartLiked {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); color: #ff0000; }
    100% { transform: scale(1); color: #ff0000; }
}

@keyframes heartError {
    0% { transform: scale(1); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
    100% { transform: scale(1); }
}

.btn-like.already-liked {
    color: #ff0000;
}

.btn-like.already-liked:hover {
    color: #cc0000;
}

.unliked {
    animation: heartUnliked 0.5s ease-in-out;
}

@keyframes heartUnliked {
    0% { transform: scale(1); color: #ff0000; }
    50% { transform: scale(0.8); color: #cc0000; }
    100% { transform: scale(1); }
}

/* ============================================
   Cosmic Icebreaker Banner Styles
   ============================================ */

.cosmic-icebreaker-banner {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    animation: fadeInSlide 0.4s ease-out;
}

@keyframes fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading State Styles */
.icebreaker-loading {
    text-align: center;
    padding: 40px 20px;
    color: #fff;
}

.loading-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.icebreaker-loading p {
    margin: 8px 0;
    font-size: 16px;
}

.loading-subtext {
    font-size: 14px !important;
    opacity: 0.8;
    margin-top: 8px !important;
}

.banner-header {
    margin-bottom: 16px;
}

.banner-header h3 {
    font-size: 20px;
    margin: 0 0 8px 0;
    font-weight: 500;
    color: #ffffff;
}

.banner-header .summary {
    font-size: 14px;
    opacity: 0.8;
    margin: 0;
    line-height: 1.5;
}

/* Icebreaker flame section - specific to chat icebreaker */
.icebreaker-flame-section {
    padding: 12px 16px;
    margin-bottom: 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.icebreaker-flames {
    display: inline;
    margin: 0 4px;
}

.icebreaker-flame {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.2);
    transition: color 0.3s;
    vertical-align: middle;
}

.icebreaker-flame.active:nth-child(1),
.icebreaker-flame.active:nth-child(2) {
    color: #60a5fa; /* Blue */
}

.icebreaker-flame.active:nth-child(3) {
    color: #fbbf24; /* Yellow/Orange */
}

.icebreaker-flame.active:nth-child(4),
.icebreaker-flame.active:nth-child(5) {
    color: #f87171; /* Red */
}

.icebreaker-flame-text {
    margin: 0;
    font-size: 13px;
    opacity: 0.85;
    font-weight: 500;
    line-height: 1.6;
}

.starters-section {
    margin-bottom: 16px;
}

.starters-section h4 {
    font-size: 15px;
    margin: 0 0 12px 0;
    font-weight: 500;
    opacity: 0.9;
}

.starters-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.starter-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 14px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.starter-card:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateX(2px);
}

.starter-card:active {
    transform: translateX(0);
    background: rgba(255, 255, 255, 0.15);
}

.starter-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.95);
}

.tips-section {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.tips-section h4 {
    font-size: 15px;
    margin: 0 0 10px 0;
    font-weight: 500;
    opacity: 0.9;
}

.tips-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tips-list li {
    padding: 6px 0 6px 22px;
    position: relative;
    font-size: 13px;
    line-height: 1.6;
    opacity: 0.85;
}

.tips-list li::before {
    content: "✨";
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 12px;
}

/* Responsive Breakpoints */

/* Mobile: Single column */
@media (max-width: 767px) {
    .cosmic-icebreaker-banner {
        padding: 16px;
        margin-bottom: 16px;
    }
    
    .banner-header h3 {
        font-size: 18px;
    }
    
    .banner-header .summary {
        font-size: 13px;
    }
    
    .icebreaker-flame-section {
        padding: 10px 12px;
    }
    
    .icebreaker-flames {
        margin: 0 3px;
    }
    
    .icebreaker-flame {
        font-size: 14px;
    }
    
    .icebreaker-flame-text {
        font-size: 12px;
    }
    
    .starters-section h4,
    .tips-section h4 {
        font-size: 14px;
    }
    
    .starter-card {
        padding: 12px;
    }
    
    .starter-card p {
        font-size: 13px;
    }
    
    .tips-list li {
        font-size: 12px;
    }
}

/* Tablet and up: multi-column grid */
@media (min-width: 768px) {
    .starters-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ============================================
   Cosmic Advice Banner Styles
   ============================================ */

.cosmic-advice-banner {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(117, 14, 181, 0.95) 0%, rgba(135, 58, 172, 0.95) 100%);
    color: white;
    padding: 0.75rem 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 900;
    transition: all 0.3s ease;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cosmic-advice-banner.hiding {
    animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.banner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.banner-icon {
    margin-right: 1rem;
}

.banner-icon i {
    font-size: 2rem;
    color: #FFD700;
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% { transform: scale(1) rotate(0deg); }
    50% { transform: scale(1.1) rotate(5deg); }
}

.banner-text {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.banner-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}

.banner-subtitle {
    font-size: 0.9rem;
    opacity: 0.9;
}

.banner-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.banner-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 0.4rem 0.8rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.banner-action-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

.banner-action-btn i {
    font-size: 1.2rem;
}

.banner-close {
    color: white;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    padding: 0.5rem;
}

.banner-close:hover {
    opacity: 1;
}

/* Flame indicator for advice banner - different from icebreaker */
.cosmic-advice-banner .flame-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    display: flex;
    gap: 2px;
    padding: 0 20%;
}

.flame-bar {
    flex: 1;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.flame-bar.active {
    background: #FFD700;
    box-shadow: 0 0 10px #FFD700;
}

/* Responsive adjustments for advice banner */
@media (max-width: 600px) {
    .cosmic-advice-banner {
        padding: 0.5rem;
    }
    
    .banner-icon {
        margin-right: 0.5rem;
    }
    
    .banner-icon i {
        font-size: 1.5rem;
    }
    
    .banner-title {
        font-size: 0.9rem;
    }
    
    .banner-subtitle {
        font-size: 0.8rem;
    }
    
    .banner-action-btn {
        padding: 0.3rem 0.6rem;
    }
}

/* Dark theme compatibility for advice banner */
@media (prefers-color-scheme: dark) {
    .cosmic-advice-banner {
        background: linear-gradient(135deg, rgba(75, 9, 117, 0.95) 0%, rgba(95, 38, 122, 0.95) 100%);
    }
}

/* Chat counter styles - REQ-37 */
.chat-counter {
    background: linear-gradient(135deg, rgba(75, 9, 117, 0.9) 0%, rgba(95, 38, 122, 0.9) 100%);
    padding: 15px 20px;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 400px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.chat-counter p {
    margin: 0;
    font-weight: 500;
    color: #fff;
    font-size: 1.1rem;
}

.chat-counter span {
    font-weight: 700;
}