/*!
 * Geriarte Chat Pro - main.css
 * Mobile-first social/dating app theme.
 */

/* ================ Reset / Base ================ */
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0}
html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    color:var(--gp-text);
    background:var(--gp-bg);
    line-height:1.5;
    min-height:100vh;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--gp-primary);text-decoration:none;transition:opacity .15s}
a:hover{opacity:.85}
button{font-family:inherit;cursor:pointer;border:0;background:transparent}
input,select,textarea,button{font-family:inherit;font-size:1rem}
h1,h2,h3,h4{margin:0 0 .5em;line-height:1.25;font-weight:700}
p{margin:0 0 1em}
ul{list-style:none;margin:0;padding:0}

/* ================ Theme Variables ================ */
:root{
    --gp-primary:#ff3366;
    --gp-secondary:#6c5ce7;
    --gp-bg:#f6f7fb;
    --gp-surface:#ffffff;
    --gp-surface-2:#f0f2f7;
    --gp-text:#1c1f26;
    --gp-text-muted:#6b7280;
    --gp-border:#e5e7eb;
    --gp-shadow:0 4px 16px rgba(20,24,40,.06);
    --gp-shadow-lg:0 12px 40px rgba(20,24,40,.10);
    --gp-radius:14px;
    --gp-radius-sm:8px;
    --gp-radius-lg:24px;
    --gp-success:#10b981;
    --gp-danger:#ef4444;
    --gp-warning:#f59e0b;
    --gp-info:#3b82f6;
}
html[data-theme="dark"]{
    --gp-bg:#0f1115;
    --gp-surface:#181b22;
    --gp-surface-2:#22262f;
    --gp-text:#eef0f5;
    --gp-text-muted:#9aa1ad;
    --gp-border:#2a2f39;
    --gp-shadow:0 4px 16px rgba(0,0,0,.4);
    --gp-shadow-lg:0 12px 40px rgba(0,0,0,.5);
}

/* ================ App Layout ================ */
.gp-app{min-height:100vh;display:flex;flex-direction:column}
.gp-main{flex:1;padding-top:60px;padding-bottom:80px}
.gp-container{max-width:880px;margin:0 auto;padding:16px}
.gp-page{padding:8px 16px 24px}
.gp-page-title{font-size:1.6rem;margin-bottom:16px}
.gp-page-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}
.gp-section-title{font-size:1.15rem;margin:24px 0 12px}
.gp-muted{color:var(--gp-text-muted);font-size:.875rem;margin:0}
.gp-link{color:var(--gp-primary);text-decoration:underline;background:none;border:0;padding:0;cursor:pointer}

/* ================ Topbar ================ */
.gp-topbar{
    position:fixed;top:0;left:0;right:0;height:60px;
    background:var(--gp-surface);border-bottom:1px solid var(--gp-border);
    z-index:100;backdrop-filter:saturate(180%) blur(10px);
}
.gp-topbar-inner{
    max-width:880px;margin:0 auto;height:100%;
    display:flex;align-items:center;justify-content:space-between;
    padding:0 16px;gap:12px;
}
.gp-logo{display:flex;align-items:center;gap:8px;color:var(--gp-text);font-weight:800;font-size:1.1rem}
.gp-logo-icon{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--gp-primary),var(--gp-secondary));display:flex;align-items:center;justify-content:center;color:#fff;font-size:.95rem}
.gp-logo-text{letter-spacing:-.01em}
.gp-top-actions{display:flex;align-items:center;gap:6px}
.gp-icon-btn{
    width:40px;height:40px;border-radius:50%;
    display:inline-flex;align-items:center;justify-content:center;
    color:var(--gp-text);position:relative;transition:background .15s;
    font-size:1rem;
}
.gp-icon-btn:hover{background:var(--gp-surface-2)}
.gp-icon-btn svg{width:22px;height:22px}
.gp-badge{
    position:absolute;top:4px;right:4px;
    min-width:18px;height:18px;padding:0 5px;border-radius:9px;
    background:var(--gp-primary);color:#fff;
    font-size:.65rem;font-weight:700;
    display:flex;align-items:center;justify-content:center;
}
.gp-badge:empty,.gp-badge.is-zero{display:none}

/* ================ Bottom Nav ================ */
.gp-bottom-nav{
    position:fixed;left:0;right:0;bottom:0;height:64px;
    background:var(--gp-surface);border-top:1px solid var(--gp-border);
    display:flex;align-items:stretch;justify-content:space-around;
    z-index:100;padding-bottom:env(safe-area-inset-bottom);
}
.gp-nav-item{
    flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;
    color:var(--gp-text-muted);font-size:.7rem;gap:2px;text-decoration:none;
    transition:color .15s;
}
.gp-nav-item svg{width:24px;height:24px;stroke-width:2}
.gp-nav-item.is-active{color:var(--gp-primary)}
.gp-nav-item:hover{opacity:1;color:var(--gp-text)}

body:not(.gp-logged-in) .gp-main{padding-bottom:24px}

/* ================ Footer ================ */
.gp-footer{
    border-top:1px solid var(--gp-border);background:var(--gp-surface);
    padding:24px 16px;margin-top:32px;
}
.gp-footer-inner{max-width:880px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;align-items:center}
.gp-copy{color:var(--gp-text-muted);font-size:.85rem;margin:0}
.gp-footer-nav{display:flex;flex-wrap:wrap;gap:14px;font-size:.85rem}
.gp-footer-nav a{color:var(--gp-text-muted)}

/* ================ Buttons ================ */
.gp-btn{
    display:inline-flex;align-items:center;justify-content:center;gap:6px;
    padding:10px 18px;border-radius:999px;font-weight:600;font-size:.95rem;
    transition:transform .1s,box-shadow .15s,opacity .15s;
    cursor:pointer;border:0;text-decoration:none;color:var(--gp-text);
    background:var(--gp-surface-2);min-height:42px;
}
.gp-btn:hover{transform:translateY(-1px)}
.gp-btn:active{transform:translateY(0)}
.gp-btn-primary{background:linear-gradient(135deg,var(--gp-primary),var(--gp-secondary));color:#fff;box-shadow:0 4px 12px rgba(255,51,102,.25)}
.gp-btn-secondary{background:var(--gp-secondary);color:#fff}
.gp-btn-ghost{background:transparent;border:1px solid var(--gp-border);color:var(--gp-text)}
.gp-btn-danger{background:var(--gp-danger);color:#fff}
.gp-btn-block{display:flex;width:100%}
.gp-btn-lg{padding:14px 22px;font-size:1.05rem;min-height:50px}

/* ================ Forms ================ */
.gp-form{display:flex;flex-direction:column;gap:14px}
.gp-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:480px){.gp-grid-2{grid-template-columns:1fr}}
.gp-field{display:flex;flex-direction:column;gap:6px}
.gp-field label{font-weight:600;font-size:.875rem;color:var(--gp-text)}
.gp-field input[type="text"],
.gp-field input[type="email"],
.gp-field input[type="password"],
.gp-field input[type="number"],
.gp-field input[type="url"],
.gp-field select,
.gp-field textarea{
    width:100%;padding:12px 14px;border:1px solid var(--gp-border);
    border-radius:var(--gp-radius-sm);background:var(--gp-surface);color:var(--gp-text);
    transition:border-color .15s,box-shadow .15s;
}
.gp-field input:focus,.gp-field select:focus,.gp-field textarea:focus{
    outline:0;border-color:var(--gp-primary);box-shadow:0 0 0 3px rgba(255,51,102,.12);
}
.gp-field textarea{resize:vertical;min-height:88px}
.gp-checkbox{display:flex;align-items:flex-start;gap:8px;font-size:.9rem;cursor:pointer}
.gp-checkbox input{margin-top:2px;accent-color:var(--gp-primary)}
.gp-form-mini{margin-top:12px}
.gp-card-form{background:var(--gp-surface);padding:20px;border-radius:var(--gp-radius);box-shadow:var(--gp-shadow);margin-bottom:16px}

/* Switch */
.gp-switch{display:flex;align-items:center;gap:10px;cursor:pointer;user-select:none}
.gp-switch input{display:none}
.gp-switch-slider{
    width:44px;height:26px;border-radius:13px;background:var(--gp-border);
    position:relative;transition:background .2s;
}
.gp-switch-slider::after{
    content:"";position:absolute;top:3px;left:3px;
    width:20px;height:20px;border-radius:50%;background:#fff;
    transition:transform .2s;box-shadow:0 1px 3px rgba(0,0,0,.2);
}
.gp-switch input:checked + .gp-switch-slider{background:var(--gp-primary)}
.gp-switch input:checked + .gp-switch-slider::after{transform:translateX(18px)}

/* Chips */
.gp-chips{display:flex;flex-wrap:wrap;gap:6px}
.gp-chip{padding:5px 12px;border-radius:999px;background:var(--gp-surface-2);font-size:.85rem}
.gp-chips-pick{display:flex;flex-wrap:wrap;gap:6px}
.gp-chip-pick{cursor:pointer}
.gp-chip-pick input{display:none}
.gp-chip-pick span{display:inline-block;padding:6px 14px;border-radius:999px;background:var(--gp-surface-2);font-size:.85rem;border:1px solid var(--gp-border);transition:all .15s}
.gp-chip-pick input:checked + span{background:var(--gp-primary);color:#fff;border-color:transparent}

/* ================ Cards ================ */
.gp-card{
    background:var(--gp-surface);padding:18px;border-radius:var(--gp-radius);
    box-shadow:var(--gp-shadow);margin-bottom:14px;
}
.gp-card h3{margin-top:0;font-size:1.05rem}
.gp-card-danger{border:1px solid var(--gp-danger)}
.gp-card-danger button{margin-right:8px;margin-top:6px}

/* ================ Alerts ================ */
.gp-alert{
    padding:12px 14px;border-radius:var(--gp-radius-sm);margin-bottom:12px;
    font-size:.92rem;border-left:3px solid;
}
.gp-alert-error{background:rgba(239,68,68,.08);border-color:var(--gp-danger);color:var(--gp-danger)}
.gp-alert-success{background:rgba(16,185,129,.08);border-color:var(--gp-success);color:var(--gp-success)}
.gp-alert-info{background:rgba(59,130,246,.08);border-color:var(--gp-info);color:var(--gp-info)}

/* ================ Empty State ================ */
.gp-empty{text-align:center;padding:48px 16px;color:var(--gp-text-muted)}
.gp-empty p{margin-bottom:16px}

/* ================ Auth Pages ================ */
.gp-auth-wrap{min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:24px 16px}
.gp-auth-card{
    background:var(--gp-surface);padding:32px 24px;border-radius:var(--gp-radius-lg);
    box-shadow:var(--gp-shadow-lg);max-width:440px;width:100%;
}
.gp-auth-title{font-size:1.6rem;margin-bottom:6px;text-align:center}
.gp-auth-sub{color:var(--gp-text-muted);text-align:center;margin-bottom:22px}
.gp-auth-foot{margin-top:18px;text-align:center;color:var(--gp-text-muted);font-size:.92rem}
.gp-lostpass{margin-top:8px;font-size:.85rem;color:var(--gp-text-muted)}
.gp-lostpass summary{cursor:pointer;color:var(--gp-primary);list-style:none}
.gp-lostpass summary::-webkit-details-marker{display:none}

/* ================ Hero / Front Page ================ */
.gp-hero{position:relative;padding:64px 16px 48px;text-align:center;overflow:hidden}
.gp-hero-bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.gp-blob{
    position:absolute;border-radius:50%;filter:blur(60px);opacity:.45;
    animation:gp-float 14s ease-in-out infinite;
}
.gp-blob-1{width:320px;height:320px;background:var(--gp-primary);top:-80px;left:-100px}
.gp-blob-2{width:260px;height:260px;background:var(--gp-secondary);top:30%;right:-80px;animation-delay:-5s}
.gp-blob-3{width:240px;height:240px;background:#10b981;bottom:-80px;left:30%;animation-delay:-9s}
@keyframes gp-float{
    0%,100%{transform:translate(0,0) scale(1)}
    33%{transform:translate(30px,-20px) scale(1.05)}
    66%{transform:translate(-20px,30px) scale(.95)}
}
.gp-hero-content{position:relative;z-index:1;max-width:680px;margin:0 auto}
.gp-hero-title{font-size:clamp(1.8rem,5vw,2.8rem);margin-bottom:14px;letter-spacing:-.02em}
.gp-hero-text{font-size:1.05rem;color:var(--gp-text-muted);margin-bottom:24px}
.gp-hero-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}

.gp-features{padding:32px 16px;max-width:880px;margin:0 auto}
.gp-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}
.gp-feature{
    background:var(--gp-surface);padding:20px;border-radius:var(--gp-radius);
    box-shadow:var(--gp-shadow);text-align:center;
}
.gp-feature-icon{font-size:2rem;margin-bottom:8px}
.gp-feature h3{font-size:1rem;margin-bottom:4px}
.gp-feature p{font-size:.875rem;color:var(--gp-text-muted);margin:0}

.gp-cta-band{
    margin:32px 16px;padding:32px 24px;border-radius:var(--gp-radius-lg);
    background:linear-gradient(135deg,var(--gp-primary),var(--gp-secondary));
    color:#fff;text-align:center;max-width:880px;
}
.gp-cta-band h2{font-size:1.5rem;margin-bottom:8px}
.gp-cta-band .gp-btn{background:#fff;color:var(--gp-primary)}

@media (min-width:880px){.gp-cta-band{margin:32px auto}}

/* ================ Avatars ================ */
.gp-avatar-sm{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}
.gp-avatar-lg{width:96px;height:96px;border-radius:50%;object-fit:cover}
.gp-avatar-xl{width:140px;height:140px;border-radius:50%;object-fit:cover;margin:0 auto;display:block;border:4px solid var(--gp-surface);box-shadow:var(--gp-shadow-lg)}

/* ================ Profile ================ */
.gp-profile-hero{text-align:center;padding:24px 16px 16px}
.gp-profile-name{font-size:1.5rem;margin:14px 0 6px;display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.gp-profile-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin:8px 0 20px}
.gp-detail-list li{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--gp-border)}
.gp-detail-list li:last-child{border:0}
.gp-detail-list span{color:var(--gp-text-muted)}
.gp-avatar-row{display:flex;gap:14px;align-items:center;margin-bottom:18px}

.gp-badge-pill{display:inline-block;padding:2px 10px;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}
.gp-premium-pill{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff}

/* ================ Discover Cards ================ */
.gp-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}
@media (max-width:480px){.gp-cards-grid{grid-template-columns:1fr 1fr;gap:10px}}
.gp-user-card{
    background:var(--gp-surface);border-radius:var(--gp-radius);overflow:hidden;
    box-shadow:var(--gp-shadow);transition:transform .15s,box-shadow .15s;
    display:flex;flex-direction:column;
}
.gp-user-card:hover{transform:translateY(-2px);box-shadow:var(--gp-shadow-lg)}
.gp-user-card-link{display:block;color:var(--gp-text)}
.gp-user-card-photo{
    width:100%;aspect-ratio:3/4;background-size:cover;background-position:center;
    position:relative;background-color:var(--gp-surface-2);
}
.gp-user-card-photo .gp-badge-pill{position:absolute;top:8px;right:8px}
.gp-user-card-info{padding:10px 12px}
.gp-user-card-info h3{font-size:.95rem;margin:0 0 2px}
.gp-user-card-info p{margin:0;font-size:.8rem}
.gp-user-card-actions{display:flex;justify-content:space-around;padding:8px;border-top:1px solid var(--gp-border)}

.gp-circle-btn{
    width:40px;height:40px;border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    background:var(--gp-surface-2);color:var(--gp-text);
    transition:transform .12s,background .15s;
    text-decoration:none;font-size:1rem;
}
.gp-circle-btn:hover{transform:scale(1.08)}
.gp-circle-btn.gp-like{background:var(--gp-primary);color:#fff}
.gp-circle-btn.gp-msg{background:var(--gp-secondary);color:#fff}

/* ================ Filters ================ */
.gp-filters{background:var(--gp-surface);padding:16px;border-radius:var(--gp-radius);margin-bottom:16px;box-shadow:var(--gp-shadow)}
.gp-filters[hidden]{display:none}

/* ================ Conversations ================ */
.gp-conv-list{display:flex;flex-direction:column;gap:2px}
.gp-conv-item{
    display:flex;align-items:center;gap:12px;padding:12px;border-radius:var(--gp-radius-sm);
    background:var(--gp-surface);color:var(--gp-text);
    transition:background .15s;
}
.gp-conv-item:hover{background:var(--gp-surface-2);opacity:1}
.gp-conv-meta{flex:1;min-width:0}
.gp-conv-top{display:flex;justify-content:space-between;gap:8px}
.gp-conv-time{font-size:.75rem;flex-shrink:0}
.gp-conv-preview{margin:2px 0 0;color:var(--gp-text-muted);font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gp-conv-item .gp-badge{position:static}

/* ================ Chat ================ */
.gp-chat{
    position:fixed;top:60px;left:0;right:0;bottom:0;
    display:flex;flex-direction:column;background:var(--gp-bg);
}
body.gp-logged-in .gp-chat{bottom:0}
.gp-bottom-nav.gp-hide-on-chat{display:none}
.gp-chat-head{
    display:flex;align-items:center;gap:8px;padding:8px 12px;
    background:var(--gp-surface);border-bottom:1px solid var(--gp-border);
    flex-shrink:0;
}
.gp-chat-back{font-size:1.6rem;color:var(--gp-text);padding:4px 10px;line-height:1}
.gp-chat-head-info{display:flex;align-items:center;gap:10px;flex:1;color:var(--gp-text);min-width:0}
.gp-chat-head-info strong{display:block;font-size:.95rem}
.gp-chat-status{font-size:.72rem}
.gp-chat-head-actions{display:flex;gap:4px}
.gp-chat-messages{
    flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:6px;
    scroll-behavior:smooth;
}
.gp-chat-msg{
    max-width:78%;padding:9px 13px;border-radius:18px;
    font-size:.95rem;word-wrap:break-word;line-height:1.35;
    animation:gp-fade-in .2s ease-out;
}
@keyframes gp-fade-in{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.gp-chat-msg.is-me{align-self:flex-end;background:var(--gp-primary);color:#fff;border-bottom-right-radius:4px}
.gp-chat-msg.is-them{align-self:flex-start;background:var(--gp-surface);color:var(--gp-text);border-bottom-left-radius:4px;border:1px solid var(--gp-border)}
.gp-chat-msg-meta{font-size:.65rem;opacity:.7;margin-top:3px;text-align:right}
.gp-chat-loading{text-align:center;color:var(--gp-text-muted);padding:16px}
.gp-chat-input{
    display:flex;gap:8px;padding:10px;background:var(--gp-surface);
    border-top:1px solid var(--gp-border);flex-shrink:0;
    padding-bottom:calc(10px + env(safe-area-inset-bottom));
}
.gp-chat-input input{
    flex:1;padding:10px 14px;border-radius:999px;border:1px solid var(--gp-border);
    background:var(--gp-surface-2);color:var(--gp-text);
}
.gp-chat-input input:focus{outline:0;border-color:var(--gp-primary)}
.gp-chat-send{padding:0 18px;border-radius:999px;flex-shrink:0}

body.gp-on-chat .gp-bottom-nav,
body.gp-on-chat .gp-footer{display:none}
body.gp-on-chat .gp-main{padding-bottom:0}

/* ================ Notifications ================ */
.gp-notif-list{display:flex;flex-direction:column;gap:4px}
.gp-notif-item a{
    display:flex;gap:12px;align-items:center;
    padding:12px;border-radius:var(--gp-radius-sm);
    background:var(--gp-surface);color:var(--gp-text);
}
.gp-notif-item.is-unread a{background:rgba(255,51,102,.08);border-left:3px solid var(--gp-primary)}
.gp-notif-icon{font-size:1.5rem;flex-shrink:0}
.gp-notif-item p{margin:0}
.gp-notif-time{font-size:.75rem}

/* ================ Settings ================ */
.gp-settings-list li a{
    display:flex;justify-content:space-between;align-items:center;
    padding:12px 0;color:var(--gp-text);border-bottom:1px solid var(--gp-border);
}
.gp-settings-list li:last-child a{border:0}
.gp-arrow{color:var(--gp-text-muted)}
.gp-blocked-list li{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--gp-border)}
.gp-blocked-list li:last-child{border:0}
.gp-blocked-list .gp-btn{margin-left:auto}

/* ================ Gallery ================ */
.gp-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:12px}
.gp-gallery-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:var(--gp-radius-sm)}
.gp-gallery-item{position:relative}
.gp-gallery-del{
    position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;
    background:rgba(0,0,0,.6);color:#fff;font-size:1rem;line-height:1;
    display:flex;align-items:center;justify-content:center;
}

/* ================ Modal ================ */
.gp-modal{
    position:fixed;inset:0;z-index:200;
    display:flex;align-items:center;justify-content:center;
    background:rgba(0,0,0,.55);padding:16px;
    animation:gp-fade-in .2s;
}
.gp-modal[hidden]{display:none}
.gp-modal-card{
    background:var(--gp-surface);padding:32px 24px;border-radius:var(--gp-radius-lg);
    max-width:380px;width:100%;text-align:center;box-shadow:var(--gp-shadow-lg);
}
.gp-modal-card h2{font-size:1.4rem;margin-bottom:8px;background:linear-gradient(135deg,var(--gp-primary),var(--gp-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.gp-modal-actions{display:flex;flex-direction:column;gap:8px;margin-top:18px}

/* ================ Article (privacy/terms) ================ */
.gp-article{max-width:760px;margin:0 auto;padding:16px}
.gp-article h1,.gp-article h2{margin-top:1.4em}

/* ================ Utils ================ */
.gp-hidden{display:none!important}
@media (min-width:768px){
    .gp-bottom-nav{display:none}
    .gp-chat{top:60px;max-width:880px;left:50%;transform:translateX(-50%);right:auto;width:100%;border-left:1px solid var(--gp-border);border-right:1px solid var(--gp-border)}
    body.gp-logged-in .gp-main{padding-bottom:24px}
}


/* Chat image messages - mobile social UI */
.gp-chat-input{display:flex;align-items:flex-end;gap:10px;padding:12px 14px;background:rgba(255,255,255,.96);border-top:1px solid rgba(0,0,0,.07);position:fixed;left:0;right:0;bottom:70px;z-index:50}
.gp-chat-attach{width:46px;height:46px;border:0;border-radius:50%;background:#f0f2f7;color:#1f2937;font-size:22px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(0,0,0,.08)}
.gp-chat-compose{flex:1;min-width:0;background:#f3f4f8;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:7px 12px}
.gp-chat-compose input{width:100%;border:0!important;background:transparent!important;box-shadow:none!important;outline:0;padding:8px 2px;font-size:16px}
.gp-chat-send{width:48px!important;height:48px!important;border-radius:50%!important;padding:0!important;display:flex!important;align-items:center;justify-content:center;font-size:22px!important}
.gp-image-preview{position:relative;width:96px;margin:2px 0 8px}
.gp-image-preview img{width:96px;height:96px;border-radius:18px;object-fit:cover;display:block}
.gp-image-preview button{position:absolute;top:-8px;right:-8px;width:26px;height:26px;border:0;border-radius:50%;background:#111827;color:#fff;font-size:18px;line-height:26px}
.gp-chat-messages{padding-bottom:150px!important}
.gp-chat-msg{max-width:78%;margin:8px 14px;padding:8px 10px;border-radius:20px;clear:both;word-break:break-word}
.gp-chat-msg.is-me{margin-left:auto;background:linear-gradient(135deg,var(--gp-primary,#2e7d32),var(--gp-secondary,#c0a91d));color:#fff;border-bottom-right-radius:8px}
.gp-chat-msg.is-them{margin-right:auto;background:#fff;color:#1f2937;border:1px solid rgba(0,0,0,.06);border-bottom-left-radius:8px}
.gp-chat-text{font-size:15px;line-height:1.35;padding:4px 2px}
.gp-chat-photo{display:block;border:0;background:transparent;padding:0;margin:0;max-width:240px;border-radius:18px;overflow:hidden;cursor:pointer}
.gp-chat-photo img{display:block;max-width:240px;width:100%;max-height:320px;object-fit:cover;border-radius:18px}
.gp-chat-msg-meta{font-size:11px;opacity:.72;margin-top:4px;text-align:right}
.gp-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.88);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px}
.gp-lightbox[hidden]{display:none!important}
.gp-lightbox img{max-width:100%;max-height:86vh;border-radius:18px;object-fit:contain}
.gp-lightbox-close{position:absolute;top:18px;right:18px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.18);color:#fff;font-size:30px;line-height:44px}
body.dark .gp-chat-input{background:#111827;border-color:rgba(255,255,255,.08)}
body.dark .gp-chat-compose,body.dark .gp-chat-attach{background:#1f2937;color:#fff;border-color:rgba(255,255,255,.08)}
body.dark .gp-chat-msg.is-them{background:#1f2937;color:#fff;border-color:rgba(255,255,255,.08)}
@media (max-width:480px){.gp-chat-photo,.gp-chat-photo img{max-width:220px}.gp-chat-input{bottom:56px;padding:10px}.gp-chat-messages{padding-bottom:140px!important}}



/* Facebook-style social layer */
.gp-social-feed .gp-page-title{margin-bottom:0}
.gp-create-post,.gp-social-post{background:var(--gp-surface);border:1px solid var(--gp-border);border-radius:22px;box-shadow:var(--gp-shadow);padding:14px;margin-bottom:14px}
.gp-create-top{display:flex;gap:12px;align-items:flex-start}
.gp-create-top textarea{flex:1;border:0;background:var(--gp-surface-2);border-radius:18px;min-height:84px;padding:13px 14px;color:var(--gp-text);resize:vertical;outline:0}
.gp-create-actions{display:flex;align-items:center;justify-content:space-between;margin-top:12px;gap:10px}
.gp-photo-btn{display:inline-flex;align-items:center;gap:7px;background:var(--gp-surface-2);border:1px solid var(--gp-border);border-radius:999px;padding:10px 14px;font-weight:700;cursor:pointer;color:var(--gp-text)}
.gp-post-preview{position:relative;width:140px;margin:12px 0 0 56px}
.gp-post-preview img{width:140px;height:140px;object-fit:cover;border-radius:18px}
.gp-post-preview button{position:absolute;right:-8px;top:-8px;background:#111827;color:#fff;width:30px;height:30px;border-radius:50%;font-size:22px;line-height:30px}
.gp-post-head{display:flex;align-items:center;gap:11px;margin-bottom:10px}
.gp-post-avatar{width:46px;height:46px;object-fit:cover;border-radius:50%;background:var(--gp-surface-2)}
.gp-post-head div{display:flex;flex-direction:column;line-height:1.2}.gp-post-head span{font-size:.78rem;color:var(--gp-text-muted);margin-top:3px}
.gp-post-content{font-size:1rem;line-height:1.48;margin:10px 0;white-space:pre-wrap}
.gp-post-image{display:block;margin:10px -14px 0}.gp-post-image img{width:100%;max-height:520px;object-fit:cover;background:var(--gp-surface-2)}
.gp-post-stats{font-size:.86rem;color:var(--gp-text-muted);padding:11px 0;border-bottom:1px solid var(--gp-border)}
.gp-post-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:8px 0;border-bottom:1px solid var(--gp-border)}
.gp-post-actions button{border-radius:12px;padding:10px 6px;color:var(--gp-text-muted);font-weight:700;background:transparent}.gp-post-actions button:hover{background:var(--gp-surface-2);color:var(--gp-text)}
.gp-post-like.is-liked{color:var(--gp-primary)}
.gp-comments{padding-top:10px}.gp-comment{display:flex;gap:8px;margin:8px 0;align-items:flex-start}.gp-comment img{width:30px;height:30px;border-radius:50%;object-fit:cover}.gp-comment p{margin:0;background:var(--gp-surface-2);border-radius:15px;padding:8px 10px;font-size:.9rem}.gp-comment strong{margin-right:4px}
.gp-comment-form{display:flex;gap:8px;margin-top:9px}.gp-comment-form input{flex:1;border:1px solid var(--gp-border);background:var(--gp-surface-2);color:var(--gp-text);border-radius:999px;padding:10px 13px;outline:0}.gp-comment-form button{background:var(--gp-primary);color:#fff;border-radius:999px;padding:8px 13px;font-weight:700}
.gp-social-counters{display:flex;justify-content:center;gap:10px;margin-top:14px}.gp-social-counters a{min-width:86px;background:var(--gp-surface);border:1px solid var(--gp-border);border-radius:16px;padding:10px 12px;text-align:center;color:var(--gp-text);box-shadow:var(--gp-shadow)}.gp-social-counters strong{display:block;font-size:1.05rem}.gp-social-counters span{display:block;color:var(--gp-text-muted);font-size:.76rem}
.gp-friend-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--gp-border);color:var(--gp-text)}.gp-friend-row:last-child{border-bottom:0}.gp-friend-row img{width:50px;height:50px;border-radius:50%;object-fit:cover;background:var(--gp-surface-2)}.gp-friend-row div{flex:1;display:flex;flex-direction:column}.gp-friend-row span{font-size:.82rem;color:var(--gp-text-muted)}.gp-friend-row .gp-btn{min-height:34px;padding:7px 11px;font-size:.82rem}
.gp-follow-toggle.is-following{background:var(--gp-success);color:#fff;border-color:transparent}
@media(max-width:520px){.gp-bottom-nav{height:68px}.gp-nav-item{font-size:.64rem}.gp-nav-item svg{width:22px;height:22px}.gp-create-post,.gp-social-post{border-radius:18px;margin-left:-2px;margin-right:-2px}.gp-post-actions button{font-size:.82rem}.gp-friend-row{flex-wrap:wrap}.gp-friend-row div{min-width:120px}.gp-social-counters{gap:6px}.gp-social-counters a{min-width:78px;padding:8px 7px}}

/* ==========================================================
   Professional social UI polish - mobile app buttons/feed/profile
   ========================================================== */
.gp-topbar{height:64px;background:rgba(255,255,255,.96);box-shadow:0 8px 24px rgba(15,23,42,.06);}
html[data-theme="dark"] .gp-topbar{background:rgba(24,27,34,.94)}
.gp-main{padding-top:64px}
.gp-logo{font-size:1.18rem;min-width:0}.gp-logo .custom-logo{max-height:38px;width:auto}.gp-logo-icon{width:42px;height:42px;box-shadow:0 8px 20px rgba(255,51,102,.20)}
.gp-icon-btn{background:transparent;border:1px solid transparent}.gp-icon-btn:hover{background:var(--gp-surface-2);border-color:var(--gp-border)}

.gp-btn{min-height:44px;padding:11px 17px;border-radius:999px;font-weight:800;letter-spacing:-.01em;border:1px solid transparent;box-shadow:0 8px 20px rgba(15,23,42,.05)}
.gp-btn-primary{background:linear-gradient(135deg,var(--gp-primary),var(--gp-secondary));box-shadow:0 12px 26px rgba(255,51,102,.24)}
.gp-btn-secondary{background:linear-gradient(135deg,#22c55e,#eab308);color:#fff;box-shadow:0 12px 26px rgba(34,197,94,.20)}
.gp-btn-ghost{background:var(--gp-surface);border-color:var(--gp-border);box-shadow:0 8px 18px rgba(15,23,42,.05)}
.gp-btn-danger,.gp-action-block,.gp-action-report{background:#fff;border-color:#fee2e2;color:#dc2626}
html[data-theme="dark"] .gp-btn-danger,html[data-theme="dark"] .gp-action-block,html[data-theme="dark"] .gp-action-report{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.24);color:#fca5a5}

.gp-profile .gp-profile-hero{padding:28px 12px 12px}.gp-profile-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:14px 0 18px}.gp-profile-actions .gp-btn{width:100%;font-size:.92rem;white-space:nowrap;padding-left:12px;padding-right:12px}.gp-profile-actions .gp-action-like{grid-column:span 2}.gp-profile-actions a[href*="chat"],.gp-profile-actions .gp-btn-secondary{grid-column:span 2}.gp-social-counters{gap:8px;margin-top:16px}.gp-social-counters a{min-width:0;flex:1;max-width:120px;border-radius:20px;padding:12px 8px}.gp-social-counters strong{font-size:1.1rem;color:var(--gp-primary)}.gp-social-counters span{font-weight:700}
@media(min-width:640px){.gp-profile-actions{display:flex}.gp-profile-actions .gp-action-like,.gp-profile-actions a[href*="chat"],.gp-profile-actions .gp-btn-secondary{grid-column:auto}.gp-profile-actions .gp-btn{width:auto}}

.gp-create-post{overflow:hidden;padding:16px;border-radius:24px}.gp-create-top{align-items:flex-start}.gp-create-top textarea{min-height:96px;font-size:1.04rem;line-height:1.4;border:1px solid var(--gp-border);background:var(--gp-surface-2)}
.gp-create-actions{padding-top:4px}.gp-photo-btn{min-height:44px;padding:11px 15px;border-radius:999px;background:var(--gp-surface);box-shadow:0 8px 18px rgba(15,23,42,.05)}
.gp-create-actions .gp-btn{min-width:126px}
.gp-post-preview[hidden]{display:none!important}.gp-post-preview{display:flex!important;align-items:center;gap:10px;width:auto!important;margin:12px 0 0 56px!important;background:var(--gp-surface-2);border:1px solid var(--gp-border);border-radius:18px;padding:8px;max-width:240px}.gp-post-preview img{width:72px!important;height:72px!important;min-width:72px!important;object-fit:cover!important;border-radius:14px!important}.gp-post-preview button{position:static!important;background:#111827;color:#fff;width:32px;height:32px;border-radius:50%;font-size:22px;line-height:1;margin-left:auto}.gp-post-preview::after{content:'Imagen lista';font-size:.85rem;font-weight:800;color:var(--gp-text-muted);order:1}.gp-post-preview button{order:2}.gp-post-preview img{order:0}
.gp-post-image{border-radius:0;margin:12px -14px 0;overflow:hidden}.gp-post-image img{max-height:560px;object-fit:cover}.gp-post-actions button{display:flex;align-items:center;justify-content:center;gap:6px;border-radius:14px;min-height:42px}.gp-comment-form button{min-width:48px}

@media(max-width:520px){
  .gp-container{padding:12px}.gp-page-title{font-size:1.9rem;letter-spacing:-.03em}.gp-topbar-inner{padding:0 14px}.gp-logo-text{font-size:1.05rem}.gp-top-actions{gap:4px}.gp-icon-btn{width:42px;height:42px}.gp-create-post,.gp-social-post,.gp-card{border-radius:22px}.gp-create-top{gap:10px}.gp-create-top .gp-post-avatar{width:44px;height:44px}.gp-create-top textarea{min-height:92px;border-radius:20px}.gp-post-preview{margin-left:54px!important;max-width:calc(100% - 54px)}.gp-create-actions .gp-btn{min-width:112px}.gp-photo-btn{padding:10px 12px}.gp-profile-actions{gap:9px}.gp-profile-actions .gp-btn{font-size:.86rem;min-height:42px}.gp-social-counters a{padding:10px 6px}.gp-social-counters span{font-size:.7rem}.gp-social-counters strong{font-size:1rem}
}


/* Custom professional password reset page - no WordPress branding */
body.page-template-page-reset-password .gp-topbar,
body.page-template-page-reset-password .gp-bottom-nav,
body.page-template-page-reset-password .gp-footer{display:none!important}
body.page-template-page-reset-password .gp-main{padding-top:0!important;min-height:100vh;background:radial-gradient(circle at top left,rgba(46,125,50,.16),transparent 34%),linear-gradient(180deg,#f6f8fb,#eef2f7)}
html[data-theme="dark"] body.page-template-page-reset-password .gp-main{background:radial-gradient(circle at top left,rgba(46,125,50,.22),transparent 34%),linear-gradient(180deg,#111827,#0b1018)}
.gp-reset-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px!important}
.gp-reset-card{max-width:420px;border-radius:30px;padding:28px 22px;text-align:left;box-shadow:0 24px 70px rgba(15,23,42,.16)}
.gp-reset-logo{width:64px;height:64px;border-radius:22px;margin:0 auto 18px;background:linear-gradient(135deg,var(--gp-primary),var(--gp-secondary));display:flex;align-items:center;justify-content:center;color:#fff;font-size:28px;font-weight:900;box-shadow:0 16px 34px rgba(46,125,50,.25);overflow:hidden}
.gp-reset-logo .custom-logo{max-width:64px;max-height:64px;width:100%;height:100%;object-fit:cover}
.gp-reset-card .gp-auth-title{text-align:center;font-size:1.75rem;line-height:1.08;margin-bottom:8px}
.gp-reset-card .gp-auth-sub{text-align:center;margin-bottom:22px;color:var(--gp-text-muted)}
.gp-password-box{display:flex;align-items:center;border:1px solid var(--gp-border);border-radius:18px;background:var(--gp-surface-2);overflow:hidden}
.gp-password-box input{border:0!important;background:transparent!important;box-shadow:none!important;outline:0!important;flex:1;min-width:0;padding:14px 14px!important;font-size:1.05rem;color:var(--gp-text)}
.gp-pass-toggle{width:48px;height:48px;border:0;background:transparent;color:var(--gp-text-muted);font-size:18px;display:flex;align-items:center;justify-content:center}
.gp-password-help{font-size:.88rem;color:var(--gp-text-muted);background:var(--gp-surface-2);border:1px solid var(--gp-border);border-radius:16px;padding:12px 14px;margin:-2px 0 14px;line-height:1.45}
@media(max-width:520px){.gp-reset-card{border-radius:26px;padding:24px 18px}.gp-reset-card .gp-auth-title{font-size:1.55rem}.gp-reset-wrap{align-items:flex-start;padding-top:42px!important}}

/* Social stories and follower-only publishing */
.gp-stories-section{margin:12px 0 16px}.gp-section-title-row{display:flex;align-items:center;justify-content:space-between;margin:0 2px 10px}.gp-section-title-row h2{margin:0;font-size:1.15rem}.gp-section-title-row span{color:var(--gp-muted);font-size:.85rem}.gp-stories-row{display:flex;gap:10px;overflow-x:auto;padding:4px 2px 10px;scroll-snap-type:x proximity}.gp-story-create,.gp-story-card{flex:0 0 118px;height:178px;border-radius:22px;border:1px solid var(--gp-border);background:var(--gp-surface);box-shadow:var(--gp-shadow);position:relative;overflow:hidden;scroll-snap-align:start}.gp-story-create{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--gp-text);font-weight:800}.gp-story-create span{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--gp-gradient);color:#fff;font-size:1.5rem;box-shadow:0 12px 24px rgba(43,129,42,.28)}.gp-story-bg{position:absolute;inset:0;background:linear-gradient(135deg,var(--gp-primary),var(--gp-accent))}.gp-story-bg img{width:100%;height:100%;object-fit:cover}.gp-story-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.7))}.gp-story-user{position:absolute;top:10px;left:10px;right:10px;display:flex;align-items:center;gap:7px;color:#fff;z-index:2}.gp-story-user img{width:30px;height:30px;border-radius:50%;object-fit:cover;border:2px solid #fff}.gp-story-user strong{font-size:.8rem;line-height:1.1}.gp-story-card p{position:absolute;left:10px;right:10px;bottom:8px;margin:0;color:#fff;font-size:.82rem;font-weight:700;line-height:1.25;z-index:2}.gp-create-story{background:var(--gp-surface);border:1px solid var(--gp-border);border-radius:22px;box-shadow:var(--gp-shadow);padding:12px;margin-bottom:14px}.gp-create-story textarea{width:100%;border:1px solid var(--gp-border);background:var(--gp-surface-2);color:var(--gp-text);border-radius:16px;padding:12px;resize:vertical}.gp-privacy-select{border:1px solid var(--gp-border);border-radius:999px;background:var(--gp-surface-2);color:var(--gp-text);padding:10px 12px;font-weight:800;max-width:160px}.gp-post-head span{display:block;color:var(--gp-muted);font-size:.82rem;margin-top:2px}
@media(max-width:520px){.gp-story-create,.gp-story-card{flex-basis:104px;height:158px;border-radius:18px}.gp-stories-row{gap:8px}.gp-create-actions{flex-wrap:wrap}.gp-privacy-select{flex:1;min-width:130px}}


/* ===== Instagram-like feed composer polish ===== */
.gp-social-feed{max-width:720px;margin:0 auto;padding-top:8px;padding-bottom:86px}
.gp-stories-section{margin:0 -4px 14px;padding:12px 0 2px;background:transparent;border:0;box-shadow:none}
.gp-section-title-row{display:none!important}
.gp-stories-row{gap:12px;padding:4px 4px 12px;scrollbar-width:none}.gp-stories-row::-webkit-scrollbar{display:none}
.gp-story-create,.gp-story-card{flex:0 0 88px;height:112px;border-radius:18px;background:transparent;border:0;box-shadow:none;overflow:visible}
.gp-story-create{justify-content:flex-start;gap:7px;font-size:.78rem;text-align:center;color:var(--gp-text)}
.gp-story-create span{width:68px;height:68px;border-radius:50%;font-size:1.45rem;background:linear-gradient(135deg,#ff2d55,#ffb300,#2b812a);border:3px solid var(--gp-surface);box-shadow:0 8px 24px rgba(255,45,85,.23)}
.gp-story-create strong{max-width:82px;line-height:1.05}
.gp-story-card{height:112px}.gp-story-card:before{content:'';position:absolute;top:0;left:10px;width:68px;height:68px;border-radius:50%;background:linear-gradient(135deg,#ff2d55,#ffb300,#2b812a);z-index:0}.gp-story-bg{top:4px!important;left:14px!important;width:60px!important;height:60px!important;inset:auto!important;border-radius:50%;overflow:hidden;background:var(--gp-surface-2);z-index:1}.gp-story-bg img{width:100%;height:100%;object-fit:cover}.gp-story-overlay{display:none}.gp-story-user{top:78px!important;left:0!important;right:0!important;display:block!important;text-align:center;color:var(--gp-text)!important}.gp-story-user img{display:none}.gp-story-user strong{font-size:.76rem;line-height:1.05;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gp-story-card p{display:none}
.gp-composer-card{background:var(--gp-surface);border:1px solid var(--gp-border);border-radius:28px;box-shadow:0 18px 50px rgba(15,23,42,.08);padding:16px;margin:0 0 16px;overflow:hidden}
.gp-composer-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.gp-composer-title strong{font-size:1.02rem}.gp-composer-title span{font-size:.78rem;color:var(--gp-text-muted)}
.gp-create-top{display:flex;gap:12px;align-items:flex-start}.gp-create-top .gp-post-avatar{width:48px;height:48px;border:2px solid var(--gp-surface);box-shadow:0 6px 18px rgba(15,23,42,.12)}
.gp-create-top textarea,.gp-create-story textarea{width:100%;min-height:74px;border:0!important;background:var(--gp-surface-2)!important;border-radius:24px!important;padding:15px 16px!important;font-size:1rem;line-height:1.35;color:var(--gp-text);resize:none;outline:0;box-shadow:inset 0 0 0 1px rgba(148,163,184,.12)}
.gp-create-story textarea{min-height:84px}.gp-create-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:14px;flex-wrap:nowrap}.gp-create-actions .gp-btn,.gp-publish-btn{min-width:auto!important;height:48px;border-radius:999px!important;padding:0 22px!important;font-weight:900;letter-spacing:-.01em;box-shadow:0 14px 30px rgba(43,129,42,.28),0 0 0 1px rgba(255,255,255,.15) inset}.gp-create-actions .gp-btn:disabled{opacity:.62;filter:grayscale(.2)}
.gp-photo-btn{height:48px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:999px!important;background:var(--gp-surface-2)!important;border:1px solid var(--gp-border);box-shadow:none!important;padding:0 16px!important;font-weight:900;color:var(--gp-text);white-space:nowrap}.gp-photo-btn span{font-size:1.1rem}.gp-photo-btn:active,.gp-publish-btn:active{transform:scale(.97)}
.gp-privacy-select{height:48px;border-radius:999px!important;background:var(--gp-surface-2)!important;border:1px solid var(--gp-border);padding:0 14px!important;font-size:.9rem;font-weight:900;max-width:170px;color:var(--gp-text)}
.gp-post-preview{display:flex!important;align-items:center;gap:12px;width:auto!important;margin:12px 0 0 60px!important;background:var(--gp-surface-2);border:1px solid var(--gp-border);border-radius:22px;padding:8px 10px;max-width:280px;box-shadow:0 10px 30px rgba(15,23,42,.06)}.gp-post-preview[hidden]{display:none!important}.gp-post-preview img{width:76px!important;height:76px!important;min-width:76px!important;object-fit:cover!important;border-radius:18px!important}.gp-post-preview::after{content:'Imagen lista';font-weight:900;color:var(--gp-text-muted);font-size:.9rem}.gp-post-preview button{position:static!important;margin-left:auto!important;width:36px!important;height:36px!important;border-radius:50%!important;background:var(--gp-text)!important;color:var(--gp-surface)!important;display:grid!important;place-items:center!important;font-size:24px!important;line-height:1!important}
.gp-social-post{border-radius:28px;border:1px solid var(--gp-border);box-shadow:0 18px 50px rgba(15,23,42,.07);padding:14px;overflow:hidden}.gp-post-image{border-radius:22px;overflow:hidden;margin:12px 0 0!important;background:#000}.gp-post-image img{display:block;border-radius:22px;width:100%;max-height:640px;object-fit:cover}.gp-post-actions{border-top:1px solid var(--gp-border);border-bottom:0!important;margin-top:8px;padding:10px 0 0;display:flex!important;justify-content:space-around;gap:6px}.gp-post-actions button{height:42px;min-width:0;flex:1;border-radius:999px!important;background:transparent;font-weight:900;color:var(--gp-text-muted)}.gp-post-actions button:hover,.gp-post-actions button:active{background:var(--gp-surface-2);color:var(--gp-text)}.gp-post-like.is-liked{color:#ff2d55!important}.gp-post-stats{border-bottom:0!important;padding:10px 2px 2px;font-weight:800}.gp-comment-form{display:flex;gap:8px;margin-top:10px}.gp-comment-form input{height:42px;border-radius:999px;border:1px solid var(--gp-border);background:var(--gp-surface-2);padding:0 14px;flex:1;color:var(--gp-text)}.gp-comment-form button{height:42px;border-radius:999px;padding:0 14px;background:var(--gp-gradient);color:#fff;font-weight:900}
.gp-toast{position:fixed;left:50%;bottom:88px;z-index:99999;max-width:calc(100vw - 32px);transform:translate(-50%,18px);opacity:0;background:#111827;color:#fff;border-radius:999px;padding:12px 18px;font-weight:800;box-shadow:0 18px 50px rgba(0,0,0,.25);transition:.22s}.gp-toast.is-visible{opacity:1;transform:translate(-50%,0)}.gp-toast.error{background:#dc2626}.gp-toast.warn{background:#b45309}
@media(max-width:520px){.gp-social-feed{padding-left:12px;padding-right:12px}.gp-composer-card{border-radius:26px;padding:14px;margin-left:0;margin-right:0}.gp-composer-title span{display:none}.gp-create-actions{gap:8px}.gp-privacy-select{flex:1;min-width:0;max-width:none;height:46px;font-size:.86rem}.gp-photo-btn{height:46px;padding:0 14px!important}.gp-publish-btn{height:46px;padding:0 18px!important}.gp-create-top textarea,.gp-create-story textarea{min-height:72px;border-radius:22px!important}.gp-post-preview{margin-left:0!important;max-width:100%;width:100%!important}.gp-social-post{border-radius:26px;margin-left:0!important;margin-right:0!important}.gp-post-actions button{font-size:.86rem}.gp-story-create,.gp-story-card{flex-basis:82px}.gp-story-create span{width:64px;height:64px}.gp-story-card:before{left:9px;width:64px;height:64px}.gp-story-bg{left:13px!important;width:56px!important;height:56px!important}.gp-story-user{top:74px!important}}
html[data-theme="dark"] .gp-composer-card,html[data-theme="dark"] .gp-social-post{box-shadow:0 18px 50px rgba(0,0,0,.22)}

/* Professional Instagram/Facebook-style Inicio feed */
.gp-inicio-feed{max-width:760px;padding-top:14px;padding-bottom:92px}
.gp-feed-hero{display:flex;align-items:flex-end;justify-content:space-between;margin:0 0 12px;padding:4px 2px 0}
.gp-feed-kicker{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:900;color:var(--gp-primary);text-transform:uppercase;letter-spacing:.08em}
.gp-feed-hero h1{margin:3px 0 2px;font-size:1.65rem;line-height:1;letter-spacing:-.04em;color:var(--gp-text)}
.gp-feed-hero p{margin:0;color:var(--gp-text-muted);font-weight:650;font-size:.9rem;line-height:1.35}
.gp-card-soft{background:linear-gradient(180deg,rgba(255,255,255,.66),rgba(255,255,255,0));border:1px solid var(--gp-border);border-radius:28px;padding:14px 12px 10px;margin-bottom:14px;box-shadow:0 16px 44px rgba(15,23,42,.06)}
html[data-theme="dark"] .gp-card-soft{background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,0));box-shadow:0 18px 55px rgba(0,0,0,.22)}
.gp-feed-title-row{display:flex;align-items:end;justify-content:space-between;margin:18px 2px 10px}.gp-feed-title-row h2{font-size:1.2rem;margin:0;letter-spacing:-.03em}.gp-feed-title-row span{font-size:.82rem;color:var(--gp-text-muted);font-weight:750}
.gp-insta-composer,.gp-story-composer{border-radius:30px!important;border:1px solid var(--gp-border)!important;background:var(--gp-surface)!important;box-shadow:0 18px 48px rgba(15,23,42,.07)!important}
.gp-insta-composer .gp-create-top textarea{min-height:64px!important;border-radius:26px!important;font-size:1.02rem!important}
.gp-instagram-actions{display:grid!important;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px!important}.gp-instagram-actions .gp-privacy-select{width:100%;height:48px;border-radius:999px;font-weight:900}.gp-instagram-actions .gp-photo-btn{height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--gp-border);font-weight:950}.gp-instagram-actions .gp-publish-btn{height:48px;min-width:118px!important;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--gp-primary),var(--gp-accent))!important;color:#fff!important;border:0!important}
.gp-feed-card{background:var(--gp-surface)!important;border-radius:30px!important;border:1px solid var(--gp-border)!important;margin-bottom:16px!important;padding:0!important;overflow:hidden;box-shadow:0 18px 50px rgba(15,23,42,.075)!important}.gp-feed-card .gp-post-head{padding:14px 14px 8px;margin:0}.gp-feed-card .gp-post-content{padding:0 16px;margin:8px 0 12px;font-size:1.03rem}.gp-feed-card .gp-post-image{border-radius:0!important;margin:0!important;background:#000}.gp-feed-card .gp-post-image img{border-radius:0!important;max-height:760px;object-fit:cover}.gp-feed-card .gp-post-stats{padding:12px 16px 4px}.gp-feed-card .gp-post-actions{padding:8px 12px 12px!important;margin:0!important;border-top:0!important}.gp-feed-card .gp-post-actions button{height:44px;border-radius:999px!important;font-weight:950}.gp-feed-card .gp-comments{padding:0 14px 14px}.gp-feed-card .gp-comment{display:flex;gap:8px;align-items:flex-start;margin:8px 0}.gp-feed-card .gp-comment img{width:30px;height:30px;border-radius:50%;object-fit:cover}.gp-feed-card .gp-comment p{margin:0;background:var(--gp-surface-2);padding:8px 11px;border-radius:15px;color:var(--gp-text);font-size:.9rem}.gp-feed-empty{display:flex;flex-direction:column;gap:6px;border-radius:26px}.gp-feed-empty strong{font-size:1.05rem}.gp-feed-empty span{color:var(--gp-text-muted)}
.gp-stories-section .gp-section-title-row{padding:0 2px}.gp-stories-section .gp-section-title-row h2{font-size:1.15rem;letter-spacing:-.03em}.gp-stories-section .gp-section-title-row span{font-weight:800;color:var(--gp-text-muted)}
@media(max-width:520px){.gp-inicio-feed{padding-left:12px;padding-right:12px}.gp-feed-hero{display:none}.gp-card-soft{border:0;background:transparent!important;box-shadow:none!important;padding:0;margin:2px -2px 10px}.gp-feed-title-row{margin-top:14px}.gp-feed-title-row span{display:none}.gp-instagram-actions{grid-template-columns:1fr 94px;gap:8px!important}.gp-instagram-actions .gp-publish-btn{grid-column:1/-1;width:100%;height:48px}.gp-instagram-actions .gp-photo-btn{width:94px}.gp-insta-composer,.gp-story-composer{border-radius:28px!important}.gp-feed-card{border-radius:0!important;margin-left:-12px!important;margin-right:-12px!important;border-left:0!important;border-right:0!important;box-shadow:none!important}.gp-feed-card .gp-post-head{padding-left:14px;padding-right:14px}.gp-feed-card .gp-post-actions{gap:2px}.gp-feed-card .gp-post-actions button{font-size:.84rem}.gp-feed-card .gp-comments{padding-left:12px;padding-right:12px}}

/* Final Instagram/Facebook story composer and viewer fix */
body.gp-modal-open{overflow:hidden}
.gp-story-card{border:0;cursor:pointer;text-align:left;font-family:inherit;color:inherit}
.gp-story-caption{display:none}
.gp-story-modal[hidden],.gp-story-viewer[hidden]{display:none!important}
.gp-story-modal,.gp-story-viewer{position:fixed;inset:0;z-index:99999;display:flex;align-items:flex-end;justify-content:center}
.gp-story-modal-backdrop,.gp-story-viewer-bg{position:absolute;inset:0;background:rgba(0,0,0,.62);backdrop-filter:blur(8px)}
.gp-story-sheet{position:relative;width:min(560px,100%);background:var(--gp-surface);color:var(--gp-text);border-radius:30px 30px 0 0;padding:14px 16px 18px;box-shadow:0 -20px 70px rgba(0,0,0,.28);display:flex;flex-direction:column;gap:14px}
.gp-story-sheet-head{height:48px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:8px}
.gp-story-sheet-head strong{text-align:center;font-size:1.08rem;font-weight:950}
.gp-story-close{width:42px;height:42px;border:0;border-radius:50%;background:var(--gp-surface-2);color:var(--gp-text);font-size:28px;line-height:1;display:grid;place-items:center}
.gp-story-submit{height:42px;border:0;border-radius:999px;padding:0 18px;background:linear-gradient(135deg,var(--gp-primary),var(--gp-accent));color:#fff;font-weight:950;box-shadow:0 12px 26px rgba(43,129,42,.24)}
.gp-story-submit:disabled{opacity:.55;filter:grayscale(.2)}
.gp-story-sheet textarea{width:100%;min-height:92px;border:0!important;background:var(--gp-surface-2)!important;border-radius:24px!important;padding:16px!important;color:var(--gp-text);font-size:1.06rem;resize:none;outline:0}
.gp-story-upload,.gp-story-privacy{height:50px;border-radius:999px;background:var(--gp-surface-2);border:1px solid var(--gp-border);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:950;color:var(--gp-text)}
.gp-story-privacy{width:100%;padding:0 16px;text-align:center;text-align-last:center}
.gp-story-preview{display:flex!important;align-items:center;gap:12px;background:var(--gp-surface-2);border:1px solid var(--gp-border);border-radius:24px;padding:10px}.gp-story-preview[hidden]{display:none!important}.gp-story-preview img{width:92px;height:92px;object-fit:cover;border-radius:20px}.gp-story-preview:after{content:'Imagen lista';font-weight:950;color:var(--gp-text-muted)}.gp-story-preview button{margin-left:auto;width:40px;height:40px;border-radius:50%;border:0;background:var(--gp-text);color:var(--gp-surface);font-size:26px;line-height:1}
.gp-story-viewer{align-items:center;padding:18px}.gp-story-viewer-card{position:relative;width:min(480px,100%);height:min(760px,84vh);background:#05070b;color:#fff;border-radius:32px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.45);display:flex;flex-direction:column}.gp-story-viewer-top{position:absolute;top:0;left:0;right:0;z-index:4;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;gap:10px;padding:14px;background:linear-gradient(180deg,rgba(0,0,0,.65),transparent)}.gp-story-viewer-top img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.85)}.gp-story-viewer-top strong{font-size:1rem}.gp-story-viewer-top button{width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.18);color:#fff;font-size:28px;line-height:1}.gp-story-viewer-media{flex:1;display:grid;place-items:center;background:linear-gradient(135deg,#111827,#020617)}.gp-story-viewer-media img{width:100%;height:100%;object-fit:cover}.gp-story-viewer-card p{position:absolute;left:16px;right:16px;bottom:18px;margin:0;background:rgba(0,0,0,.42);backdrop-filter:blur(8px);border-radius:20px;padding:13px 15px;font-weight:850;line-height:1.35}.gp-story-text-only{width:100%;height:100%;background:linear-gradient(135deg,var(--gp-primary),var(--gp-accent))}
.gp-insta-composer{padding:12px!important;border-radius:26px!important}.gp-insta-composer .gp-create-top{gap:10px}.gp-insta-composer .gp-create-top textarea{min-height:54px!important}.gp-instagram-actions{grid-template-columns:1fr auto auto!important}.gp-instagram-actions .gp-publish-btn{grid-column:auto!important;width:auto!important;min-width:112px!important;color:#fff!important;background:linear-gradient(135deg,var(--gp-primary),var(--gp-accent))!important}.gp-instagram-actions .gp-publish-btn::before{content:'↗';font-weight:900}.gp-instagram-actions .gp-publish-btn:empty::after{content:'Publicar'}
@media(max-width:520px){.gp-story-sheet{border-radius:28px 28px 0 0;padding-bottom:calc(18px + env(safe-area-inset-bottom))}.gp-story-viewer{padding:0}.gp-story-viewer-card{height:100vh;border-radius:0}.gp-instagram-actions{grid-template-columns:minmax(0,1fr) 92px 104px!important}.gp-instagram-actions .gp-photo-btn{width:92px!important}.gp-instagram-actions .gp-publish-btn{height:46px!important;min-width:104px!important;padding:0 12px!important}.gp-insta-composer .gp-create-top textarea{min-height:58px!important}.gp-post-preview{margin-left:0!important}}

/* ==========================================================
   Rebuilt Inicio page from scratch - Facebook/Instagram style
   ========================================================== */
.gp2-feed{max-width:720px;margin:0 auto;padding:14px 14px 96px;background:var(--gp-bg);color:var(--gp-text)}
.gp2-stories{display:flex;gap:14px;overflow-x:auto;padding:8px 2px 18px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.gp2-stories::-webkit-scrollbar{display:none}
.gp2-story{flex:0 0 92px;border:0;background:transparent;color:var(--gp-text);font:inherit;text-align:center;position:relative;cursor:pointer;scroll-snap-align:start;padding:0}.gp2-story strong{display:block;margin-top:8px;font-size:.86rem;font-weight:950;line-height:1.05;max-width:92px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gp2-story-new .gp2-story-plus,.gp2-story-photo{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;margin:0 auto;background:linear-gradient(135deg,#ff2e67,#ffb703,#2e7d32);border:4px solid #fff;box-shadow:0 14px 34px rgba(15,23,42,.14)}
html[data-theme="dark"] .gp2-story-new .gp2-story-plus,html[data-theme="dark"] .gp2-story-photo{border-color:#111827;box-shadow:0 14px 34px rgba(0,0,0,.35)}
.gp2-story-plus{font-size:46px;color:#fff;font-weight:300;line-height:1}
.gp2-story-photo{background-size:cover;background-position:center;position:relative;overflow:hidden}.gp2-story-photo:before{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,46,103,.38),rgba(46,125,50,.14));pointer-events:none}.gp2-story-avatar{position:absolute;left:50%;top:54px;transform:translateX(-50%);width:44px;height:44px;border-radius:50%;padding:3px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.14)}.gp2-story-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.gp2-story-new .gp2-story-avatar{display:none}
.gp2-composer{background:var(--gp-surface);border:1px solid var(--gp-border);border-radius:28px;padding:14px;box-shadow:0 18px 48px rgba(15,23,42,.08);margin:6px 0 22px}.gp2-composer form{margin:0}.gp2-composer-top{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:start}.gp2-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;box-shadow:0 8px 22px rgba(15,23,42,.10)}.gp2-composer textarea{width:100%;min-height:72px;border:1px solid var(--gp-border)!important;background:var(--gp-surface-2)!important;color:var(--gp-text)!important;border-radius:24px!important;padding:15px 16px!important;resize:none;outline:0;font-size:1.02rem;line-height:1.35;box-shadow:none!important}.gp2-composer textarea:focus{border-color:rgba(46,125,50,.45)!important;box-shadow:0 0 0 4px rgba(46,125,50,.09)!important}
.gp2-preview{display:grid;grid-template-columns:76px 1fr 42px;align-items:center;gap:12px;margin:12px 0 0 60px;background:var(--gp-surface-2);border:1px solid var(--gp-border);border-radius:22px;padding:10px}.gp2-preview[hidden]{display:none!important}.gp2-preview img{width:76px;height:76px;border-radius:18px;object-fit:cover}.gp2-preview span{font-weight:900;color:var(--gp-text-muted)}.gp2-preview button{width:42px;height:42px;border-radius:50%;border:0;background:#111827;color:#fff;font-size:26px;line-height:1;display:grid;place-items:center}
.gp2-actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;margin-top:14px;align-items:center}.gp2-actions select,.gp2-tool-btn,.gp2-primary{height:48px;border-radius:999px!important;border:1px solid var(--gp-border);font-weight:950;font-size:.96rem;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;box-shadow:0 8px 18px rgba(15,23,42,.05);white-space:nowrap}.gp2-actions select{width:100%;background:var(--gp-surface-2);color:var(--gp-text);outline:0;text-align-last:center}.gp2-tool-btn{background:var(--gp-surface-2);color:var(--gp-text);gap:8px;cursor:pointer}.gp2-primary{min-width:112px;background:linear-gradient(135deg,#2e7d32,#f0bd22)!important;color:#fff!important;border:0!important;box-shadow:0 14px 28px rgba(46,125,50,.25)!important;text-shadow:0 1px 0 rgba(0,0,0,.10)}.gp2-primary:disabled,.gp2-sheet-head button[type="submit"]:disabled{opacity:.62;filter:grayscale(.2)}
.gp2-section-title{font-size:1.3rem;line-height:1;margin:0 0 12px;font-weight:950;letter-spacing:-.04em}.gp2-posts{display:flex;flex-direction:column;gap:16px}.gp2-empty{background:var(--gp-surface);border:1px solid var(--gp-border);border-radius:26px;padding:28px 18px;text-align:center;display:flex;flex-direction:column;gap:8px;color:var(--gp-text-muted)}.gp2-empty strong{color:var(--gp-text);font-size:1.05rem}
.gp2-posts .gp-social-post{background:var(--gp-surface)!important;border:1px solid var(--gp-border)!important;border-radius:28px!important;overflow:hidden!important;padding:0!important;margin:0!important;box-shadow:0 18px 48px rgba(15,23,42,.07)!important}.gp2-posts .gp-post-head{padding:14px 14px 8px!important;margin:0!important}.gp2-posts .gp-post-content{padding:0 16px 12px!important;margin:0!important;font-size:1.02rem;line-height:1.45}.gp2-posts .gp-post-image{display:block;margin:0!important;border-radius:0!important;background:#000}.gp2-posts .gp-post-image img{display:block;width:100%;max-height:720px;object-fit:cover;border-radius:0!important}.gp2-posts .gp-post-stats{padding:12px 16px 4px!important;color:var(--gp-text-muted);font-weight:800}.gp2-posts .gp-post-actions{padding:8px 12px 12px!important;margin:0!important;display:grid!important;grid-template-columns:repeat(3,1fr);gap:8px;border-top:0!important}.gp2-posts .gp-post-actions button{height:44px;border-radius:999px!important;background:var(--gp-surface-2)!important;color:var(--gp-text)!important;border:1px solid var(--gp-border)!important;font-weight:950}.gp2-posts .gp-post-like.is-liked{background:rgba(255,46,103,.12)!important;color:#ff2e67!important}.gp2-posts .gp-comments{padding:0 14px 14px!important}.gp2-posts .gp-comment p{background:var(--gp-surface-2)!important;color:var(--gp-text)!important}
.gp2-story-modal[hidden],.gp2-viewer[hidden]{display:none!important}.gp2-story-modal,.gp2-viewer{position:fixed;inset:0;z-index:999999;display:flex;align-items:flex-end;justify-content:center}.gp2-modal-bg,.gp2-viewer-bg{position:absolute;inset:0;background:rgba(0,0,0,.68);backdrop-filter:blur(8px)}.gp2-story-sheet{position:relative;width:min(560px,100%);background:var(--gp-surface);color:var(--gp-text);border-radius:30px 30px 0 0;padding:14px 16px 18px;box-shadow:0 -24px 80px rgba(0,0,0,.36);display:flex;flex-direction:column;gap:14px}.gp2-sheet-head{display:grid;grid-template-columns:44px 1fr auto;gap:8px;align-items:center}.gp2-sheet-head strong{text-align:center;font-weight:950;font-size:1.08rem}.gp2-sheet-head button{height:42px;border:0;border-radius:999px;font-weight:950}.gp2-sheet-head button:first-child{width:42px;background:var(--gp-surface-2);color:var(--gp-text);font-size:28px;line-height:1}.gp2-sheet-head button[type="submit"]{background:linear-gradient(135deg,#2e7d32,#f0bd22);color:#fff;padding:0 18px;box-shadow:0 12px 26px rgba(46,125,50,.24)}.gp2-story-sheet textarea{width:100%;min-height:112px;border:0!important;background:var(--gp-surface-2)!important;color:var(--gp-text)!important;border-radius:24px!important;padding:16px!important;resize:none;outline:0;font-size:1.06rem}.gp2-story-actions{grid-template-columns:minmax(0,1fr) 120px}.gp2-story-actions .gp2-tool-btn{width:100%}
.gp2-viewer{align-items:center;padding:18px}.gp2-viewer-card{position:relative;width:min(480px,100%);height:min(760px,86vh);background:#05070b;color:#fff;border-radius:32px;overflow:hidden;box-shadow:0 30px 100px rgba(0,0,0,.55)}.gp2-viewer-card header{position:absolute;z-index:3;left:0;right:0;top:0;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:10px;padding:14px;background:linear-gradient(180deg,rgba(0,0,0,.72),transparent)}.gp2-viewer-card header img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.82)}.gp2-viewer-card header button{width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.18);color:#fff;font-size:28px}.gp2-viewer-media{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#111827,#020617)}.gp2-viewer-media img{width:100%;height:100%;object-fit:cover}.gp2-viewer-media .gp2-text-only{width:100%;height:100%;background:linear-gradient(135deg,#2e7d32,#f0bd22)}.gp2-viewer-card p{position:absolute;left:16px;right:16px;bottom:18px;margin:0;background:rgba(0,0,0,.48);backdrop-filter:blur(10px);border-radius:20px;padding:13px 15px;font-weight:850;line-height:1.35}.gp2-viewer-card p:empty{display:none}
html[data-theme="dark"] .gp2-composer,html[data-theme="dark"] .gp2-posts .gp-social-post,html[data-theme="dark"] .gp2-empty{box-shadow:0 18px 52px rgba(0,0,0,.25)}
@media(max-width:520px){.gp2-feed{padding:12px 12px 88px}.gp2-stories{gap:12px;padding-top:2px}.gp2-story{flex-basis:82px}.gp2-story-new .gp2-story-plus,.gp2-story-photo{width:78px;height:78px}.gp2-story-avatar{top:48px;width:40px;height:40px}.gp2-story strong{font-size:.78rem;max-width:82px}.gp2-composer{border-radius:26px;padding:12px;margin-bottom:18px}.gp2-composer-top{grid-template-columns:44px 1fr;gap:10px}.gp2-avatar{width:44px;height:44px}.gp2-composer textarea{min-height:64px;border-radius:22px!important;font-size:.98rem}.gp2-preview{grid-template-columns:66px 1fr 38px;margin-left:0}.gp2-preview img{width:66px;height:66px;border-radius:16px}.gp2-preview button{width:38px;height:38px}.gp2-actions{grid-template-columns:minmax(0,1fr) 92px 104px;gap:8px}.gp2-actions select,.gp2-tool-btn,.gp2-primary{height:46px;padding:0 10px;font-size:.9rem}.gp2-primary{min-width:104px}.gp2-posts .gp-social-post{border-radius:0!important;margin-left:-12px!important;margin-right:-12px!important;border-left:0!important;border-right:0!important;box-shadow:none!important}.gp2-posts .gp-post-actions{gap:4px}.gp2-posts .gp-post-actions button{font-size:.82rem;height:42px}.gp2-story-sheet{border-radius:28px 28px 0 0;padding-bottom:calc(18px + env(safe-area-inset-bottom))}.gp2-viewer{padding:0}.gp2-viewer-card{width:100%;height:100%;border-radius:0}}

/* v1.0.9 Inicio hard fix */
.gp2-actions .gp2-primary,
#gp2-create-post button[type="submit"]{
  opacity:1!important;
  visibility:visible!important;
  color:#fff!important;
  background:linear-gradient(135deg,#2e7d32,#f0bd22)!important;
  border:0!important;
  min-width:112px!important;
  font-weight:950!important;
  box-shadow:0 16px 32px rgba(46,125,50,.24)!important;
}
.gp2-actions .gp2-primary:disabled,
#gp2-create-post button[type="submit"]:disabled{
  opacity:.7!important;
  color:#fff!important;
}
.gp2-story .gp2-story-photo:before{display:none!important;}
.gp2-story-photo{background-size:cover!important;background-position:center!important;}
.gp2-story-avatar{background:#fff!important;}
html[data-theme="dark"] .gp2-story-avatar{background:#111827!important;}

/* Final Inicio: Facebook/Instagram-style stories and comments */
.gp2-story-photo:before{display:none!important;}
.gp2-story-photo{background-size:cover!important;background-position:center!important;border:4px solid #fff!important;box-shadow:0 0 0 3px #ff2e67,0 0 0 6px #f0bd22,0 14px 34px rgba(15,23,42,.16)!important;}
.gp2-story-avatar{background:#fff!important;border:3px solid #fff!important;box-shadow:0 8px 20px rgba(15,23,42,.18)!important;}
html[data-theme="dark"] .gp2-story-photo{border-color:#111827!important;}
html[data-theme="dark"] .gp2-story-avatar{background:#111827!important;border-color:#111827!important;}
.gp2-viewer-card{position:relative;overflow:hidden;}
.gp2-viewer-progress{position:absolute;left:12px;right:12px;top:10px;z-index:5;display:flex;gap:5px;}
.gp2-viewer-progress i{display:block;flex:1;height:4px;border-radius:999px;background:rgba(255,255,255,.32);overflow:hidden;}
.gp2-viewer-progress i.is-active{background:#fff;}
.gp2-viewer-card header{padding-top:24px!important;z-index:6;}
.gp2-viewer-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:7;width:44px;height:64px;border:0;border-radius:999px;background:rgba(0,0,0,.22);color:#fff;font-size:44px;line-height:1;display:grid;place-items:center;backdrop-filter:blur(8px);}
.gp2-viewer-nav.gp2-prev{left:8px;}
.gp2-viewer-nav.gp2-next{right:8px;}
.gp2-viewer-nav:active{transform:translateY(-50%) scale(.96);}
.gp2-text-only{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(135deg,#ff2e67,#f0bd22,#2e7d32);padding:28px;color:#fff;text-align:center;font-size:1.4rem;font-weight:950;}
.gp2-text-only span{max-width:88%;line-height:1.35;}
.gp2-posts .gp-comments{display:none!important;padding:0 14px 14px!important;border-top:1px solid var(--gp-border);}
.gp2-posts .gp-comments.is-open{display:block!important;}
.gp2-posts .gp-comment-form{display:grid!important;grid-template-columns:1fr auto;gap:8px;margin-top:12px!important;align-items:center;}
.gp2-posts .gp-comment-form input{height:46px!important;border-radius:999px!important;border:1px solid var(--gp-border)!important;background:var(--gp-surface-2)!important;color:var(--gp-text)!important;padding:0 16px!important;font-weight:800!important;outline:0!important;}
.gp2-posts .gp-comment-form button{height:46px!important;min-width:88px!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,#2e7d32,#f0bd22)!important;color:#fff!important;font-weight:950!important;box-shadow:0 10px 24px rgba(46,125,50,.22)!important;opacity:1!important;visibility:visible!important;}
.gp2-posts .gp-comment-form button:disabled{opacity:.65!important;}
.gp2-posts .gp-post-comment-toggle{background:var(--gp-surface-2)!important;color:var(--gp-text)!important;}
@media(max-width:520px){.gp2-viewer-nav{width:38px;height:58px;font-size:38px}.gp2-viewer-nav.gp2-prev{left:4px}.gp2-viewer-nav.gp2-next{right:4px}.gp2-posts .gp-comment-form button{min-width:78px!important;padding:0 12px!important}}

/* Real fixes v1.1.5: multi-story + Facebook-style comments */
.gp2-story-count{
  position:absolute;right:4px;top:4px;z-index:4;min-width:24px;height:24px;padding:0 7px;border-radius:999px;
  display:grid;place-items:center;background:#111827;color:#fff;font-size:.72rem;font-weight:950;
  border:2px solid #fff;box-shadow:0 8px 20px rgba(0,0,0,.22)
}
html[data-theme="dark"] .gp2-story-count{border-color:#111827;background:#fff;color:#111827}
.gp2-comment-modal[hidden]{display:none!important}
.gp2-comment-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:flex-end;justify-content:center}
.gp2-comment-sheet{position:relative;width:min(560px,100%);height:min(82vh,720px);background:var(--gp-surface);color:var(--gp-text);border-radius:30px 30px 0 0;box-shadow:0 -28px 90px rgba(0,0,0,.38);display:flex;flex-direction:column;overflow:hidden}
.gp2-comment-head{height:58px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;gap:8px;border-bottom:1px solid var(--gp-border);padding:0 10px;flex:0 0 auto}
.gp2-comment-head strong{text-align:center;font-weight:950;font-size:1.05rem}
.gp2-comment-head button{width:42px;height:42px;border:0;border-radius:50%;background:var(--gp-surface-2);color:var(--gp-text);font-size:28px;line-height:1;display:grid;place-items:center}
.gp2-comment-body{padding:12px 14px calc(16px + env(safe-area-inset-bottom));overflow:auto;flex:1;display:flex;flex-direction:column;gap:10px}
.gp2-comment-body .gp-comment{display:flex!important;gap:8px;align-items:flex-start;margin:0!important}
.gp2-comment-body .gp-comment img{width:36px!important;height:36px!important;border-radius:50%!important;object-fit:cover!important;flex:0 0 36px!important}
.gp2-comment-body .gp-comment p{margin:0!important;background:var(--gp-surface-2)!important;color:var(--gp-text)!important;border-radius:18px!important;padding:9px 12px!important;line-height:1.35!important;max-width:100%!important}
.gp2-comment-body .gp-comment p strong{display:block;font-size:.83rem;margin-bottom:2px;color:var(--gp-text)!important}
.gp2-comment-body .gp-comment-form{position:sticky;bottom:0;background:var(--gp-surface);padding-top:10px;margin-top:auto!important;display:grid!important;grid-template-columns:1fr 94px;gap:8px;align-items:center;border-top:1px solid var(--gp-border)}
.gp2-comment-body .gp-comment-form input{height:48px!important;border-radius:999px!important;border:1px solid var(--gp-border)!important;background:var(--gp-surface-2)!important;color:var(--gp-text)!important;padding:0 16px!important;font-weight:800!important;outline:0!important;min-width:0!important}
.gp2-comment-body .gp-comment-form button,
.gp2-posts .gp-comment-form button{
  height:48px!important;min-width:90px!important;border:0!important;border-radius:999px!important;
  background:linear-gradient(135deg,#2e7d32,#f0bd22)!important;color:#fff!important;font-weight:950!important;
  box-shadow:0 10px 24px rgba(46,125,50,.26)!important;opacity:1!important;visibility:visible!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
}
.gp2-comment-body .gp-comment-form button:disabled{opacity:.68!important;color:#fff!important}
@media(max-width:520px){.gp2-comment-sheet{height:86vh;border-radius:28px 28px 0 0}.gp2-comment-body .gp-comment-form{grid-template-columns:1fr 84px}.gp2-comment-body .gp-comment-form button{min-width:84px!important}}


/* Profile posts + Facebook-style post management */
.gp-profile-posts{margin-top:22px;padding-bottom:28px}
.gp-section-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 14px}
.gp-section-title-row h3{font-size:1.35rem;margin:0;font-weight:900;color:var(--gp-text)}
.gp-mini-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:var(--gp-card);border:1px solid var(--gp-border);font-weight:800;text-decoration:none;color:var(--gp-primary);box-shadow:var(--gp-shadow)}
.gp-profile-posts .gp-social-post{margin:0 0 16px;border-radius:24px;background:var(--gp-card);box-shadow:0 18px 50px rgba(15,23,42,.08);border:1px solid var(--gp-border);overflow:visible}
.gp-post-head{position:relative;display:flex;align-items:center;gap:12px;padding:14px 16px}
.gp-post-head .gp-post-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover}
.gp-post-head strong{display:block;font-weight:900;color:var(--gp-text)}
.gp-post-head span{display:block;color:var(--gp-muted);font-size:.86rem;margin-top:2px}
.gp-post-menu{margin-left:auto;position:relative;z-index:20}
.gp-post-menu-btn{width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:var(--gp-muted);font-size:30px;line-height:20px;font-weight:900;display:flex;align-items:center;justify-content:center;cursor:pointer}
.gp-post-menu-btn:hover{background:rgba(120,130,150,.12);color:var(--gp-text)}
.gp-post-menu-dropdown{position:absolute;right:0;top:44px;min-width:205px;background:var(--gp-card);border:1px solid var(--gp-border);border-radius:18px;padding:8px;box-shadow:0 24px 70px rgba(0,0,0,.18);z-index:200;animation:gpMenuIn .14s ease-out}
.gp-post-menu-dropdown[hidden]{display:none!important}
.gp-post-menu-dropdown button{width:100%;border:0;background:transparent;color:var(--gp-text);text-align:left;padding:13px 14px;border-radius:13px;font-weight:800;cursor:pointer}
.gp-post-menu-dropdown button:hover{background:rgba(120,130,150,.12)}
.gp-post-menu-dropdown .gp-post-delete{color:#dc2626}
@keyframes gpMenuIn{from{opacity:0;transform:translateY(-6px) scale(.97)}to{opacity:1;transform:none}}
.gp-post-content{padding:0 16px 14px;font-size:1.02rem;line-height:1.55;color:var(--gp-text);white-space:normal}
.gp-post-image{display:block;margin:0;background:#000;overflow:hidden}
.gp-post-image img{display:block;width:100%;max-height:560px;object-fit:cover}
.gp-post-stats{padding:11px 16px;color:var(--gp-muted);font-weight:700;border-bottom:1px solid var(--gp-border)}
.gp-post-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:8px 10px}
.gp-post-actions button{border:0;background:transparent;border-radius:14px;padding:11px 8px;font-weight:900;color:var(--gp-muted);cursor:pointer}
.gp-post-actions button:hover{background:rgba(120,130,150,.12);color:var(--gp-text)}
.gp-post-like.is-liked{color:var(--gp-primary)}
.gp-comments{display:none}
.gp-profile-empty-posts{border-radius:22px;background:var(--gp-card);border:1px solid var(--gp-border);box-shadow:var(--gp-shadow);padding:26px;text-align:center;color:var(--gp-muted);font-weight:800}
.gp-post-edit-modal[hidden]{display:none!important}
.gp-post-edit-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:flex-end;justify-content:center}
.gp-post-edit-bg{position:absolute;inset:0;background:rgba(2,6,23,.58);backdrop-filter:blur(6px)}
.gp-post-edit-card{position:relative;width:min(560px,100%);background:var(--gp-card);border-radius:28px 28px 0 0;border:1px solid var(--gp-border);box-shadow:0 -24px 80px rgba(0,0,0,.25);padding:0 18px 22px;animation:gpSheetUp .18s ease-out}
.gp-post-edit-card header{height:58px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;text-align:center;border-bottom:1px solid var(--gp-border);margin:0 -18px 16px;padding:0 14px}
.gp-post-edit-card header button{width:40px;height:40px;border:0;border-radius:50%;background:rgba(120,130,150,.12);color:var(--gp-text);font-size:24px;font-weight:900}
.gp-post-edit-card header strong{font-weight:900;font-size:1.05rem;color:var(--gp-text)}
#gp-post-edit-form textarea{width:100%;min-height:135px;border:1px solid var(--gp-border);background:var(--gp-soft);color:var(--gp-text);border-radius:20px;padding:16px;font-size:1rem;resize:vertical;outline:none}
.gp-edit-current-image{display:flex;align-items:center;gap:12px;margin:14px 0;padding:10px;border:1px solid var(--gp-border);background:var(--gp-soft);border-radius:18px}
.gp-edit-current-image[hidden]{display:none!important}
.gp-edit-current-image img{width:86px;height:86px;object-fit:cover;border-radius:16px}
.gp-edit-current-image label{font-weight:800;color:var(--gp-muted)}
.gp-edit-image-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin:8px 0 16px;padding:12px 16px;border-radius:999px;border:1px solid var(--gp-border);background:var(--gp-soft);color:var(--gp-text);font-weight:900;cursor:pointer}
@keyframes gpSheetUp{from{transform:translateY(20px);opacity:.7}to{transform:none;opacity:1}}
@media (min-width:680px){.gp-post-edit-modal{align-items:center}.gp-post-edit-card{border-radius:28px}.gp-post-edit-card header{border-radius:28px 28px 0 0}}

/* ===== Geriarte profile post actions hard fix v1.1.6 ===== */
.gp-social-post{position:relative!important;background:var(--gp-surface,#fff)!important;border-radius:24px!important;overflow:visible!important;margin:16px 0!important;box-shadow:0 12px 32px rgba(15,23,42,.08)!important;border:1px solid rgba(120,130,150,.16)!important}
.gp-social-post .gp-post-head{display:flex!important;align-items:center!important;gap:12px!important;padding:14px 16px 10px!important;position:relative!important;z-index:5!important}
.gp-social-post .gp-post-head>a{flex:0 0 auto!important}.gp-social-post .gp-post-head>div:not(.gp-post-menu){min-width:0!important;flex:1 1 auto!important}.gp-social-post .gp-post-head strong{font-size:1rem!important;line-height:1.15!important}.gp-social-post .gp-post-head span{font-size:.82rem!important;color:var(--gp-text-muted,#6b7280)!important;line-height:1.25!important}
.gp-post-menu{margin-left:auto!important;position:relative!important;z-index:1000!important;flex:0 0 auto!important;display:block!important}
.gp-post-menu-btn{width:38px!important;height:38px!important;border:0!important;border-radius:50%!important;background:transparent!important;color:var(--gp-text,#111827)!important;font-size:28px!important;line-height:1!important;font-weight:900!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important}
.gp-post-menu-btn:active,.gp-post-menu-btn:hover{background:rgba(120,130,150,.14)!important}
.gp-post-menu-dropdown{position:absolute!important;right:0!important;top:42px!important;width:220px!important;min-width:220px!important;background:var(--gp-surface,#fff)!important;color:var(--gp-text,#111827)!important;border:1px solid rgba(120,130,150,.22)!important;border-radius:16px!important;padding:8px!important;box-shadow:0 18px 55px rgba(0,0,0,.20)!important;z-index:99999!important;display:block!important;text-align:left!important;overflow:hidden!important}
.gp-post-menu-dropdown[hidden]{display:none!important}
.gp-post-menu-dropdown button{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;min-height:44px!important;border:0!important;background:transparent!important;color:var(--gp-text,#111827)!important;text-align:left!important;padding:11px 12px!important;border-radius:12px!important;font-size:.94rem!important;font-weight:850!important;line-height:1.2!important;white-space:normal!important;cursor:pointer!important}
.gp-post-menu-dropdown button:hover,.gp-post-menu-dropdown button:active{background:rgba(120,130,150,.14)!important}.gp-post-menu-dropdown .gp-post-delete{color:#dc2626!important}
.gp-post-action-sheet[hidden]{display:none!important}.gp-post-action-sheet{position:fixed!important;inset:0!important;z-index:999999!important;display:flex!important;align-items:flex-end!important;justify-content:center!important}.gp-post-action-sheet-bg{position:absolute!important;inset:0!important;background:rgba(2,6,23,.58)!important;backdrop-filter:blur(5px)!important}.gp-post-action-sheet-card{position:relative!important;width:min(520px,100%)!important;background:var(--gp-surface,#fff)!important;border-radius:26px 26px 0 0!important;padding:12px 14px calc(16px + env(safe-area-inset-bottom))!important;box-shadow:0 -24px 80px rgba(0,0,0,.25)!important}.gp-post-action-sheet-card button{width:100%!important;height:54px!important;border:0!important;border-radius:16px!important;margin:5px 0!important;background:rgba(120,130,150,.12)!important;color:var(--gp-text,#111827)!important;font-size:1rem!important;font-weight:900!important}.gp-post-action-sheet-card .danger{color:#dc2626!important;background:rgba(220,38,38,.10)!important}.gp-post-action-sheet-card .cancel{background:transparent!important;color:var(--gp-text-muted,#6b7280)!important}
@media(max-width:520px){.gp-post-menu-dropdown{display:none!important}.gp-post-menu-dropdown.is-open{display:none!important}.gp-social-post{border-radius:0!important;margin-left:-12px!important;margin-right:-12px!important;border-left:0!important;border-right:0!important}.gp-social-post .gp-post-head{padding:12px 14px 8px!important}.gp-post-menu-btn{width:42px!important;height:42px!important}}


/* Admin-selected site logo */
.gp-site-logo-img{width:44px;height:44px;border-radius:16px;object-fit:cover;display:block;box-shadow:0 10px 26px rgba(40,130,40,.18)}
.gp-logo .custom-logo{width:44px;height:44px;border-radius:16px;object-fit:cover;display:block}
@media(max-width:480px){.gp-site-logo-img,.gp-logo .custom-logo{width:42px;height:42px;border-radius:15px}.gp-logo-text{font-size:1.02rem}}


/* Professional Solicitudes page */
.gp-nav-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}
.gp-nav-badge{position:absolute;top:-10px;right:-12px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#e11d48;color:#fff;font-size:11px;font-style:normal;font-weight:900;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(225,29,72,.35)}
.gp-requests-page{padding-bottom:110px}
.gp-requests-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0;padding:22px;border-radius:28px;background:linear-gradient(135deg,rgba(34,197,94,.12),rgba(234,179,8,.16));box-shadow:0 18px 45px rgba(15,23,42,.08)}
.gp-requests-hero h1{font-size:34px;line-height:1;margin:6px 0 8px;font-weight:900;letter-spacing:-.04em}
.gp-requests-hero p{margin:0;color:#6b7280;font-size:15px;line-height:1.45}.gp-kicker{font-size:12px;font-weight:900;color:#2f8b2f;text-transform:uppercase;letter-spacing:.1em}.gp-requests-count{min-width:94px;height:94px;border-radius:26px;background:#fff;box-shadow:0 12px 35px rgba(15,23,42,.12);display:flex;flex-direction:column;align-items:center;justify-content:center}.gp-requests-count strong{font-size:32px;color:#2f8b2f;line-height:1}.gp-requests-count span{font-size:12px;color:#6b7280;font-weight:800}.gp-request-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:18px 0;padding:7px;border-radius:22px;background:#eef1f7}.gp-request-tabs button{border:0;border-radius:17px;background:transparent;color:#6b7280;font-size:14px;font-weight:900;padding:13px 8px;cursor:pointer}.gp-request-tabs button.is-active{background:#fff;color:#111827;box-shadow:0 8px 22px rgba(15,23,42,.1)}.gp-request-tabs b{display:inline-flex;min-width:20px;height:20px;border-radius:999px;background:#e5e7eb;align-items:center;justify-content:center;font-size:11px;margin-left:4px}.gp-request-tabs button.is-active b{background:linear-gradient(135deg,#2f8b2f,#d7a91f);color:#fff}.gp-request-panel{display:none}.gp-request-panel.is-active{display:block}.gp-request-card{display:flex;align-items:center;gap:13px;margin:12px 0;padding:14px;border-radius:24px;background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.08);text-decoration:none;color:inherit}.gp-request-avatar{width:62px;height:62px;border-radius:999px;flex:0 0 auto;overflow:hidden;background:#f3f4f6;display:block}.gp-request-avatar img{width:100%;height:100%;object-fit:cover}.gp-request-body{min-width:0;display:flex;flex-direction:column;gap:3px;flex:1}.gp-request-body strong{font-size:18px;font-weight:900;color:#111827}.gp-request-body span{font-size:14px;color:#6b7280}.gp-request-body small{font-size:12px;color:#9ca3af}.gp-request-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.gp-request-actions .gp-btn{padding:10px 14px;border-radius:999px;font-size:13px}.gp-pill{font-size:12px;font-weight:900;padding:8px 12px;border-radius:999px;background:#eef2ff;color:#334155}.gp-chevron{font-size:30px;color:#9ca3af}.gp-empty-state{margin:22px 0;padding:28px 20px;border-radius:28px;background:#fff;text-align:center;box-shadow:0 14px 38px rgba(15,23,42,.07)}.gp-empty-state strong{display:block;font-size:18px;color:#111827;margin-bottom:6px}.gp-empty-state span{display:block;color:#6b7280;font-size:14px;line-height:1.45}
body.gp-dark .gp-requests-hero{background:linear-gradient(135deg,rgba(34,197,94,.14),rgba(234,179,8,.12))}body.gp-dark .gp-requests-count,body.gp-dark .gp-request-card,body.gp-dark .gp-empty-state,body.gp-dark .gp-request-tabs button.is-active{background:#171c25;color:#f9fafb}body.gp-dark .gp-request-tabs{background:#0f141c}body.gp-dark .gp-request-body strong,body.gp-dark .gp-empty-state strong,body.gp-dark .gp-request-tabs button.is-active{color:#f9fafb}body.gp-dark .gp-request-body span,body.gp-dark .gp-requests-hero p{color:#a1a1aa}
@media(max-width:520px){.gp-requests-hero{padding:18px;border-radius:24px}.gp-requests-hero h1{font-size:30px}.gp-requests-count{min-width:78px;height:78px;border-radius:22px}.gp-request-tabs button{font-size:12px;padding:11px 4px}.gp-request-card{padding:12px;border-radius:22px}.gp-request-avatar{width:54px;height:54px}.gp-request-actions{width:100%;padding-left:67px;justify-content:flex-start}.gp-request-actions .gp-btn{flex:1}.gp-request-body strong{font-size:17px}}


/* Professional Amigos / Solicitudes center */
.gp-friends-page{padding-bottom:112px}.gp-friends-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:20px 0 18px;padding:22px;border-radius:30px;background:linear-gradient(135deg,rgba(47,139,47,.12),rgba(215,169,31,.14));box-shadow:0 18px 45px rgba(15,23,42,.07)}.gp-friends-header h1{margin:4px 0 8px;font-size:42px;line-height:.95;font-weight:950;letter-spacing:-.055em;color:#111827}.gp-friends-header p{margin:0;color:#6b7280;font-size:15px;line-height:1.45}.gp-friends-stat{width:88px;height:88px;border-radius:28px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0 14px 34px rgba(15,23,42,.12)}.gp-friends-stat strong{font-size:31px;color:#2f8b2f;line-height:1}.gp-friends-stat span{font-size:12px;color:#6b7280;font-weight:900}.gp-friends-card{background:#fff;border-radius:28px;padding:20px;margin:14px 0 22px;box-shadow:0 16px 40px rgba(15,23,42,.08);border:1px solid rgba(15,23,42,.04)}.gp-friends-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.gp-friends-card-head h2{margin:0;font-size:24px;font-weight:950;letter-spacing:-.035em;color:#111827}.gp-friends-card-head span{min-width:28px;height:28px;border-radius:999px;background:linear-gradient(135deg,#2f8b2f,#d7a91f);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:950}.gp-friend-request,.gp-friend-list-row{display:flex;align-items:center;gap:13px;padding:13px 0;border-top:1px solid rgba(15,23,42,.07);text-decoration:none;color:inherit}.gp-friends-card .gp-friend-request:first-of-type,.gp-friends-card .gp-friend-list-row:first-of-type{border-top:0}.gp-friend-avatar{width:62px;height:62px;border-radius:50%;overflow:hidden;flex:0 0 auto;background:#eef1f7;box-shadow:0 7px 20px rgba(15,23,42,.09)}.gp-friend-avatar img{width:100%;height:100%;object-fit:cover}.gp-friend-info{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.gp-friend-info strong{font-size:20px;font-weight:950;color:#111827;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gp-friend-info span{font-size:15px;color:#6b7280}.gp-friend-info small{font-size:12px;color:#9ca3af}.gp-friend-actions{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.gp-friend-btn{border:0;cursor:pointer;border-radius:999px;padding:12px 18px;font-weight:950;font-size:15px;line-height:1;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.gp-friend-btn:active{transform:scale(.97)}.gp-friend-accept{color:#fff;background:linear-gradient(135deg,#2f8b2f,#d7a91f);box-shadow:0 15px 34px rgba(215,169,31,.23),0 10px 25px rgba(47,139,47,.18)}.gp-friend-reject{color:#111827;background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:0 10px 25px rgba(15,23,42,.08)}.gp-friend-open{font-size:32px;color:#9ca3af;font-weight:300}.gp-sent-pill{border-radius:999px;background:#eef2ff;color:#374151;font-size:12px;font-weight:950;padding:9px 12px}.gp-friends-empty{padding:24px 12px;text-align:center}.gp-friends-empty strong{display:block;font-size:18px;color:#111827;margin-bottom:6px}.gp-friends-empty span{display:block;color:#6b7280;font-size:14px;line-height:1.45}
body.gp-dark .gp-friends-header{background:linear-gradient(135deg,rgba(47,139,47,.14),rgba(215,169,31,.12))}body.gp-dark .gp-friends-header h1,body.gp-dark .gp-friends-card-head h2,body.gp-dark .gp-friend-info strong,body.gp-dark .gp-friends-empty strong{color:#f9fafb}body.gp-dark .gp-friends-card,body.gp-dark .gp-friends-stat,body.gp-dark .gp-friend-reject{background:#171c25;color:#f9fafb;border-color:rgba(255,255,255,.07)}body.gp-dark .gp-friends-header p,body.gp-dark .gp-friend-info span,body.gp-dark .gp-friends-empty span{color:#a1a1aa}body.gp-dark .gp-friend-request,body.gp-dark .gp-friend-list-row{border-top-color:rgba(255,255,255,.07)}
@media(max-width:640px){.gp-friends-header{padding:18px;border-radius:26px}.gp-friends-header h1{font-size:38px}.gp-friends-header p{font-size:14px}.gp-friends-stat{width:76px;height:76px;border-radius:24px}.gp-friends-card{padding:18px 14px;border-radius:28px}.gp-friends-card-head h2{font-size:23px}.gp-friend-request{align-items:flex-start;display:grid;grid-template-columns:64px 1fr auto;gap:12px}.gp-friend-list-row{gap:12px}.gp-friend-actions{grid-column:2 / 4;width:100%;justify-content:space-between}.gp-friend-btn{flex:1;padding:13px 16px}.gp-friend-info strong{font-size:19px}.gp-friend-avatar{width:60px;height:60px}}

/* Facebook-style search users in Descubrir */
.gp-fb-search-card{margin:0 0 22px;background:rgba(255,255,255,.94);border:1px solid rgba(15,23,42,.08);border-radius:28px;padding:18px;box-shadow:0 16px 45px rgba(15,23,42,.08)}
.gp-fb-search-title h2{margin:0;font-size:24px;line-height:1.1;font-weight:900;color:#151922}.gp-fb-search-title p{margin:6px 0 14px;color:#6b7280;font-size:14px}
.gp-fb-search-box{height:56px;display:flex;align-items:center;gap:10px;background:#f0f2f5;border:1px solid #e4e7ee;border-radius:999px;padding:0 14px;transition:.2s ease}.gp-fb-search-box:focus-within{background:#fff;border-color:#2e7d32;box-shadow:0 0 0 4px rgba(46,125,50,.12)}
.gp-fb-search-icon{width:30px;height:30px;display:grid;place-items:center;color:#657080;font-size:24px;font-weight:900}#gp-user-search{flex:1;min-width:0;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;font-size:16px;font-weight:650;color:#151922;padding:0!important}#gp-user-search::placeholder{color:#8a93a3;font-weight:600}
.gp-fb-search-clear{width:34px;height:34px;border:0;border-radius:50%;display:grid;place-items:center;background:#dfe3ea;color:#273142;font-size:24px;line-height:1;font-weight:700}.gp-fb-search-results{margin-top:14px;display:flex;flex-direction:column;gap:10px}
.gp-fb-user-result{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:22px;box-shadow:0 10px 26px rgba(15,23,42,.07)}.gp-fb-user-main{flex:1;min-width:0;display:flex;align-items:center;gap:12px;text-decoration:none!important;color:#151922}.gp-fb-user-main img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 8px 24px rgba(15,23,42,.14);background:#e5e7eb}.gp-fb-user-main strong{display:block;font-size:16px;line-height:1.15;font-weight:900;max-width:160px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.gp-fb-user-main small{display:block;margin-top:4px;color:#717b8b;font-size:13px;font-weight:650;max-width:170px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.gp-fb-add-friend{border:0;min-height:42px;border-radius:999px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#1877f2;color:#fff;font-weight:900;font-size:14px;box-shadow:0 10px 24px rgba(24,119,242,.24);white-space:nowrap;transition:transform .15s ease,filter .15s ease,box-shadow .15s ease}.gp-fb-add-friend:active{transform:scale(.97)}.gp-fb-add-friend .gp-fb-btn-icon{font-size:18px;line-height:1;font-weight:900}.gp-fb-add-friend.is-pending,.gp-fb-add-friend.is-received{background:#e8f0fe;color:#1b4f9c;box-shadow:none}.gp-fb-add-friend.is-friend{background:#e8f5e9;color:#2e7d32;box-shadow:none}.gp-fb-add-friend:disabled{opacity:1;cursor:default}
.gp-fb-search-empty{padding:18px;border-radius:20px;background:#f7f8fb;color:#697386;text-align:center;display:flex;flex-direction:column;gap:4px}.gp-fb-search-empty strong{color:#202532;font-size:16px}.gp-fb-search-loading{height:54px;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:20px;background:#f7f8fb}.gp-fb-search-loading span{width:9px;height:9px;border-radius:50%;background:#1877f2;animation:gpFbDots .9s infinite ease-in-out}.gp-fb-search-loading span:nth-child(2){animation-delay:.12s}.gp-fb-search-loading span:nth-child(3){animation-delay:.24s}@keyframes gpFbDots{0%,80%,100%{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}
html[data-theme="dark"] .gp-fb-search-card{background:#151a23;border-color:#242b38;box-shadow:none}html[data-theme="dark"] .gp-fb-search-title h2{color:#f8fafc}html[data-theme="dark"] .gp-fb-search-title p{color:#a7b0bf}html[data-theme="dark"] .gp-fb-search-box{background:#0f131b;border-color:#242b38}html[data-theme="dark"] #gp-user-search{color:#f8fafc}html[data-theme="dark"] .gp-fb-user-result{background:#111722;border-color:#242b38;box-shadow:none}html[data-theme="dark"] .gp-fb-user-main{color:#f8fafc}html[data-theme="dark"] .gp-fb-search-empty,html[data-theme="dark"] .gp-fb-search-loading{background:#0f131b}
@media(max-width:430px){.gp-fb-search-card{padding:16px;border-radius:24px}.gp-fb-user-result{align-items:flex-start;flex-wrap:wrap}.gp-fb-add-friend{width:100%;height:44px}.gp-fb-user-main strong,.gp-fb-user-main small{max-width:210px}}

/* Professional Facebook-style friend search */
.gp-friend-search-pro{margin:8px 0 22px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:30px;padding:18px;box-shadow:0 18px 55px rgba(15,23,42,.10);overflow:hidden}.gp-friend-search-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}.gp-friend-search-head h2{margin:0;font-size:26px;line-height:1.05;font-weight:950;color:#121722}.gp-friend-search-head p{margin:6px 0 0;color:#6b7280;font-size:15px;line-height:1.35}.gp-friend-search-bar{height:58px;display:flex;align-items:center;gap:10px;background:#f0f2f5;border:1px solid #e4e7ee;border-radius:999px;padding:0 15px;box-shadow:inset 0 1px 2px rgba(15,23,42,.04);transition:.18s ease}.gp-friend-search-bar:focus-within{background:#fff;border-color:#1877f2;box-shadow:0 0 0 4px rgba(24,119,242,.14)}.gp-friend-search-lens{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#596579;font-size:24px;font-weight:900}.gp-friend-search-bar #gp-user-search{flex:1;width:100%;min-width:0;height:100%;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;margin:0!important;font-size:17px!important;font-weight:750;color:#121722}.gp-friend-search-bar #gp-user-search::placeholder{color:#8a93a3;font-weight:700}.gp-friend-search-clear{width:34px;height:34px;border:0;border-radius:50%;background:#dfe3ea;color:#273142;font-size:24px;line-height:1;font-weight:900;display:grid;place-items:center}.gp-friend-search-results{margin-top:14px}.gp-friend-results-list{display:flex;flex-direction:column;gap:10px}.gp-friend-result-card{display:flex;align-items:center;gap:12px;padding:12px;background:#f8fafc;border:1px solid #edf0f5;border-radius:22px;box-shadow:0 8px 22px rgba(15,23,42,.05)}.gp-friend-result-user{flex:1;min-width:0;display:flex;align-items:center;gap:12px;text-decoration:none!important;color:#121722}.gp-friend-result-user img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 8px 18px rgba(15,23,42,.12)}.gp-friend-result-info{min-width:0;display:flex;flex-direction:column;gap:4px}.gp-friend-result-info strong{font-size:17px;font-weight:950;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gp-friend-result-info small{font-size:13px;color:#6b7280;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gp-friend-add-pro{border:0;text-decoration:none!important;min-height:44px;border-radius:999px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#1877f2;color:#fff!important;font-weight:950;font-size:14px;box-shadow:0 10px 24px rgba(24,119,242,.24);white-space:nowrap;transition:transform .15s ease,filter .15s ease}.gp-friend-add-pro:active{transform:scale(.97)}.gp-friend-add-pro .gp-fb-btn-icon{font-size:18px;font-weight:950;line-height:1}.gp-friend-add-pro.is-pending,.gp-friend-add-pro.is-received{background:#e8f0fe;color:#1b4f9c!important;box-shadow:none}.gp-friend-add-pro.is-friend{background:#e8f5e9;color:#2e7d32!important;box-shadow:none}.gp-friend-search-empty{padding:18px;border-radius:20px;background:#f8fafc;color:#697386;text-align:center;display:flex;flex-direction:column;gap:4px}.gp-friend-search-empty strong{color:#202532;font-size:16px}@media(max-width:520px){.gp-friend-search-pro{padding:16px;border-radius:26px}.gp-friend-search-head h2{font-size:24px}.gp-friend-result-card{align-items:flex-start;flex-wrap:wrap}.gp-friend-result-user{width:100%}.gp-friend-add-pro{width:100%;height:46px}.gp-friend-result-info strong,.gp-friend-result-info small{max-width:235px}}

/* Facebook-style online presence dot: small green dot only. */
.gp-presence-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;line-height:0}
.gp-presence-avatar .gp-avatar-sm{display:block}
.gp-online-dot{position:absolute;right:0;bottom:1px;width:11px;height:11px;border-radius:999px;background:#31c95b;border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.05),0 0 8px rgba(49,201,91,.55);z-index:3}
.gp-presence-avatar-xl{display:block;width:max-content;margin:0 auto;line-height:0}
.gp-presence-avatar-xl .gp-online-dot{width:17px;height:17px;border-width:3px;right:12px;bottom:10px}
html[data-theme="dark"] .gp-online-dot{border-color:#111827}

/* Final Facebook-style presence fix: green dot only, no status text. */
.gp-presence-avatar{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;flex:0 0 auto!important;}
.gp-presence-avatar .gp-avatar-sm{display:block!important;}
.gp-online-dot{position:absolute!important;right:-1px!important;bottom:1px!important;width:12px!important;height:12px!important;border-radius:50%!important;background:#31c95b!important;border:2px solid #fff!important;box-shadow:0 0 0 1px rgba(0,0,0,.05),0 0 8px rgba(49,201,91,.55)!important;z-index:20!important;display:block!important;}
.gp-status-text,.status-text,.presence-text,.gp-last-seen{display:none!important;}
html[data-theme="dark"] .gp-online-dot{border-color:#111827!important;}
/* FINAL: Facebook-style green dot only. Keeps previous chat layout unchanged. */
.gp-presence-avatar{position:relative!important;display:inline-flex!important;overflow:visible!important;flex:0 0 auto!important;line-height:0!important;}
.gp-presence-avatar img{display:block!important;}
.gp-online-dot{display:block!important;position:absolute!important;right:-1px!important;bottom:1px!important;width:12px!important;height:12px!important;border-radius:50%!important;background:#31c95b!important;border:2px solid #fff!important;box-shadow:0 0 0 1px rgba(0,0,0,.05),0 0 8px rgba(49,201,91,.55)!important;z-index:50!important;pointer-events:none!important;}
.gp-status-text,.status-text,.presence-text,.gp-last-seen,.gp-presence-text{display:none!important;}

/* Chats: Facebook-style online dot only. Keeps original layout. */
.gp-conv-list .gp-presence-avatar,
.gp-chat-head .gp-presence-avatar{
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:visible!important;
    flex:0 0 auto!important;
    line-height:0!important;
}
.gp-conv-list .gp-presence-avatar img,
.gp-chat-head .gp-presence-avatar img{display:block!important;}
.gp-conv-list .gp-online-dot,
.gp-chat-head .gp-online-dot{
    position:absolute!important;
    right:-1px!important;
    bottom:1px!important;
    width:12px!important;
    height:12px!important;
    border-radius:50%!important;
    background:#31c95b!important;
    border:2px solid #fff!important;
    box-shadow:0 0 0 1px rgba(0,0,0,.05),0 0 8px rgba(49,201,91,.55)!important;
    z-index:50!important;
    pointer-events:none!important;
}
.gp-status-text,.status-text,.presence-text,.gp-last-seen,.gp-presence-text{display:none!important;}
html[data-theme="dark"] .gp-conv-list .gp-online-dot,
html[data-theme="dark"] .gp-chat-head .gp-online-dot{border-color:#111827!important;}


/* Instagram-style post action buttons + dynamic share link UI */
.gp-post-actions.gp-insta-actions{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:10px 12px 12px!important;
  margin:0!important;
  border-top:1px solid var(--gp-border)!important;
  border-bottom:0!important;
}
.gp-insta-action{
  appearance:none!important;
  border:0!important;
  background:transparent!important;
  color:var(--gp-text)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  min-height:44px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  font-weight:900!important;
  transition:transform .16s ease, background .16s ease, color .16s ease!important;
}
.gp-insta-action .gp-action-icon{
  width:25px!important;
  height:25px!important;
  display:block!important;
  fill:currentColor!important;
  flex:0 0 25px!important;
}
.gp-insta-action:hover,.gp-insta-action:active{
  background:rgba(120,130,150,.12)!important;
  transform:translateY(-1px)!important;
}
.gp-post-like.is-liked{
  color:#e1306c!important;
}
.gp-post-like.is-liked .gp-action-icon{
  filter:drop-shadow(0 8px 14px rgba(225,48,108,.28));
}
.gp-post-share{
  color:#2563eb!important;
}
@media(max-width:520px){
  .gp-post-actions.gp-insta-actions{gap:4px!important;padding:8px 8px 10px!important}
  .gp-insta-action{padding:0 8px!important;font-size:.84rem!important;min-height:42px!important}
  .gp-insta-action .gp-action-icon{width:23px!important;height:23px!important;flex-basis:23px!important}
}

/* Final compact Instagram-grade actions + professional share link */
.gp-post-actions.gp-insta-actions,
.gp-feed-card .gp-post-actions.gp-insta-actions,
.gp2-posts .gp-post-actions.gp-insta-actions{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:18px!important;padding:10px 14px 8px!important;margin:0!important;border-top:0!important;border-bottom:0!important;background:transparent!important;}
.gp-insta-action,.gp-feed-card .gp-post-actions .gp-insta-action,.gp2-posts .gp-post-actions .gp-insta-action{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;flex:0 0 34px!important;padding:0!important;border:0!important;border-radius:50%!important;background:transparent!important;color:var(--gp-text)!important;box-shadow:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.gp-insta-action .gp-action-icon{width:25px!important;height:25px!important;flex:0 0 25px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;transition:transform .16s ease,color .16s ease,fill .16s ease!important;}
.gp-insta-action:hover,.gp-insta-action:active{transform:scale(1.08)!important;background:transparent!important;}
.gp-insta-action .gp-action-label{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important;}
.gp-post-like.is-liked{color:#ed4956!important;}.gp-post-like.is-liked .gp-action-icon{fill:#ed4956!important;stroke:#ed4956!important;}.gp-post-share{color:var(--gp-text)!important;}.gp-post-stats{padding-left:14px!important;padding-right:14px!important;}
.gp-single-publicacion{padding-bottom:90px;}.gp-single-post-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0;}.gp-single-post-title h1{margin:0;font-size:1.4rem;}.gp-single-post-title a{font-weight:900;color:var(--gp-primary);text-decoration:none;}
@media(max-width:520px){.gp-post-actions.gp-insta-actions,.gp-feed-card .gp-post-actions.gp-insta-actions,.gp2-posts .gp-post-actions.gp-insta-actions{gap:16px!important;padding:9px 14px 6px!important}.gp-insta-action,.gp-feed-card .gp-post-actions .gp-insta-action,.gp2-posts .gp-post-actions .gp-insta-action{width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;flex-basis:32px!important}.gp-insta-action .gp-action-icon{width:24px!important;height:24px!important;flex-basis:24px!important}}

/* Facebook-style compact reaction bar v2 */
.gp-post-stats.gp-fb-stats,
.gp-feed-card .gp-post-stats.gp-fb-stats,
.gp2-posts .gp-post-stats.gp-fb-stats{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:10px 16px 4px!important;
  margin:0!important;
  color:#65676b!important;
  font-weight:800!important;
  border:0!important;
  font-size:14px!important;
}
.gp-fb-reaction-summary{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;white-space:nowrap!important;}
.gp-fb-reaction-icons{display:flex!important;align-items:center!important;position:relative!important;width:46px!important;height:22px!important;flex:0 0 46px!important;}
.gp-fb-reaction-icons i{position:absolute!important;top:0!important;width:22px!important;height:22px!important;border-radius:50%!important;display:grid!important;place-items:center!important;color:#fff!important;font-style:normal!important;font-size:12px!important;border:2px solid #fff!important;box-shadow:0 2px 5px rgba(15,23,42,.12)!important;line-height:1!important;}
.gp-fb-reaction-icons .gp-r-like{left:0!important;background:#1877f2!important;}
.gp-fb-reaction-icons .gp-r-love{left:18px!important;background:#f02849!important;}
.gp-fb-comment-summary{appearance:none!important;border:0!important;background:transparent!important;padding:0!important;margin:0!important;color:#65676b!important;font:inherit!important;font-weight:800!important;white-space:nowrap!important;}
.gp-post-actions.gp-fb-actions,
.gp-feed-card .gp-post-actions.gp-fb-actions,
.gp2-posts .gp-post-actions.gp-fb-actions{
  display:grid!important;
  grid-template-columns:1fr 1fr 1fr!important;
  gap:10px!important;
  padding:8px 14px 12px!important;
  margin:0!important;
  background:transparent!important;
  border-top:1px solid rgba(15,23,42,.08)!important;
  border-bottom:0!important;
}
.gp-fb-action,
.gp-feed-card .gp-post-actions .gp-fb-action,
.gp2-posts .gp-post-actions .gp-fb-action{
  height:48px!important;
  min-height:48px!important;
  width:100%!important;
  min-width:0!important;
  border:0!important;
  border-radius:999px!important;
  padding:0 16px!important;
  background:#f0f2f5!important;
  color:#32373f!important;
  box-shadow:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:9px!important;
  font-weight:900!important;
  line-height:1!important;
  transition:transform .14s ease, background .14s ease, color .14s ease!important;
}
.gp-fb-action:active{transform:scale(.97)!important;background:#e4e6eb!important;}
.gp-fb-action-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:26px!important;height:26px!important;flex:0 0 26px!important;}
.gp-fb-action-icon svg{display:block!important;width:26px!important;height:26px!important;fill:none!important;stroke:#333!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;}
.gp-fb-action:first-child .gp-fb-action-icon svg{fill:none!important;stroke:#333!important;}
.gp-fb-action.is-liked{background:#e7f3ff!important;color:#1877f2!important;}
.gp-fb-action.is-liked .gp-fb-action-icon svg{fill:#1877f2!important;stroke:#1877f2!important;}
.gp-action-count{font-size:18px!important;font-weight:900!important;color:currentColor!important;}
.gp-fb-action[aria-label="Compartir"] .gp-action-count{display:none!important;}
html[data-theme="dark"] .gp-post-stats.gp-fb-stats{color:#b0b3b8!important;}
html[data-theme="dark"] .gp-fb-action{background:#303338!important;color:#e4e6eb!important;}
html[data-theme="dark"] .gp-fb-action-icon svg{stroke:#e4e6eb!important;}
html[data-theme="dark"] .gp-post-actions.gp-fb-actions{border-top-color:rgba(255,255,255,.08)!important;}
@media(max-width:520px){
  .gp-post-stats.gp-fb-stats{padding:9px 14px 3px!important;font-size:13px!important;}
  .gp-post-actions.gp-fb-actions{gap:8px!important;padding:8px 12px 12px!important;}
  .gp-fb-action{height:46px!important;min-height:46px!important;padding:0 12px!important;}
  .gp-fb-action-icon,.gp-fb-action-icon svg{width:24px!important;height:24px!important;flex-basis:24px!important;}
  .gp-action-count{font-size:17px!important;}
}

/* ================ Public Landing v1.2 - conversion/activity upgrade ================ */
.gp-guest .gp-main{padding-top:60px;background:linear-gradient(180deg,#f8fbf8 0%,#f6f7fb 52%,#ffffff 100%)}
.gp-live-hero{position:relative;overflow:hidden;padding:48px 0 28px;background:radial-gradient(circle at 12% 20%,rgba(44,138,44,.16),transparent 32%),radial-gradient(circle at 84% 20%,rgba(224,179,33,.20),transparent 30%),linear-gradient(180deg,#fff 0%,#f7fbf7 100%)}
.gp-live-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.gp-live-bg span{position:absolute;border-radius:999px;filter:blur(54px);opacity:.5}.gp-live-bg span:nth-child(1){width:260px;height:260px;left:-80px;top:35px;background:#5ccf8d}.gp-live-bg span:nth-child(2){width:300px;height:300px;right:-90px;top:20px;background:#e0b321}.gp-live-bg span:nth-child(3){width:220px;height:220px;left:35%;bottom:-110px;background:#80d4ff}
.gp-live-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(280px,.92fr);gap:28px;align-items:center;max-width:1050px}.gp-live-copy h1{font-size:clamp(2.2rem,5.6vw,4.35rem);line-height:1.02;letter-spacing:-.06em;margin:14px 0 16px;font-weight:950}.gp-live-copy h1 strong,.gp-live-copy h1 span{color:var(--gp-primary)}.gp-live-copy p{max-width:610px;font-size:1.08rem;color:#667085;line-height:1.75;margin-bottom:22px}.gp-live-pill{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 14px;border-radius:999px;background:#ecf8ef;color:#247c2a;font-size:.88rem;font-weight:900;box-shadow:0 8px 24px rgba(44,138,44,.08)}.gp-pulse-dot{width:9px;height:9px;border-radius:50%;background:#31c95b;box-shadow:0 0 0 0 rgba(49,201,91,.55);animation:gp-pulse 1.7s infinite}@keyframes gp-pulse{70%{box-shadow:0 0 0 10px rgba(49,201,91,0)}100%{box-shadow:0 0 0 0 rgba(49,201,91,0)}}
.gp-live-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}.gp-social-proof{display:flex;align-items:center;gap:14px;color:#667085;font-style:normal}.gp-social-proof em{font-style:normal;font-weight:650;font-size:.95rem}.gp-avatar-stack{display:flex;align-items:center}.gp-avatar-stack span,.gp-avatar-stack strong{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;border:3px solid #fff;margin-left:-9px;background:linear-gradient(135deg,#2c8a2c,#e0b321);color:#fff;font-size:.78rem;font-weight:950;box-shadow:0 8px 18px rgba(15,23,42,.12)}.gp-avatar-stack span:first-child{margin-left:0}.gp-avatar-stack strong{background:#2c8a2c;font-size:.72rem}
.gp-hero-phone{width:min(100%,380px);justify-self:end;border-radius:36px;background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.86);box-shadow:0 30px 80px rgba(15,23,42,.16);padding:18px;backdrop-filter:blur(16px);transform:rotate(1.5deg)}.gp-phone-top{height:52px;border-radius:22px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.08);display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:14px}.gp-phone-top strong{font-weight:950}.gp-phone-top span{color:#2c8a2c;letter-spacing:3px}.gp-chat-preview{display:flex;flex-direction:column;gap:12px}.gp-message-card,.gp-match-card{border-radius:22px;background:#fff;padding:14px 16px;box-shadow:0 14px 35px rgba(15,23,42,.09)}.gp-message-card strong,.gp-message-card span{display:block}.gp-message-card span{color:#667085;font-size:.92rem}.gp-message-card.is-right{margin-left:36px;background:#e9f7ec}.gp-message-card.is-left{margin-right:28px}.gp-match-card{background:linear-gradient(135deg,#2c8a2c,#d6aa19);color:#fff}.gp-match-card span{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);font-size:1.3rem;margin-bottom:10px}.gp-match-card strong,.gp-match-card small{display:block}.gp-match-card small{opacity:.9;margin-top:4px}
.gp-trust-strip{padding:18px 0 8px}.gp-trust-grid{max-width:1050px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.gp-trust-grid div{background:#fff;border:1px solid rgba(15,23,42,.05);box-shadow:0 12px 28px rgba(15,23,42,.05);border-radius:20px;padding:16px}.gp-trust-grid strong{display:block;font-size:1.05rem}.gp-trust-grid span{display:block;color:#667085;font-size:.88rem;margin-top:3px}
.gp-activity-section{padding:20px 0}.gp-section-head-live{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.gp-section-head-live h2{font-size:1.7rem;letter-spacing:-.03em;margin:0}.gp-section-head-live p{margin:4px 0 0;color:#667085}.gp-section-head-live a{font-weight:900;color:#2c8a2c}.gp-profile-rail{display:grid;grid-auto-flow:column;grid-auto-columns:172px;gap:12px;overflow-x:auto;padding:4px 0 16px;scroll-snap-type:x mandatory}.gp-profile-rail::-webkit-scrollbar{height:0}.gp-public-profile-card{position:relative;scroll-snap-align:start;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 14px 34px rgba(15,23,42,.08);border:1px solid rgba(15,23,42,.05)}.gp-public-profile-card img,.gp-demo-avatar{width:100%;height:172px;object-fit:cover;background:linear-gradient(135deg,#dceee0,#f8e8b7);display:grid;place-items:center;font-size:4rem;font-weight:950;color:#fff}.gp-demo-rose .gp-demo-avatar{background:linear-gradient(135deg,#e88ca6,#f7d5df)}.gp-demo-blue .gp-demo-avatar{background:linear-gradient(135deg,#6aa0d8,#dceeff)}.gp-demo-gold .gp-demo-avatar{background:linear-gradient(135deg,#d6aa19,#f3d978)}.gp-demo-green .gp-demo-avatar{background:linear-gradient(135deg,#2c8a2c,#78d28b)}.gp-demo-violet .gp-demo-avatar{background:linear-gradient(135deg,#7c5ce7,#d7ceff)}.gp-public-profile-card div:not(.gp-demo-avatar){padding:12px}.gp-public-profile-card strong{display:block;font-weight:950;color:#151922}.gp-public-profile-card span{display:block;color:#667085;font-size:.88rem;margin-top:2px}.gp-public-profile-card i{position:absolute;right:12px;bottom:44px;width:12px;height:12px;border-radius:50%;background:#32c95b;border:2px solid #fff;box-shadow:0 0 10px rgba(50,201,91,.65)}
.gp-live-features{padding-top:10px}.gp-live-features .gp-feature{border-radius:22px;box-shadow:0 14px 34px rgba(15,23,42,.07);border:1px solid rgba(15,23,42,.045)}
.gp-story-band{padding:12px 0}.gp-story-card{position:relative;border-radius:28px;padding:30px;background:linear-gradient(135deg,#2c8a2c,#d6aa19);color:#fff;box-shadow:0 20px 50px rgba(44,138,44,.18);overflow:hidden}.gp-story-card span{position:absolute;top:4px;left:24px;font-size:5rem;opacity:.18;font-weight:950}.gp-story-card p{font-size:1.1rem;line-height:1.65;max-width:720px;margin:0 0 16px}.gp-story-card strong{font-size:.98rem}
.gp-final-cta{padding:20px 0 44px}.gp-final-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:22px;align-items:center;background:#fff;border-radius:32px;padding:32px;box-shadow:0 20px 55px rgba(15,23,42,.09);border:1px solid rgba(15,23,42,.05)}.gp-final-cta h2{font-size:2rem;letter-spacing:-.04em}.gp-final-cta p{color:#667085;max-width:620px}.gp-mini-app-shot{border-radius:28px;background:linear-gradient(180deg,#f8fafc,#e9f7ec);padding:14px;box-shadow:inset 0 0 0 1px rgba(15,23,42,.05)}.gp-mini-app-shot div{background:#fff;border-radius:18px;padding:12px 14px;margin-bottom:10px;box-shadow:0 10px 25px rgba(15,23,42,.06)}.gp-mini-app-shot div:last-child{margin-bottom:0}.gp-mini-app-shot b,.gp-mini-app-shot span{display:block}.gp-mini-app-shot span{color:#667085;font-size:.88rem}.gp-sticky-join{display:none}
html[data-theme="dark"] .gp-guest .gp-main,html[data-theme="dark"] .gp-live-hero{background:#0f1115}html[data-theme="dark"] .gp-live-copy p,html[data-theme="dark"] .gp-section-head-live p,html[data-theme="dark"] .gp-trust-grid span,html[data-theme="dark"] .gp-social-proof,html[data-theme="dark"] .gp-public-profile-card span,html[data-theme="dark"] .gp-final-cta p{color:#a1a1aa}html[data-theme="dark"] .gp-trust-grid div,html[data-theme="dark"] .gp-public-profile-card,html[data-theme="dark"] .gp-final-cta-inner,html[data-theme="dark"] .gp-hero-phone,html[data-theme="dark"] .gp-phone-top,html[data-theme="dark"] .gp-message-card,html[data-theme="dark"] .gp-mini-app-shot div{background:#181b22;border-color:rgba(255,255,255,.07)}html[data-theme="dark"] .gp-public-profile-card strong{color:#f8fafc}html[data-theme="dark"] .gp-message-card.is-right{background:#17351f}
@media(max-width:760px){.gp-live-hero{padding:34px 0 20px}.gp-live-hero-grid{display:block}.gp-live-copy h1{font-size:3rem}.gp-live-copy p{font-size:1rem}.gp-live-actions .gp-btn{flex:1}.gp-hero-phone{margin:24px auto 0;justify-self:center;transform:none}.gp-trust-grid{grid-template-columns:1fr 1fr}.gp-section-head-live{align-items:flex-start}.gp-section-head-live p{display:none}.gp-final-cta-inner{grid-template-columns:1fr;padding:26px;border-radius:28px}.gp-mini-app-shot{display:none}.gp-sticky-join{display:flex;position:fixed;left:16px;right:16px;bottom:14px;height:52px;z-index:120;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,var(--gp-primary),var(--gp-secondary));color:#fff;font-weight:950;box-shadow:0 18px 45px rgba(44,138,44,.28)}.gp-guest .gp-footer{padding-bottom:86px}}
@media(max-width:420px){.gp-live-copy h1{font-size:2.55rem}.gp-live-actions{gap:8px}.gp-trust-grid{gap:9px}.gp-trust-grid div{padding:13px;border-radius:17px}.gp-profile-rail{grid-auto-columns:152px}.gp-public-profile-card img,.gp-demo-avatar{height:152px}.gp-story-card{padding:26px 20px}.gp-final-cta h2{font-size:1.7rem}}
.gp-hero-phone{position:relative}.gp-floating-live-card{position:absolute;right:-18px;bottom:30px;width:240px;background:#fff;border-radius:22px;padding:14px 16px;box-shadow:0 18px 45px rgba(15,23,42,.18);border:1px solid rgba(15,23,42,.06);z-index:5}.gp-floating-live-card strong,.gp-floating-live-card span,.gp-floating-live-card small{display:block}.gp-floating-live-card strong{color:#151922;font-weight:950}.gp-floating-live-card span{color:#475467;margin-top:3px}.gp-floating-live-card small{color:#98a2b3;margin-top:4px;font-weight:700}html[data-theme="dark"] .gp-floating-live-card{background:#181b22;border-color:rgba(255,255,255,.08)}html[data-theme="dark"] .gp-floating-live-card strong{color:#f8fafc}@media(max-width:760px){.gp-floating-live-card{right:10px;bottom:18px;width:218px}.gp-hero-phone{min-height:355px}}


.gp-horizontal-visual{position:relative;display:flex;align-items:center;justify-content:center}.gp-couple-stage{position:relative;border-radius:36px;overflow:hidden;min-height:560px;background:#f4f4f4;box-shadow:0 30px 80px rgba(0,0,0,.18)}.gp-couple-stage img{width:100%;height:100%;object-fit:cover;display:block}.gp-overlay-card{position:absolute;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);padding:18px 22px;border-radius:24px;min-width:240px;box-shadow:0 15px 40px rgba(0,0,0,.12)}.gp-overlay-card strong{display:block;font-size:18px;margin-bottom:6px}.gp-overlay-card span{display:block;color:#555;font-size:14px}.gp-overlay-card small{display:block;margin-top:6px;color:#888}.gp-overlay-top{top:80px;right:20px}.gp-overlay-middle{top:250px;right:40px}.gp-overlay-bottom{bottom:30px;right:10px}.gp-live-hero-grid{grid-template-columns:1fr 1.15fr;align-items:center}.gp-live-copy h1{font-size:72px;line-height:1.02;max-width:620px}.gp-live-copy p{font-size:24px;line-height:1.7;max-width:600px;color:#5d5d5d}@media(max-width:980px){.gp-live-hero-grid{grid-template-columns:1fr}.gp-live-copy h1{font-size:48px}.gp-live-copy p{font-size:18px}.gp-couple-stage{min-height:420px;margin-top:24px}.gp-overlay-card{transform:scale(.85);transform-origin:right center}}
/* ================ Bottom trust block v1.5 ================ */
.gp-bottom-trust{padding:26px 0 22px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#f7f9fc 100%)}
.gp-bottom-trust-panel{position:relative;overflow:hidden;border-radius:34px;padding:26px 24px 22px;background:rgba(255,255,255,.86);border:1px solid rgba(15,23,42,.06);box-shadow:0 24px 70px rgba(15,23,42,.09);backdrop-filter:blur(18px)}
.gp-bottom-trust-panel:before{content:"";position:absolute;inset:-120px auto auto -120px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(44,138,44,.16),rgba(44,138,44,0) 68%)}
.gp-bottom-trust-panel:after{content:"";position:absolute;right:-90px;bottom:-120px;width:270px;height:270px;border-radius:50%;background:radial-gradient(circle,rgba(224,179,33,.20),rgba(224,179,33,0) 68%)}
.gp-bottom-trust-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:12px;text-align:center;margin-bottom:22px}
.gp-bottom-trust-head h2{font-size:clamp(1.25rem,2.8vw,1.85rem);line-height:1.15;letter-spacing:-.04em;margin:0;color:#101828;font-weight:950}
.gp-shield-mark{width:32px;height:32px;border-radius:12px;background:linear-gradient(135deg,#e7f8ec,#ffffff);box-shadow:inset 0 0 0 1px rgba(44,138,44,.16);position:relative;flex:0 0 32px}
.gp-shield-mark:before{content:"";position:absolute;left:9px;top:7px;width:14px;height:17px;background:#24a148;clip-path:polygon(50% 0,100% 18%,90% 70%,50% 100%,10% 70%,0 18%)}
.gp-bottom-trust-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.gp-bottom-trust-card{position:relative;min-height:156px;display:grid;grid-template-columns:64px 1fr;gap:14px;align-items:start;background:#fff;border:1px solid rgba(15,23,42,.055);border-radius:24px;padding:22px 18px;box-shadow:0 14px 38px rgba(15,23,42,.07);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.gp-bottom-trust-card:hover{transform:translateY(-3px);box-shadow:0 22px 54px rgba(15,23,42,.10);border-color:rgba(15,23,42,.09)}
.gp-bottom-trust-card strong{display:block;font-size:1.08rem;line-height:1.15;color:#101828;font-weight:950;margin-bottom:8px}
.gp-bottom-trust-card p{margin:0;color:#667085;font-size:.93rem;line-height:1.55}
.gp-trust-icon{position:relative;width:56px;height:56px;border-radius:20px;display:block}
.gp-trust-icon:before,.gp-trust-icon:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.gp-trust-green .gp-trust-icon{background:#e8f9ee}.gp-trust-green .gp-trust-icon:before{width:22px;height:26px;background:#21a455;clip-path:polygon(50% 0,100% 18%,88% 70%,50% 100%,12% 70%,0 18%)}
.gp-trust-blue .gp-trust-icon{background:#e7f0ff}.gp-trust-blue .gp-trust-icon:before{width:25px;height:27px;background:#1976f3;clip-path:polygon(50% 0,100% 20%,88% 72%,50% 100%,12% 72%,0 20%)}.gp-trust-blue .gp-trust-icon:after{width:13px;height:7px;border-left:3px solid #fff;border-bottom:3px solid #fff;transform:translate(-50%,-45%) rotate(-45deg)}
.gp-trust-violet .gp-trust-icon{background:#f0eaff}.gp-trust-violet .gp-trust-icon:before{width:18px;height:28px;background:#8657f5;clip-path:polygon(44% 0,100% 0,65% 42%,100% 42%,35% 100%,50% 56%,0 56%)}
.gp-trust-pink .gp-trust-icon{background:#ffe8f1}.gp-trust-pink .gp-trust-icon:before{width:28px;height:22px;background:#f0387a;border-radius:8px}.gp-trust-pink .gp-trust-icon:after{width:8px;height:8px;background:#f0387a;left:61%;top:65%;clip-path:polygon(0 0,100% 0,0 100%)}
.gp-bottom-trust-card i{position:absolute;right:16px;bottom:16px;width:20px;height:20px;border-radius:50%;display:block}
.gp-bottom-trust-card i:after{content:"";position:absolute;left:6px;top:4px;width:7px;height:11px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg)}
.gp-trust-green i{background:#22b455}.gp-trust-blue i{background:#1976f3}.gp-trust-violet i{background:#8b5cf6}.gp-trust-pink i{background:#f0387a}
.gp-bottom-proof-bar{position:relative;z-index:1;margin-top:20px;min-height:54px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;border-radius:22px;background:rgba(255,255,255,.72);border:1px solid rgba(15,23,42,.055);box-shadow:0 12px 35px rgba(15,23,42,.045);padding:12px 18px;color:#526070}
.gp-bottom-proof-bar strong{color:#4a3f7a;font-weight:900;margin-right:auto}.gp-bottom-proof-bar span{font-weight:800;white-space:nowrap;color:#667085}.gp-bottom-proof-bar span:before{content:"";display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:#2c8a2c;vertical-align:1px}
html[data-theme="dark"] .gp-bottom-trust{background:#0f1115}html[data-theme="dark"] .gp-bottom-trust-panel,html[data-theme="dark"] .gp-bottom-trust-card,html[data-theme="dark"] .gp-bottom-proof-bar{background:#181b22;border-color:rgba(255,255,255,.08)}html[data-theme="dark"] .gp-bottom-trust-head h2,html[data-theme="dark"] .gp-bottom-trust-card strong{color:#f8fafc}html[data-theme="dark"] .gp-bottom-trust-card p,html[data-theme="dark"] .gp-bottom-proof-bar,html[data-theme="dark"] .gp-bottom-proof-bar span{color:#a1a1aa}html[data-theme="dark"] .gp-bottom-proof-bar strong{color:#d8d0ff}
@media(max-width:980px){.gp-bottom-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-bottom-trust-card{min-height:148px}.gp-bottom-proof-bar strong{width:100%;margin-right:0}.gp-bottom-proof-bar{gap:10px 16px}}
@media(max-width:600px){.gp-bottom-trust{padding:18px 0}.gp-bottom-trust-panel{border-radius:28px;padding:22px 14px 16px}.gp-bottom-trust-head{align-items:flex-start;text-align:left;justify-content:flex-start;margin-bottom:16px}.gp-bottom-trust-grid{grid-template-columns:1fr;gap:12px}.gp-bottom-trust-card{grid-template-columns:54px 1fr;min-height:0;border-radius:22px;padding:16px 14px 18px}.gp-trust-icon{width:48px;height:48px;border-radius:17px}.gp-bottom-trust-card p{font-size:.9rem;line-height:1.48;padding-right:20px}.gp-bottom-proof-bar{border-radius:20px;padding:14px;display:grid;gap:8px}.gp-bottom-proof-bar span{white-space:normal}.gp-bottom-proof-bar strong{font-size:.95rem}}
@media(max-width:980px){.gp-couple-stage{min-height:430px}.gp-overlay-top{top:36px;right:6px}.gp-overlay-middle{top:184px;right:12px}.gp-overlay-bottom{bottom:20px;right:8px}.gp-live-copy h1{font-size:clamp(2.5rem,8vw,3.55rem)}}
@media(max-width:520px){.gp-couple-stage{min-height:360px;border-radius:28px}.gp-overlay-card{min-width:208px;padding:13px 15px;border-radius:18px}.gp-overlay-top{top:18px;right:-8px}.gp-overlay-middle{top:142px;right:-12px}.gp-overlay-bottom{bottom:16px;right:-10px}.gp-live-copy h1{font-size:2.45rem}.gp-live-copy p{font-size:1rem;line-height:1.55}.gp-live-hero{padding-bottom:10px}}

/* ================ Geriarte love letter testimonial ================ */
.gp-story-band{padding:18px 0 26px}
.gp-love-letter-card{position:relative;min-height:190px;display:grid;grid-template-columns:210px minmax(0,1fr) 86px;align-items:center;gap:24px;overflow:hidden;border-radius:34px;padding:28px 32px;background:linear-gradient(135deg,rgba(43,129,42,.13),rgba(255,255,255,.96) 42%,rgba(214,170,25,.18));border:1px solid rgba(43,129,42,.12);box-shadow:0 24px 70px rgba(43,129,42,.13), inset 0 0 0 1px rgba(255,255,255,.65)}
.gp-love-letter-card:before{content:"";position:absolute;inset:10px;border-radius:26px;padding:3px;background:repeating-linear-gradient(135deg,#2b812a 0 14px,#fff 14px 28px,#d6aa19 28px 42px,#fff 42px 56px);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.55;pointer-events:none}
.gp-love-letter-card:after{content:"";position:absolute;left:-70px;top:-85px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(214,170,25,.55),rgba(43,129,42,.28) 48%,rgba(43,129,42,0) 70%)}
.gp-love-envelope{position:relative;z-index:1;width:188px;height:126px;border-radius:18px;background:linear-gradient(180deg,#fffaf1,#ffffff);box-shadow:0 18px 44px rgba(15,23,42,.13);border:1px solid rgba(43,129,42,.11);transform:rotate(-4deg)}
.gp-love-envelope:before,.gp-love-envelope:after{content:"";position:absolute;inset:auto 0 0 0;height:82px;background:linear-gradient(135deg,rgba(43,129,42,.10),rgba(214,170,25,.18));clip-path:polygon(0 0,50% 52%,100% 0,100% 100%,0 100%)}
.gp-envelope-flap{position:absolute;left:0;right:0;top:0;height:76px;background:linear-gradient(135deg,#fff,#fff7dc);clip-path:polygon(0 0,100% 0,50% 100%);border-radius:18px 18px 0 0;z-index:2}
.gp-envelope-heart{position:absolute;left:50%;top:54%;z-index:3;transform:translate(-50%,-50%);width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#2b812a,#d6aa19);color:#fff;font-size:30px;box-shadow:0 14px 28px rgba(43,129,42,.24)}
.gp-love-letter-copy{position:relative;z-index:1;text-align:center}.gp-love-kicker{display:inline-flex;align-items:center;gap:7px;border-radius:999px;padding:7px 13px;background:rgba(43,129,42,.10);color:#2b812a;font-weight:950;font-size:.82rem;margin-bottom:11px}.gp-love-kicker:before{content:"♥";color:#d6aa19}.gp-love-letter-copy p{margin:0 auto 12px;max-width:780px;color:#101828;font-size:clamp(1.06rem,2vw,1.35rem);font-weight:900;line-height:1.65;letter-spacing:-.018em}.gp-love-letter-copy strong{display:inline-flex;align-items:center;gap:7px;color:#2b812a;font-size:.95rem;font-weight:950}.gp-love-letter-copy strong:before{content:"—";color:#d6aa19}.gp-love-stamp{position:relative;z-index:1;width:72px;height:72px;border-radius:18px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#2b812a,#d6aa19);font-style:normal;font-size:34px;box-shadow:0 18px 42px rgba(214,170,25,.22);outline:3px dashed rgba(255,255,255,.75);outline-offset:-8px}
html[data-theme="dark"] .gp-love-letter-card{background:linear-gradient(135deg,rgba(43,129,42,.22),#181b22 45%,rgba(214,170,25,.18));border-color:rgba(255,255,255,.08)}html[data-theme="dark"] .gp-love-letter-copy p{color:#f8fafc}html[data-theme="dark"] .gp-love-envelope{background:#20242d;border-color:rgba(255,255,255,.08)}
@media(max-width:760px){.gp-love-letter-card{grid-template-columns:1fr;gap:18px;text-align:center;padding:24px 18px;border-radius:28px}.gp-love-envelope{width:168px;height:112px;margin:0 auto}.gp-love-stamp{position:absolute;right:22px;top:22px;width:52px;height:52px;border-radius:15px;font-size:24px}.gp-love-letter-copy p{font-size:1.02rem;line-height:1.58}.gp-love-letter-card:before{inset:8px;border-radius:22px}}
@media(max-width:420px){.gp-love-letter-card{padding:22px 14px 20px}.gp-love-stamp{display:none}.gp-love-envelope{width:150px;height:102px}.gp-envelope-heart{width:46px;height:46px;font-size:24px}.gp-love-letter-copy p{font-size:.98rem}}

/* Geriarte mobile app navigation + reels page. Added as a single final block to avoid old duplicate nav rules. */
.gp-bottom-nav-modern{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:grid!important;grid-template-columns:repeat(5,1fr)!important;gap:0!important;padding:8px 8px calc(8px + env(safe-area-inset-bottom))!important;background:rgba(8,12,24,.96)!important;border-top:1px solid rgba(255,255,255,.08)!important;box-shadow:0 -12px 35px rgba(0,0,0,.28)!important;backdrop-filter:blur(18px)!important}.gp-bottom-nav-modern .gp-nav-item{position:relative!important;min-width:0!important;height:62px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;text-decoration:none!important;color:rgba(255,255,255,.72)!important;font-size:12px!important;font-weight:750!important;border-radius:18px!important}.gp-bottom-nav-modern .gp-nav-item svg{width:25px!important;height:25px!important;stroke:currentColor!important}.gp-bottom-nav-modern .gp-nav-item.is-active{color:#ff3f73!important;background:rgba(255,63,115,.10)!important}.gp-bottom-nav-modern .gp-nav-item.is-active svg{filter:drop-shadow(0 0 9px rgba(255,63,115,.38))}.gp-bottom-nav-modern .gp-nav-badge{position:absolute!important;top:-6px!important;right:-9px!important;min-width:19px!important;height:19px!important;padding:0 5px!important;border-radius:999px!important;background:#ff3f73!important;color:#fff!important;font-style:normal!important;font-size:11px!important;font-weight:950!important;display:flex!important;align-items:center!important;justify-content:center!important;border:2px solid #080c18!important}.gp-nav-icon-wrap{position:relative;display:inline-flex}.gp-main{padding-bottom:96px!important}.gp-post-video video{width:100%;max-height:560px;border-radius:18px;background:#000;display:block}.gp-videos-page{min-height:100vh;margin:-10px auto 0;max-width:760px;padding:18px 12px 112px;background:linear-gradient(180deg,#08111f 0%,#050812 100%);color:#fff}.gp-videos-head{position:sticky;top:58px;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:12px 4px 14px;background:linear-gradient(180deg,rgba(8,17,31,.98),rgba(8,17,31,.72))}.gp-videos-head strong{font-size:14px;color:#ff5c86}.gp-videos-head h1{margin:0;font-size:32px;line-height:1;font-weight:950;letter-spacing:-.04em}.gp-videos-add{height:40px;padding:0 16px;border-radius:999px;background:#ff3f73;color:#fff!important;display:inline-flex;align-items:center;text-decoration:none!important;font-weight:900}.gp-reels-stack{display:flex;flex-direction:column;gap:18px}.gp-reel-card{position:relative;overflow:hidden;border-radius:30px;background:#000;min-height:620px;box-shadow:0 18px 55px rgba(0,0,0,.35)}.gp-reel-video{width:100%;height:620px;object-fit:cover;background:#000;display:block}.gp-reel-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.32),transparent 30%,rgba(0,0,0,.70));pointer-events:none}.gp-reel-user{position:absolute;left:16px;top:16px;right:72px;display:flex;align-items:center;gap:10px;z-index:2}.gp-reel-user img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.85)}.gp-reel-user strong{display:block;font-size:17px;font-weight:950}.gp-reel-user span{display:block;font-size:13px;color:rgba(255,255,255,.75)}.gp-reel-actions{position:absolute;right:12px;bottom:94px;display:flex;flex-direction:column;gap:14px;z-index:2}.gp-reel-action{width:54px;min-height:58px;border:0;border-radius:20px;background:rgba(10,14,25,.55);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;backdrop-filter:blur(12px)}.gp-reel-action span{font-size:24px;font-weight:950;line-height:1}.gp-reel-action small{font-size:11px;font-weight:850;color:rgba(255,255,255,.82)}.gp-reel-caption{position:absolute;left:16px;right:82px;bottom:20px;z-index:2;margin:0;font-size:16px;line-height:1.35;font-weight:750;color:#fff}.gp-videos-empty{margin:80px 10px;padding:32px 20px;border-radius:28px;background:rgba(255,255,255,.08);text-align:center}.gp-videos-empty strong{display:block;font-size:24px;margin-bottom:8px}.gp-videos-empty p{color:rgba(255,255,255,.72)}@media(min-width:820px){.gp-bottom-nav-modern{left:50%;transform:translateX(-50%);max-width:760px;border-radius:28px 28px 0 0}.gp-reel-card,.gp-reel-video{height:700px}}@media(max-width:520px){.gp-videos-page{padding-left:0;padding-right:0}.gp-videos-head{padding-left:16px;padding-right:16px}.gp-reel-card{border-radius:0;min-height:calc(100vh - 172px)}.gp-reel-video{height:calc(100vh - 172px)}.gp-reels-stack{gap:10px}}


/* Geriarte composer professional UI v1.2.0 - removes old emoji media button look */
.gp2-composer{
  position:relative!important;
  overflow:hidden!important;
  border-radius:32px!important;
  padding:16px!important;
  border:1px solid rgba(148,163,184,.28)!important;
  background:
    radial-gradient(circle at 12% 8%,rgba(46,125,50,.10),transparent 34%),
    radial-gradient(circle at 86% 94%,rgba(240,189,34,.16),transparent 38%),
    var(--gp-surface)!important;
  box-shadow:0 22px 60px rgba(15,23,42,.10)!important;
}
.gp2-composer:before{content:'';position:absolute;left:16px;right:16px;top:0;height:3px;border-radius:999px;background:linear-gradient(90deg,#2e7d32,#f0bd22,#ff2e67);opacity:.9}
.gp2-composer-top{grid-template-columns:54px minmax(0,1fr)!important;gap:12px!important;align-items:center!important}
.gp2-avatar{width:54px!important;height:54px!important;border:3px solid #fff!important;box-shadow:0 12px 28px rgba(15,23,42,.14)!important}
html[data-theme="dark"] .gp2-avatar{border-color:#111827!important}
.gp2-composer textarea{
  min-height:78px!important;border-radius:26px!important;padding:18px 18px!important;
  background:rgba(248,250,252,.92)!important;border:1px solid rgba(148,163,184,.30)!important;
  font-size:1.02rem!important;font-weight:750!important;letter-spacing:-.01em!important;
}
html[data-theme="dark"] .gp2-composer textarea{background:rgba(17,24,39,.92)!important;border-color:rgba(255,255,255,.10)!important}
.gp2-composer textarea::placeholder{color:#7b8190!important;font-weight:850!important}
.gp2-actions{grid-template-columns:1fr auto auto!important;gap:10px!important;margin-top:16px!important}
.gp2-actions select,.gp2-tool-btn,.gp2-primary{
  height:50px!important;border-radius:999px!important;font-size:.94rem!important;font-weight:950!important;
  padding:0 16px!important;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease!important;
}
.gp2-actions select{
  background:linear-gradient(180deg,#fff,#f7f8fb)!important;color:var(--gp-text)!important;
  border:1px solid rgba(148,163,184,.36)!important;box-shadow:0 10px 22px rgba(15,23,42,.06)!important;
}
html[data-theme="dark"] .gp2-actions select{background:linear-gradient(180deg,#111827,#0b1220)!important;border-color:rgba(255,255,255,.12)!important}
.gp2-tool-btn.gp2-media-btn{
  gap:8px!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;
  border:1px solid rgba(148,163,184,.36)!important;color:var(--gp-text)!important;
  box-shadow:0 12px 24px rgba(15,23,42,.07)!important;
}
html[data-theme="dark"] .gp2-tool-btn.gp2-media-btn{background:linear-gradient(180deg,#111827,#0b1220)!important;border-color:rgba(255,255,255,.12)!important}
.gp2-primary{
  min-width:126px!important;gap:8px!important;background:linear-gradient(135deg,#2e7d32 0%,#67a727 42%,#f0bd22 100%)!important;
  color:#fff!important;border:0!important;box-shadow:0 16px 34px rgba(46,125,50,.28)!important;text-shadow:0 1px 0 rgba(0,0,0,.18)!important;
}
.gp2-tool-btn:hover,.gp2-primary:hover{transform:translateY(-1px)!important}.gp2-tool-btn:active,.gp2-primary:active{transform:translateY(0)!important}
.gp2-btn-icon{width:20px;height:20px;display:inline-block;flex:0 0 20px;background:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}
.gp2-icon-media{color:#2e7d32;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5.75A2.75 2.75 0 0 1 6.75 3h7.5A2.75 2.75 0 0 1 17 5.75v7.5A2.75 2.75 0 0 1 14.25 16h-7.5A2.75 2.75 0 0 1 4 13.25v-7.5Zm3.2 1.7a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4Zm7.95 5.55-2.25-3-2.05 2.56-1.3-1.55L6.85 14h7.4c.5 0 .9-.4.9-.9V13ZM18.5 8.5h.75A2.75 2.75 0 0 1 22 11.25v7A2.75 2.75 0 0 1 19.25 21h-7A2.75 2.75 0 0 1 9.5 18.25V17.5h5.25a3.75 3.75 0 0 0 3.75-3.75V8.5Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 5.75A2.75 2.75 0 0 1 6.75 3h7.5A2.75 2.75 0 0 1 17 5.75v7.5A2.75 2.75 0 0 1 14.25 16h-7.5A2.75 2.75 0 0 1 4 13.25v-7.5Zm3.2 1.7a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4Zm7.95 5.55-2.25-3-2.05 2.56-1.3-1.55L6.85 14h7.4c.5 0 .9-.4.9-.9V13ZM18.5 8.5h.75A2.75 2.75 0 0 1 22 11.25v7A2.75 2.75 0 0 1 19.25 21h-7A2.75 2.75 0 0 1 9.5 18.25V17.5h5.25a3.75 3.75 0 0 0 3.75-3.75V8.5Z'/%3E%3C/svg%3E")}
.gp2-icon-send{color:#fff;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3.7 4.3c-.7-.32-1.45.35-1.22 1.09l1.82 5.9c.1.34.4.59.76.64l8.04 1.07-8.04 1.07a.95.95 0 0 0-.76.64l-1.82 5.9c-.23.74.52 1.41 1.22 1.09l18-8.25a.95.95 0 0 0 0-1.73l-18-8.25Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3.7 4.3c-.7-.32-1.45.35-1.22 1.09l1.82 5.9c.1.34.4.59.76.64l8.04 1.07-8.04 1.07a.95.95 0 0 0-.76.64l-1.82 5.9c-.23.74.52 1.41 1.22 1.09l18-8.25a.95.95 0 0 0 0-1.73l-18-8.25Z'/%3E%3C/svg%3E")}
.gp2-preview{border-radius:24px!important;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(248,250,252,.96))!important;box-shadow:0 12px 30px rgba(15,23,42,.08)!important}
html[data-theme="dark"] .gp2-preview{background:linear-gradient(180deg,rgba(17,24,39,.96),rgba(11,18,32,.96))!important}
@media(max-width:520px){
  .gp2-composer{padding:14px!important;border-radius:30px!important;margin-left:0!important;margin-right:0!important}
  .gp2-composer-top{grid-template-columns:50px minmax(0,1fr)!important}.gp2-avatar{width:50px!important;height:50px!important}
  .gp2-actions{grid-template-columns:1fr 112px 116px!important;gap:8px!important}
  .gp2-actions select,.gp2-tool-btn,.gp2-primary{height:48px!important;padding:0 12px!important;font-size:.88rem!important}
  .gp2-btn-icon{width:18px;height:18px;flex-basis:18px}.gp2-tool-btn.gp2-media-btn{gap:6px!important}.gp2-primary{min-width:116px!important;gap:6px!important}
}
@media(max-width:380px){.gp2-actions{grid-template-columns:1fr 52px 108px!important}.gp2-tool-btn.gp2-media-btn span:last-child{display:none!important}.gp2-tool-btn.gp2-media-btn{width:52px!important;padding:0!important}.gp2-primary{min-width:108px!important}}

/* ===== Geriarte official mobile palette + TikTok-style reels ===== */
:root{
  --gp-brand-green:#2f7d29;
  --gp-brand-green-dark:#145c24;
  --gp-brand-gold:#d8b21f;
  --gp-brand-cream:#fffaf0;
  --gp-brand-rose:#ff3f7f;
  --gp-gradient:linear-gradient(135deg,var(--gp-brand-green) 0%,var(--gp-brand-gold) 100%);
  --gp-primary:var(--gp-brand-green);
  --gp-secondary:var(--gp-brand-gold);
  --gp-accent:var(--gp-brand-rose);
}
.gp-site-header{border-bottom:1px solid rgba(47,125,41,.10)!important;box-shadow:0 8px 26px rgba(20,92,36,.06)!important}
.gp-site-title,.gp-logo-text{color:#172033!important}
.gp-header-icon,.gp-theme-toggle,.gp-notification-bell{color:#172033!important}
.gp-bottom-nav-modern{height:72px;background:rgba(255,255,255,.96)!important;border-top:1px solid rgba(47,125,41,.10)!important;box-shadow:0 -18px 42px rgba(20,92,36,.10)!important;backdrop-filter:blur(18px)}
.gp-bottom-nav-modern .gp-nav-item{color:#697386!important;border-radius:22px;font-weight:850;transition:.18s ease}
.gp-bottom-nav-modern .gp-nav-item svg{stroke-width:2.2}
.gp-bottom-nav-modern .gp-nav-item.is-active{background:linear-gradient(135deg,rgba(47,125,41,.14),rgba(216,178,31,.18))!important;color:var(--gp-brand-green)!important;box-shadow:0 12px 30px rgba(47,125,41,.14)}
.gp-bottom-nav-modern .gp-nav-badge{background:var(--gp-brand-rose)!important;color:#fff!important;border:2px solid #fff!important;box-shadow:0 6px 16px rgba(255,63,127,.30)}
.gp-btn-primary,.gp-create-post button[type=submit],.gp-composer-submit,.gp-post-submit{background:var(--gp-gradient)!important;color:#fff!important;box-shadow:0 16px 34px rgba(47,125,41,.22)!important;border:0!important}
.gp-create-post,.gp-composer-card{border-color:rgba(47,125,41,.14)!important;box-shadow:0 22px 60px rgba(20,92,36,.08)!important}
.gp-composer-card:before{background:linear-gradient(90deg,var(--gp-brand-green),var(--gp-brand-gold),var(--gp-brand-rose))!important}
.gp-media-btn,.gp-composer-media,.gp-file-btn{border-color:rgba(47,125,41,.16)!important;color:#172033!important;background:#fff!important}
.gp-media-btn svg,.gp-file-btn svg{color:var(--gp-brand-green)!important}

body.page-template-page-videos{background:#050913!important;overflow:hidden}
body.page-template-page-videos .gp-site-header{position:fixed!important;top:0;left:0;right:0;z-index:80;background:rgba(5,9,19,.72)!important;color:#fff!important;border-color:rgba(255,255,255,.08)!important;backdrop-filter:blur(18px)}
body.page-template-page-videos .gp-site-title,body.page-template-page-videos .gp-logo-text,body.page-template-page-videos .gp-header-icon,body.page-template-page-videos .gp-theme-toggle,body.page-template-page-videos .gp-notification-bell{color:#fff!important}
body.page-template-page-videos .gp-main{padding:0!important;background:#050913!important}
.gp-videos-page{height:100dvh;background:#050913;color:#fff;overflow-y:auto;scroll-snap-type:y mandatory;padding:0 0 72px;overscroll-behavior:contain;scrollbar-width:none}
.gp-videos-page::-webkit-scrollbar{display:none}
.gp-videos-head{position:fixed;top:72px;left:0;right:0;z-index:55;display:flex;align-items:center;justify-content:space-between;padding:18px 20px 10px;pointer-events:none;background:linear-gradient(180deg,rgba(5,9,19,.82),rgba(5,9,19,0))}
.gp-videos-head strong{display:block;color:var(--gp-brand-rose);font-weight:950;font-size:.9rem;letter-spacing:.02em}
.gp-videos-head h1{margin:0;color:#fff;font-size:2.25rem;line-height:.95;font-weight:1000;letter-spacing:-.06em;text-shadow:0 8px 24px rgba(0,0,0,.28)}
.gp-videos-add{pointer-events:auto;display:inline-flex;align-items:center;justify-content:center;height:46px;padding:0 20px;border-radius:999px;background:var(--gp-brand-rose)!important;color:#fff!important;font-weight:1000;box-shadow:0 14px 32px rgba(255,63,127,.32);text-decoration:none!important}
.gp-reels-stack{display:block;height:100%;padding:0;margin:0}
.gp-reel-card{position:relative;height:100dvh;min-height:100dvh;width:100%;scroll-snap-align:start;scroll-snap-stop:always;background:#000;overflow:hidden;border-radius:0!important;margin:0!important;border:0!important;box-shadow:none!important}
.gp-reel-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#000;border:0;display:block}
.gp-reel-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.38) 0%,rgba(0,0,0,0) 26%,rgba(0,0,0,0) 56%,rgba(0,0,0,.78) 100%);pointer-events:none}
.gp-reel-user{position:absolute;left:18px;right:88px;bottom:152px;z-index:2;display:flex;align-items:center;gap:11px;color:#fff}
.gp-reel-user img{width:46px;height:46px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 10px 25px rgba(0,0,0,.28)}
.gp-reel-user strong{display:block;font-weight:1000;font-size:1rem;text-shadow:0 2px 10px rgba(0,0,0,.35)}
.gp-reel-user span{display:block;color:rgba(255,255,255,.78);font-size:.82rem;font-weight:800;margin-top:1px}
.gp-reel-caption{position:absolute;left:18px;right:88px;bottom:112px;z-index:2;margin:0;color:#fff;font-size:1rem;line-height:1.35;font-weight:800;text-shadow:0 2px 12px rgba(0,0,0,.42)}
.gp-reel-actions{position:absolute;right:14px;bottom:122px;z-index:3;display:flex;flex-direction:column;gap:18px;align-items:center}
.gp-reel-action{width:56px;min-height:62px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;background:transparent!important;color:#fff!important;border:0!important;text-shadow:0 2px 12px rgba(0,0,0,.35);font-weight:950}
.gp-reel-action span{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);backdrop-filter:blur(12px);font-size:1.65rem;line-height:1;border:1px solid rgba(255,255,255,.14);box-shadow:0 12px 28px rgba(0,0,0,.22)}
.gp-reel-action small{font-size:.76rem;color:#fff!important;font-weight:950}
.gp-reel-action.gp-post-like span{color:var(--gp-brand-rose)!important;background:rgba(255,63,127,.16)}
.gp-videos-empty{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0;padding:0 28px 120px;background:radial-gradient(circle at 70% 18%,rgba(255,63,127,.20),transparent 28%),radial-gradient(circle at 20% 70%,rgba(216,178,31,.20),transparent 34%),#050913;color:#fff}
.gp-videos-empty strong{font-size:2rem;line-height:1.05;font-weight:1000;letter-spacing:-.05em}.gp-videos-empty p{max-width:360px;color:rgba(255,255,255,.72);font-size:1.05rem;line-height:1.5}.gp-videos-empty .gp-btn{border-radius:999px;background:var(--gp-gradient)!important;color:#fff!important;box-shadow:0 16px 36px rgba(47,125,41,.26)}
body.page-template-page-videos .gp-footer{display:none!important}
body.page-template-page-videos .gp-bottom-nav-modern{background:rgba(5,9,19,.92)!important;border-color:rgba(255,255,255,.08)!important;box-shadow:0 -16px 38px rgba(0,0,0,.35)!important}
body.page-template-page-videos .gp-bottom-nav-modern .gp-nav-item{color:rgba(255,255,255,.72)!important}
body.page-template-page-videos .gp-bottom-nav-modern .gp-nav-item.is-active{background:rgba(255,63,127,.16)!important;color:var(--gp-brand-rose)!important;box-shadow:0 12px 28px rgba(255,63,127,.18)!important}
@media(max-width:520px){.gp-videos-head{top:64px;padding:14px 18px 8px}.gp-videos-head h1{font-size:2rem}.gp-videos-add{height:42px;padding:0 17px}.gp-reel-user{bottom:146px}.gp-reel-caption{bottom:106px}.gp-reel-actions{right:10px;bottom:116px}.gp-reel-action span{width:48px;height:48px}.gp-bottom-nav-modern{height:72px!important}.gp-bottom-nav-modern .gp-nav-item{padding-top:8px!important}}

/* Geriarte Reels professional UI fix: official colors, cleaner layout, hide normal header on Reels. */
.page-template-page-videos .gp-topbar{display:none!important}
.page-template-page-videos .gp-main{padding:0!important;margin:0!important;max-width:none!important;background:#050913!important}
.page-template-page-videos body,.page-template-page-videos{background:#050913!important}
.gp-reels-pro{height:100dvh!important;min-height:100dvh!important;overflow-y:auto!important;scroll-snap-type:y mandatory!important;background:#050913!important;color:#fff!important;padding:0 0 72px!important;scrollbar-width:none!important;overscroll-behavior:contain!important}
.gp-reels-pro::-webkit-scrollbar{display:none!important}
.gp-reels-topbar{position:fixed;top:0;left:0;right:0;z-index:80;height:70px;padding:14px 18px 8px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,rgba(0,0,0,.68),rgba(0,0,0,0));pointer-events:none}
.gp-reels-brand{display:flex;align-items:center;gap:7px;font-weight:1000;letter-spacing:-.04em;font-size:1.25rem;color:#76b900;text-shadow:0 2px 20px rgba(0,0,0,.4)}
.gp-reels-brand em{font-style:normal;color:#d8b21f}.gp-reels-mark{width:31px;height:31px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#2f7d29,#76b900 58%,#d8b21f);color:#050913;font-size:25px;font-weight:1000;line-height:1}
.gp-reels-top-actions{display:flex;align-items:center;gap:12px;pointer-events:auto}.gp-reels-top-actions a{color:#fff!important;text-decoration:none!important}.gp-reels-top-actions svg{width:29px;height:29px;filter:drop-shadow(0 3px 10px rgba(0,0,0,.45))}.gp-reels-upload{height:40px;padding:0 15px;border-radius:999px;background:linear-gradient(135deg,#2f7d29,#76b900 58%,#d8b21f)!important;color:#fff!important;display:inline-flex;align-items:center;justify-content:center;font-weight:1000;box-shadow:0 12px 30px rgba(118,185,0,.28)}
.gp-reels-tabs{position:fixed;top:70px;left:0;right:0;z-index:78;display:flex;gap:24px;overflow-x:auto;padding:0 18px 10px;background:linear-gradient(180deg,rgba(0,0,0,.25),rgba(0,0,0,0));scrollbar-width:none}.gp-reels-tabs::-webkit-scrollbar{display:none}.gp-reels-tabs span{white-space:nowrap;color:rgba(255,255,255,.86);font-weight:900;font-size:.94rem;position:relative}.gp-reels-tabs span.is-active{color:#fff}.gp-reels-tabs span.is-active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:3px;border-radius:999px;background:#76b900}
.gp-reels-pro .gp-reels-stack{height:100%!important;display:block!important;margin:0!important;padding:0!important}.gp-reels-pro .gp-reel-card{height:100dvh!important;min-height:100dvh!important;width:100%!important;margin:0!important;border-radius:0!important;background:#000!important;overflow:hidden!important;scroll-snap-align:start!important;scroll-snap-stop:always!important;box-shadow:none!important;border:0!important}.gp-reels-pro .gp-reel-video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;background:#050913!important;display:block!important;border:0!important;transform:translateZ(0)}
.gp-reels-pro .gp-reel-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.44) 0%,rgba(0,0,0,.06) 25%,rgba(0,0,0,.04) 53%,rgba(0,0,0,.88) 100%)!important;pointer-events:none}.gp-reels-pro .gp-reel-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:6;width:72px;height:72px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(0,0,0,.32);color:#fff;display:grid;place-items:center;opacity:0;transition:.18s ease;backdrop-filter:blur(12px)}.gp-reels-pro .gp-reel-play svg{width:34px;height:34px;margin-left:3px}.gp-reels-pro .gp-reel-card.is-paused .gp-reel-play{opacity:1}
.gp-reels-pro .gp-reel-user{position:absolute!important;left:18px!important;right:96px!important;bottom:160px!important;z-index:8!important;display:flex!important;align-items:center!important;gap:10px!important;color:#fff!important}.gp-reels-pro .gp-reel-user img{width:44px!important;height:44px!important;border-radius:50%!important;object-fit:cover!important;border:2px solid #76b900!important;box-shadow:0 10px 25px rgba(0,0,0,.38)!important}.gp-reels-pro .gp-reel-user strong{display:block!important;font-size:1rem!important;font-weight:1000!important;text-shadow:0 2px 12px rgba(0,0,0,.55)!important}.gp-reels-pro .gp-reel-user span{display:block!important;color:rgba(255,255,255,.82)!important;font-size:.78rem!important;font-weight:850!important}.gp-reels-pro .gp-reel-follow{margin-left:auto;min-width:max-content;height:32px;padding:0 12px;border-radius:999px;background:#76b900;color:#fff!important;text-decoration:none!important;display:inline-flex;align-items:center;font-size:.78rem;font-weight:1000;box-shadow:0 12px 24px rgba(118,185,0,.28)}
.gp-reels-pro .gp-reel-caption{position:absolute!important;left:18px!important;right:94px!important;bottom:90px!important;z-index:7!important;color:#fff!important;margin:0!important;text-shadow:0 2px 14px rgba(0,0,0,.62)!important}.gp-reels-pro .gp-reel-caption p{margin:0 0 8px!important;font-size:.98rem!important;line-height:1.34!important;font-weight:850!important}.gp-reels-pro .gp-reel-caption span{display:inline-flex;font-size:.88rem;font-weight:750;color:rgba(255,255,255,.9)!important}.gp-reels-pro .gp-reel-actions{position:absolute!important;right:13px!important;bottom:122px!important;z-index:9!important;display:flex!important;flex-direction:column!important;gap:17px!important;align-items:center!important}.gp-reels-pro .gp-reel-action{width:56px!important;min-height:62px!important;border:0!important;background:transparent!important;color:#fff!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:5px!important;padding:0!important;text-shadow:0 2px 12px rgba(0,0,0,.55)!important}.gp-reels-pro .gp-reel-action span{width:50px!important;height:50px!important;border-radius:50%!important;background:rgba(255,255,255,.14)!important;border:1px solid rgba(255,255,255,.18)!important;backdrop-filter:blur(14px)!important;display:grid!important;place-items:center!important;box-shadow:0 12px 30px rgba(0,0,0,.28)!important}.gp-reels-pro .gp-reel-action svg{width:25px;height:25px}.gp-reels-pro .gp-post-like span{color:#76b900!important;background:rgba(118,185,0,.18)!important}.gp-reels-pro .gp-reel-action small{font-size:.72rem!important;color:#fff!important;font-weight:1000!important}.gp-reels-pro .gp-videos-empty{background:radial-gradient(circle at 75% 16%,rgba(118,185,0,.22),transparent 30%),radial-gradient(circle at 24% 70%,rgba(216,178,31,.20),transparent 34%),#050913!important}
.gp-bottom-nav-modern .gp-nav-item.is-active{color:#76b900!important;background:rgba(118,185,0,.12)!important}.gp-bottom-nav-modern .gp-nav-badge{background:#76b900!important}.gp-bottom-nav-modern .gp-nav-item.is-active svg{filter:drop-shadow(0 0 9px rgba(118,185,0,.42))!important}
@media(min-width:760px){.gp-reels-topbar,.gp-reels-tabs,.gp-bottom-nav-modern{left:50%!important;right:auto!important;width:430px!important;transform:translateX(-50%)!important}.gp-reels-pro{max-width:430px!important;margin:0 auto!important;border-left:1px solid rgba(255,255,255,.08);border-right:1px solid rgba(255,255,255,.08)}}
@media(max-width:520px){.gp-reels-topbar{height:62px;padding:12px 16px 7px}.gp-reels-tabs{top:62px;gap:21px}.gp-reels-brand{font-size:1.08rem}.gp-reels-upload{height:36px;padding:0 13px}.gp-reels-pro .gp-reel-user{bottom:154px!important}.gp-reels-pro .gp-reel-caption{bottom:88px!important}.gp-reels-pro .gp-reel-actions{right:10px!important;bottom:116px!important}.gp-reels-pro .gp-reel-follow{height:30px;padding:0 10px}.gp-reels-pro .gp-reel-action span{width:47px!important;height:47px!important}}

/* Geriarte Reels clean mode: only upload button, actions, username/caption, bottom nav */
body.page-template-page-videos,
body.page-template-page-videos-php{background:#000!important;overflow:hidden!important;}
body.page-template-page-videos .gp-site-header,
body.page-template-page-videos header.site-header,
body.page-template-page-videos .site-header,
body.page-template-page-videos .gp-header,
body.page-template-page-videos .gp-topbar,
body.page-template-page-videos .gp-reels-topbar,
body.page-template-page-videos .gp-reels-tabs,
body.page-template-page-videos .gp-reel-user,
body.page-template-page-videos .gp-reel-follow,
body.page-template-page-videos .gp-reel-caption span{display:none!important;}
.gp-reels-clean{position:fixed!important;inset:0!important;width:100%!important;height:100dvh!important;max-width:none!important;margin:0!important;padding:0!important;background:#000!important;color:#fff!important;overflow-y:auto!important;scroll-snap-type:y mandatory!important;overscroll-behavior:contain!important;z-index:1!important;}
.gp-reels-clean .gp-reels-upload-clean{position:fixed!important;top:18px!important;right:16px!important;z-index:80!important;height:42px!important;padding:0 18px!important;border-radius:999px!important;background:linear-gradient(135deg,#2f7d29 0%,#76b900 62%,#d8b21f 100%)!important;color:#fff!important;text-decoration:none!important;font-size:1rem!important;font-weight:1000!important;box-shadow:0 12px 28px rgba(47,125,41,.28)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.gp-reels-clean .gp-reels-stack{height:100%!important;margin:0!important;padding:0!important;display:block!important;}
.gp-reels-clean .gp-reel-card{position:relative!important;width:100%!important;height:100dvh!important;min-height:100dvh!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:#000!important;overflow:hidden!important;scroll-snap-align:start!important;scroll-snap-stop:always!important;box-shadow:none!important;}
.gp-reels-clean .gp-reel-video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;background:#000!important;border:0!important;display:block!important;}
.gp-reels-clean .gp-reel-gradient{position:absolute!important;inset:0!important;background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,.82) 100%)!important;pointer-events:none!important;}
.gp-reels-clean .gp-reel-actions{position:absolute!important;right:12px!important;bottom:118px!important;z-index:60!important;display:flex!important;flex-direction:column!important;gap:18px!important;align-items:center!important;}
.gp-reels-clean .gp-reel-action{width:58px!important;min-height:64px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;color:#fff!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;text-shadow:0 2px 12px rgba(0,0,0,.55)!important;}
.gp-reels-clean .gp-reel-action span{width:52px!important;height:52px!important;border-radius:50%!important;display:grid!important;place-items:center!important;background:rgba(0,0,0,.30)!important;border:1px solid rgba(255,255,255,.18)!important;backdrop-filter:blur(14px)!important;box-shadow:0 14px 34px rgba(0,0,0,.32)!important;color:#fff!important;}
.gp-reels-clean .gp-post-like span{color:#76b900!important;background:rgba(47,125,41,.32)!important;}
.gp-reels-clean .gp-reel-action svg{width:27px!important;height:27px!important;}
.gp-reels-clean .gp-reel-action small{font-size:.72rem!important;line-height:1!important;color:#fff!important;font-weight:1000!important;}
.gp-reels-clean .gp-reel-caption-clean{position:absolute!important;left:16px!important;right:92px!important;bottom:96px!important;z-index:55!important;margin:0!important;color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.7)!important;}
.gp-reels-clean .gp-reel-caption-clean strong{display:block!important;margin:0 0 6px!important;font-size:1rem!important;line-height:1.15!important;font-weight:1000!important;color:#fff!important;}
.gp-reels-clean .gp-reel-caption-clean p{margin:0!important;font-size:.95rem!important;line-height:1.35!important;font-weight:750!important;color:#fff!important;}
.gp-reels-clean .gp-reel-play{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:65!important;width:70px!important;height:70px!important;border-radius:50%!important;border:1px solid rgba(255,255,255,.22)!important;background:rgba(0,0,0,.30)!important;color:#fff!important;display:grid!important;place-items:center!important;opacity:0!important;backdrop-filter:blur(12px)!important;}
.gp-reels-clean .gp-reel-card.is-paused .gp-reel-play{opacity:1!important;}
.gp-reels-clean .gp-videos-empty-clean{height:100dvh!important;min-height:100dvh!important;margin:0!important;padding:0 26px 100px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;background:radial-gradient(circle at 74% 16%,rgba(118,185,0,.18),transparent 28%),radial-gradient(circle at 20% 74%,rgba(216,178,31,.16),transparent 34%),#050913!important;}
.gp-reels-clean .gp-videos-empty-clean strong{font-size:2rem!important;line-height:1.05!important;font-weight:1000!important;letter-spacing:-.05em!important;}
.gp-reels-clean .gp-videos-empty-clean p{max-width:340px!important;color:rgba(255,255,255,.72)!important;font-size:1rem!important;line-height:1.45!important;}
.gp-bottom-nav-modern .gp-nav-item.is-active{color:#76b900!important;background:rgba(47,125,41,.16)!important;}
.gp-bottom-nav-modern .gp-nav-item.is-active svg{filter:drop-shadow(0 0 9px rgba(118,185,0,.42))!important;}
.gp-bottom-nav-modern .gp-nav-badge{background:#76b900!important;border-color:#080c18!important;color:#fff!important;}
@media(min-width:760px){.gp-reels-clean{left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:430px!important;max-width:430px!important;border-left:1px solid rgba(255,255,255,.08)!important;border-right:1px solid rgba(255,255,255,.08)!important}.gp-reels-clean .gp-reels-upload-clean{right:calc(50% - 198px)!important;}}
@media(max-width:520px){.gp-reels-clean .gp-reels-upload-clean{top:14px!important;right:14px!important;height:38px!important;padding:0 15px!important}.gp-reels-clean .gp-reel-actions{right:10px!important;bottom:112px!important}.gp-reels-clean .gp-reel-action span{width:49px!important;height:49px!important}.gp-reels-clean .gp-reel-caption-clean{left:14px!important;right:86px!important;bottom:91px!important}}

/* Reels final minimal: keep only upload, actions, profile button and caption. */
body.page-template-page-videos .gp-reel-caption-clean strong{display:none!important;}
.gp-reels-clean .gp-reel-profile-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:34px!important;padding:0 14px!important;margin:0 0 8px!important;border-radius:999px!important;background:linear-gradient(135deg,#2f7d29 0%,#76b900 64%,#d8b21f 100%)!important;color:#fff!important;text-decoration:none!important;font-size:.88rem!important;font-weight:1000!important;line-height:1!important;box-shadow:0 10px 26px rgba(47,125,41,.34)!important;text-shadow:none!important;}
.gp-reels-clean .gp-reel-caption-clean{bottom:96px!important;}
.gp-reels-clean .gp-reel-caption-clean p{max-width:100%!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.gp-reels-clean .gp-reel-video{transform:translateZ(0)!important;will-change:transform!important;}
.gp-reels-clean .gp-reel-card{contain:layout paint size!important;}

/* ===== Final Reels real mobile fix: visible upload, professional profile row, working action layer ===== */
body.page-template-page-videos{background:#000!important;overflow:hidden!important;}
body.page-template-page-videos .gp-header,
body.page-template-page-videos .gp-footer{display:none!important;}
body.page-template-page-videos .gp-main{padding:0!important;margin:0!important;}
.gp-reels-clean{top:0!important;padding-top:0!important;z-index:10!important;}
.gp-reels-clean .gp-reels-upload-clean{position:fixed!important;top:max(18px,env(safe-area-inset-top))!important;right:14px!important;left:auto!important;z-index:100000!important;height:44px!important;min-width:104px!important;padding:0 18px!important;border-radius:999px!important;background:linear-gradient(135deg,#2f7d29 0%,#78b900 58%,#d8b21f 100%)!important;color:#fff!important;font-weight:1000!important;font-size:16px!important;box-shadow:0 14px 34px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.14) inset!important;transform:none!important;}
.gp-reels-clean .gp-reel-card{height:100dvh!important;min-height:100dvh!important;}
.gp-reels-clean .gp-reel-video{height:100dvh!important;object-fit:cover!important;}
.gp-reels-clean .gp-reel-actions{right:12px!important;bottom:142px!important;gap:14px!important;z-index:900!important;}
.gp-reels-clean .gp-reel-action{pointer-events:auto!important;width:58px!important;min-height:64px!important;background:transparent!important;color:#fff!important;border:0!important;}
.gp-reels-clean .gp-reel-action span{width:52px!important;height:52px!important;border-radius:999px!important;background:rgba(10,12,20,.38)!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 14px 34px rgba(0,0,0,.38)!important;backdrop-filter:blur(14px)!important;}
.gp-reels-clean .gp-post-like.is-liked span{background:linear-gradient(135deg,#2f7d29,#78b900,#d8b21f)!important;color:#fff!important;}
.gp-reels-clean .gp-reel-action small{font-size:12px!important;font-weight:1000!important;color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.8)!important;}
.gp-reels-clean .gp-reel-caption-clean{left:14px!important;right:86px!important;bottom:104px!important;z-index:850!important;}
.gp-reels-clean .gp-reel-profile-row{display:inline-flex!important;align-items:center!important;gap:9px!important;max-width:100%!important;padding:6px 7px!important;border-radius:999px!important;background:rgba(0,0,0,.34)!important;border:1px solid rgba(255,255,255,.18)!important;backdrop-filter:blur(14px)!important;box-shadow:0 14px 32px rgba(0,0,0,.28)!important;margin-bottom:8px!important;}
.gp-reels-clean .gp-reel-profile-row img{width:34px!important;height:34px!important;border-radius:50%!important;object-fit:cover!important;border:2px solid #78b900!important;display:block!important;}
.gp-reels-clean .gp-reel-profile-row strong{display:block!important;font-size:14px!important;line-height:1!important;font-weight:1000!important;color:#fff!important;max-width:112px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-shadow:none!important;}
.gp-reels-clean .gp-reel-profile-btn{height:32px!important;padding:0 12px!important;margin:0!important;border-radius:999px!important;background:linear-gradient(135deg,#2f7d29 0%,#78b900 72%,#d8b21f 100%)!important;color:#fff!important;font-size:13px!important;font-weight:1000!important;text-decoration:none!important;box-shadow:none!important;white-space:nowrap!important;}
.gp-reels-clean .gp-reel-caption-clean p{margin:0!important;color:#fff!important;font-size:15px!important;line-height:1.28!important;font-weight:800!important;text-shadow:0 2px 12px rgba(0,0,0,.82)!important;-webkit-line-clamp:2!important;}
.gp-reels-clean .gp-reel-gradient{background:linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,0) 42%,rgba(0,0,0,.86) 100%)!important;}
.gp-reels-clean .gp-reel-play{z-index:950!important;}
body.page-template-page-videos .gp-bottom-nav-modern{z-index:100000!important;background:rgba(5,8,18,.96)!important;}
body.page-template-page-videos .gp-bottom-nav-modern .gp-nav-item.is-active{color:#78b900!important;background:rgba(120,185,0,.13)!important;}
body.page-template-page-videos .gp-bottom-nav-modern .gp-nav-badge{background:#78b900!important;}
.gp-reel-comment-modal{z-index:100001!important;}
.gp-reel-comment-modal .gp2-comment-sheet{background:#fff!important;color:#111!important;border-radius:24px 24px 0 0!important;max-height:70dvh!important;overflow:auto!important;}
@media(max-width:520px){.gp-reels-clean .gp-reels-upload-clean{top:16px!important;right:12px!important;height:42px!important;min-width:98px!important}.gp-reels-clean .gp-reel-actions{right:10px!important;bottom:136px!important}.gp-reels-clean .gp-reel-caption-clean{bottom:96px!important;right:84px!important}.gp-reels-clean .gp-reel-profile-row strong{max-width:88px!important}}


/* ===== Geriarte Reels final: clean real data UI + working layer ===== */
body.page-template-page-videos{background:#000!important;overflow:hidden!important;}
body.page-template-page-videos .gp-header,body.page-template-page-videos header,body.page-template-page-videos .site-header,body.page-template-page-videos .gp-footer,body.page-template-page-videos footer{display:none!important;}
body.page-template-page-videos .gp-main{padding:0!important;margin:0!important;max-width:none!important;}
body.page-template-page-videos .gp-reels-brand,body.page-template-page-videos .gp-videos-head,body.page-template-page-videos .gp-reels-tabs,body.page-template-page-videos .gp-reel-tabs,body.page-template-page-videos .gp-reels-search{display:none!important;}
.gp-reels-clean{position:fixed!important;inset:0!important;width:100vw!important;height:100dvh!important;max-width:none!important;margin:0!important;padding:0!important;background:#000!important;color:#fff!important;z-index:1!important;overflow-y:auto!important;scroll-snap-type:y mandatory!important;-webkit-overflow-scrolling:touch!important;}
.gp-reels-clean .gp-reels-stack{display:block!important;margin:0!important;padding:0!important;}
.gp-reels-clean .gp-reel-card{position:relative!important;width:100vw!important;height:100dvh!important;min-height:100dvh!important;margin:0!important;border-radius:0!important;overflow:hidden!important;background:#000!important;scroll-snap-align:start!important;contain:layout paint!important;}
.gp-reels-clean .gp-reel-video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;background:#000!important;z-index:1!important;}
.gp-reels-clean .gp-reel-gradient{position:absolute!important;inset:0!important;z-index:2!important;pointer-events:none!important;background:linear-gradient(180deg,rgba(0,0,0,.22),rgba(0,0,0,0) 34%,rgba(0,0,0,.78) 100%)!important;}
.gp-reels-clean .gp-reels-upload-clean{position:fixed!important;top:max(14px,env(safe-area-inset-top))!important;right:12px!important;left:auto!important;z-index:100005!important;height:42px!important;min-width:100px!important;padding:0 16px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:999px!important;background:linear-gradient(135deg,#2f7d29 0%,#76b900 63%,#d8b21f 100%)!important;color:#fff!important;font-weight:1000!important;font-size:16px!important;text-decoration:none!important;box-shadow:0 14px 34px rgba(0,0,0,.42),inset 0 0 0 1px rgba(255,255,255,.18)!important;}
.gp-reels-clean .gp-reel-actions{position:absolute!important;right:10px!important;bottom:145px!important;z-index:40!important;display:flex!important;flex-direction:column!important;gap:14px!important;align-items:center!important;}
.gp-reels-clean .gp-reel-action{appearance:none!important;border:0!important;background:transparent!important;color:#fff!important;width:58px!important;min-height:64px!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;pointer-events:auto!important;text-align:center!important;}
.gp-reels-clean .gp-reel-action span{width:52px!important;height:52px!important;border-radius:999px!important;display:grid!important;place-items:center!important;background:rgba(0,0,0,.34)!important;border:1px solid rgba(255,255,255,.22)!important;backdrop-filter:blur(14px)!important;box-shadow:0 13px 30px rgba(0,0,0,.36)!important;color:#fff!important;}
.gp-reels-clean .gp-reel-action svg{width:27px!important;height:27px!important;}
.gp-reels-clean .gp-reel-action small{font-size:12px!important;line-height:1!important;font-weight:1000!important;color:#fff!important;text-shadow:0 2px 8px rgba(0,0,0,.75)!important;}
.gp-reels-clean .gp-post-like.is-liked span{background:linear-gradient(135deg,#2f7d29,#76b900,#d8b21f)!important;color:#fff!important;}
.gp-reels-clean .gp-reel-caption-clean{position:absolute!important;left:14px!important;right:84px!important;bottom:98px!important;z-index:42!important;color:#fff!important;text-shadow:0 2px 12px rgba(0,0,0,.8)!important;}
.gp-reels-clean .gp-reel-profile-row-final{display:flex!important;align-items:center!important;gap:9px!important;width:max-content!important;max-width:100%!important;padding:6px 7px!important;margin:0 0 9px!important;border-radius:999px!important;background:rgba(0,0,0,.38)!important;border:1px solid rgba(255,255,255,.18)!important;backdrop-filter:blur(14px)!important;box-shadow:0 13px 30px rgba(0,0,0,.30)!important;text-shadow:none!important;}
.gp-reels-clean .gp-reel-avatar-link{display:block!important;flex:0 0 auto!important;}
.gp-reels-clean .gp-reel-profile-row-final img{display:block!important;width:36px!important;height:36px!important;border-radius:50%!important;object-fit:cover!important;border:2px solid #76b900!important;}
.gp-reels-clean .gp-reel-user-meta{min-width:0!important;max-width:116px!important;display:flex!important;flex-direction:column!important;gap:2px!important;}
.gp-reels-clean .gp-reel-user-meta strong{display:block!important;margin:0!important;color:#fff!important;font-size:14px!important;line-height:1.05!important;font-weight:1000!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;text-shadow:none!important;}
.gp-reels-clean .gp-reel-user-meta span{display:block!important;color:rgba(255,255,255,.78)!important;font-size:12px!important;line-height:1!important;font-weight:800!important;text-shadow:none!important;white-space:nowrap!important;}
.gp-reels-clean .gp-reel-profile-btn{height:32px!important;padding:0 13px!important;margin:0!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,#2f7d29,#76b900,#d8b21f)!important;color:#fff!important;text-decoration:none!important;font-size:13px!important;line-height:1!important;font-weight:1000!important;box-shadow:none!important;white-space:nowrap!important;text-shadow:none!important;}
.gp-reels-clean .gp-reel-caption-clean p{margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:#fff!important;font-size:15px!important;line-height:1.32!important;font-weight:800!important;}
.gp-reels-clean .gp-reel-play{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;z-index:45!important;width:68px!important;height:68px!important;border-radius:999px!important;border:1px solid rgba(255,255,255,.2)!important;background:rgba(0,0,0,.32)!important;color:#fff!important;display:grid!important;place-items:center!important;opacity:0!important;backdrop-filter:blur(12px)!important;}
.gp-reels-clean .gp-reel-card.is-paused .gp-reel-play{opacity:1!important;}
body.page-template-page-videos .gp-bottom-nav-modern{z-index:100004!important;background:rgba(5,8,18,.96)!important;}
.gp-reel-comment-modal{z-index:100006!important;}
.gp-reel-comment-modal .gp2-comment-sheet{background:#fff!important;color:#111!important;border-radius:24px 24px 0 0!important;max-height:72dvh!important;overflow:auto!important;}
@media(min-width:760px){.gp-reels-clean{left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:430px!important;max-width:430px!important}.gp-reels-clean .gp-reel-card{width:430px!important}.gp-reels-clean .gp-reels-upload-clean{right:calc(50% - 198px)!important}}
@media(max-width:420px){.gp-reels-clean .gp-reel-caption-clean{right:82px!important;bottom:92px!important}.gp-reels-clean .gp-reel-user-meta{max-width:86px!important}.gp-reels-clean .gp-reel-actions{right:8px!important;bottom:135px!important}.gp-reels-clean .gp-reel-action span{width:50px!important;height:50px!important}}


/* ===== Final Reels avatar hard fix: prevent profile image from expanding over video ===== */
.gp-reels-clean .gp-reel-caption-clean .gp-reel-profile-row-final,
.gp-reels-clean .gp-reel-caption-clean .gp-reel-profile-row{
  display:inline-flex!important;align-items:center!important;gap:9px!important;
  width:auto!important;max-width:calc(100vw - 106px)!important;min-height:48px!important;
  padding:5px 6px!important;border-radius:999px!important;box-sizing:border-box!important;
}
.gp-reels-clean .gp-reel-caption-clean .gp-reel-avatar-link{
  display:block!important;width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;
  flex:0 0 40px!important;overflow:hidden!important;border-radius:999px!important;line-height:0!important;
}
.gp-reels-clean .gp-reel-caption-clean .gp-reel-avatar-link img,
.gp-reels-clean .gp-reel-caption-clean img.gp-reel-avatar-img{
  width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important;
  min-height:40px!important;max-height:40px!important;aspect-ratio:1/1!important;
  object-fit:cover!important;border-radius:999px!important;display:block!important;margin:0!important;padding:0!important;
  position:static!important;inset:auto!important;transform:none!important;
}
.gp-reels-clean .gp-reel-caption-clean .gp-reel-user-meta{
  display:flex!important;flex-direction:column!important;justify-content:center!important;min-width:0!important;max-width:95px!important;
}
.gp-reels-clean .gp-reel-caption-clean .gp-reel-profile-btn{
  flex:0 0 auto!important;height:32px!important;white-space:nowrap!important;
}
@media(max-width:390px){
  .gp-reels-clean .gp-reel-caption-clean .gp-reel-profile-row-final{max-width:calc(100vw - 98px)!important;gap:7px!important;}
  .gp-reels-clean .gp-reel-caption-clean .gp-reel-user-meta{max-width:72px!important;}
  .gp-reels-clean .gp-reel-caption-clean .gp-reel-profile-btn{padding:0 10px!important;font-size:12px!important;}
}

/* Geriarte professional story editor - Spanish UI */
.gp2-story-editor{position:fixed!important;inset:0!important;z-index:999999!important;background:#000!important;align-items:stretch!important;justify-content:stretch!important;color:#fff!important}
.gp2-story-editor[hidden]{display:none!important}.gp2-story-stage{position:relative;width:100%;height:100%;overflow:hidden;background:#000;display:block;margin:0;padding:0}.gp2-story-close{position:absolute;right:24px;top:22px;z-index:30;width:46px;height:46px;border:0;background:rgba(0,0,0,.28);color:#fff;border-radius:999px;font-size:42px;line-height:38px;font-weight:300;text-shadow:0 2px 8px rgba(0,0,0,.8)}
.gp2-story-tools{position:absolute;left:24px;top:70px;z-index:30;display:flex;flex-direction:column;gap:24px;max-width:210px}.gp2-story-tools button{display:flex;align-items:center;gap:16px;border:0;background:transparent;color:#fff;text-align:left;padding:0;filter:drop-shadow(0 2px 5px rgba(0,0,0,.55));cursor:pointer}.gp2-story-tools span{width:46px;min-width:46px;text-align:center;font-size:42px;line-height:1;font-weight:800}.gp2-story-tools strong{font-size:18px;font-weight:800;white-space:nowrap}
.gp2-story-preview-pro{position:absolute;inset:0;display:grid;place-items:center;background:#0a0a0a}.gp2-story-preview-pro:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.34),rgba(0,0,0,0) 38%,rgba(0,0,0,.16));pointer-events:none}.gp2-story-preview-pro img,.gp2-story-preview-pro video{width:100%;height:100%;object-fit:cover;display:block}.gp2-story-preview-pro textarea{position:absolute;left:50%;bottom:116px;transform:translateX(-50%);z-index:20;width:min(78vw,540px);min-height:48px;max-height:150px;background:rgba(0,0,0,.38)!important;color:#fff!important;border:1px solid rgba(255,255,255,.22)!important;border-radius:18px!important;padding:13px 16px!important;resize:none;text-align:center;font-size:18px;font-weight:650;outline:0;backdrop-filter:blur(10px)}.gp2-story-preview-pro textarea::placeholder{color:rgba(255,255,255,.82)}.gp2-story-preview-pro.is-warm-effect img,.gp2-story-preview-pro.is-warm-effect video{filter:saturate(1.18) contrast(1.04) brightness(1.04)}
.gp2-story-placeholder{position:relative;z-index:5;display:grid;gap:10px;text-align:center;padding:28px}.gp2-story-placeholder strong{font-size:28px;font-weight:950}.gp2-story-placeholder span{color:rgba(255,255,255,.72);font-size:16px}.gp2-story-placeholder label{margin:14px auto 0;background:linear-gradient(135deg,#2e7d32,#f0bd22);color:#fff;border-radius:999px;padding:14px 22px;font-weight:950;box-shadow:0 16px 40px rgba(46,125,50,.28)}
.gp2-story-footer{position:absolute;left:0;right:0;bottom:0;z-index:35;padding:24px 30px calc(24px + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;background:linear-gradient(0deg,#000 0%,rgba(0,0,0,.82) 68%,rgba(0,0,0,0) 100%)}.gp2-story-share{height:62px;min-width:230px;border:0;border-radius:10px;background:#1877f2;color:#fff;font-size:23px;font-weight:900;box-shadow:0 12px 34px rgba(24,119,242,.32)}.gp2-story-share:disabled{opacity:.62}.gp2-story-settings{width:64px;height:64px;border:0;border-radius:50%;background:#fff;color:#111;font-size:34px;display:grid;place-items:center;box-shadow:0 12px 34px rgba(0,0,0,.35)}
.gp2-story-side-panel{position:absolute;right:20px;bottom:104px;z-index:40;width:min(340px,calc(100vw - 40px));background:rgba(16,24,39,.88);border:1px solid rgba(255,255,255,.18);border-radius:18px;padding:14px;backdrop-filter:blur(14px)}.gp2-story-side-panel input{width:100%;height:46px;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:rgba(255,255,255,.08);color:#fff;padding:0 12px}.gp2-story-panel-label{display:block;font-weight:900;margin-bottom:8px}.gp2-story-side-panel p{margin:8px 0 0;color:rgba(255,255,255,.7);font-size:13px}
.gp2-viewer-media video{width:100%;height:100%;object-fit:contain;background:#000;border-radius:24px}
@media(max-width:640px){.gp2-story-close{right:16px;top:20px;background:transparent;font-size:46px}.gp2-story-tools{left:30px;top:88px;gap:26px}.gp2-story-tools span{font-size:40px;width:50px}.gp2-story-tools strong{font-size:18px}.gp2-story-preview-pro textarea{bottom:130px;width:78vw;font-size:17px}.gp2-story-share{height:58px;min-width:230px;font-size:24px}.gp2-story-settings{width:62px;height:62px}.gp2-story-footer{padding-left:30px;padding-right:30px}}
@media(max-width:380px){.gp2-story-tools{left:18px;gap:22px}.gp2-story-tools strong{font-size:16px}.gp2-story-tools span{width:42px;font-size:36px}.gp2-story-share{min-width:190px}}


/* Story editor alignment fix v1.2.5 - consistent Spanish mobile UI */
.gp2-story-editor,
.gp2-story-editor *{box-sizing:border-box!important;}
.gp2-story-editor{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;}
.gp2-story-placeholder[hidden],
.gp2-story-editor.has-media .gp2-story-placeholder{display:none!important;}
.gp2-story-stage{isolation:isolate!important;}
.gp2-story-stage:before{content:'';position:absolute;inset:0;z-index:4;background:linear-gradient(180deg,rgba(0,0,0,.46) 0%,rgba(0,0,0,.08) 34%,rgba(0,0,0,.15) 58%,rgba(0,0,0,.86) 100%);pointer-events:none;}
.gp2-story-preview-pro{z-index:1!important;}
.gp2-story-preview-pro:after{display:none!important;}
.gp2-story-preview-pro img,
.gp2-story-preview-pro video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;z-index:1!important;}
.gp2-story-preview-pro textarea{z-index:22!important;left:50%!important;bottom:118px!important;transform:translateX(-50%)!important;width:min(78vw,480px)!important;min-height:48px!important;max-height:124px!important;border-radius:22px!important;background:rgba(0,0,0,.42)!important;border:1px solid rgba(255,255,255,.24)!important;box-shadow:0 14px 38px rgba(0,0,0,.26)!important;backdrop-filter:blur(14px)!important;font-size:17px!important;font-weight:800!important;color:#fff!important;text-align:center!important;text-shadow:0 1px 4px rgba(0,0,0,.45)!important;}
.gp2-story-editor:not(.has-media) .gp2-story-preview-pro textarea{display:none!important;}
.gp2-story-placeholder{position:absolute!important;inset:0!important;z-index:12!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:28px!important;background:radial-gradient(circle at 50% 42%,rgba(46,125,50,.22),transparent 34%),linear-gradient(180deg,#05070b,#0b111d)!important;}
.gp2-story-placeholder strong{font-size:clamp(32px,7vw,52px)!important;line-height:1.02!important;font-weight:1000!important;letter-spacing:-.04em!important;margin:0 0 12px!important;max-width:92vw!important;}
.gp2-story-placeholder span{font-size:17px!important;line-height:1.35!important;color:rgba(255,255,255,.72)!important;margin-bottom:26px!important;max-width:300px!important;}
.gp2-story-placeholder label{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:56px!important;min-width:230px!important;margin:0!important;border-radius:999px!important;background:linear-gradient(135deg,#2e7d32 0%,#78b900 52%,#f0bd22 100%)!important;color:#fff!important;font-size:18px!important;font-weight:1000!important;box-shadow:0 18px 46px rgba(46,125,50,.35)!important;}
.gp2-story-close{z-index:60!important;top:18px!important;right:18px!important;width:48px!important;height:48px!important;display:grid!important;place-items:center!important;border-radius:50%!important;background:rgba(0,0,0,.34)!important;border:1px solid rgba(255,255,255,.18)!important;backdrop-filter:blur(12px)!important;font-size:38px!important;line-height:1!important;color:#fff!important;}
.gp2-story-tools{z-index:50!important;left:18px!important;top:86px!important;gap:14px!important;width:auto!important;max-width:190px!important;}
.gp2-story-editor:not(.has-media) .gp2-story-tools{display:none!important;}
.gp2-story-tools button{height:54px!important;min-width:54px!important;padding:0 12px 0 8px!important;border-radius:18px!important;background:rgba(0,0,0,.28)!important;border:1px solid rgba(255,255,255,.16)!important;backdrop-filter:blur(12px)!important;filter:none!important;text-shadow:none!important;}
.gp2-story-tools span{width:38px!important;min-width:38px!important;font-size:29px!important;line-height:1!important;color:#fff!important;display:grid!important;place-items:center!important;}
.gp2-story-tools strong{font-size:15px!important;font-weight:900!important;color:#fff!important;line-height:1!important;}
.gp2-story-footer{z-index:55!important;padding:18px 18px calc(18px + env(safe-area-inset-bottom))!important;background:linear-gradient(0deg,rgba(0,0,0,.92),rgba(0,0,0,.52) 64%,transparent)!important;gap:14px!important;}
.gp2-story-editor:not(.has-media) .gp2-story-footer{display:none!important;}
.gp2-story-share{height:58px!important;min-width:0!important;flex:1!important;max-width:340px!important;border-radius:18px!important;background:linear-gradient(135deg,#2e7d32 0%,#78b900 56%,#f0bd22 100%)!important;color:#fff!important;font-size:21px!important;font-weight:1000!important;border:0!important;box-shadow:0 14px 38px rgba(46,125,50,.38)!important;}
.gp2-story-settings{width:58px!important;height:58px!important;min-width:58px!important;border-radius:50%!important;background:rgba(255,255,255,.96)!important;color:#2e7d32!important;font-size:30px!important;box-shadow:0 12px 32px rgba(0,0,0,.38)!important;}
.gp2-story-side-panel{z-index:65!important;right:14px!important;bottom:96px!important;border-radius:20px!important;background:rgba(8,13,22,.94)!important;box-shadow:0 20px 60px rgba(0,0,0,.45)!important;}
body.gp-modal-open{overflow:hidden!important;}
@media(max-width:520px){
  .gp2-story-close{top:16px!important;right:16px!important;background:rgba(0,0,0,.22)!important;}
  .gp2-story-tools{top:74px!important;left:12px!important;gap:10px!important;max-width:164px!important;}
  .gp2-story-tools button{height:48px!important;border-radius:16px!important;padding:0 10px 0 7px!important;gap:8px!important;}
  .gp2-story-tools span{width:32px!important;min-width:32px!important;font-size:25px!important;}
  .gp2-story-tools strong{font-size:14px!important;}
  .gp2-story-preview-pro textarea{bottom:108px!important;width:74vw!important;font-size:15px!important;padding:12px 14px!important;border-radius:18px!important;}
  .gp2-story-footer{padding-left:16px!important;padding-right:16px!important;}
  .gp2-story-share{height:56px!important;font-size:20px!important;border-radius:17px!important;}
  .gp2-story-settings{width:56px!important;height:56px!important;min-width:56px!important;font-size:28px!important;}
}
@media(max-height:660px){.gp2-story-tools{gap:8px!important}.gp2-story-tools button{height:44px!important}.gp2-story-tools strong{font-size:13px!important}.gp2-story-preview-pro textarea{bottom:94px!important}.gp2-story-share,.gp2-story-settings{height:52px!important}.gp2-story-settings{width:52px!important;min-width:52px!important}}

/* Geriarte story editor real tools fix */
.gp2-story-badges{position:absolute!important;left:50%!important;top:70px!important;transform:translateX(-50%)!important;z-index:28!important;display:flex!important;gap:8px!important;flex-wrap:wrap!important;justify-content:center!important;width:min(86vw,460px)!important;pointer-events:none!important}
.gp2-story-badges b{display:inline-flex!important;align-items:center!important;height:34px!important;padding:0 12px!important;border-radius:999px!important;background:rgba(0,0,0,.48)!important;color:#fff!important;border:1px solid rgba(255,255,255,.2)!important;backdrop-filter:blur(12px)!important;font-size:14px!important;font-weight:900!important;text-shadow:0 1px 4px rgba(0,0,0,.55)!important}
.gp2-story-preview-pro.is-soft-effect img,.gp2-story-preview-pro.is-soft-effect video{filter:saturate(1.02) contrast(.96) brightness(1.06) blur(.2px)!important}
.gp2-story-side-panel{display:block!important;color:#fff!important}
.gp2-story-side-panel[hidden]{display:none!important}
.gp2-story-panel{display:grid!important;gap:10px!important}
.gp2-story-panel[hidden]{display:none!important}
.gp2-story-panel strong{font-size:17px!important;font-weight:1000!important;margin-bottom:2px!important;color:#fff!important}
.gp2-story-panel button{height:44px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:14px!important;background:rgba(255,255,255,.1)!important;color:#fff!important;font-weight:900!important;text-align:left!important;padding:0 14px!important}
.gp2-story-panel button:active{transform:scale(.98)!important}
.gp2-story-panel input{height:46px!important;border-radius:14px!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.2)!important;color:#fff!important;padding:0 14px!important;font-weight:800!important}
.gp2-story-panel input::placeholder{color:rgba(255,255,255,.58)!important}
.gp2-story-editor.has-media .gp2-story-side-panel{bottom:92px!important;left:18px!important;right:auto!important;width:min(330px,calc(100vw - 36px))!important}
@media(max-width:640px){.gp2-story-badges{top:64px!important}.gp2-story-editor.has-media .gp2-story-side-panel{left:12px!important;width:calc(100vw - 24px)!important;bottom:88px!important}.gp2-story-panel button{height:42px!important}}
.gp2-viewer-media{position:relative!important}
.gp2-viewer-badges{position:absolute!important;left:50%!important;top:18px!important;transform:translateX(-50%)!important;z-index:8!important;display:flex!important;gap:8px!important;flex-wrap:wrap!important;justify-content:center!important;width:min(86vw,460px)!important;pointer-events:none!important}
.gp2-viewer-badges b{display:inline-flex!important;align-items:center!important;height:34px!important;padding:0 12px!important;border-radius:999px!important;background:rgba(0,0,0,.5)!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;backdrop-filter:blur(12px)!important;font-size:14px!important;font-weight:900!important}
.gp2-story-effect-warm{filter:saturate(1.18) contrast(1.04) brightness(1.04)!important}
.gp2-story-effect-soft{filter:saturate(1.02) contrast(.96) brightness(1.06) blur(.2px)!important}


/* Story music real upload fix */
.gp2-story-panel-help{margin:8px 0 12px;color:rgba(255,255,255,.78);font-weight:700;line-height:1.35;font-size:.9rem}
.gp2-story-badges b{max-width:72vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gp2-story-audio{position:absolute;left:16px;right:16px;bottom:76px;width:calc(100% - 32px);z-index:6;opacity:.92;border-radius:999px}
.gp2-story-tools button[data-story-tool="music"]{touch-action:manipulation}


/* Geriarte app-style browser notifications */
.gp-app-notify{position:fixed;left:14px;right:14px;top:calc(10px + env(safe-area-inset-top));z-index:999998;display:flex;justify-content:center;pointer-events:none;opacity:0;transform:translateY(-16px);transition:opacity .22s ease,transform .22s ease}
.gp-app-notify.is-visible{opacity:1;transform:translateY(0)}
.gp-app-notify button{pointer-events:auto;width:min(440px,100%);border:1px solid rgba(63,166,46,.18);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:0 18px 55px rgba(15,17,21,.22);backdrop-filter:blur(18px);display:flex;align-items:center;gap:12px;padding:12px 14px;text-align:left;cursor:pointer;color:#111827}
.gp-app-notify-icon{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#3FA62E,#F2B51D);box-shadow:0 10px 22px rgba(63,166,46,.24);font-size:20px;flex:0 0 auto}
.gp-app-notify b{display:block;font-size:15px;font-weight:900;line-height:1.2}
.gp-app-notify em{display:block;margin-top:3px;font-style:normal;color:#5b6472;font-size:13px;line-height:1.3}
.gp-enable-notifications{position:fixed;right:14px;bottom:calc(86px + env(safe-area-inset-bottom));z-index:99970;border:0;border-radius:999px;padding:10px 14px;display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#3FA62E,#F2B51D);color:#fff;font-weight:900;box-shadow:0 14px 34px rgba(63,166,46,.28);cursor:pointer;opacity:0;transform:translateY(12px);transition:opacity .22s ease,transform .22s ease}
.gp-enable-notifications.is-visible{opacity:1;transform:translateY(0)}
.gp-enable-notifications span{width:28px;height:28px;border-radius:999px;background:rgba(255,255,255,.18);display:grid;place-items:center}
@media(max-width:560px){.gp-enable-notifications{left:14px;right:14px;justify-content:center}.gp-app-notify{top:calc(8px + env(safe-area-inset-top))}}
@media (display-mode:standalone){.gp-app-notify{top:calc(8px + env(safe-area-inset-top))}}
[data-theme="dark"] .gp-app-notify button{background:rgba(24,27,34,.96);border-color:rgba(242,181,29,.18);color:#fff;box-shadow:0 18px 55px rgba(0,0,0,.46)}
[data-theme="dark"] .gp-app-notify em{color:#c8ced8}
