/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-a47khla6si] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a47khla6si] {
    flex: 1;
}

.sidebar[b-a47khla6si] {
    background-color: #0f172a; /* Slate 900 - Profissional e Moderno */
    color: #f8fafc;
    box-shadow: 4px 0 10px rgba(0,0,0,0.1);
}

.top-row[b-a47khla6si] {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #e2e8f0;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

    .top-row[b-a47khla6si]  a, .top-row[b-a47khla6si]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #64748b;
        font-weight: 500;
        transition: 0.2s;
    }

    .top-row[b-a47khla6si]  a:hover, .top-row[b-a47khla6si]  .btn-link:hover {
        color: #0f172a;
    }

@media (max-width: 640.98px) {
    .top-row[b-a47khla6si] {
        justify-content: space-between;
    }
}

@media (min-width: 641px) {
    .page[b-a47khla6si] {
        flex-direction: row;
    }

    .sidebar[b-a47khla6si] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a47khla6si], article[b-a47khla6si] {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0dbqm8rpn4] {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
}

.top-row[b-0dbqm8rpn4] {
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
}

.navbar-brand[b-0dbqm8rpn4] {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff !important;
}

.nav-item[b-0dbqm8rpn4] {
    padding: 0.25rem 1rem;
}

.nav-item[b-0dbqm8rpn4]  a {
    color: #94a3b8;
    border-radius: 12px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    transition: all 0.2s;
    font-weight: 500;
    text-decoration: none;
}

.nav-item[b-0dbqm8rpn4]  a.active {
    background-color: #6366f1;
    color: white;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.nav-item[b-0dbqm8rpn4]  a:hover:not(.active) {
    background-color: rgba(255,255,255,0.05);
    color: #f8fafc;
}

.bi[b-0dbqm8rpn4] {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    filter: brightness(0.8);
}

.nav-item[b-0dbqm8rpn4]  a.active .bi {
    filter: brightness(1);
}

@media (min-width: 641px) {
    .nav-scrollable[b-0dbqm8rpn4] {
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-0dbqm8rpn4] {
        display: none;
    }

    .collapse[b-0dbqm8rpn4] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-0dbqm8rpn4] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Builder.razor.rz.scp.css */
.main-container[b-6velay7jwx] {
    display: flex;
    height: calc(100vh - 3.5rem);
    overflow: hidden;
}

/* Tab Navigation for Mobile */
.mobile-tabs[b-6velay7jwx] {
    display: none;
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    z-index: 30;
}

:global(.dark) .mobile-tabs[b-6velay7jwx] {
    background: #0f172a;
    border-bottom-color: #1e293b;
}

.tab-btn[b-6velay7jwx] {
    flex: 1;
    padding: 12px;
    border: none;
    background: transparent;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: 0.2s;
    border-bottom: 2px solid transparent;
}

.tab-btn.active[b-6velay7jwx] {
    color: #6366f1;
    border-bottom-color: #6366f1;
}

#sidebar[b-6velay7jwx] {
    width: 420px;
    background: #ffffff;
    padding: 24px;
    border-right: 1px solid #f1f5f9;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 4px 0 24px rgba(0,0,0,0.02);
    z-index: 10;
}

/* Responsividade Base */
@media (max-width: 992px) {
    .main-container[b-6velay7jwx] {
        flex-direction: column;
        height: auto;
        min-height: calc(100vh - 3.5rem);
    }

    .mobile-tabs[b-6velay7jwx] {
        display: flex;
        position: sticky;
        top: 0;
    }

    #sidebar[b-6velay7jwx] {
        width: 100%;
        padding: 16px;
        box-shadow: none;
        border-right: none;
        height: auto;
        overflow-y: visible;
    }

    #preview-area[b-6velay7jwx] {
        width: 100%;
        padding: 20px 10px;
        background: #f8fafc;
    }

    .sidebar-hidden[b-6velay7jwx] { display: none !important; }
    .preview-hidden[b-6velay7jwx] { display: none !important; }
}

:global(.dark) #sidebar[b-6velay7jwx] {
    background: #0f172a;
    border-right-color: #1e293b;
    color: #f8fafc;
}

.modern-controls[b-6velay7jwx] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    background: #f8fafc;
    border-radius: 24px;
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
}

:global(.dark) .modern-controls[b-6velay7jwx] {
    background: #1e293b;
    border-color: #334155;
}

.control-row[b-6velay7jwx] {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.theme-switch-container[b-6velay7jwx] {
    display: flex;
    background: #ffffff;
    padding: 4px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

:global(.dark) .theme-switch-container[b-6velay7jwx] {
    background: #0f172a;
    border-color: #334155;
}

.theme-switch-btn[b-6velay7jwx] {
    border: none;
    background: transparent;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s ease;
}

.theme-switch-btn.active[b-6velay7jwx] {
    background: #6366f1;
    color: white;
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

.template-select-container[b-6velay7jwx] {
    flex-grow: 1;
    position: relative;
    display: flex;
    align-items: center;
}

.template-select-container i[b-6velay7jwx] {
    position: absolute;
    left: 14px;
    color: #6366f1;
    font-size: 1.1rem;
    pointer-events: none;
    z-index: 5;
}

.template-select-container select[b-6velay7jwx] {
    width: 100%;
    height: 50px;
    padding: 0 16px 0 42px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    font-weight: 600;
    color: #1e293b;
    appearance: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
    font-size: 0.85rem;
}

:global(.dark) .template-select-container select[b-6velay7jwx] {
    background: #0f172a;
    border-color: #334155;
    color: #f8fafc;
}

.action-buttons[b-6velay7jwx] {
    display: flex;
    gap: 12px;
}

.btn-magic[b-6velay7jwx] {
    flex-grow: 1;
    height: 54px;
    border: none;
    border-radius: 18px;
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.4);
}

.btn-magic:hover[b-6velay7jwx] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.5);
}

.btn-magic .btn-content[b-6velay7jwx] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    font-size: 0.95rem;
}

.btn-magic .btn-glow[b-6velay7jwx] {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%);
    opacity: 0;
    transition: 0.5s;
}

.btn-magic:hover .btn-glow[b-6velay7jwx] {
    opacity: 1;
}

.btn-clear[b-6velay7jwx] {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    border: 2px solid #fecaca;
    background: #fef2f2;
    color: #ef4444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

:global(.dark) .btn-clear[b-6velay7jwx] {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.2);
}

.btn-clear:hover[b-6velay7jwx] {
    background: #ef4444;
    color: white;
    border-color: #ef4444;
    transform: rotate(5deg) scale(1.05);
}

.component-box[b-6velay7jwx] {
    background: #ffffff;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 12px;
    position: relative;
}

.component-box.dragging[b-6velay7jwx] {
    opacity: 0.5;
    border: 2px dashed #6366f1;
    transform: scale(0.98);
}

.drag-handle[b-6velay7jwx] {
    cursor: grab;
    color: #94a3b8;
    margin-right: 10px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

.drag-handle:active[b-6velay7jwx] {
    cursor: grabbing;
}

:global(.dark) .component-box[b-6velay7jwx] {
    background: #1e293b;
    border-color: #334155;
}

.component-box:hover[b-6velay7jwx] {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.header-comp[b-6velay7jwx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.header-comp b[b-6velay7jwx] { 
    color: #6366f1; 
    font-size: 0.75rem; 
    letter-spacing: 0.05em; 
}

.btn-del[b-6velay7jwx] {
    color: #ef4444;
    cursor: pointer;
    font-size: 0.7rem;
    padding: 6px 12px;
    border-radius: 10px;
    background: #fef2f2;
    transition: all 0.2s ease;
    font-weight: 600;
}

.btn-del:hover[b-6velay7jwx] { 
    background: #fee2e2; 
    transform: scale(1.05);
}

.btn-duplicate[b-6velay7jwx] {
    color: #6366f1;
    cursor: pointer;
    font-size: 0.7rem;
    padding: 6px 12px;
    border-radius: 10px;
    background: #f5f3ff;
    transition: all 0.2s ease;
    font-weight: 600;
}

.btn-duplicate:hover[b-6velay7jwx] { 
    background: #ede9fe; 
    transform: scale(1.05);
}

.insert-zone[b-6velay7jwx] {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 16px;
    border: 1px dashed #e2e8f0;
    border-radius: 16px;
    opacity: 0.6;
    transition: all 0.3s ease;
    margin: 12px 0;
    background: rgba(248, 250, 252, 0.5);
}

:global(.dark) .insert-zone[b-6velay7jwx] {
    border-color: #334155;
    background: rgba(15, 23, 42, 0.3);
}

.insert-zone:hover[b-6velay7jwx] {
    opacity: 1;
    border-color: #6366f1;
    border-style: solid;
    background: #f5f3ff;
}

:global(.dark) .insert-zone:hover[b-6velay7jwx] {
    background: #1e1b4b;
}

.btn-insert[b-6velay7jwx] {
    background: #ffffff;
    color: #475569;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    padding: 3px 7px;
    font-size: 0.6rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

:global(.dark) .btn-insert[b-6velay7jwx] {
    background: #1e293b;
    border-color: #334155;
    color: #94a3b8;
}

.btn-insert:hover[b-6velay7jwx] {
    border-color: #6366f1;
    color: #6366f1;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.1);
}

#preview-area[b-6velay7jwx] {
    flex-grow: 1;
    /*background-color: #f1f5f9 !important;*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    position: relative;
}

:global(.dark) #preview-area[b-6velay7jwx] {
    background-color: #020617 !important;
}

#phone[b-6velay7jwx] {
    width: 340px;
    height: 650px;
    border-radius: 48px;
    background: #ffffff;
    border: 8px solid #1e293b;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0,0,0,0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    #phone[b-6velay7jwx]::after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 110px;
        height: 22px;
        background: #1e293b;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
        z-index: 1;
    }

#phone-content[b-6velay7jwx] {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
    padding: 50px 24px 20px 24px;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Scrollbar for phone content */
#phone-content[b-6velay7jwx]::-webkit-scrollbar {
    width: 4px;
}

#phone-content[b-6velay7jwx]::-webkit-scrollbar-track {
    background: transparent;
}

#phone-content[b-6velay7jwx]::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.1);
    border-radius: 10px;
}

.theme-dark #phone-content[b-6velay7jwx]::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.1);
}

.publish-container[b-6velay7jwx] {
    position: sticky;
    bottom: 0;
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-top: auto;
    border-top: 1px solid #e2e8f0;
    z-index: 20;
}

:global(.dark) .publish-container[b-6velay7jwx] {
    background: #0f172a;
    border-top-color: #1e293b;
}

.btn-publish[b-6velay7jwx] {
    width: 100%;
    background: #6366f1;
    color: white;
    border: none;
    padding: 16px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.4);
}

.btn-publish:hover[b-6velay7jwx] { 
    background: #4f46e5; 
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.5);
}

.component-box input[b-6velay7jwx], .component-box textarea[b-6velay7jwx], .component-box select[b-6velay7jwx] {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-bottom: 12px;
    font-size: 0.9rem;
    background: #f8fafc;
    color: #1e293b;
    transition: all 0.2s ease;
}

.component-box input:focus[b-6velay7jwx], .component-box textarea:focus[b-6velay7jwx], .component-box select:focus[b-6velay7jwx] {
    outline: none;
    border-color: #6366f1;
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
}

.small.fw-bold[b-6velay7jwx] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 6px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

:global(.dark) .component-box input[b-6velay7jwx], 
:global(.dark) .component-box textarea[b-6velay7jwx], 
:global(.dark) .component-box select[b-6velay7jwx] {
    background: #0f172a;
    border-color: #334155;
    color: #f8fafc;
}

:global(.dark) .component-box input:focus[b-6velay7jwx], 
:global(.dark) .component-box textarea:focus[b-6velay7jwx], 
:global(.dark) .component-box select:focus[b-6velay7jwx] {
    background: #1e293b;
    border-color: #6366f1;
}

.color-group[b-6velay7jwx] {
    display: flex;
    gap: 8px;
    height: 46px;
    align-items: stretch;
    margin-bottom: 12px;
}

.color-group input[type="color"][b-6velay7jwx] {
    width: 50px !important;
    height: 100% !important;
    padding: 4px !important;
    margin-bottom: 0 !important;
    cursor: pointer;
    border-radius: 10px !important;
}

.color-group input[type="text"][b-6velay7jwx] {
    width: 100px !important;
    height: 100% !important;
    margin-bottom: 0 !important;
    font-family: monospace !important;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px !important;
}

.color-group .btn-reset[b-6velay7jwx] {
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    transition: all 0.2s ease;
}

.color-group .btn-reset:hover[b-6velay7jwx] {
    background: #f1f5f9;
    color: #1e293b;
    border-color: #cbd5e1;
}

:global(.dark) .color-group .btn-reset[b-6velay7jwx] {
    background: #0f172a;
    border-color: #334155;
    color: #94a3b8;
}

.footer-fixed[b-6velay7jwx] {
    margin-top: auto;
    padding: 20px 0;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    border-top: 1px solid #eee;
    text-align: center;
}

:global(.dark) .footer-fixed[b-6velay7jwx] {
    border-top-color: #1e293b;
}

/* Modern Image Upload */
.image-upload-modern[b-6velay7jwx] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.upload-area[b-6velay7jwx] {
    display: block;
    width: 100%;
    min-height: 120px;
    border: 2px dashed #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8fafc;
    position: relative;
    overflow: hidden;
}

:global(.dark) .upload-area[b-6velay7jwx] {
    background: #0f172a;
    border-color: #334155;
}

.upload-area:hover[b-6velay7jwx] {
    border-color: #6366f1;
    background: #f5f3ff;
}

:global(.dark) .upload-area:hover[b-6velay7jwx] {
    background: #1e1b4b;
}

.upload-info[b-6velay7jwx] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #64748b;
    gap: 5px;
}

.upload-info i[b-6velay7jwx] {
    font-size: 2rem;
    color: #6366f1;
}

.upload-info span[b-6velay7jwx] {
    font-weight: 600;
    font-size: 0.9rem;
}

.upload-info small[b-6velay7jwx] {
    font-size: 0.75rem;
}

.upload-preview-container[b-6velay7jwx] {
    width: 100%;
    height: 120px;
    position: relative;
}

.upload-preview-img[b-6velay7jwx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upload-overlay[b-6velay7jwx] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    opacity: 0;
    transition: 0.3s;
    gap: 5px;
}

.upload-preview-container:hover .upload-overlay[b-6velay7jwx] {
    opacity: 1;
}

.upload-overlay i[b-6velay7jwx] {
    font-size: 1.5rem;
}

.upload-overlay span[b-6velay7jwx] {
    font-size: 0.8rem;
    font-weight: 600;
}

/* Phone Themes */
.theme-dark[b-6velay7jwx] {
    background: #050505 !important;
    color: #ffffff !important;
}

.theme-dark .text-block-p[b-6velay7jwx] {
    color: #aaaaaa !important;
}

.theme-dark .footer-fixed[b-6velay7jwx] {
    border-top: 1px solid #111111 !important;
    color: #444;
}

.theme-dark .title-p[b-6velay7jwx] {
    background: linear-gradient(to right, #fff, #888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Correct fix for .highlight in dark mode */
.theme-dark .highlight[b-6velay7jwx] {
    color: #6366f1 !important;
    -webkit-text-fill-color: #6366f1 !important;
}

.theme-light[b-6velay7jwx] {
    background: #ffffff !important;
    color: #111111 !important;
}

.theme-light .text-block-p[b-6velay7jwx] {
    color: #444444 !important;
}

.theme-light .footer-fixed[b-6velay7jwx] {
    border-top: 1px solid #eeeeee !important;
    color: #888;
}

.theme-light .highlight[b-6velay7jwx] {
    color: #300dff !important;
    -webkit-text-fill-color: #300dff !important;
}

/* Phone Component Styles */
.text-block-p[b-6velay7jwx] {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
    width: 100%;
    white-space: pre-wrap;
    text-align: center;
}

.info-p[b-6velay7jwx] {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.info-p span[b-6velay7jwx] {
    color: #00f2ff;
    margin-right: 5px;
}

.cta-p[b-6velay7jwx] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 15px;
    color: white !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Shapes */
.btn-full-solid[b-6velay7jwx] { border-radius: 12px !important; }
.btn-rounded-pill[b-6velay7jwx] { border-radius: 9999px !important; }
.btn-sharp-square[b-6velay7jwx] { border-radius: 0 !important; }
.btn-soft-outlined[b-6velay7jwx] { background-color: transparent !important; border: 2px solid currentColor !important; border-radius: 12px !important; }

/* Sizes */
.btn-standart[b-6velay7jwx] { padding: 14px 16px !important; font-size: 12px !important; }
.btn-confortable[b-6velay7jwx] { padding: 18px 20px !important; font-size: 13px !important; }
.btn-large[b-6velay7jwx] { padding: 22px 24px !important; font-size: 14px !important; }

.cta-p[b-6velay7jwx]::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -100%;
    width: 50%;
    height: 200%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
    transform: rotate(30deg);
    animation: shine-b-6velay7jwx 4s infinite;
}

@keyframes shine-b-6velay7jwx {
    0% { left: -100%; }
    20% { left: 150%; }
    100% { left: 150%; }
}

.img-p[b-6velay7jwx] {
    max-width: 100%;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.aspect-square[b-6velay7jwx] { aspect-ratio: 1 / 1; }
.aspect-video[b-6velay7jwx] { aspect-ratio: 16 / 9; }
.aspect-3-4[b-6velay7jwx] { aspect-ratio: 3 / 4; }
.aspect-9-16[b-6velay7jwx] { aspect-ratio: 9 / 16; }
.aspect-4-3[b-6velay7jwx] { aspect-ratio: 4 / 3; }

.object-cover[b-6velay7jwx] { object-fit: cover; }
.w-1-2[b-6velay7jwx] { width: 50% !important; }
.rounded-lg[b-6velay7jwx] { border-radius: 1rem; }
.rounded-full[b-6velay7jwx] { border-radius: 9999px; }

.badge-p[b-6velay7jwx] {
    background: rgba(48, 13, 255, 0.1);
    color: #300dff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid rgba(48, 13, 255, 0.2);
    text-align: center;
}

.title-p[b-6velay7jwx] {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 15px;
    text-align: center;
}

/* Phone Template Variations */
.template-gradientvibrant #phone-content[b-6velay7jwx] {
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%);
}

.template-gradientvibrant.theme-dark[b-6velay7jwx] {
    background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%) !important;
}

.template-gradientvibrant.theme-light[b-6velay7jwx] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
}

.template-modelosocialhub #phone-content[b-6velay7jwx] {
    padding-top: 30px;
}

.template-modelosocialhub #phone[b-6velay7jwx] {
    border-left-width: 1px;
    border-right-width: 1px;
    border-color: rgba(128,128,128,0.2);
}
