.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-11ae53e:#F8A132;--e-global-color-0d14f27:#1C199A;--e-global-color-bb3fe3c:#B2E01E;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.bpp-auth-box {
    max-width: 420px;
    margin: 60px auto;
    padding: 30px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0,0,0,.1);
    font-family: inherit;
}

.bpp-tabs {
    display: flex;
    position: relative;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.bpp-tab {
    flex: 1;
    padding: 12px;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    color: #999;
}

.bpp-tab.active {
    color: #111;
}

.bpp-indicator {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50%;
    height: 3px;
    background: #111;
    transition: transform .3s ease;
}

.bpp-panel {
    display: none;
}

.bpp-panel.active {
    display: block;
}

.bpp-auth-box input {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.bpp-auth-box button {
    width: 100%;
    padding: 12px;
    background: #111;
    color: #fff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}


.bpp-dashboard {
    max-width: 1100px;
    margin: 60px auto;
    padding: 20px;
}

.bpp-dashboard h1 {
    font-size: 28px;
    margin-bottom: 5px;
}

.bpp-subtext {
    color: #777;
    margin-bottom: 30px;
}

.bpp-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.bpp-stat {
    background: #fff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    text-align: center;
}

.bpp-stat strong {
    font-size: 32px;
    display: block;
}

.bpp-stat span {
    color: #777;
}

.bpp-stat.warning strong {
    color: #d97706;
}

.bpp-stat.success strong {
    color: #16a34a;
}

.bpp-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.bpp-btn {
    padding: 14px 22px;
    border-radius: 10px;
    background: #f4f4f4;
    text-decoration: none;
    color: #111;
    font-weight: 600;
}

.bpp-btn.primary {
    background: #111;
    color: #fff;
}

.bpp-my-birds {
    max-width: 1200px;
    margin: 60px auto;
    padding: 20px;
}

.bpp-bird-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
}

.bpp-bird-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
    display: flex;
    flex-direction: column;
}

.bpp-thumb {
    position: relative;
    padding-top: 65%;
    background-size: cover;
    background-position: center;
}

.bpp-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.bpp-badge.success { background: #16a34a; }
.bpp-badge.warning { background: #d97706; }
.bpp-badge.info { background: #2563eb; }

.bpp-card-body {
    padding: 18px;
}

.bpp-card-body h3 {
    font-size: 18px;
    margin-bottom: 14px;
}

.bpp-card-actions {
    display: flex;
    gap: 10px;
}

.bpp-btn.small {
    padding: 8px 14px;
    font-size: 13px;
    border-radius: 8px;
    background: #111;
    color: #fff;
    text-decoration: none;
}

.bpp-btn.small.outline {
    background: #f4f4f4;
    color: #111;
}/* End custom CSS */