
/* GLOBAL */
body{
    -webkit-font-smoothing:antialiased;
}

.sestavi-passport-dashboard,
.sestavi-route-map,
.sestavi-streak-wrapper{
    max-width:1100px !important;
}

/* HERO */
.sestavi-hero{
    border-radius:36px !important;
    box-shadow:0 18px 50px rgba(0,0,0,0.10) !important;
}

.sestavi-hero p{
    opacity:0.92;
    font-size:18px;
}

/* CARDS */
.sestavi-card,
.sestavi-feed-post,
.sestavi-feed-form,
.sestavi-route-map,
.sestavi-streak-card,
.sestavi-badges-card{
    box-shadow:0 14px 40px rgba(0,0,0,0.07) !important;
    border-radius:30px !important;
}

/* COMMUNITY */
.sestavi-feed-post,
.sestavi-feed-item{
    padding:20px !important;
}

.sestavi-feed-photo img,
.sestavi-feed-item img{
    border-radius:22px !important;
    max-height:520px;
    object-fit:cover;
}

.sestavi-feed-message{
    font-size:16px;
    line-height:1.8;
}

.sestavi-feed-header{
    margin-bottom:14px !important;
}

/* ROUTE MAP */
.sestavi-route-dot{
    transition:all .25s ease;
}

.sestavi-route-node.active .sestavi-route-dot{
    transform:scale(1.18);
    box-shadow:0 0 0 10px rgba(95,143,99,0.12);
}

/* STREAK */
.sestavi-streak-card{
    background:linear-gradient(135deg,#ff884d,#ffbf73) !important;
}

.sestavi-streak-content h2{
    letter-spacing:-1px;
}

/* BADGES */
.sestavi-badge{
    transition:transform .2s ease;
}

.sestavi-badge:hover{
    transform:translateY(-4px);
}

/* BUTTONS */
.sestavi-main-button,
.sestavi-button,
.sestavi-walk-wrapper button,
.sestavi-feed-form button{
    transition:all .2s ease;
}

.sestavi-main-button:hover,
.sestavi-button:hover,
.sestavi-walk-wrapper button:hover,
.sestavi-feed-form button:hover{
    transform:translateY(-2px);
    opacity:0.95;
}

/* MOBILE */
@media(max-width:768px){

    .sestavi-passport-dashboard{
        padding:12px !important;
    }

    .sestavi-card,
    .sestavi-route-map,
    .sestavi-streak-card,
    .sestavi-badges-card{
        padding:22px !important;
    }

    .sestavi-hero h1{
        font-size:32px !important;
        line-height:1.15;
    }

    .sestavi-feed-photo img,
    .sestavi-feed-item img{
        max-height:340px;
    }
}
