:root {
    --basecolor: #c5503b;
    --paw-bg: #fdf6ee;
    --paw-surface: #fff9f3;
    --paw-border: #edddc8;
    --paw-brown: #a0522d;
    --paw-dark: #3d2b1f;
    --paw-mid: #8b6050;
    --paw-muted: #b08060;
    --paw-light: #f5e6d3;
    --paw-cream: #c4a882;
}

body {
    background-color: var(--paw-light);
}

#inner_page {
    background: #f5e6d3;
    padding-top: 80px;
    padding-bottom: 80px;
}

#mainNav .container {
    background: hsl(0deg 0% 99.22% / 51%);
    padding: 10px 40px;
    border-radius: 28px;
}

#mainNav .nav-link {
    color: #000;
    font-weight: 500;
}


header {
    position: relative;
    z-index: 99999;
}

#heroSection {
    background-color: #f7eee5;
  
   
   
    position: relative;
    width: 100%;
    top: 0px;
    left: 0px;
    padding-top: 70px;
    overflow: hidden;
}





.h_content {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-flow: column;
    gap: 30px;
    z-index: 100;
    position: relative;
}

#h_sm_heading {
    color: #fff9f3;
}

#h_lg_heading {
    font-size: 72px;
    color: #111111;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

#h_lg_heading span {
    color:var(--basecolor);

}

.a_btn {
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px;
    background: aliceblue;
    border-radius: 23px;
}

.btn_all_1 {

    background: var(--basecolor);
    color: #fff;

}
.smicon{
  width: 20px;
  height: 20px;
   -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;

  -webkit-mask-position: center;
  mask-position: center;

  -webkit-mask-size: contain; /* or 100% 100% */
  mask-size: contain;
      display: inline-block;
}
.pawicon {
  background: var(--paw-muted);
  -webkit-mask-image: url(/media/paw.svg) ;
  mask-image: url(/media/paw.svg);
}

.h_paw_icon{
 background: #ffa163;
 margin-right: 7px;
}

.btn_all_2 {
    background: #000000;
    color: #fff;
}

.btn_all_3 {
    background: #ffffff;
    color: #020202;
}


.landing-page {
    background:
        linear-gradient(180deg, #f5e6d3 0px, #f7ecdf 540px, #fdf7ef 541px, #fdf7ef 100%);
}

.landing-hero-shell {
    min-height: 810px;
    position: relative;
    z-index: 3;
}

#h_badge {
        display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgb(175 111 84);
    border: solid 1px #f55c16;
    color: #fbfbfb;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#h_discrip {
    max-width: 620px;
    color: #272727;
    font-size: 16px;

    margin-top: 20;
}

.landing-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

#h_secondbtn {
       display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 28px;
    border-radius: 999px;
    border: 1px solid #a7a7a7;
    color: #323232;
    text-decoration: none;
    font-weight: 600;
}




#h_secondbtn:hover {
    color: #838383;
}



.landing-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 760px;
}

.landing-stat-card {
    padding: 18px;
    border-radius: 24px;
    background: rgba(255, 247, 239, 0.1);
    border: 1px solid rgba(255, 249, 243, 0.12);
    backdrop-filter: blur(8px);
}

.landing-stat-card strong {
    display: block;
    color: #fff8f1;
    font-size: 16px;
    margin-bottom: 8px;
}

.landing-stat-card span {
    display: block;
    color: #ecd7c4;
    font-size: 13px;
    line-height: 1.7;
}

.landing-showcase {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-left: 28px;
}

.landing-showcase-card {
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 24px 70px rgba(34, 17, 9, 0.22);
}

.landing-showcase-card.primary {
    background: linear-gradient(160deg, #fffaf4 0%, #fbe9d8 100%);
    border: 1px solid #efdcc9;
}

.landing-showcase-card.secondary {
    margin-left: 46px;
    background: linear-gradient(160deg, rgba(90, 44, 23, 0.94) 0%, rgba(56, 28, 16, 0.96) 100%);
    border: 1px solid rgba(255, 237, 220, 0.12);
}

.landing-showcase-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #a27155;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}

.landing-showcase-card.primary h3,
.landing-showcase-card.primary p {
    color: #3d2b1f;
}

.landing-showcase-card.primary h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.landing-showcase-card.primary p {
    line-height: 1.8;
    margin-bottom: 18px;
}

.landing-chip-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.landing-chip-row span {
    padding: 8px 14px;
    border-radius: 999px;
    background: #f3dfcb;
    border: 1px solid #e6ceb7;
    color: #7a4e37;
    font-size: 12px;
    font-weight: 600;
}

.landing-showcase-card.secondary strong {
    display: block;
    color: #fff6ef;
    font-size: 18px;
    margin-bottom: 16px;
}

.landing-showcase-card.secondary ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.landing-showcase-card.secondary li {
    color: #ead5c3;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 237, 220, 0.12);
}

.landing-showcase-card.secondary li:last-child {
    border-bottom: none;
}

.landing-section {
    position: relative;
    z-index: 2;
    padding: 84px 0;
}

#how-it-works{
 background: #fff;
}

.l_heading {
    max-width: 620px;
    margin: 0 auto 42px;
    text-align: center;
}

.lh_sub_heading {
    display: inline-block;
    padding: 8px 14px;
    color: #c5503b;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
}

.lh_heading {
   font-size: 38px;
    color: #3d2b1f;
    margin-bottom: 14px;
}

.l_heading_white .lh_sub_heading{
    color: #e6e6e6;

}
.l_heading_white .lh_heading{
    color: #ffffff;
}

.lf_grid,
.landing-faq-grid {
    display: grid;
    gap: 20px;
}

.l_steps_grid {
    display: flex;
       margin-top: 100px;
}
.ls_icon{
        text-align: center;
    margin-bottom: 20px;
}
.lf_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.landing-faq-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}


.landing-faq-card {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 14px 34px rgba(84, 45, 21, 0.06);
    position: relative;
}



.ls_card{
      background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 28px;
    padding: 26px;
    box-shadow: 0 14px 34px rgba(84, 45, 21, 0.06);
    position: relative;
        width: 25%;
}
.ls_num {
    position: absolute;
    top: -28px;
    left: -1px;
    background: #fff9f3;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 32px;
    border-top-left-radius: 32px;
    border-top: 1px solid #edddc8;
    border-left: 1px solid #edddc8;
}

.ls_num span{
    display: inline-block;
    background: #c5503b;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.ls_card h3{
    text-align: center;
    font-size: 22px;
}

.ls_card p{
text-align: center;
    margin-top: 14px;
    font-size: 15px;
}

.ls_seprator{
width: 13%;
display: flex;
    justify-content: center;
    align-items: center;
}

.ls_seprator div{
        width: 80%;
    height: 2px;
    border: 1px #a14130 dashed;
}

.landing-feature-card h3,
.landing-faq-card h3,
.landing-safety-grid h3 {
    font-size: 24px;
    color: #3d2b1f;
    margin-bottom: 12px;
}


.landing-feature-card p,
.landing-faq-card p,
.landing-safety-grid p,
.landing-safety-copy p {
    color: #8b6050;
    line-height: 1.8;
    margin: 0;
}

#features{
    background: var(--paw-brown);
    padding-top: 80px;
    padding-bottom: 80px;
}

.lf_card{
     background: #ffffff;
    border: 1.5px solid #fb8d59;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 14px 34px rgba(84, 45, 21, 0.06);
    position: relative;
    display: flex;
    gap: 20px;
}

.lf_icon div{
 height: 50px;
    width: 50px;
    border-radius: 10px;
    background-color: var(--paw-bg);
    text-align: center;
    padding-top: 8px;
}
.lf_icon div img{
height: auto;
width: 70%;
}


.lf_content h3{    font-size: 20px;}
.lf_content p{    font-size: 15px;}



.landing-cta-section {
    padding-top: 24px;
}
#l_privacy{
 padding: 70px 0px;
}
#l_ctacard ,#l_privacy{
background-color: #fff;
}
#l_ctacard{
    padding-top: 70px;
    padding-bottom: 70px;
}
#l_ctacard .row{
    background: #854426;    
    color: #fff8f1;
    border-radius: 34px;
 
}

.lc_content{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: start;
    padding: 0px 40px;
}

.lc_content h2 {
    font-size: 32px;
    line-height: 1.1;
    margin-bottom: 14px;
}

.lc_content p {
    color: #e7d0c0;
    font-size: 15px;
}

.lc_cta_btns {
       display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-flow: column;
    gap: 20px;
}

.lp_grid{
      display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 50px;

}
.lp_grid article{
        background: #ffe5da;
    padding: 20px;
    border-radius: 20px;
}
.lp_grid h3{
font-size: 20px;
}

.lp_grid p{
font-size: 15px;
}
.l_footer {
    padding: 76px 0 34px;
    background: #2f1a10;
   
}

.landing-footer-grid {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1.1fr;
    gap: 26px;
}

.landing-footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.landing-footer-brand strong,
.l_footer h4 {
    display: block;
    color: #fff7ef;
}

.landing-footer-brand span,
.landing-footer-copy,
.l_footer p,
.l_footer a,
.landing-footer-bottom {
    color: #d4bba8;
}

.l_footer a {
    display: block;
    text-decoration: none;
    margin-top: 10px;
}

.landing-footer-copy {
    line-height: 1.8;
    max-width: 440px;
}

.landing-footer-bottom {
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 240, 226, 0.1);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    font-size: 13px;
}

.landing-nav-actions {
    align-items: center;
    gap: 14px;
}

.landing-nav-link {
    text-decoration: none;
    color: #2e1b12;
    font-weight: 600;
}





/**************************************************
*************************  Social Navbar *************************
*************************************************************************************/



/* ── Navbar ─────────────────────────────────────────── */
.paw-navbar {
   
    height: 60px;
    background: var(--paw-surface);
    border-bottom: 1.5px solid var(--paw-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    z-index: 1000;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.nav-brand-logo {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--paw-brown);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}

.nav-brand-name {
    font-size: 17px;
    font-weight: 700;
    color: #5c3317;
}

.nav-pills-wrap {
    display: flex;
    gap: 2px;
}

.nav-pill {
    padding: 6px 14px;
    border-radius: 24px;
    border: none;
    background: none;
    font-size: 13px;
    font-weight: 500;
    color: var(--paw-mid);
    cursor: pointer;
    text-decoration: none;
    transition: all .15s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-pill:hover {
    background: var(--paw-light);
    color: #5c3317;
}

.nav-pill.active {
    background: var(--paw-brown);
    color: var(--paw-surface);
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 8px;
}

.nav-search-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--paw-light);
    border: 1.5px solid var(--paw-border);
    border-radius: 24px;
    padding: 6px 12px;
}

.nav-search-wrap input {
    border: none;
    background: transparent;
    outline: none;
    font-size: 13px;
    color: var(--paw-dark);
    width: 150px;
}

.nav-search-wrap input::placeholder {
    color: var(--paw-cream);
}

.nav-icon-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--paw-light);
    border: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: background .15s;
}

.nav-icon-btn:hover {
    background: var(--paw-border);
}

.nav-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #c0652b;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-user-chip {
    display: flex;
    align-items: center;
    gap: 7px;
    background: var(--paw-light);
    border: 1.5px solid var(--paw-border);
    border-radius: 24px;
    padding: 4px 12px 4px 4px;
    cursor: pointer;
    text-decoration: none;
    transition: background .15s;
}

.nav-user-chip:hover {
    background: var(--paw-border);
}

.nav-user-av {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--paw-brown);
    color: var(--paw-surface);
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.nav-user-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-user-name {
    font-size: 13px;
    font-weight: 600;
    color: #5c3317;
}

/* ── Dropdown ────────────────────────────────────────── */
.paw-dropdown {
    border: 1.5px solid var(--paw-border);
    border-radius: 14px;
    background: var(--paw-surface);
    box-shadow: 0 4px 20px rgba(80, 40, 10, .12);
    padding: 6px;
    min-width: 180px;
}

.paw-dropdown .dropdown-item {
    border-radius: 8px;
    font-size: 13px;
    color: var(--paw-dark);
    padding: 8px 12px;
}

.paw-dropdown .dropdown-item:hover {
    background: var(--paw-light);
    color: var(--paw-dark);
}

.paw-dropdown .dropdown-divider {
    border-color: var(--paw-border);
    margin: 4px 0;
}

/* ── Notification dropdown ───────────────────────────── */
.notif-dropdown {
    width: 320px;
    max-height: 420px;
    overflow-y: auto;
}

.notif-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: background .15s;
}

.notif-item:hover {
    background: var(--paw-light);
}

.notif-item.unread {
    background: #e3d5cb;
}

.notif-av {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--paw-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--paw-brown);
    flex-shrink: 0;
    overflow: hidden;
}

.notif-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notif-text {
    font-size: 12px;
    color: var(--paw-dark);
    line-height: 1.4;
}

.notif-time {
    font-size: 10px;
    color: #727272;
    margin-top: 2px;
}

/* ── Search autocomplete ─────────────────────────────── */
.search-dropdown {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    background: var(--paw-surface);
    border: 1.5px solid var(--paw-border);
    border-radius: 14px;
    box-shadow: 0 4px 20px rgba(80, 40, 10, .12);
    z-index: 999;
    display: none;
    padding: 6px;
}

.search-result-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
}

.search-result-item:hover {
    background: var(--paw-light);
}

.search-result-av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--paw-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    font-weight: 700;
    color: var(--paw-brown);
}

.search-result-name {
    font-size: 13px;
    font-weight: 600;
    color: var(--paw-dark);
}

.search-result-sub {
    font-size: 11px;
    color: var(--paw-muted);
}

.search-section-label {
    font-size: 10px;
    font-weight: 700;
    color: var(--paw-cream);
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 6px 10px 2px;
}

/* ── Toast ───────────────────────────────────────────── */
.paw-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--paw-dark);
    color: var(--paw-surface);
    padding: 10px 22px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 500;
    z-index: 9999;
    opacity: 0;
    transition: opacity .2s;
    pointer-events: none;
    white-space: nowrap;
}

.paw-toast.show {
    opacity: 1;
}

/* ── Flash alerts ────────────────────────────────────── */
.flash-alert {
    max-width: 860px;
    margin: 12px auto 0;
    padding: 0 1.5rem;
}

.alert-paw-success {
    background: #eef7ec;
    border: 1px solid #b8ddb4;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 13px;
    color: #2d6e28;
}

.alert-paw-error {
    background: #fdf0ee;
    border: 1px solid #f0c4b8;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 13px;
    color: #7a2e1e;
}



.notif-wrap {
    max-width: 680px;
    margin: 28px auto;
    padding: 0 1rem;
}

.notif-card {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 20px;
    overflow: hidden;
}

.notif-card-header {
    padding: 16px 22px;
    border-bottom: 1.5px solid #edddc8;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notif-card-header h2 {
    font-size: 16px;
    font-weight: 700;
    color: #5c3317;
    margin: 0;
}

.btn-mark-all {
    padding: 6px 14px;
    border-radius: 16px;
    border: 1.5px solid #edddc8;
    background: none;
    color: #a0522d;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.btn-mark-all:hover {
    background: #f5e6d3;
}

.notif-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 22px;
    border-bottom: 1px solid #f5e6d3;
    cursor: pointer;
    transition: background .15s;
}

.notif-row:last-child {
    border-bottom: none;
}

.notif-row:hover {
    background: #fdf6ee;
}

.notif-row.unread {
    background: #fdf0e6;
}

.notif-row.unread:hover {
    background: #fae8d5;
}

.notif-av {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 1.5px solid #edddc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    color: #a0522d;
    flex-shrink: 0;
    overflow: hidden;
}

.notif-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notif-type-icon {
    font-size: 18px;
    margin-bottom: 2px;
}

.notif-text {
    font-size: 13px;
    color: #3d2b1f;
    line-height: 1.5;
}

.notif-text strong {
    color: #5c3317;
}

.notif-time {
    font-size: 11px;
    color: #c4a882;
    margin-top: 3px;
}

.notif-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #a0522d;
    flex-shrink: 0;
    margin-top: 5px;
}

.empty-state {
    text-align: center;
    padding: 52px 20px;
    color: #b08060;
}

.empty-emoji {
    font-size: 52px;
    margin-bottom: 14px;
}


.search-wrap {
    max-width: 760px;
    margin: 28px auto;
    padding: 0 1rem;
}

.search-bar-big {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 16px;
    padding: 12px 18px;
    margin-bottom: 24px;
}

.search-bar-big input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 16px;
    color: #3d2b1f;
}

.search-bar-big input::placeholder {
    color: #c4a882;
}

.btn-search {
    padding: 8px 20px;
    border-radius: 10px;
    border: none;
    background: #a0522d;
    color: #fff9f3;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.section-title {
    font-size: 13px;
    font-weight: 700;
    color: #b08060;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 20px 0 10px;
}

.result-card {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 14px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    text-decoration: none;
    transition: border-color .15s;
}

.result-card:hover {
    border-color: #c68642;
}

.result-av {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 1.5px solid #edddc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #a0522d;
    flex-shrink: 0;
    overflow: hidden;
}

.result-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.result-name {
    font-size: 14px;
    font-weight: 700;
    color: #3d2b1f;
}

.result-sub {
    font-size: 12px;
    color: #b08060;
    margin-top: 2px;
}

.post-result {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 14px;
    padding: 14px 16px;
    margin-bottom: 8px;
}

.post-result-head {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.post-result-av {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 1.5px solid #edddc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    overflow: hidden;
    flex-shrink: 0;
}

.post-result-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-result-name {
    font-size: 13px;
    font-weight: 600;
    color: #5c3317;
}

.post-result-text {
    font-size: 13px;
    color: #4a3728;
    line-height: 1.6;
}

.tag-result {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 12px;
    padding: 8px 14px;
    margin: 0 6px 6px 0;
    text-decoration: none;
    transition: all .15s;
}

.tag-result:hover {
    background: #f5e6d3;
    border-color: #c68642;
}

.tag-name {
    font-size: 13px;
    font-weight: 700;
    color: #a0522d;
}

.tag-count {
    font-size: 11px;
    color: #b08060;
}

.empty-search {
    text-align: center;
    padding: 52px 20px;
    color: #b08060;
}

.follow-user-btn {
    margin-left: auto;
    padding: 6px 14px;
    border-radius: 16px;
    border: 1.5px solid #c68642;
    background: none;
    color: #a0522d;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

.follow-user-btn:hover {
    background: #f5e6d3;
}

.follow-user-btn.following {
    background: #a0522d;
    color: #fff9f3;
    border-color: #a0522d;
}


/*       Explore    */


.explore-wrap {
    max-width: 900px;
    margin: 28px auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 20px;
    align-items: start;
}

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

.explore-title {
    font-size: 18px;
    font-weight: 700;
    color: #5c3317;
    margin-bottom: 12px;
}

.filter-row {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.filter-pill {
    padding: 6px 14px;
    border-radius: 20px;
    border: 1.5px solid #edddc8;
    background: #fff9f3;
    font-size: 12px;
    color: #8b6050;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    transition: all .15s;
}

.filter-pill:hover {
    background: #f5e6d3;
    color: #5c3317;
}

.filter-pill.active {
    background: #a0522d;
    color: #fff9f3;
    border-color: #a0522d;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
}

.post-thumb {
    aspect-ratio: 1;
    overflow: hidden;
    background: #f5e6d3;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumb-emoji {
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.post-thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(61, 43, 31, .5);
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    gap: 10px;
}

.post-thumb:hover .post-thumb-overlay {
    display: flex;
}

.widget {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 14px;
}

.widget-title {
    font-size: 13px;
    font-weight: 700;
    color: #5c3317;
    margin-bottom: 14px;
}

.sugg-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.sugg-av {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 1.5px solid #edddc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    overflow: hidden;
}

.sugg-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sugg-name {
    font-size: 13px;
    font-weight: 600;
    color: #3d2b1f;
}

.sugg-detail {
    font-size: 11px;
    color: #b08060;
}

.btn-follow-sm {
    margin-left: auto;
    padding: 5px 12px;
    border-radius: 16px;
    border: 1.5px solid #c68642;
    background: none;
    color: #a0522d;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all .15s;
}

.btn-follow-sm:hover {
    background: #f5e6d3;
}

.btn-follow-sm.following {
    background: #a0522d;
    color: #fff9f3;
    border-color: #a0522d;
}

.trend-link {
    display: block;
    padding: 7px 0;
    border-bottom: 1px solid #f5e6d3;
    text-decoration: none;
}

.trend-link:last-child {
    border-bottom: none;
}

.trend-tag {
    font-size: 13px;
    font-weight: 600;
    color: #a0522d;
}

.trend-count {
    font-size: 11px;
    color: #c4a882;
    margin-top: 1px;
}

.empty-state {
    text-align: center;
    padding: 40px;
    color: #b08060;
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 18px;
}




/******************  Feed *****************/

.feed-layout {
    max-width: 900px;
    margin: 20px auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 20px;
    align-items: start;
}

/* ── Hero strip ─────────────────────────────────────── */
.hero-strip {
    background: #a0522d;
    padding: 22px 1.5rem 60px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.hero-strip .bg-paw {
    position: absolute;
    font-size: 160px;
    opacity: .06;
    pointer-events: none;
    line-height: 1;
}

.hero-strip .bg-paw.r {
    right: -20px;
    top: -20px;
    transform: rotate(10deg);
}

.hero-strip .bg-paw.l {
    left: -20px;
    bottom: -30px;
    transform: rotate(-15deg);
}

.hero-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hero-text h2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff9f3;
    margin: 0 0 4px;
}

.hero-text p {
    font-size: 13px;
    color: #f5d9b8;
    margin: 0;
}

/* ── Compose card ────────────────────────────────────── */
.compose-card {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 18px;
    padding: 14px 16px;
}

.compose-launcher {
    box-shadow: 0 10px 24px rgba(61, 43, 31, .08);
}

.compose-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
}

.compose-av {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 1.5px solid #edddc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #a0522d;
    flex-shrink: 0;
    overflow: hidden;
}

.compose-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.compose-trigger {
    flex: 1;
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    transition: opacity .15s;
}

.compose-trigger::before {
    content: 'Create a post';
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #5c3317;
    margin-bottom: 4px;
}

.compose-trigger::after {
    content: 'Share a photo, update, or quick pet moment.';
    display: block;
    font-size: 12px;
    line-height: 1.45;
    color: #8b6050;
}

.compose-trigger:hover {
    opacity: .85;
}

.compose-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 10px;
    border-top: 1.5px solid #f0e0cc;
}

.compose-actions .compose-btn:nth-child(2),
.compose-actions .compose-btn:nth-child(3) {
    display: none;
}

.compose-btn {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    border-radius: 10px;
    border: 1px solid #edddc8;
    background: #fdf6ee;
    cursor: pointer;
    font-size: 12px;
    color: #a0522d;
    font-weight: 600;
    transition: background .15s, border-color .15s;
}

.compose-btn:hover {
    background: #f5e6d3;
    border-color: #d8b18f;
}

.btn-post {
    margin-left: auto;
    padding: 9px 16px;
    border-radius: 20px;
    border: none;
    background: #a0522d;
    color: #fff9f3;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: background .15s;
}

.btn-post:hover {
    background: #7a3b1e;
}

/* ── Stories ─────────────────────────────────────────── */
.stories-wrap {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 18px;
    padding: 12px 14px;
    margin-bottom: 14px;
}

.stories-label {
    font-size: 11px;
    font-weight: 700;
    color: #b08060;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 10px;
}

.stories-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
}

.stories-row::-webkit-scrollbar {
    display: none;
}

.story-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    cursor: pointer;
}

.story-ring {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e07b39, #a0522d);
    padding: 2.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.story-ring.viewed {
    background: #edddc8;
}

.story-inner-av {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 2px solid #fff9f3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    overflow: hidden;
}

.story-inner-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-add-ring {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 2px dashed #c68642;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #a0522d;
}

.story-name {
    font-size: 10px;
    color: #b08060;
    max-width: 54px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Feed filters ────────────────────────────────────── */
.feed-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.feed-title {
    font-size: 14px;
    font-weight: 700;
    color: #5c3317;
}

.filter-chips {
    display: flex;
    gap: 5px;
}

.filter-chip {
    padding: 4px 12px;
    border-radius: 16px;
    border: 1.5px solid #edddc8;
    background: #fff9f3;
    font-size: 11px;
    color: #8b6050;
    cursor: pointer;
    font-weight: 500;
    transition: all .15s;
}

.filter-chip:hover {
    background: #f5e6d3;
}

.filter-chip.active {
    background: #a0522d;
    color: #fff9f3;
    border-color: #a0522d;
}

/* ── Post card ───────────────────────────────────────── */
.post-card {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 14px;
    transition: border-color .15s;
}

.post-card:hover {
    border-color: #c68642;
}

.post-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px 10px;
}

.post-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 1.5px solid #edddc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    overflow: hidden;
    text-decoration: none;
}

.post-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-owner {
    font-size: 14px;
    font-weight: 600;
    color: #3d2b1f;
    text-decoration: none;
}

.post-owner:hover {
    color: #a0522d;
}

.post-time {
    font-size: 11px;
    color: #c4a882;
    margin-top: 1px;
}

.post-menu-btn {
    margin-left: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: none;
    font-size: 16px;
    color: #c4a882;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-menu-btn:hover {
    background: #f5e6d3;
}

.post-body {
    padding: 0 16px 10px;
    font-size: 14px;
    color: #4a3728;
    line-height: 1.6;
}

.post-img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    display: block;
    cursor: pointer;
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 8px 16px 0;
}

.post-tag {
    font-size: 11px;
    padding: 2px 9px;
    border-radius: 12px;
    background: #f5e6d3;
    color: #8b4513;
    border: 1px solid #edddc8;
}

.post-stats {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    font-size: 12px;
    color: #b08060;
    border-top: 1px solid #f5e6d3;
    margin-top: 8px;
}

.post-actions {
    display: flex;
    border-top: 1.5px solid #edddc8;
}

.post-act-btn {
    flex: 1;
    padding: 10px 4px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 13px;
    color: #8b6050;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: background .15s;
    text-decoration: none;
}

.post-act-btn:hover {
    background: #fdf6ee;
    color: #8b6050;
}

.post-act-btn.pawed {
    color: #c0652b;
}

/* ── Sidebar ─────────────────────────────────────────── */
.widget {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 14px;
}

.widget-title {
    font-size: 13px;
    font-weight: 700;
    color: #5c3317;
    margin-bottom: 14px;
}

/* My pets */
.my-pet-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    cursor: pointer;
    text-decoration: none;
    border-radius: 8px;
}

.my-pet-item:hover {
    opacity: .8;
}

.my-pet-av {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 1.5px solid #edddc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    overflow: hidden;
    flex-shrink: 0;
}

.my-pet-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.my-pet-name {
    font-size: 13px;
    font-weight: 600;
    color: #3d2b1f;
}

.my-pet-type {
    font-size: 11px;
    color: #b08060;
}

/* Suggestions */
.sugg-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.sugg-av {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 1.5px solid #edddc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    overflow: hidden;
}

.sugg-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sugg-name {
    font-size: 13px;
    font-weight: 600;
    color: #3d2b1f;
}

.sugg-detail {
    font-size: 11px;
    color: #b08060;
}

.btn-follow-sm {
    margin-left: auto;
    padding: 5px 12px;
    border-radius: 16px;
    border: 1.5px solid #c68642;
    background: none;
    color: #a0522d;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all .15s;
}

.btn-follow-sm:hover {
    background: #f5e6d3;
}

.btn-follow-sm.following {
    background: #a0522d;
    color: #fff9f3;
    border-color: #a0522d;
}

/* Trending */
.trend-item {
    padding: 7px 0;
    border-bottom: 1px solid #f5e6d3;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.trend-item:last-child {
    border-bottom: none;
}

.trend-tag {
    font-size: 13px;
    font-weight: 600;
    color: #a0522d;
}

.trend-count {
    font-size: 11px;
    color: #c4a882;
    margin-top: 1px;
}

/* ── Post modal ──────────────────────────────────────── */
.modal-content {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 20px;
    overflow: hidden;
}

.modal-header {
    background: #fff9f3;
    border-bottom: 1.5px solid #edddc8;
    padding: 14px 20px;
}

.modal-title {
    font-size: 15px;
    font-weight: 700;
    color: #5c3317;
}

.modal-footer {
    background: #fff9f3;
    border-top: 1.5px solid #edddc8;
    padding: 12px 20px;
}

.post-textarea {
    background: #fdf6ee;
    border: 1.5px solid #edddc8;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 14px;
    color: #3d2b1f;
    resize: none;
    width: 100%;
    outline: none;
    transition: border-color .15s;
}

.post-textarea:focus {
    border-color: #a0522d;
    background: #fff;
}

.post-textarea::placeholder {
    color: #c4a882;
}

.pet-select {
    background: #fdf6ee;
    border: 1.5px solid #edddc8;
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 13px;
    color: #3d2b1f;
    outline: none;
    width: 100%;
}

.pet-select:focus {
    border-color: #a0522d;
}

.img-preview-wrap {
    position: relative;
    display: none;
    margin-top: 10px;
}

.img-preview-wrap img {
    width: 100%;
    border-radius: 12px;
    max-height: 240px;
    object-fit: cover;
}

.img-remove-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(61, 43, 31, .7);
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Empty state ─────────────────────────────────────── */
.empty-feed {
    text-align: center;
    padding: 48px 20px;
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 18px;
}

.empty-feed .empty-emoji {
    font-size: 52px;
    margin-bottom: 14px;
}

.empty-feed h3 {
    font-size: 17px;
    font-weight: 700;
    color: #5c3317;
    margin-bottom: 6px;
}

.empty-feed p {
    font-size: 13px;
    color: #b08060;
}

/* ── Dropdown menu ───────────────────────────────────── */
.dropdown-menu {
    border: 1.5px solid #edddc8;
    border-radius: 12px;
    background: #fff9f3;
    padding: 6px;
    box-shadow: 0 4px 16px rgba(80, 40, 10, .1);
}

.dropdown-item {
    border-radius: 8px;
    font-size: 13px;
    color: #3d2b1f;
    padding: 7px 12px;
}

.dropdown-item:hover {
    background: #f5e6d3;
    color: #3d2b1f;
}

.dropdown-item.text-danger:hover {
    background: #fdf0ee;
}


/*******************  post show **********/

.post-layout {
    max-width: 780px;
    margin: 28px auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 20px;
    align-items: start;
}

.post-full {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 18px;
    overflow: hidden;
}

.pf-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px 12px;
}

.pf-av {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 1.5px solid #edddc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    overflow: hidden;
    flex-shrink: 0;
    text-decoration: none;
}

.pf-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pf-name {
    font-size: 15px;
    font-weight: 700;
    color: #3d2b1f;
    text-decoration: none;
}

.pf-name:hover {
    color: #a0522d;
}

.pf-meta {
    font-size: 12px;
    color: #b08060;
    margin-top: 2px;
}

.pf-content {
    padding: 0 20px 14px;
    font-size: 15px;
    color: #3d2b1f;
    line-height: 1.7;
}

.pf-image {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    display: block;
}

.pf-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 20px;
}

.pf-tag {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 14px;
    background: #f5e6d3;
    color: #8b4513;
    border: 1px solid #edddc8;
    text-decoration: none;
}

.pf-stats {
    display: flex;
    gap: 20px;
    padding: 10px 20px;
    border-top: 1px solid #f5e6d3;
    font-size: 13px;
    color: #b08060;
}

.pf-stat strong {
    color: #3d2b1f;
    font-weight: 700;
}

.pf-actions {
    display: flex;
    border-top: 1.5px solid #edddc8;
}

.pf-act-btn {
    flex: 1;
    padding: 12px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 14px;
    color: #8b6050;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background .15s;
}

.pf-act-btn:hover {
    background: #fdf6ee;
}

.pf-act-btn.pawed {
    color: #c0652b;
}

/* Comments */
.comments-section {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 18px;
    overflow: hidden;
    margin-top: 14px;
}

.comments-header {
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #5c3317;
    border-bottom: 1.5px solid #edddc8;
}

.comment-form-wrap {
    padding: 14px 20px;
    border-bottom: 1.5px solid #edddc8;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.comment-av {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 1.5px solid #edddc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #a0522d;
    flex-shrink: 0;
    overflow: hidden;
}

.comment-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-input-wrap {
    flex: 1;
}

.comment-input {
    width: 100%;
    background: #fdf6ee;
    border: 1.5px solid #edddc8;
    border-radius: 24px;
    padding: 8px 14px;
    font-size: 13px;
    color: #3d2b1f;
    outline: none;
    transition: all .15s;
    resize: none;
    min-height: 38px;
    max-height: 120px;
    overflow-y: hidden;
}

.comment-input:focus {
    border-color: #a0522d;
    background: #fff;
    border-radius: 14px;
}

.comment-input::placeholder {
    color: #c4a882;
}

.btn-comment-submit {
    padding: 7px 16px;
    border-radius: 20px;
    border: none;
    background: #a0522d;
    color: #fff9f3;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 6px;
    display: none;
}

.btn-comment-submit:hover {
    background: #7a3b1e;
}

.comments-list {
    padding: 8px 0;
}

.comment-item {
    display: flex;
    gap: 10px;
    padding: 10px 20px;
    transition: background .15s;
}

.comment-item:hover {
    background: #fdf6ee;
}

.comment-body-wrap {
    flex: 1;
}

.comment-bubble {
    background: #f5e6d3;
    border-radius: 0 14px 14px 14px;
    padding: 8px 12px;
    display: inline-block;
    max-width: 100%;
}

.comment-author {
    font-size: 12px;
    font-weight: 700;
    color: #5c3317;
    margin-bottom: 2px;
    text-decoration: none;
}

.comment-author:hover {
    color: #a0522d;
}

.comment-text {
    font-size: 13px;
    color: #3d2b1f;
    line-height: 1.5;
    word-break: break-word;
}

.comment-actions {
    display: flex;
    gap: 10px;
    margin-top: 4px;
    padding-left: 4px;
}

.comment-action-btn {
    font-size: 11px;
    color: #b08060;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    font-weight: 600;
}

.comment-action-btn:hover {
    color: #a0522d;
}

.comment-time {
    font-size: 10px;
    color: #c4a882;
}

/* Replies */
.replies-wrap {
    padding-left: 44px;
}

.reply-form-wrap {
    display: none;
    padding: 8px 20px 0 64px;
    gap: 8px;
    align-items: flex-start;
}

.reply-form-wrap.show {
    display: flex;
}

.widget {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 14px;
}

.widget-title {
    font-size: 13px;
    font-weight: 700;
    color: #5c3317;
    margin-bottom: 14px;
}

.dropdown-menu {
    border: 1.5px solid #edddc8;
    border-radius: 12px;
    background: #fff9f3;
    padding: 6px;
}

.dropdown-item {
    border-radius: 8px;
    font-size: 13px;
    color: #3d2b1f;
    padding: 7px 12px;
}

.dropdown-item:hover {
    background: #f5e6d3;
    color: #3d2b1f;
}

/**************************************************
*************************  User profile *************************
*************************************************************************************/


.profile-cover {
    height: 200px;
    background: linear-gradient(135deg, #c68642, #a0522d, #7a3b1e);
    position: relative;
    overflow: hidden;
}

.profile-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-cover .cover-paws {
    position: absolute;
    font-size: 160px;
    opacity: .06;
    right: -20px;
    bottom: -30px;
    transform: rotate(15deg);
    pointer-events: none;
}

.profile-section {
    background: #fff9f3;
    border-bottom: 1.5px solid #edddc8;
}

.profile-inner {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.profile-av-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 14px;
}

.profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid #fff9f3;
    background: #f5e6d3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: 700;
    color: #a0522d;
    overflow: hidden;
    flex-shrink: 0;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-actions {
    display: flex;
    gap: 8px;
    padding-bottom: 6px;
}

.btn-paw-primary {
    padding: 8px 22px;
    border-radius: 24px;
    border: none;
    background: #a0522d;
    color: #fff9f3;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .15s;
}

.btn-paw-primary:hover {
    background: #7a3b1e;
}

.btn-paw-outline {
    padding: 8px 18px;
    border-radius: 24px;
    border: 1.5px solid #edddc8;
    background: #fff9f3;
    color: #5c3317;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all .15s;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.btn-paw-outline:hover {
    background: #f5e6d3;
}

.btn-paw-outline.following {
    border-color: #a0522d;
    color: #a0522d;
}

.profile-name {
    font-size: 21px;
    font-weight: 700;
    color: #3d2b1f;
    margin: 10px 0 2px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.profile-username {
    font-size: 13px;
    color: #b08060;
    margin-bottom: 8px;
}

.profile-bio {
    font-size: 14px;
    color: #4a3728;
    line-height: 1.6;
    margin-bottom: 10px;
    max-width: 480px;
}

.profile-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
    color: #8b6050;
    margin-bottom: 12px;
}

.profile-stats {
    display: flex;
    gap: 0;
    border-top: 1.5px solid #f0e0cc;
    margin-top: 4px;
}

.profile-stat {
    padding: 12px 20px 12px 0;
    text-decoration: none;
}

.profile-stat:hover .pstat-num {
    color: #a0522d;
}

.pstat-num {
    font-size: 17px;
    font-weight: 700;
    color: #3d2b1f;
    display: block;
}

.pstat-label {
    font-size: 11px;
    color: #b08060;
    margin-top: 1px;
    display: block;
}

.tab-nav {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    border-bottom: 1.5px solid #edddc8;
    background: #fff9f3;
}

.tab-link {
    padding: 12px 16px;
    font-size: 13px;
    font-weight: 600;
    color: #b08060;
    border: none;
    background: none;
    cursor: pointer;
    border-bottom: 2.5px solid transparent;
    margin-bottom: -1.5px;
    transition: all .15s;
}

.tab-link:hover {
    color: #5c3317;
}

.tab-link.active {
    color: #a0522d;
    border-bottom-color: #a0522d;
}

.profile-content {
    max-width: 860px;
    margin: 20px auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 20px;
    align-items: start;
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
}

.post-thumb {
    aspect-ratio: 1;
    overflow: hidden;
    background: #f5e6d3;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-thumb .thumb-emoji {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.post-thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(61, 43, 31, .5);
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    gap: 10px;
}

.post-thumb:hover .post-thumb-overlay {
    display: flex;
}

.widget {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 18px;
    padding: 16px;
    margin-bottom: 14px;
}

.widget-title {
    font-size: 13px;
    font-weight: 700;
    color: #5c3317;
    margin-bottom: 14px;
}

.pet-card {
    background: #fdf6ee;
    border: 1.5px solid #edddc8;
    border-radius: 14px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    text-decoration: none;
    transition: border-color .15s;
}

.pet-card:hover {
    border-color: #c68642;
}

.pet-card-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 1.5px solid #edddc8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
    overflow: hidden;
}

.pet-card-av img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pet-card-name {
    font-size: 13px;
    font-weight: 700;
    color: #3d2b1f;
}

.pet-card-type {
    font-size: 11px;
    color: #b08060;
}

.empty-state {
    text-align: center;
    padding: 40px 20px;
    color: #b08060;
}

.empty-emoji {
    font-size: 44px;
    margin-bottom: 12px;
}

.dropdown-menu {
    border: 1.5px solid #edddc8;
    border-radius: 12px;
    background: #fff9f3;
    padding: 6px;
}

.dropdown-item {
    border-radius: 8px;
    font-size: 13px;
    color: #3d2b1f;
    padding: 7px 12px;
}

.dropdown-item:hover {
    background: #f5e6d3;
    color: #3d2b1f;
}

.edit-wrap {
    max-width: 640px;
    margin: 28px auto;
    padding: 0 1rem;
}

.edit-card {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 20px;
    overflow: hidden;
}

.edit-header {
    background: #a0522d;
    padding: 20px 28px;
    position: relative;
    overflow: hidden;
}

.edit-header .bg-paw {
    position: absolute;
    font-size: 100px;
    opacity: .07;
    right: -10px;
    top: -15px;
    transform: rotate(15deg);
    pointer-events: none;
}

.edit-header h2 {
    font-size: 18px;
    font-weight: 700;
    color: #fff9f3;
    margin: 0;
}

.edit-header p {
    font-size: 12px;
    color: #f5d9b8;
    margin: 3px 0 0;
}

.edit-body {
    padding: 24px 28px;
}

.form-label {
    font-size: 11px;
    font-weight: 700;
    color: #8b6050;
    text-transform: uppercase;
    letter-spacing: .3px;
    margin-bottom: 6px;
    display: block;
}

.form-control,
.form-select {
    background: #fdf6ee;
    border: 1.5px solid #edddc8;
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 14px;
    color: #3d2b1f;
    width: 100%;
}

.form-control:focus,
.form-select:focus {
    background: #fff;
    border-color: #a0522d;
    box-shadow: none;
    outline: none;
}

.form-control.is-invalid {
    border-color: #c0652b;
}

.invalid-feedback {
    font-size: 12px;
    color: #c0652b;
}

.avatar-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.avatar-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f5e6d3;
    border: 2px dashed #c68642;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #a0522d;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
}

.avatar-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-div {
    height: 1px;
    background: #f0e0cc;
    margin: 20px 0;
}

.btn-save {
    width: 100%;
    padding: 13px;
    border-radius: 14px;
    border: none;
    background: #a0522d;
    color: #fff9f3;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.btn-save:hover {
    background: #7a3b1e;
}


/**************************************************
*************************  Terms *************************
*************************************************************************************/

.page-term-wrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background: #fff9f3;
    border-radius: 16px;
}

.toc-card {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 16px;
    padding: 20px 24px;
    position: sticky;
    top: 70px;
    z-index: 2;
}

.toc-title {
    font-size: 13px;
    font-weight: 700;
    color: #5c3317;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.toc-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.toc-link {
    font-size: 16px;
    color: #a0522d;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.toc-link:hover {
    color: #7a3b1e;
    text-decoration: underline;
}

.toc-num {
    font-size: 11px;
    color: #c4a882;
    width: 18px;
    flex-shrink: 0;
}

.section-terms-p {
    margin-bottom: 36px;
}

.toc-section-title {
    font-size: 18px;
    font-weight: 700;
    color: #5c3317;
    margin-bottom: 12px;
    padding-top: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.toc-section-num {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f5e6d3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #a0522d;
    flex-shrink: 0;
}

.section-terms-p p {
    font-size: 15px;
    color: #4a3728;
    line-height: 1.8;
    margin-bottom: 12px;
}

.toc-section-terms-p ul {
    padding-left: 20px;
    margin-bottom: 12px;
}

.toc-section-terms-p ul li {
    font-size: 14px;
    color: #4a3728;
    line-height: 1.8;
    margin-bottom: 4px;
}

.toc-section-divider {
    height: 1px;
    background: #edddc8;
    margin: 32px 0;
}

.toc-highlight-box {
    background: #f5e6d3;
    border: 1px solid #edddc8;
    border-radius: 12px;
    padding: 14px 18px;
    margin: 14px 0;
    font-size: 13px;
    color: #5c3317;
    line-height: 1.6;
}

.toc-highlight-box strong {
    color: #a0522d;
}

.toc-warning-box {
    background: #fdf0ee;
    border: 1px solid #f0c4b8;
    border-radius: 12px;
    padding: 14px 18px;
    margin: 14px 0;
    font-size: 13px;
    color: #7a2e1e;
    line-height: 1.6;
}

.toc-contact-card {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    margin-top: 40px;
}

.toc-contact-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #5c3317;
    margin-bottom: 6px;
}

.toc-contact-card p {
    font-size: 13px;
    color: #b08060;
    margin-bottom: 14px;
}

.toc-contact-card a {
    color: #a0522d;
    font-weight: 600;
    text-decoration: none;
}

.toc-contact-card a:hover {
    text-decoration: underline;
}

.toc-last-updated {
    font-size: 12px;
    color: #c4a882;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.toc-data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0;
    font-size: 13px;
}

.toc-data-table th {
    background: #f5e6d3;
    color: #5c3317;
    font-weight: 700;
    padding: 10px 14px;
    text-align: left;
    border-bottom: 1.5px solid #edddc8;
}

.toc-data-table td {
    padding: 10px 14px;
    border-bottom: 1px solid #f5e6d3;
    color: #4a3728;
    vertical-align: top;
    line-height: 1.6;
}

.toc-data-table tr:last-child td {
    border-bottom: none;
}

.toc-data-table tr:nth-child(even) td {
    background: #fdf6ee;
}

.toc-rights-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 14px 0;
}

.toc-right-card {
    background: #fff9f3;
    border: 1.5px solid #edddc8;
    border-radius: 12px;
    padding: 14px;
}

.toc-right-icon {
    font-size: 20px;
    margin-bottom: 6px;
}

.toc-right-title {
    font-size: 13px;
    font-weight: 700;
    color: #5c3317;
    margin-bottom: 4px;
}

.toc-right-desc {
    font-size: 12px;
    color: #8b6050;
    line-height: 1.5;
}

/**********************************************************
***********************  Registration and login *****************
**********************************************************/



.auth-left {
    background: #a0522d;
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.auth-right {
    background: var(--paw-border);
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.auth-al-bg {
    position: absolute;
    font-size: 180px;
    opacity: .07;
    pointer-events: none;
    line-height: 1;
}

.auth-al-bg.t {
    top: -30px;
    left: -40px;
    transform: rotate(-15deg);
}

.auth-al-bg.b {
    bottom: -40px;
    right: -30px;
    transform: rotate(20deg);
}

.auth-al-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.auth-al-logo {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: #fff9f3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.auth-al-brand-name {
    font-size: 26px;
    font-weight: 700;
    color: #fff9f3;
}

.auth-al-brand-sub {
    font-size: 12px;
    color: #f5d9b8;
    margin-top: 1px;
}

.auth-al-tagline {
    font-size: 20px;
    font-weight: 600;
    color: #fff9f3;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.auth-al-tagline span {
    color: #f5c87a;
}

.auth-al-feats {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.auth-al-feat {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 249, 243, .1);
    border-radius: 12px;
    padding: 11px 14px;
    border: 1px solid rgba(255, 249, 243, .15);
}

.auth-al-feat-icon {
    font-size: 20px;
    width: 28px;
    text-align: center;
    flex-shrink: 0;
}

.auth-al-feat-title {
    font-size: 13px;
    font-weight: 600;
    color: #fff9f3;
}

.auth-al-feat-sub {
    font-size: 11px;
    color: #f5d9b8;
    margin-top: 1px;
}

.auth-al-pets {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.auth-al-pet {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 249, 243, .15);
    border: 1.5px solid rgba(255, 249, 243, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.auth-right {
    padding: 44px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-form-wrap {
    width: 100%;
    max-width: 340px;
}

.auth-hello {
    font-size: 22px;
    font-weight: 700;
    color: #5c3317;
    margin-bottom: 4px;
}

.auth-sub {
    font-size: 13px;
    color: #b08060;
    margin-bottom: 24px;
}

.auth-social-btns {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.auth-soc-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 10px;
    border-radius: 12px;
    border: 1.5px solid #edddc8;
    background: #fff9f3;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: #5c3317;
    transition: all .15s;
}

.auth-soc-btn:hover {
    background: #f5e6d3;
}

.auth-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.auth-divider-line {
    flex: 1;
    height: 1px;
    background: #edddc8;
}

.auth-divider-text {
    font-size: 12px;
    color: #c4a882;
    white-space: nowrap;
}

.auth-form-label {
    font-size: 11px;
    font-weight: 700;
    color: #8b6050;
    text-transform: uppercase;
    letter-spacing: .3px;
    margin-bottom: 6px;
    display: block;
}

.auth-form-control {
    width: 100%;
    padding: 11px 14px;
    border-radius: 12px;
    border: 1.5px solid #edddc8;
    background: #fdf6ee;
    font-size: 14px;
    color: #3d2b1f;
    outline: none;
    transition: all .15s;
}

.auth-form-control:focus {
    border-color: #a0522d;
    background: #fff;
    box-shadow: none;
}

.auth-form-control::placeholder {
    color: #c4a882;
}

.auth-form-control.is-invalid {
    border-color: #c0652b;
}

.password-field {
    position: relative;
}

.password-field .form-control,
.password-field .auth-form-control {
    padding-right: 52px;
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border: 1px solid #ead7c5;
    border-radius: 999px;
    background: #fffaf5;
    color: #8b6050;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .15s ease;
    z-index: 2;
}

.password-toggle-btn:hover {
    background: #f5e6d8;
    color: #5c3317;
}

.password-toggle-btn:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(160, 82, 45, 0.12);
}

.password-toggle-btn .eye-off {
    display: none;
}

.password-toggle-btn.is-visible .eye-on {
    display: none;
}

.password-toggle-btn.is-visible .eye-off {
    display: inline;
}

.auth-invalid-feedback {
    font-size: 12px;
    color: #c0652b;
    display: block;
    margin-top: 4px;
}

.auth-forgot-wrap {
    text-align: right;
    margin: -8px 0 14px;
}

.auth-forgot-wrap a {
    font-size: 12px;
    color: #a0522d;
    text-decoration: none;
    font-weight: 500;
}

.auth-forgot-wrap a:hover {
    text-decoration: underline;
}

.auth-btn-login,
.auth-btn-register {
    width: 100%;
    padding: 13px;
    border-radius: 14px;
    border: none;
    background: #a0522d;
    color: #fff9f3;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 14px;
    transition: all .15s;
}

.auth-btn-login:hover,
.auth-btn-register:hover {
    background: #7a3b1e;
}

.auth-btn-login:disabled,
.auth-btn-register:disabled {
    background: #c4a882;
    cursor: not-allowed;
}

.auth-register-row,
.auth-login-row {
    text-align: center;
    font-size: 13px;
    color: #b08060;
}

.auth-register-row a,
.auth-login-row a {
    color: #a0522d;
    font-weight: 600;
    text-decoration: none;
}

.auth-register-row a:hover .auth-login-row a:hover {
    text-decoration: underline;
}

.auth-terms-text {
    text-align: center;
    font-size: 11px;
    color: #c4a882;
    margin-top: 18px;
    line-height: 1.5;
}

.auth-terms-text a {
    color: #a0522d;
    text-decoration: none;
}

.auth-alert-paw {
    background: #fdf0ee;
    border: 1px solid #f0c4b8;
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 13px;
    color: #7a2e1e;
    margin-bottom: 16px;
}

.auth-alert-paw-success {
    background: #f0f8ee;
    border: 1px solid #c4e0b8;
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 13px;
    color: #2d6e28;
    margin-bottom: 16px;
}

@media (max-width: 640px) {

    .auth-left {
        display: none;
    }

    .auth-right {
        border-radius: 0px;
    }
}

.auth-al-steps {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.auth-al-step {
    display: flex;
    align-items: center;
    gap: 12px;
}

.auth-al-step-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 249, 243, .2);
    border: 1.5px solid rgba(255, 249, 243, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff9f3;
    flex-shrink: 0;
}

.auth-al-step-text {
    font-size: 13px;
    color: #f5d9b8;
}

.auth-al-step-title {
    font-size: 13px;
    font-weight: 600;
    color: #fff9f3;
}


.auth-al-title {
    width: 100%;
    font-size: 19px;
    font-weight: 600;
    color: #fff9f3;
    line-height: 1.4;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.auth-al-title span {
    color: #f5c87a;
}

#registerForm {
    width: 100%;
}

.vendor-page-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 20px 48px;
}

.vendor-hero-card,
.vendor-form-card,
.vendor-panel,
.feed-ad-card {
    background: linear-gradient(180deg, #fffdf8 0%, #fff7ee 100%);
    border: 1px solid #efd9c3;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(93, 53, 21, 0.08);
}

.vendor-hero-card {
    padding: 28px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.vendor-eyebrow,
.vendor-label,
.vendor-metric-label,
.feed-ad-badge {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 11px;
    font-weight: 800;
    color: #a06d45;
}

.vendor-title {
    margin: 8px 0 10px;
    font-size: 34px;
    line-height: 1.1;
    color: #4b2d18;
    font-weight: 800;
}

.vendor-subtitle,
.vendor-hint,
.feed-ad-text,
.feed-ad-meta {
    color: #835b43;
    font-size: 14px;
    line-height: 1.6;
}

.vendor-highlight-list,
.vendor-rate-list,
.vendor-activity-list {
    display: grid;
    gap: 12px;
}

.vendor-highlight-item,
.vendor-rate-card,
.vendor-activity-item {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #f0decb;
    border-radius: 18px;
    padding: 14px 16px;
}

.vendor-form-card,
.vendor-panel {
    padding: 24px;
}

.vendor-form-grid,
.vendor-dashboard-grid,
.vendor-metric-grid {
    display: grid;
    gap: 18px;
}

.vendor-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vendor-grid-full {
    grid-column: 1 / -1;
}

.vendor-input,
.vendor-textarea {
    width: 100%;
    margin-top: 8px;
    border: 1px solid #e8cdb6;
    border-radius: 14px;
    background: #fffdfa;
    color: #4b2d18;
    padding: 12px 14px;
}

.vendor-textarea {
    resize: vertical;
    min-height: 140px;
}

.vendor-primary-btn,
.vendor-secondary-btn,
.vendor-inline-btn,
.feed-ad-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
}

.vendor-primary-btn,
.feed-ad-btn {
    background: #a0522d;
    color: #fff8f1;
    border: 1px solid #a0522d;
    padding: 12px 18px;
}

.vendor-secondary-btn,
.vendor-inline-btn {
    background: #fff9f3;
    color: #8b4d2c;
    border: 1px solid #e8cdb6;
    padding: 10px 16px;
}

.vendor-form-actions {
    display: flex;
    justify-content: flex-end;
}

.vendor-error {
    margin-top: 8px;
    font-size: 12px;
    color: #b1452b;
}

.vendor-metric-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 24px;
}

.vendor-metric-card {
    background: #fff7ee;
    border: 1px solid #efd9c3;
    border-radius: 20px;
    padding: 20px;
}

.vendor-metric-value,
.feed-ad-title,
.vendor-panel-title,
.vendor-rate-title {
    color: #4b2d18;
    font-weight: 800;
}

.vendor-metric-value {
    margin-top: 8px;
    font-size: 28px;
}

.vendor-dashboard-grid {
    grid-template-columns: 1.2fr 1fr;
    margin-bottom: 24px;
}

.vendor-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.vendor-panel-title {
    font-size: 20px;
    margin: 0;
}

.vendor-stack-sm {
    display: grid;
    gap: 12px;
}

.vendor-table-wrap {
    overflow: auto;
}

.vendor-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
}

.vendor-table th,
.vendor-table td {
    padding: 14px 10px;
    border-top: 1px solid #f1dfcf;
    text-align: left;
    color: #4b2d18;
    font-size: 13px;
}

.vendor-table th {
    border-top: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #8c6146;
}

.vendor-actions-inline {
    display: flex;
    gap: 8px;
}

.vendor-status-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    background: #f3e3cf;
    color: #8d5528;
    height: 40px;
}

.vendor-status-chip.approved,
.vendor-status-chip.completed,
.vendor-activity-amount.positive {
    background: #e5f6ea;
    color: #2f7b47;
}

.vendor-status-chip.rejected,
.vendor-activity-amount.negative {
    background: #fde7e2;
    color: #a43f2e;
}

.vendor-status-chip.pending,
.vendor-status-chip.submitted,
.vendor-status-chip.paused {
    background: #fff1d8;
    color: #94641a;
}

.vendor-rate-price {
    font-size: 15px;
    font-weight: 700;
    color: #6d4226;
    margin: 6px 0;
}

.vendor-activity-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.vendor-activity-amount {
    padding: 8px 10px;
    border-radius: 999px;
    font-weight: 700;
}

.feed-ad-card {
    padding: 18px;
    margin: 18px 0;
}

.feed-ad-layout {
    display: grid;
    grid-template-columns: 1.3fr 220px;
    gap: 18px;
    align-items: center;
}

.feed-ad-title {
    font-size: 22px;
    margin: 8px 0;
}

.feed-ad-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 12px 0 16px;
}

.feed-ad-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 18px;
}

@media (max-width: 900px) {
    .vendor-form-grid,
    .vendor-metric-grid,
    .vendor-dashboard-grid,
    .feed-ad-layout {
        grid-template-columns: 1fr;
    }

    .vendor-hero-card,
    .vendor-panel-head,
    .vendor-activity-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.support-thread {
    display: grid;
    gap: 14px;
}

.support-bubble {
    max-width: 820px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid #efd9c3;
    background: #fffdf9;
    color: #4b2d18;
}

.support-bubble.user {
    justify-self: start;
}

.support-bubble.admin {
    justify-self: end;
    background: #fff3e7;
}

.support-bubble-meta {
    font-size: 12px;
    font-weight: 700;
    color: #8d6042;
    margin-bottom: 8px;
}



 
        .form-card {
            background: #fff9f3;
            border: 1.5px solid #edddc8;
            border-radius: 24px;
            width: 100%;
            max-width: 580px;
            overflow: hidden;
                margin: 40px auto;
        }
 
        /* Header */
        .card-header-paw {
            background: #a0522d;
            padding: 28px 32px;
            position: relative;
            overflow: hidden;
        }
 
        .card-header-paw .bg-paw {
            position: absolute;
            font-size: 110px;
            opacity: .07;
            right: -10px;
            top: -15px;
            transform: rotate(15deg);
            pointer-events: none;
            line-height: 1;
        }
 
        .card-header-paw h1 {
            font-size: 22px;
            font-weight: 600;
            color: #fff9f3;
            margin: 0 0 4px;
        }
 
        .card-header-paw p {
            font-size: 13px;
            color: #f5d9b8;
            margin: 0;
        }
 
        .brand-tag {
            font-size: 12px;
            color: #f5d9b8;
            margin-bottom: 10px;
            display: block;
        }
 
        /* Steps */
        .step-bar {
            display: flex;
            gap: 5px;
            margin-top: 16px;
        }
 
        .step-bar span {
            height: 4px;
            flex: 1;
            border-radius: 4px;
            background: rgba(255,249,243,.25);
        }
 
        .step-bar span.done {
            background: #fff9f3;
        }
 
        /* Body */
        .card-body-paw {
            padding: 28px 32px;
        }
 
        /* Info alert */
        .alert-paw {
            background: #f5e6d3;
            border: 1px solid #e8d5be;
            border-radius: 12px;
            padding: 10px 14px;
            font-size: 13px;
            color: #5c3317;
            margin-bottom: 20px;
        }
 
        /* Photo upload */
        .photo-wrap {
            display: flex;
            align-items: center;
            gap: 18px;
            margin-bottom: 24px;
        }
 
        .photo-circle {
            width: 84px;
            height: 84px;
            border-radius: 50%;
            border: 2px dashed #c68642;
            background: #f5e6d3;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 34px;
            cursor: pointer;
            flex-shrink: 0;
            overflow: hidden;
            position: relative;
        }
 
        .photo-circle img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: none;
            position: absolute;
            top: 0; left: 0;
        }
 
        .photo-circle:hover {
            border-color: #a0522d;
            background: #edddc8;
        }
 
        .photo-info p {
            font-size: 13px;
            font-weight: 600;
            color: #5c3317;
            margin: 0 0 3px;
        }
 
        .photo-info small {
            font-size: 11px;
            color: #b08060;
        }
 
        .btn-choose-photo {
            margin-top: 8px;
            padding: 5px 14px;
            border-radius: 20px;
            border: 1.5px solid #c68642;
            background: none;
            color: #a0522d;
            font-size: 12px;
            font-weight: 500;
            cursor: pointer;
        }
 
        .btn-choose-photo:hover {
            background: #f5e6d3;
        }
 
        /* Labels */
        .form-label {
            font-size: 12px;
            font-weight: 600;
            color: #8b6050;
            letter-spacing: .3px;
            margin-bottom: 7px;
            text-transform: uppercase;
        }
 
        /* Inputs */
        .form-control,
        .form-select {
            background: #fdf6ee;
            border: 1.5px solid #edddc8;
            border-radius: 12px;
            padding: 10px 14px;
            font-size: 14px;
            color: #3d2b1f;
            transition: border-color .15s;
        }
 
        .form-control:focus,
        .form-select:focus {
            background: #fff;
            border-color: #a0522d;
            box-shadow: none;
        }
 
        .form-control::placeholder {
            color: #c4a882;
        }
 
        .form-control.is-invalid,
        .form-select.is-invalid {
            border-color: #c0652b;
        }
 
        .invalid-feedback {
            font-size: 12px;
            color: #c0652b;
        }
 
        /* Pet type grid */
        .pet-type-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 8px;
        }
 
        .pet-type-input {
            display: none;
        }
 
        .pet-type-label {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 5px;
            padding: 12px 6px;
            border-radius: 14px;
            border: 1.5px solid #edddc8;
            background: #fdf6ee;
            cursor: pointer;
            font-size: 11px;
            font-weight: 500;
            color: #8b6050;
            transition: all .15s;
            user-select: none;
        }
 
        .pet-type-label .emoji {
            font-size: 28px;
            line-height: 1;
        }
 
        .pet-type-label:hover {
            background: #f5e6d3;
            border-color: #c68642;
        }
 
        .pet-type-input:checked + .pet-type-label {
            background: #f5e6d3;
            border-color: #a0522d;
            color: #5c3317;
        }
 
        /* Gender pills */
        .gender-group {
            display: flex;
            gap: 8px;
        }
 
        .gender-input {
            display: none;
        }
 
        .gender-label {
            flex: 1;
            text-align: center;
            padding: 9px 12px;
            border-radius: 12px;
            border: 1.5px solid #edddc8;
            background: #fdf6ee;
            cursor: pointer;
            font-size: 13px;
            font-weight: 500;
            color: #8b6050;
            transition: all .15s;
            user-select: none;
        }
 
        .gender-label:hover {
            background: #f5e6d3;
        }
 
        .gender-input:checked + .gender-label {
            background: #f5e6d3;
            border-color: #a0522d;
            color: #5c3317;
        }
 
        /* Personality tags */
        .tag-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 7px;
        }
 
        .tag-input {
            display: none;
        }
 
        .tag-label {
            padding: 5px 12px;
            border-radius: 20px;
            border: 1.5px solid #edddc8;
            background: #fdf6ee;
            cursor: pointer;
            font-size: 12px;
            font-weight: 500;
            color: #8b6050;
            transition: all .15s;
            user-select: none;
        }
 
        .tag-label:hover {
            background: #f5e6d3;
        }
 
        .tag-input:checked + .tag-label {
            background: #f5e6d3;
            border-color: #a0522d;
            color: #5c3317;
        }
 
        /* Section divider */
        .section-divider {
            height: 1px;
            background: #f0e0cc;
            margin: 22px 0;
        }
 
        .section-title {
            font-size: 11px;
            font-weight: 600;
            color: #b08060;
            text-transform: uppercase;
            letter-spacing: .5px;
            margin-bottom: 14px;
        }
 
        /* Bio counter */
        .bio-counter {
            font-size: 11px;
            color: #c4a882;
            text-align: right;
            margin-top: 4px;
        }
 
        /* Submit */
        .btn-submit {
            width: 100%;
            padding: 13px;
            border-radius: 14px;
            border: none;
            background: #a0522d;
            color: #fff9f3;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            transition: background .15s;
        }
 
        .btn-submit:hover {
            background: #7a3b1e;
        }
 
        .btn-submit:disabled {
            background: #c4a882;
            cursor: not-allowed;
        }
 
        .btn-skip {
            width: 100%;
            padding: 10px;
            border-radius: 14px;
            border: 1.5px solid #edddc8;
            background: none;
            color: #b08060;
            font-size: 13px;
            cursor: pointer;
            margin-top: 8px;
            transition: all .15s;
        }
 
        .btn-skip:hover {
            background: #f5e6d3;
            color: #5c3317;
        }
 
        /* Char count warning */
        .bio-counter.warn { color: #c0652b; }



         .edit-wrap { max-width: 600px; margin: 28px auto; padding: 0 1rem; }
    .edit-card { background: #fff9f3; border: 1.5px solid #edddc8; border-radius: 20px; overflow: hidden; }
    .edit-header { background: #a0522d; padding: 20px 28px; position: relative; overflow: hidden; display: flex; align-items: center; gap: 14px; }
    .edit-header .bg-paw { position: absolute; font-size: 100px; opacity: .07; right: -10px; top: -15px; transform: rotate(15deg); pointer-events: none; }
    .edit-pet-av { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,249,243,.2); border: 2px solid rgba(255,249,243,.3); display: flex; align-items: center; justify-content: center; font-size: 24px; overflow: hidden; flex-shrink: 0; }
    .edit-pet-av img { width: 100%; height: 100%; object-fit: cover; }
    .edit-header h2 { font-size: 17px; font-weight: 700; color: #fff9f3; margin: 0; }
    .edit-header p { font-size: 12px; color: #f5d9b8; margin: 3px 0 0; }
    .edit-body { padding: 24px 28px; }
    .form-label { font-size: 11px; font-weight: 700; color: #8b6050; text-transform: uppercase; letter-spacing: .3px; margin-bottom: 6px; display: block; }
    .form-control, .form-select { background: #fdf6ee; border: 1.5px solid #edddc8; border-radius: 12px; padding: 10px 14px; font-size: 14px; color: #3d2b1f; width: 100%; outline: none; transition: all .15s; }
    .form-control:focus, .form-select:focus { border-color: #a0522d; background: #fff; box-shadow: none; }
    .form-control::placeholder { color: #c4a882; }
    .form-control.is-invalid { border-color: #c0652b; }
    .invalid-feedback { font-size: 12px; color: #c0652b; }
    .photo-wrap { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
    .photo-circle { width: 80px; height: 80px; border-radius: 50%; background: #f5e6d3; border: 2px dashed #c68642; display: flex; align-items: center; justify-content: center; font-size: 32px; cursor: pointer; overflow: hidden; flex-shrink: 0; }
    .photo-circle img { width: 100%; height: 100%; object-fit: cover; }
    .photo-circle:hover { border-color: #a0522d; }
    .gender-group { display: flex; gap: 8px; }
    .gender-input { display: none; }
    .gender-label { flex: 1; text-align: center; padding: 9px; border-radius: 12px; border: 1.5px solid #edddc8; background: #fdf6ee; cursor: pointer; font-size: 13px; font-weight: 500; color: #8b6050; transition: all .15s; user-select: none; }
    .gender-label:hover { background: #f5e6d3; }
    .gender-input:checked + .gender-label { background: #f5e6d3; border-color: #a0522d; color: #5c3317; }
    .section-div { height: 1px; background: #f0e0cc; margin: 20px 0; }
    .btn-row { display: flex; gap: 10px; }
    .btn-save { flex: 1; padding: 13px; border-radius: 14px; border: none; background: #a0522d; color: #fff9f3; font-size: 14px; font-weight: 700; cursor: pointer; transition: all .15s; }
    .btn-save:hover { background: #7a3b1e; }
    .btn-cancel { padding: 13px 20px; border-radius: 14px; border: 1.5px solid #edddc8; background: none; color: #8b6050; font-size: 14px; font-weight: 600; cursor: pointer; text-decoration: none; display: flex; align-items: center; justify-content: center; transition: all .15s; }
    .btn-cancel:hover { background: #f5e6d3; color: #5c3317; }
    .danger-zone { margin-top: 24px; padding: 16px 20px; border-radius: 14px; border: 1.5px solid #f0c4b8; background: #fdf8f7; }
    .danger-title { font-size: 12px; font-weight: 700; color: #c0652b; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 10px; }
    .btn-delete { padding: 9px 18px; border-radius: 10px; border: 1.5px solid #c0652b; background: none; color: #c0652b; font-size: 13px; font-weight: 600; cursor: pointer; transition: all .15s; }
    .btn-delete:hover { background: #c0652b; color: #fff; }

     .pet-cover {
            height: 220px;
            background: linear-gradient(135deg, #c68642, #a0522d, #7a3b1e);
            position: relative;
            overflow: hidden;
        }

        .pet-cover img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .pet-cover .cover-paws {
            position: absolute;
            font-size: 140px;
            opacity: .07;
            right: -20px;
            bottom: -30px;
            transform: rotate(15deg);
            pointer-events: none;
            line-height: 1;
        }

        /* ── Profile section ───────────────────────────────────── */
        .profile-section {
            background: #fff9f3;
            border-bottom: 1.5px solid #edddc8;
            padding-bottom: 0;
                padding-top: 45px;
        }

        .profile-inner {
            max-width: 860px;
            margin: 0 auto;
            padding: 0 1.5rem;
        }

        .pet-avatar-wrap {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            
            padding-bottom: 16px;
        }

        .pet-avatar {
            width: 104px;
            height: 104px;
            border-radius: 50%;
            border: 4px solid #fff9f3;
            background: #f5e6d3;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 48px;
            overflow: hidden;
            flex-shrink: 0;
        }

        .pet-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .pet-actions {
            display: flex;
            gap: 8px;
            padding-bottom: 8px;
        }

        .btn-follow {
            padding: 8px 22px;
            border-radius: 24px;
            border: 1.5px solid #a0522d;
            background: #a0522d;
            color: #fff9f3;
            font-size: 13px;
            font-weight: 600;
            cursor: pointer;
            transition: all .15s;
        }

        .btn-follow:hover { background: #7a3b1e; border-color: #7a3b1e; }

        .btn-follow.following {
            background: #fff9f3;
            color: #a0522d;
        }

        .btn-follow.following:hover {
            background: #fdf6ee;
        }

        .btn-action {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            border: 1.5px solid #edddc8;
            background: #fff9f3;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            cursor: pointer;
            transition: background .15s;
            text-decoration: none;
        }

        .btn-action:hover { background: #f5e6d3; }

        /* ── Pet info ──────────────────────────────────────────── */
        .pet-info {
            padding: 4px 0 16px;
        }

        .pet-name {
            font-size: 22px;
            font-weight: 700;
            color: #3d2b1f;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .verified-badge {
            font-size: 16px;
        }

        .pet-handle {
            font-size: 13px;
            color: #b08060;
            margin: 2px 0 6px;
        }

        .pet-meta-row {
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
            font-size: 13px;
            color: #8b6050;
            margin-bottom: 10px;
        }

        .pet-meta-row span {
            display: flex;
            align-items: center;
            gap: 4px;
        }

        .pet-bio {
            font-size: 14px;
            color: #4a3728;
            line-height: 1.6;
            margin-bottom: 10px;
            max-width: 520px;
        }

        .personality-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
            margin-bottom: 14px;
        }

        .ptag {
            font-size: 11px;
            padding: 3px 10px;
            border-radius: 16px;
            background: #f5e6d3;
            color: #8b4513;
            border: 1px solid #edddc8;
            font-weight: 500;
        }

        /* ── Stats bar ─────────────────────────────────────────── */
        .stats-bar {
            display: flex;
            gap: 0;
            border-top: 1.5px solid #f0e0cc;
            margin-top: 4px;
        }

        .stat-item {
            padding: 12px 20px 12px 0;
            cursor: pointer;
            text-decoration: none;
        }

        .stat-item:hover .stat-num { color: #a0522d; }

        .stat-num {
            font-size: 17px;
            font-weight: 700;
            color: #3d2b1f;
            display: block;
            line-height: 1;
        }

        .stat-label {
            font-size: 11px;
            color: #b08060;
            margin-top: 2px;
            display: block;
        }

        /* ── Tab nav ───────────────────────────────────────────── */
        .tab-nav {
            max-width: 860px;
            margin: 0 auto;
            padding: 0 1.5rem;
            display: flex;
            gap: 0;
            border-bottom: 1.5px solid #edddc8;
            background: #fff9f3;
        }

        .tab-link {
            padding: 12px 18px;
            font-size: 13px;
            font-weight: 600;
            color: #b08060;
            border: none;
            background: none;
            cursor: pointer;
            border-bottom: 2.5px solid transparent;
            margin-bottom: -1.5px;
            text-decoration: none;
            transition: all .15s;
        }

        .tab-link:hover { color: #5c3317; }
        .tab-link.active { color: #a0522d; border-bottom-color: #a0522d; }

        /* ── Main content ──────────────────────────────────────── */
        .main-content {
            max-width: 860px;
            margin: 20px auto;
            padding: 0 1.5rem;
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 20px;
            align-items: start;
        }

        /* ── Post card ─────────────────────────────────────────── */
        .post-card {
            background: #fff9f3;
            border: 1.5px solid #edddc8;
            border-radius: 18px;
            overflow: hidden;
            margin-bottom: 14px;
        }

        .post-header {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 14px 16px 10px;
        }

        .post-av {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            background: #f5e6d3;
            border: 1.5px solid #edddc8;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            flex-shrink: 0;
            overflow: hidden;
        }

        .post-av img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .post-owner { font-size: 14px; font-weight: 600; color: #3d2b1f; }
        .post-time  { font-size: 11px; color: #c4a882; margin-top: 1px; }

        .post-menu-btn {
            margin-left: auto;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            border: none;
            background: none;
            font-size: 16px;
            color: #c4a882;
            cursor: pointer;
        }

        .post-menu-btn:hover { background: #f5e6d3; }

        .post-body {
            padding: 0 16px 12px;
            font-size: 14px;
            color: #4a3728;
            line-height: 1.6;
        }

        .post-image {
            width: 100%;
            max-height: 360px;
            object-fit: cover;
            display: block;
        }

        .post-tags {
            padding: 8px 16px 0;
            display: flex;
            flex-wrap: wrap;
            gap: 5px;
        }

        .post-tag {
            font-size: 11px;
            padding: 2px 9px;
            border-radius: 12px;
            background: #f5e6d3;
            color: #8b4513;
            border: 1px solid #edddc8;
        }

        .post-stats {
            display: flex;
            justify-content: space-between;
            padding: 8px 16px;
            font-size: 12px;
            color: #b08060;
            border-top: 1px solid #f5e6d3;
            margin-top: 8px;
        }

        .post-actions {
            display: flex;
            border-top: 1.5px solid #edddc8;
        }

        .post-act-btn {
            flex: 1;
            padding: 10px;
            border: none;
            background: none;
            cursor: pointer;
            font-size: 13px;
            color: #8b6050;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
            transition: background .15s;
        }

        .post-act-btn:hover { background: #fdf6ee; }
        .post-act-btn.pawed { color: #c0652b; }

        /* ── Sidebar widgets ───────────────────────────────────── */
        .widget {
            background: #fff9f3;
            border: 1.5px solid #edddc8;
            border-radius: 18px;
            padding: 16px;
            margin-bottom: 14px;
        }

        .widget-title {
            font-size: 13px;
            font-weight: 700;
            color: #5c3317;
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        /* Owner card */
        .owner-row {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .owner-av {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            background: #f5e6d3;
            border: 1.5px solid #edddc8;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: 700;
            color: #a0522d;
            overflow: hidden;
            flex-shrink: 0;
        }

        .owner-av img { width: 100%; height: 100%; object-fit: cover; }
        .owner-name { font-size: 14px; font-weight: 600; color: #3d2b1f; }
        .owner-handle { font-size: 12px; color: #b08060; }

        .btn-view-profile {
            display: block;
            width: 100%;
            padding: 8px;
            border-radius: 10px;
            border: 1.5px solid #edddc8;
            background: #fdf6ee;
            color: #5c3317;
            font-size: 12px;
            font-weight: 500;
            text-align: center;
            text-decoration: none;
            margin-top: 12px;
            transition: background .15s;
        }

        .btn-view-profile:hover { background: #f5e6d3; color: #5c3317; }

        /* Milestone */
        .milestone-item {
            display: flex;
            gap: 10px;
            padding: 8px 0;
            border-bottom: 1px solid #f5e6d3;
            font-size: 13px;
        }

        .milestone-item:last-child { border-bottom: none; }
        .milestone-icon { font-size: 18px; flex-shrink: 0; }
        .milestone-text { color: #4a3728; line-height: 1.4; }
        .milestone-date { font-size: 11px; color: #c4a882; margin-top: 2px; }

        /* Empty state */
        .empty-state {
            text-align: center;
            padding: 40px 20px;
            color: #b08060;
        }

        .empty-state .empty-emoji { font-size: 48px; margin-bottom: 12px; }
        .empty-state p { font-size: 14px; margin: 0; }

        /* Dropdown menu */
        .dropdown-menu {
            border: 1.5px solid #edddc8;
            border-radius: 12px;
            background: #fff9f3;
            box-shadow: 0 4px 16px rgba(80,40,10,.1);
            padding: 6px;
        }

        .dropdown-item {
            border-radius: 8px;
            font-size: 13px;
            color: #3d2b1f;
            padding: 7px 12px;
        }

        .dropdown-item:hover { background: #f5e6d3; color: #3d2b1f; }
        .dropdown-item.text-danger:hover { background: #fdf0ee; }

        /* Toast */
        .paw-toast {
            position: fixed;
            bottom: 24px;
            left: 50%;
            transform: translateX(-50%);
            background: #3d2b1f;
            color: #fff9f3;
            padding: 10px 20px;
            border-radius: 24px;
            font-size: 13px;
            font-weight: 500;
            z-index: 9999;
            opacity: 0;
            transition: opacity .2s;
            pointer-events: none;
        }

        .paw-toast.show { opacity: 1; }

        @media (max-width: 991px) {
            .pet-avatar-wrap {
                flex-direction: column;
                align-items: flex-start;
                gap: 14px;
            }

            .pet-actions {
                width: 100%;
                flex-wrap: wrap;
                padding-bottom: 0;
            }

            .main-content {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 767px) {
            .profile-inner,
            .tab-nav,
            .main-content {
                padding-left: .85rem;
                padding-right: .85rem;
            }

            .tab-nav {
                overflow-x: auto;
                scrollbar-width: none;
            }

            .tab-nav::-webkit-scrollbar {
                display: none;
            }

            .tab-link {
                white-space: nowrap;
            }

            .pet-cover {
                height: 180px;
            }

            .pet-avatar {
                width: 88px;
                height: 88px;
                font-size: 40px;
            }

            .stats-bar,
            .post-stats,
            .post-actions {
                flex-wrap: wrap;
            }

            .stat-item {
                padding-right: 12px;
            }
        }

        @media (max-width: 575px) {
            .pet-cover .cover-paws {
                display: none;
            }

            .pet-name {
                font-size: 20px;
                flex-wrap: wrap;
            }

            .btn-follow,
            .btn-action,
            .btn-view-profile,
            .post-act-btn {
                width: 100%;
            }

            .btn-action {
                border-radius: 14px;
                height: 42px;
            }

            .stats-bar {
                display: grid;
                grid-template-columns: 1fr;
            }

            .post-stats {
                gap: 8px;
            }
        }

         .explore-shell {
        max-width: 1240px;
        margin: 0 auto;
        padding: 28px 20px 36px;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 24px;
    }

    .explore-surface {
        background: #fff9f3;
        border: 1px solid #edddc8;
        border-radius: 20px;
        padding: 22px;
    }

    .explore-heading {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 18px;
    }

    .explore-title-lg {
        font-size: 28px;
        line-height: 1.1;
        color: #4a2b16;
        font-weight: 700;
        margin: 0;
    }

    .explore-copy {
        color: #8b6050;
        font-size: 14px;
        margin-top: 6px;
    }

    .explore-search {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 16px;
        border: 1px solid #edddc8;
        background: #fffdf9;
        margin-bottom: 18px;
    }

    .explore-search input {
        flex: 1;
        border: none;
        background: transparent;
        outline: none;
        color: #4a3728;
        font-size: 14px;
    }

    .explore-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 14px;
    }

    .explore-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 9px 14px;
        border-radius: 999px;
        border: 1px solid #edddc8;
        background: #fffdf9;
        color: #8b6050;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
    }

    .explore-pill.active {
        background: #a0522d;
        border-color: #a0522d;
        color: #fff9f3;
    }

    .explore-section {
        margin-top: 24px;
    }

    .explore-section:first-of-type {
        margin-top: 18px;
    }

    .section-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-bottom: 14px;
    }

    .section-title {
        font-size: 18px;
        color: #4a2b16;
        font-weight: 700;
        margin: 0;
    }

    .section-note {
        font-size: 12px;
        color: #b08060;
    }

    .discover-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
    }

    .pet-discover-card,
    .user-discover-card {
        border: 1px solid #edddc8;
        border-radius: 16px;
        overflow: hidden;
        background: #fffdf9;
        text-decoration: none;
        color: inherit;
    }

    .pet-discover-media {
        aspect-ratio: 1 / 1;
        background: #f5e6d3;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
    }

    .pet-discover-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .discover-body {
        padding: 12px;
    }

    .discover-name {
        font-size: 15px;
        color: #3d2b1f;
        font-weight: 700;
        margin: 0 0 4px;
    }

    .discover-sub {
        font-size: 12px;
        color: #8b6050;
        margin-bottom: 10px;
    }

    .discover-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        font-size: 11px;
        color: #b08060;
    }

    .user-discover-card {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px;
    }

    .user-discover-avatar {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: #f5e6d3;
        overflow: hidden;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #a0522d;
        font-size: 18px;
        font-weight: 700;
    }

    .user-discover-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .user-discover-main {
        flex: 1;
        min-width: 0;
    }

    .user-discover-bio {
        font-size: 11px;
        color: #8b6050;
        margin-top: 6px;
        line-height: 1.5;
    }

    .mini-post-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 12px;
    }

    .mini-post-card {
        border-radius: 16px;
        overflow: hidden;
        background: #fffdf9;
        border: 1px solid #edddc8;
        text-decoration: none;
        color: inherit;
    }

    .mini-post-media {
        aspect-ratio: 1 / 1;
        background: #f5e6d3;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 34px;
    }

    .mini-post-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mini-post-body {
        padding: 10px;
    }

    .mini-post-name {
        font-size: 13px;
        font-weight: 700;
        color: #3d2b1f;
        margin-bottom: 5px;
    }

    .mini-post-stats {
        display: flex;
        gap: 10px;
        font-size: 11px;
        color: #b08060;
    }

    .empty-discover {
        border: 1px dashed #d9c0a6;
        border-radius: 18px;
        background: #fffdf9;
        padding: 34px 20px;
        text-align: center;
        color: #8b6050;
    }

    .empty-discover-icon {
        font-size: 42px;
        margin-bottom: 10px;
    }

    @media (max-width: 1080px) {
        .explore-shell {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 980px) {
        .discover-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }
    }

    @media (max-width: 760px) {
        .discover-grid,
        .mini-post-grid {
            grid-template-columns: 1fr;
        }

        .explore-heading {
            flex-direction: column;
        }
    }