/* _content/BlazorApp1/Components/HelperComponents/Button.razor.rz.scp.css */
.btn[b-rsocwmmkjx] {
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 25px;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn:disabled[b-rsocwmmkjx] {
    opacity: 0.5;
    cursor: not-allowed;
}

.btn:hover[b-rsocwmmkjx] {
    background: #e54a1f;
    transform: translateY(-1px);
}
/* _content/BlazorApp1/Components/HelperComponents/LoadingCard.razor.rz.scp.css */
.review-card[b-ilvjqzzj0n] {
    display: block;
    background: rgba(34, 34, 34, 0.95);
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    padding-right: 1rem;
    overflow-wrap: break-word;
    /*margin-bottom: 20px;*/
}

.review-author[b-ilvjqzzj0n] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
    padding: 10px;
    padding-bottom: 0;
    border-radius: 16px;
}

.profile-img[b-ilvjqzzj0n] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 0 2px #007bff;
    transition: all 0.3s ease-in-out;
}

.author-info[b-ilvjqzzj0n] {
    display: flex;
    flex-direction: column;
}

.username[b-ilvjqzzj0n] {
    font-weight: 600;
    color: #007bff;
    font-size: 1rem;
}

.author-badge[b-ilvjqzzj0n] {
    font-size: 0.8rem;
    color: #007bff;
    font-weight: 500;
}

.helper-container[b-ilvjqzzj0n] {
    padding: 12px;
    padding-bottom: 0;
}

.review-header[b-ilvjqzzj0n] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.review-title[b-ilvjqzzj0n] {
    font-size: 1.4rem;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 5px;
}

.review-category[b-ilvjqzzj0n] {
    background: #28a745;
    color: #343a40;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

.review-rating[b-ilvjqzzj0n] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.star[b-ilvjqzzj0n] {
    color: #007bff;
    font-size: 1.2rem;
}

.rating-text[b-ilvjqzzj0n] {
    font-size: 0.9rem;
    color: #eee;
    opacity: 0.7;
}

.review-content[b-ilvjqzzj0n] {
    color: #eee;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
}

.review-tags[b-ilvjqzzj0n] {
    display: flex;
    gap: 6px;
    padding-bottom: 15px;
    justify-content: space-between;
    overflow-wrap: break-word;
}

.tags-container[b-ilvjqzzj0n] {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    gap: 0.5rem;
}

.review-tag[b-ilvjqzzj0n] {
    background: #f8f9fa;
    color: #343a40;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.75rem;
    opacity: 0.8;
}

.review-actions[b-ilvjqzzj0n] {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 15px;
}

.action-btn[b-ilvjqzzj0n] {
    background: none;
    border: none;
    color: #eee;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Skeleton styles */
.skeleton[b-ilvjqzzj0n] {
    background: linear-gradient(90deg, #444 25%, #555 50%, #444 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-ilvjqzzj0n 1.5s infinite;
    border-radius: 4px;
}

.skeleton-circle[b-ilvjqzzj0n] {
    background: linear-gradient(90deg, #444 25%, #555 50%, #444 75%);
    background-size: 200% 100%;
    animation: skeleton-loading-b-ilvjqzzj0n 1.5s infinite;
    border-radius: 50%;
}

.skeleton-profile[b-ilvjqzzj0n] {
    width: 50px;
    height: 50px;
    box-shadow: 0 0 0 2px #555;
}

.skeleton-username[b-ilvjqzzj0n] {
    height: 16px;
    width: 120px;
    margin-bottom: 4px;
}

.skeleton-badge[b-ilvjqzzj0n] {
    height: 13px;
    width: 90px;
}

.skeleton-title[b-ilvjqzzj0n] {
    height: 22px;
    width: 250px;
    margin-bottom: 5px;
}

.skeleton-category[b-ilvjqzzj0n] {
    height: 24px;
    width: 80px;
    border-radius: 12px;
}

.skeleton-star[b-ilvjqzzj0n] {
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.skeleton-rating-text[b-ilvjqzzj0n] {
    height: 14px;
    width: 80px;
}

.skeleton-content-line[b-ilvjqzzj0n] {
    height: 19px;
    margin-bottom: 8px;
    border-radius: 3px;
}

.skeleton-content-line:nth-child(1)[b-ilvjqzzj0n] {
    width: 100%;
}

.skeleton-content-line:nth-child(2)[b-ilvjqzzj0n] {
    width: 85%;
}

.skeleton-content-line:nth-child(3)[b-ilvjqzzj0n] {
    width: 60%;
}

.skeleton-tag[b-ilvjqzzj0n] {
    height: 22px;
    width: 60px;
    border-radius: 10px;
    margin-right: 8px;
}

.skeleton-tag:nth-child(2)[b-ilvjqzzj0n] {
    width: 45px;
}

.skeleton-tag:nth-child(3)[b-ilvjqzzj0n] {
    width: 70px;
}

.skeleton-action[b-ilvjqzzj0n] {
    height: 16px;
    width: 40px;
}

@keyframes skeleton-loading-b-ilvjqzzj0n {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

h2[b-ilvjqzzj0n] {
    color: #eee;
    margin-bottom: 30px;
    text-align: center;
}
/* _content/BlazorApp1/Components/HelperComponents/LoadingProfileSkeleton.razor.rz.scp.css */
.container[b-nwmdb5w31z] {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.skeleton[b-nwmdb5w31z] {
     background: linear-gradient(90deg, #2a2a2a 25%, #3a3a3a 50%, #2a2a2a 75%);
     background-size: 200% 100%;
     animation: loading-b-nwmdb5w31z 1.5s infinite;
     border-radius: 4px;
 }

 .profile-header[b-nwmdb5w31z] {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
    padding: 5px;
    align-items: flex-start;
    justify-content: center;
 }


 @keyframes loading-b-nwmdb5w31z {
     0% {
         background-position: 200% 0;
     }

     100% {
         background-position: -200% 0;
     }
 }

 /* Profile Image */
 .skeleton-profile-image[b-nwmdb5w31z] {
     width: 150px;
     height: 150px;
     border-radius: 50%;
     border: 3px solid #444;
     flex-shrink: 0;
 }

 /* Name */
 .skeleton-name[b-nwmdb5w31z] {
     width: 300px;
     height: 32px;
     margin-bottom: 10px;
 }

 /* Username */
 .skeleton-username[b-nwmdb5w31z] {
     width: 150px;
     height: 20px;
     margin-bottom: 15px;
 }

 /* Member Date */
 .skeleton-member-date[b-nwmdb5w31z] {
     width: 200px;
     height: 14px;
     margin-bottom: 15px;
 }

 /* Bio */
 .skeleton-bio[b-nwmdb5w31z] {
     width: 250px;
     height: 16px;
     margin-bottom: 25px;
 }

 /* Stats Numbers */
 .skeleton-stat-number[b-nwmdb5w31z] {
     width: 30px;
     height: 28px;
     margin-bottom: 5px;
 }

 /* Stats Labels */
 .skeleton-stat-label[b-nwmdb5w31z] {
     width: 70px;
     height: 14px;
 }

 /* Follow Button */
 .skeleton-follow-btn[b-nwmdb5w31z] {
     width: 90px;
     height: 38px;
     border-radius: 20px;
 }

 /* Section Headers */
 .skeleton-section-header[b-nwmdb5w31z] {
     width: 140px;
     height: 24px;
 }

 @media (max-width: 768px) {
     .skeleton-profile-image[b-nwmdb5w31z] {
         margin: 0 auto 20px;
     }

     .skeleton-name[b-nwmdb5w31z],
     .skeleton-username[b-nwmdb5w31z],
     .skeleton-member-date[b-nwmdb5w31z],
     .skeleton-bio[b-nwmdb5w31z] {
         margin-left: auto;
         margin-right: auto;
     }
 }
/* _content/BlazorApp1/Components/HelperComponents/LoadingSpinner.razor.rz.scp.css */
.spinner-container[b-zae32uu1hk] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.spinner[b-zae32uu1hk] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin-b-zae32uu1hk 1s ease-in-out infinite;
    display: block;
}

@keyframes spin-b-zae32uu1hk {
    to {
        transform: rotate(360deg);
    }
}
/* _content/BlazorApp1/Components/HelperComponents/Modal.razor.rz.scp.css */
.modal[b-ppxrm7xzow] {
  /*position: absolute;*/
  /*right: 0;*/
  /*bottom: -100%;*/
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 20px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--primary);
}

.modal-header[b-ppxrm7xzow] {
  font-size: 1.4rem;
  color: var(--primary);
}

.modal-content[b-ppxrm7xzow] {
  font-size: 1rem;
  color: var(--primary);
}

.modal-link[b-ppxrm7xzow] {
  color: #fff;
  width: 100%;
  padding: 2px 6rem;
  border-radius: 20px;
  background-color: var(--primary);
  text-align: center;
  cursor: pointer;
}
/* _content/BlazorApp1/Components/HelperComponents/ProfileIcon.razor.rz.scp.css */
/* _content/BlazorApp1/Components/HelperComponents/ReviewCard.razor.rz.scp.css */
.review-card[b-uozq813z1w] {
    display: block;
    /*background: white;*/
    /*background: rgba(50, 50, 50, 0.95);*/
    background: rgba(34, 34, 34, 0.95);
    /*border-radius: 16px;*/
    border-radius: 5px;
    /*background: var(--secondary);*/
    /*padding: 25px;*/
    /*background: linear-gradient(71deg, #080509, #1a171c, #080509);*/
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    /*border: 2px solid transparent;*/
    /*cursor: pointer;*/
    padding-right: 1rem;
    overflow-wrap: break-word;
}

/*.review-card:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 8px 25px rgba(0,0,0,0.12);*/
/*    border-color: var(--primary);*/
/*}*/

.review-author[b-uozq813z1w] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
    padding: 10px;
    padding-bottom: 0;
    /*background: var(--light);*/
    /*background: var(--primary);*/
    border-radius: 16px;
}

.profile-img[b-uozq813z1w] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    /*border: 3px solid var(--primary);*/
    box-shadow: 0 0 0 2px var(--primary);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.profile-img:hover[b-uozq813z1w] {
    border: none;
    box-shadow: 0 0 0 2px #aaa;
}

/*.review-card:hover .profile-img {*/
/*    transform: scale(1.1);*/
/*}*/

.author-info[b-uozq813z1w] {
    display: flex;
    flex-direction: column;
}

.username[b-uozq813z1w] {
    font-weight: 600;
    /*color: var(--dark);*/
    color: var(--primary);
    font-size: 1rem;
    cursor: pointer;
}

.username:hover[b-uozq813z1w] {
    text-decoration: underline;
}

.author-badge[b-uozq813z1w] {
    font-size: 0.8rem;
    color: var(--primary);
    font-weight: 500;
}
.helper-container[b-uozq813z1w] {
    padding: 12px;
    padding-bottom: 0;
}
.review-header[b-uozq813z1w] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.review-title[b-uozq813z1w] {
    font-size: 1.4rem;
    font-weight: bold;
    /*color: var(--dark);*/
    color: var(--primary);
    margin-bottom: 5px;
}

.review-title:hover[b-uozq813z1w] {
    text-decoration: underline;
}

.review-category[b-uozq813z1w] {
    background: var(--accent);
    color: var(--dark);
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 500;
}

.review-rating[b-uozq813z1w] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.star[b-uozq813z1w] {
    color: var(--primary);
    font-size: 1.2rem;
}

.star.empty[b-uozq813z1w] {
    color: #ddd;
}

.rating-text[b-uozq813z1w] {
    font-size: 0.9rem;
    /*color: var(--dark);*/
    color: #eee;
    opacity: 0.7;
}

.review-content[b-uozq813z1w] {
    /*color: var(--dark);*/
    /*width: 50rem;*/
    color: #eee;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-wrap: break-word;
    word-wrap: break-word; /* or */
    overflow: hidden;
}

.review-tags[b-uozq813z1w] {
    display: flex;
    /*flex-wrap: wrap;*/
    gap: 6px;
    margin-bottom: 15px;
    justify-content: space-between;
    overflow-wrap: break-word;
}

.error-message[b-uozq813z1w] {
    margin-left: 4px;
    background-color: rgba(244, 67, 54, 0.1);
    border: 1px solid #f44336;
    border-radius: 15px;
    padding: 5px 10px;
    margin-top: 15px;
    color: red;
    font-size: 14px;
    text-align: center;
}

.tags-container[b-uozq813z1w] {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
    gap: 0.5rem;
}

.review-tag[b-uozq813z1w] {
    background: var(--light);
    color: var(--dark);
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.75rem;
    opacity: 0.8;
}

.review-meta[b-uozq813z1w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--light);
    padding-top: 15px;
    font-size: 0.9rem;
    color: var(--dark);
    opacity: 0.7;
}

.review-author[b-uozq813z1w] {
    font-weight: 500;
}

.review-date[b-uozq813z1w] {
    font-size: 0.8rem;
}

.review-actions[b-uozq813z1w] {
    display: flex;
    /*background: var(--dark);*/
    align-items: center;
    white-space: nowrap;
    gap: 15px;
}

.action-btn[b-uozq813z1w] {
    background: none;
    border: none;
    color: #eee;
    /*color: var(--dark);*/
    /*border: var(--input-border);*/
    /*opacity: 0.6;*/
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.action-btn:hover[b-uozq813z1w] {
    opacity: 1;
    color: var(--primary);
}
/* _content/BlazorApp1/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-e9nwu6vsv1] {
    background: var(--dark);
    color: white;
    padding: 30px 0 30px;
}

.footer-container[b-e9nwu6vsv1] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-section h3[b-e9nwu6vsv1] {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: var(--secondary);
}

.footer-section ul[b-e9nwu6vsv1] {
    list-style: none;
}

.footer-section ul li[b-e9nwu6vsv1] {
    margin-bottom: 10px;
}

.footer-section ul li a[b-e9nwu6vsv1] {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-section ul li a:hover[b-e9nwu6vsv1] {
    opacity: 1;
    color: var(--secondary);
}

.footer-bottom[b-e9nwu6vsv1] {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    opacity: 0.6;
}
/* _content/BlazorApp1/Components/Layout/LoginLayout.razor.rz.scp.css */
.auth-layout[b-lafsnfghxy] {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg. var(--palette-green), var(--palette-yellow));
    padding: var(--space-md);
}

.auth-card-wrapper[b-lafsnfghxy] {
    width: 100%;
    max-width: 400px;
}

#blazor-error-ui[b-lafsnfghxy] {
    background: var(--error-color);
    color: var(--text-inverted);
    padding: var(--space-sm) var(--space-md);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0.9rem;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: var(--space-md);
}

#blazor-error-ui .reload[b-lafsnfghxy] {
    color: var(--text-inverted);
    text-decoration: underline;
    cursor: pointer;
}

#blazor-error-ui .dismiss[b-lafsnfghxy] {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 50%;
    color: var(--text-inverted);
    cursor: pointer;
    font-weight: bold;
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease-in-out;
}

#blazor-error-ui .dismiss:hover[b-lafsnfghxy] {
    background-color: rgba(255, 255, 255, 0.4);
}
/* _content/BlazorApp1/Components/Layout/MainLayout.razor.rz.scp.css */

/* _content/BlazorApp1/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-zjo6z1fhij] {
    position: sticky;
    top: 0;
    width: 100%;
    background: rgba(34, 34, 34, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 5px;
    transition: all 0.3s ease;
}

.nav-container[b-zjo6z1fhij] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.hamburger-icon[b-zjo6z1fhij] {
    display: none;
}

.logo[b-zjo6z1fhij] {
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-links[b-zjo6z1fhij] {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 30px;
}

.nav-links a[b-zjo6z1fhij] {
    color: var(--light);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.nav-links a:hover[b-zjo6z1fhij] {
    color: var(--secondary);
}

.profile[b-zjo6z1fhij] {
    position: relative;
}

.svg-container[b-zjo6z1fhij] {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.profile_image[b-zjo6z1fhij] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 3px #FFF;
}

.modal-overlay[b-zjo6z1fhij] {
    position: fixed; /* Fixes it to the viewport */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black backdrop */
    z-index: 999; /* Ensure it's behind the modal but above other content */
}

.nav-modal[b-zjo6z1fhij] {
    position: absolute;
    background: var(--dark);
    color: #f2f2f2;
    padding: 0.5rem 0.2rem;
    border-radius: 5px;
    width: 10rem;
    z-index: 1000;
}

.nav-modal-list[b-zjo6z1fhij] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.nav-modal-list li[b-zjo6z1fhij] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 1px 12px;
    border-radius: 5px;
}

.nav-modal-list li:hover[b-zjo6z1fhij] {
    background-color: #656c7633;
}

@media(max-width: 760px) {
    .nav-container[b-zjo6z1fhij] {
        position: relative;
    }
    
    .nav-modal[b-zjo6z1fhij] {
        position: relative;
        background: none;
        z-index: 0;
    }
    
    .modal-overlay[b-zjo6z1fhij] {
        width: 0;
        height: 0;
    }
    
    .nav-modal-list li[b-zjo6z1fhij] {
        justify-content: center;
        padding: 0;
    }
    .profile[b-zjo6z1fhij] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .nav-links[b-zjo6z1fhij] {
        width: 0;
        height: 100vh;
        overflow: hidden;
        position: absolute;
        flex-direction: column;
        right: -10px;
        top: 45px;
        background-color: var(--background-containerv2);
        transition: width 0.3s ease;
    }
    
    .hamburger-icon[b-zjo6z1fhij] {
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    
    .nav-links.open[b-zjo6z1fhij] {
        width: auto;
        height: 100vh;
        padding: 1rem;
        z-index: 100;
    }
}
/* _content/BlazorApp1/Components/Pages/ConfirmEmail/ConfirmEmail.razor.rz.scp.css */
.confirmation-container[b-fkd5d9kvbl] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: linear-gradient(135deg, #fcf6bd 0%, #d0f4de 50%, #a9def9 100%);*/
    /*background-color: var(--background-container);*/
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.confirmation-card[b-fkd5d9kvbl] {
    /*background: white;*/
    background-color: var(--background-containerv2);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 4px var(--primary);
    max-width: 500px;
    width: 100%;
    backdrop-filter: blur(10px);
}

.icon-container[b-fkd5d9kvbl] {
    margin-bottom: 10px;
}

.success-icon[b-fkd5d9kvbl] {
    display: inline-flex;
    padding: 5px;
    /*background: linear-gradient(135deg, #d0f4de, #a9def9);*/
    background-color: var(--title-color);
    border-radius: 50%;
    color: white;
    margin: 0 auto;
}

.error-icon[b-fkd5d9kvbl] {
    display: inline-flex;
    padding: 10px;
    /*background: linear-gradient(135deg, #ff99c8, #e4c1f9);*/
    background-color: var(--title-color);
    border-radius: 50%;
    color: white;
    margin: 0 auto;
}

.title[b-fkd5d9kvbl] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.title.success[b-fkd5d9kvbl] {
    color: #333;
    /*background: linear-gradient(135deg, #d0f4de, #a9def9);*/
    background: var(--title-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title.error[b-fkd5d9kvbl] {
    color: #333;
    /*background: linear-gradient(135deg, #ff99c8, #e4c1f9);*/
    background: var(--title-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.message[b-fkd5d9kvbl] {
    font-size: 1rem;
    color: #eee;
    line-height: 1.6;
    margin-bottom: 10px;
}

.info-box[b-fkd5d9kvbl] {
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 10px;
    border: 2px solid;
}

.success-box[b-fkd5d9kvbl] {
    /*background: #d0f4de;*/
    background: var(--background-container);
    border-color: var(--title-color);
}

.error-box[b-fkd5d9kvbl] {
    background: var(--background-container);
    border-color: var(--title-color);
}

.info-text[b-fkd5d9kvbl] {
    color: #333;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.action-buttons[b-fkd5d9kvbl] {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-fkd5d9kvbl] {
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary[b-fkd5d9kvbl] {
    /*background: linear-gradient(135deg, #d0f4de, #a9def9);*/
    background-color: var(--title-color);
    color: white;
}

.btn-primary:hover[b-fkd5d9kvbl] {
    transform: translateY(-1px);
    box-shadow: var(--light-shadow);
    /*box-shadow: 0 8px 20px rgba(169, 222, 249, 0.4);*/
}

.btn-tertiary[b-fkd5d9kvbl] {
    background: transparent;
    color: #eee;
    border: var(--input-border);
    /*border: 2px solid #ccc;*/
}

.btn-tertiary:hover[b-fkd5d9kvbl] {
    /*background: #f5f5f5;*/
    transform: translateY(-1px);
    box-shadow: var(--light-shadow);
    /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);*/
}

@media (max-width: 600px) {
    .confirmation-card[b-fkd5d9kvbl] {
        padding: 30px 20px;
    }

    .title[b-fkd5d9kvbl] {
        font-size: 2rem;
    }

    .message[b-fkd5d9kvbl] {
        font-size: 1.1rem;
    }

    .action-buttons[b-fkd5d9kvbl] {
        flex-direction: column;
    }

    .btn[b-fkd5d9kvbl] {
        width: 100%;
    }
}
/* _content/BlazorApp1/Components/Pages/EditProfile/EditProfile.razor.rz.scp.css */
.edit-profile-container[b-erb4nfwzsi] {
    width: 100vw;
    background-color: var(--background-containerv2);
    height: 100%;
    padding: 20px;
}

.edit-profile-wrapper[b-erb4nfwzsi] {
    max-width: 400px;
    margin: 0 auto;
    background: var(--card-dark);
    border-radius: 16px;
    padding: 10px;
    border: 1px solid var(--border-dark);
}

.header[b-erb4nfwzsi] {
    text-align: center;
    margin-bottom: 20px;
}

.header h1[b-erb4nfwzsi] {
    color: var(--primary);
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.header p[b-erb4nfwzsi] {
    color: var(--text-muted);
    color: #eee;
    font-size: 1rem;
}

.profile-image-section[b-erb4nfwzsi] {
    text-align: center;
    margin-bottom: 10px;
}

.image-preview[b-erb4nfwzsi] {
    position: relative;
}

.remove-btn[b-erb4nfwzsi] {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primary);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.remove-btn:hover[b-erb4nfwzsi] {
    background: rgba(244, 67, 54, 1);
    color: black;
}

.upload-container[b-erb4nfwzsi] {
    display: flex;
    justify-content: center;
    align-items: center;
}


.svg-container[b-erb4nfwzsi] {
    position: relative;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
}

.svg-container:hover[b-erb4nfwzsi] {
    background-color: #4a4a4a;
}
.plus-sign[b-erb4nfwzsi] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    stroke: #ddd;
    color: #ddd;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 18px;
    font-weight: bolder;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.profile-image[b-erb4nfwzsi] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--primary);
    margin-bottom: 20px;
}

#previewImg[b-erb4nfwzsi] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.choose-new-img[b-erb4nfwzsi] {
    display: block; 
    margin-top: 8px; 
    font-size: 0.9rem;
    color: #ccc;
}

.form-group[b-erb4nfwzsi] {
    margin-bottom: 30px;
}

.form-group label[b-erb4nfwzsi] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--text-light);
    font-size: 1rem;
}

.form-input[b-erb4nfwzsi] {
    width: 100%;
    padding: 8px 20px;
    border: 2px solid var(--border-dark);
    border-radius: 8px;
    font-size: 1rem;
    background: var(--bg-dark);
    color: var(--text-light);
    transition: border-color 0.3s ease;
}

.form-input:focus[b-erb4nfwzsi] {
    outline: none;
    border-color: var(--primary);
}

.form-input[b-erb4nfwzsi]::placeholder {
    color: var(--text-muted);
}

.form-input.textarea[b-erb4nfwzsi] {
    resize: vertical;
    min-height: 120px;
    font-family: inherit;
}

.action-buttons[b-erb4nfwzsi] {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 10px;
}

.btn[b-erb4nfwzsi] {
    padding: 8px 32px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-primary[b-erb4nfwzsi] {
    background: var(--primary);
    color: white;
}

.btn-primary:hover[b-erb4nfwzsi] {
    background: #e54d1f;
    transform: translateY(-2px);
}

.btn-secondary[b-erb4nfwzsi] {
    background: transparent;
    color: var(--text-light);
    border: 2px solid var(--border-dark);
}

.btn-secondary:hover[b-erb4nfwzsi] {
    border-color: var(--text-light);
    transform: translateY(-2px);
}

.file-upload-group[b-erb4nfwzsi] {
    margin-bottom: 20px;
}

.file-upload-input[b-erb4nfwzsi] {
    width: 100%;
    padding: 12px;
    border: 2px dashed var(--border-dark);
    border-radius: 8px;
    background: var(--bg-dark);
    color: var(--text-light);
    text-align: center;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.file-upload-input:hover[b-erb4nfwzsi] {
    border-color: var(--primary);
}

@media (max-width: 768px) {
    .container[b-erb4nfwzsi] {
        padding: 30px 20px;
        margin: 10px;
    }

    .header h1[b-erb4nfwzsi] {
        font-size: 2rem;
    }

    .action-buttons[b-erb4nfwzsi] {
        flex-direction: column;
    }

    .btn[b-erb4nfwzsi] {
        width: 100%;
    }
}
/* _content/BlazorApp1/Components/Pages/EmailConfirmationRequired/EmailConfirmationRequired.razor.rz.scp.css */
.confirmation-container[b-n2xtuc2qne] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: linear-gradient(135deg, #fcf6bd 0%, #d0f4de 50%, #a9def9 100%);*/
    /*background: var(--background-container);*/
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.confirmation-card[b-n2xtuc2qne] {
    /*background: white;*/
    background: var(--background-containerv2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 40px;
    text-align: center; 
    /*box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);*/
    max-width: 500px;
    width: 100%;
    border: var(--wrapper-border);
}

.icon-container[b-n2xtuc2qne] {
    margin-bottom: 30px;
}

.email-icon[b-n2xtuc2qne] {
    display: inline-flex;
    padding: 10px;
    /*background: linear-gradient(135deg, #ff99c8, #e4c1f9);*/
    background: var(--background-wrapper);
    border-radius: 50%;
    color: #eee;
    margin: 0 auto;
}

.title[b-n2xtuc2qne] {
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 20px;
    /*background: linear-gradient(135deg, #ff99c8, #e4c1f9);*/
    /*background: var(--background-container);*/
}

.message[b-n2xtuc2qne] {
    font-size: 1rem;
    color: #eee;
    line-height: 1.6;
    margin-bottom: 30px;
}

.info-box[b-n2xtuc2qne] {
    background: var(--background-container);
    border: 2px solid var(--title-color);
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 15px;
}

.info-text[b-n2xtuc2qne] {
    color: #333;
    font-weight: 600;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
}

.action-buttons[b-n2xtuc2qne] {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-n2xtuc2qne] {
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-primary[b-n2xtuc2qne] {
    /*background: linear-gradient(135deg, #ff99c8, #e4c1f9);*/
    background: var(--background-wrapper);
    color: white;
}

.btn-primary:hover[b-n2xtuc2qne] {
    transform: translateY(-1px);
    box-shadow: var(--light-shadow);
    /*box-shadow: 0 8px 20px rgba(255, 153, 200, 0.4);*/
}

.btn-secondary[b-n2xtuc2qne] {
    /*background: var(--background-container);*/
    color: #eee;
    border: 2px solid var(--title-color);
}

.btn-secondary:hover[b-n2xtuc2qne] {
    /*background: #a9def9;*/
    transform: translateY(-1px);
    box-shadow: var(--light-shadow);
    /*box-shadow: 0 8px 20px rgba(169, 222, 249, 0.4);*/
}

@media (max-width: 600px) {
    .confirmation-card[b-n2xtuc2qne] {
        padding: 30px 20px;
    }

    .title[b-n2xtuc2qne] {
        font-size: 2rem;
    }

    .message[b-n2xtuc2qne] {
        font-size: 1.1rem;
    }

    .action-buttons[b-n2xtuc2qne] {
        flex-direction: column;
    }

    .btn[b-n2xtuc2qne] {
        width: 100%;
    }
}
/* _content/BlazorApp1/Components/Pages/Explore/Explore.razor.rz.scp.css */
.explore-container[b-r7rjy3sxj4] {
    /*background: rgba(34, 34, 34, 0.95);*/
    width: 100%;
    padding: 1rem 0;
    /* height: 100vh; */
}

.explore-wrapper[b-r7rjy3sxj4] {
    /*max-width: 1400px;*/
    margin: 0 auto;
    /*padding: 10px 20px;*/
    overflow-wrap: break-word;
}

.page-header[b-r7rjy3sxj4] {
    text-align: center;
    margin-bottom: 20px;
}

.page-title[b-r7rjy3sxj4] {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 5px;
    background: linear-gradient(135deg, #FF9041FF, var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page-subtitle[b-r7rjy3sxj4] {
    font-size: 1.2rem;
    color: #eee;
    opacity: 0.7;
    max-width: 600px;
    margin: 0 auto;
}

.content-container[b-r7rjy3sxj4] {
    display: flex;
}

.filters-section[b-r7rjy3sxj4] {
    /*background: white;*/
    background: rgba(50, 50, 50, 0.95);
    /*border: var(--input-border);*/
    /*box-shadow: 0 0 10px 1px #FE5D26;*/
    border-radius: 5px;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    color: #eee;
    display: flex;
    flex-direction: column;
    width: 22rem;
}

.search-bar[b-r7rjy3sxj4] {
    width: 100%;
    padding: 4px 5px;
    border: 2px solid var(--accent);
    border-radius: 5px;
    font-size: 1rem;
    margin-bottom: 10px;
    transition: border-color 0.3s ease;
    /* background: rgba(255, 255, 255, 0.9); */
    background: var(--light);
}

.search-bar:focus[b-r7rjy3sxj4] {
    outline: none;
    border-color: var(--primary);
}

.filters-grid[b-r7rjy3sxj4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 10px;
}

.filter-group h3[b-r7rjy3sxj4] {
    font-size: 1.2rem;
    margin-bottom: 15px;
    /*color: var(--dark);*/
    color: #eee;
    font-weight: 600;
}

.category-filters[b-r7rjy3sxj4] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-chip[b-r7rjy3sxj4] {
    background: var(--light);
    color: var(--dark);
    /*color: #eee;*/
    border: 2px solid transparent;
    padding: 2px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.category-chip:hover[b-r7rjy3sxj4] {
    background: var(--accent);
    transform: translateY(-2px);
}

.category-chip.active[b-r7rjy3sxj4] {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.rating-filter[b-r7rjy3sxj4] {
    display: flex;
    align-items: center;
    /*gap: 15px;*/
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.rating-option[b-r7rjy3sxj4] {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.rating-option:hover[b-r7rjy3sxj4] {
    background: var(--secondary);
    color: var(--dark);
}

.rating-option.active[b-r7rjy3sxj4] {
    background: var(--secondary);
    /*color: var(--dark);*/
    color: var(--dark);
}

.rating-stars[b-r7rjy3sxj4] {
    color: var(--secondary);
    font-size: 1.1rem;
}
.star[b-r7rjy3sxj4] {
    color: var(--primary);
    font-size: 1.2rem;
}
.star.empty[b-r7rjy3sxj4] {
    color: #ddd;
}

.sort-dropdown[b-r7rjy3sxj4] {
    padding: 8px 10px;
    /* border: 2px solid var(--accent); */
    border-radius: 5px;
    /* background: white; */
    background: var(--light);
    font-size: 1rem;
    cursor: pointer;
}

.sort-dropdown:focus[b-r7rjy3sxj4] {
    outline: none;
    border-color: var(--primary);
}

.filter-tags[b-r7rjy3sxj4] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.tag-input[b-r7rjy3sxj4] {
    padding: 4px 10px;
    /* border: 1px solid var(--accent); */
    border-radius: 5px;
    font-size: 0.9rem;
    width: 150px;
    background: var(--light);
}

.tag-input:focus[b-r7rjy3sxj4] {
    outline: none;
}

.tag-chip[b-r7rjy3sxj4] {
    background: var(--accent);
    color: var(--dark);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tag-chip .remove[b-r7rjy3sxj4] {
    cursor: pointer;
    font-weight: bold;
    color: var(--primary);
}

.tag-container[b-r7rjy3sxj4] {
    position: relative;
    background: var(--light);
    color: var(--dark);
    border: 2px solid transparent;
    padding: 4px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.remove-tag-btn[b-r7rjy3sxj4] {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: rgba(255, 52, 52, 0.7);
    /*margin-left: 4px;*/
    border-radius: 50px;
    width: 20px;
    height: 20px;
    color: black;
    font-size: 13px;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remove-tag-btn:hover[b-r7rjy3sxj4] {
    box-shadow: var(--lighter-shadow);
}

.results-header[b-r7rjy3sxj4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 20px;
}

.results-count[b-r7rjy3sxj4] {
    font-size: 1.1rem;
    /*color: var(--dark);*/
    color: #eee;
    opacity: 0.7;
}

.view-toggle[b-r7rjy3sxj4] {
    display: flex;
    gap: 10px;
}

.view-btn[b-r7rjy3sxj4] {
    padding: 8px 12px;
    border: 2px solid var(--accent);
    background: white;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-btn.active[b-r7rjy3sxj4] {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.reviews-grid[b-r7rjy3sxj4] {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(380px, 380px));*/
    gap: 10px;
    /*margin-top: 30px;*/
    /*grid-auto-rows: auto;*/
    align-items: start;
    padding: 1rem;
    padding-top: 0;
    width: 100%;
}

.reviews-list[b-r7rjy3sxj4] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.list-view .review-card[b-r7rjy3sxj4] {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.list-view .review-content-wrapper[b-r7rjy3sxj4] {
    flex: 1;
}

.list-view .review-rating[b-r7rjy3sxj4] {
    min-width: 120px;
}

.pagination[b-r7rjy3sxj4] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

.page-btn[b-r7rjy3sxj4] {
    padding: 10px;
    border: 2px solid var(--primary);
    background: var(--background-containerv2);
    border-radius: 8px;
    color: #eee;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.page-btn:hover[b-r7rjy3sxj4], .page-btn.active[b-r7rjy3sxj4] {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.no-results[b-r7rjy3sxj4] {
    text-align: center;
    padding: 60px 20px;
    color: var(--dark);
    opacity: 0.7;
}

.no-results h3[b-r7rjy3sxj4] {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.error-message[b-r7rjy3sxj4] {
    width: full;
    display: flex;
    justify-content: center;
    color: var(--error-color);
}

@media (max-width: 768px) {
    .filters-grid[b-r7rjy3sxj4] {
        grid-template-columns: 1fr;
    }

    .nav-links[b-r7rjy3sxj4] {
        display: none;
    }

    .reviews-grid[b-r7rjy3sxj4] {
        grid-template-columns: 1fr;
    }

    .results-header[b-r7rjy3sxj4] {
        flex-direction: column;
        align-items: flex-start;
    }
    .content-container[b-r7rjy3sxj4] {
        flex-direction: column;
    }
}
/* _content/BlazorApp1/Components/Pages/ExploreCategories/ExploreCategories.razor.rz.scp.css */
.container[b-zjkdeksb8o] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    /*background: var(--background-containerv2);*/
}

.header[b-zjkdeksb8o] {
    text-align: center;
    margin-bottom: 4rem;
    animation: fadeInUp-b-zjkdeksb8o 0.8s ease-out;
}

.header h1[b-zjkdeksb8o] {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
    text-shadow: 0 4px 20px rgba(254, 93, 38, 0.3);
}

.header p[b-zjkdeksb8o] {
    font-size: 1.2rem;
    /*color: var(--dark);*/
    color: #eee;
    /*opacity: 0.8;*/
    max-width: 600px;
    margin: 0 auto;
}

.categories-grid[b-zjkdeksb8o] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.category-card[b-zjkdeksb8o] {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    animation: fadeInUp-b-zjkdeksb8o 0.8s ease-out;
}

.category-card[b-zjkdeksb8o]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(254, 93, 38, 0.1), transparent);
    transition: left 0.6s;
}

.category-card:hover[b-zjkdeksb8o]::before {
    left: 100%;
}

.category-card:hover[b-zjkdeksb8o] {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(254, 93, 38, 0.2);
    border-color: var(--primary);
}

.category-icon[b-zjkdeksb8o] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: white;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(254, 93, 38, 0.3);
}

.category-card:hover .category-icon[b-zjkdeksb8o] {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 12px 30px rgba(254, 93, 38, 0.4);
}

.category-card h3[b-zjkdeksb8o] {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 1rem;
    transition: color 0.3s ease;
}

.category-card:hover h3[b-zjkdeksb8o] {
    color: var(--primary);
}

.category-card p[b-zjkdeksb8o] {
    color: var(--dark);
    opacity: 0.7;
    line-height: 1.6;
    font-size: 1rem;
}

.category-card:nth-child(1)[b-zjkdeksb8o] { animation-delay: 0.1s; }
.category-card:nth-child(2)[b-zjkdeksb8o] { animation-delay: 0.2s; }
.category-card:nth-child(3)[b-zjkdeksb8o] { animation-delay: 0.3s; }
.category-card:nth-child(4)[b-zjkdeksb8o] { animation-delay: 0.4s; }
.category-card:nth-child(5)[b-zjkdeksb8o] { animation-delay: 0.5s; }
.category-card:nth-child(6)[b-zjkdeksb8o] { animation-delay: 0.6s; }
.category-card:nth-child(7)[b-zjkdeksb8o] { animation-delay: 0.7s; }

.floating-shapes[b-zjkdeksb8o] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}

.shape[b-zjkdeksb8o] {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    animation: float-b-zjkdeksb8o 6s ease-in-out infinite;
}

.shape:nth-child(1)[b-zjkdeksb8o] {
    width: 60px;
    height: 60px;
    background: var(--primary);
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.shape:nth-child(2)[b-zjkdeksb8o] {
    width: 40px;
    height: 40px;
    background: var(--secondary);
    top: 60%;
    right: 20%;
    animation-delay: 2s;
}

.shape:nth-child(3)[b-zjkdeksb8o] {
    width: 80px;
    height: 80px;
    background: var(--accent);
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes fadeInUp-b-zjkdeksb8o {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float-b-zjkdeksb8o {
    0%, 100% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

@media (max-width: 768px) {
    .container[b-zjkdeksb8o] {
        padding: 1rem;
    }

    .header h1[b-zjkdeksb8o] {
        font-size: 2.5rem;
    }

    .categories-grid[b-zjkdeksb8o] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .category-card[b-zjkdeksb8o] {
        padding: 2rem;
    }
}

.search-bar[b-zjkdeksb8o] {
    max-width: 500px;
    margin: 0 auto 3rem;
    position: relative;
}

.search-input[b-zjkdeksb8o] {
    width: 100%;
    padding: 1rem 1.5rem;
    border: 2px solid var(--accent);
    border-radius: 50px;
    font-size: 1.1rem;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    color: var(--dark);
}

.search-input:focus[b-zjkdeksb8o] {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 20px rgba(254, 93, 38, 0.2);
}

.search-input[b-zjkdeksb8o]::placeholder {
    color: var(--dark);
    opacity: 0.6;
}
/* _content/BlazorApp1/Components/Pages/ForgotPassword/ForgotPassword.razor.rz.scp.css */
.forgot-password-container[b-vdn1lb0j6e] {
    min-height: 100vh;
    /*background: linear-gradient(135deg, #f8d7da 0%, #f5c2c7 50%, #f1aeb5 100%);*/
    /*background: var(--background-container);*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    width: 100vw;
}

.forgot-password-wrapper[b-vdn1lb0j6e] {
    max-width: 450px;
    width: 100%;
    background: var(--background-containerv2);
    backdrop-filter: blur(10px);
    /*border: 5px solid var(--palette-pink);*/
    border: var(--wrapper-border);
    border-radius: 25px;
    padding: 25px 25px;
    flex: 1;
    min-width: 300px;
}

.logo[b-vdn1lb0j6e] {
    text-align: center;
    margin-bottom: 10px;
}

.logo h1[b-vdn1lb0j6e] {
    font-size: 2.5em;
    font-weight: 700;
    /*color: #6a1b9a;*/
    color: var(--title-color);
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
}

.subtitle[b-vdn1lb0j6e] {
    text-align: center;
    color: var(--background-container);
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.form-group[b-vdn1lb0j6e] {
    margin-bottom: 15px;
}

label[b-vdn1lb0j6e] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: var(--background-container);
    font-size: 1rem;
}

.input-wrapper[b-vdn1lb0j6e] {
    position: relative;
}

.form-input[b-vdn1lb0j6e] {
    width: 100%;
    padding: 6px 10px;
    /*border: 3px solid var(--primary-dark);*/
    border: none;
    border-bottom: var(--input-border);
    border-radius: 5px;
    background-color: var(--input-background-color);
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.form-input:focus[b-vdn1lb0j6e] {
    outline: none;
    /*border-color: #00759c;*/
    box-shadow: var(--light-shadow);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    /*box-shadow: 0 0 10px rgba(76, 175, 80, 0.3);*/
}

.btn-primary[b-vdn1lb0j6e] {
    width: 100%;
    padding: 10px;
    /*background: linear-gradient(45deg, #26c6da, #00acc1);*/
    background-color: var(--title-color);
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.btn-primary:hover[b-vdn1lb0j6e] {
    transform: translateY(-1px);
    /*box-shadow: 0 5px 15px rgba(38, 198, 218, 0.4);*/
    box-shadow: var(--light-shadow);
}

.btn-primary:hover:not(:disabled)[b-vdn1lb0j6e] {
    /*transform: translateY(-2px);*/
    transform: translateY(-1px);
    box-shadow: var(--light-shadow);
    /*box-shadow: 0 5px 15px rgba(38, 198, 218, 0.4);*/
}

.btn-primary:disabled[b-vdn1lb0j6e] {
    opacity: 0.5;
    cursor: not-allowed;
}

.back-link[b-vdn1lb0j6e] {
    text-align: center;
    margin-top: 20px;
}

.back-link a[b-vdn1lb0j6e] {
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.back-link a:hover[b-vdn1lb0j6e] {
    /*color: darkblue;*/
    text-decoration: underline;
}

.validation-summary[b-vdn1lb0j6e] {
    background: rgba(255, 153, 200, 0.1);
    border: 1px solid #ff99c8;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    color: #d63384;
}

.success-message[b-vdn1lb0j6e] {
    text-align: center;
    color: #000;
    font-weight: 600;
}

.error-message[b-vdn1lb0j6e] {
    background: rgba(244, 67, 54, 0.1);
    border: 1px solid #f44336;
    border-radius: 15px;
    padding: 10px 15px;
    margin-top: 15px;
    color: #d32f2f;
    font-size: 14px;
    text-align: center;
}


.spinner-container[b-vdn1lb0j6e] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.spinner[b-vdn1lb0j6e] {
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin-b-vdn1lb0j6e 1s ease-in-out infinite;
    display: block;
}

@keyframes spin-b-vdn1lb0j6e {
    to { transform: rotate(360deg); }
}

@media (max-width: 480px) {
    .container[b-vdn1lb0j6e] {
        padding: 30px 20px;
        margin: 10px;
    }

    .logo h1[b-vdn1lb0j6e] {
        font-size: 2rem;
    }
}
/* _content/BlazorApp1/Components/Pages/Home/Home.razor.rz.scp.css */
.navbar[b-wchgacafef] {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(34, 34, 34, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.3s ease;
}

#file-input[b-wchgacafef] {
    z-index: 99999999;
}

.nav-container[b-wchgacafef] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo[b-wchgacafef] {
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nav-links[b-wchgacafef] {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-links a[b-wchgacafef] {
    color: var(--light);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.nav-links a:hover[b-wchgacafef] {
    color: var(--secondary);
}

/* Hero Section */
.hero[b-wchgacafef] {
    min-height: 100vh;
    background: linear-gradient(135deg, var(--light) 0%, var(--accent) 100%);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero[b-wchgacafef]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23FE5D26" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    z-index: 1;
}

.hero-container[b-wchgacafef] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-content h1[b-wchgacafef] {
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--dark), var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-content p[b-wchgacafef] {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: var(--dark);
    opacity: 0.8;
}

.cta-buttons[b-wchgacafef] {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.btn[b-wchgacafef] {
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-primary[b-wchgacafef] {
    background: var(--primary);
    color: white;
    box-shadow: 0 4px 15px rgba(254, 93, 38, 0.3);
}

.btn-primary:hover[b-wchgacafef] {
    background: #e54d1f;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(254, 93, 38, 0.4);
}

.btn-secondary[b-wchgacafef] {
    background: transparent;
    color: var(--dark);
    border: 2px solid var(--dark);
}

.btn-secondary:hover[b-wchgacafef] {
    background: var(--dark);
    color: white;
    transform: translateY(-2px);
}

.hero-visual[b-wchgacafef] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.floating-cards[b-wchgacafef] {
    position: relative;
    width: 100%;
    height: 400px;
}

.floating-card[b-wchgacafef] {
    position: absolute;
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    animation: float-b-wchgacafef 6s ease-in-out infinite;
    max-width: 250px;
}

.floating-card:nth-child(1)[b-wchgacafef] {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.floating-card:nth-child(2)[b-wchgacafef] {
    top: 50%;
    right: 20%;
    animation-delay: 2s;
}

.floating-card:nth-child(3)[b-wchgacafef] {
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes float-b-wchgacafef {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(1deg); }
}

.card-rating[b-wchgacafef] {
    color: var(--secondary);
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.card-title[b-wchgacafef] {
    font-weight: bold;
    margin-bottom: 8px;
    color: var(--dark);
}

.card-text[b-wchgacafef] {
    font-size: 0.9rem;
    color: var(--dark);
    opacity: 0.7;
}

/* Stats Section */
.stats[b-wchgacafef] {
    background: var(--dark);
    color: white;
    padding: 80px 0;
}

.stats-container[b-wchgacafef] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    text-align: center;
}

.stat-item h3[b-wchgacafef] {
    font-size: 3rem;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 10px;
}

.stat-item p[b-wchgacafef] {
    font-size: 1.1rem;
    opacity: 0.8;
}

/* Categories Section */
.categories[b-wchgacafef] {
    padding: 100px 0;
    background: var(--light);
}

.categories-container[b-wchgacafef] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-title[b-wchgacafef] {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--dark);
}

.section-subtitle[b-wchgacafef] {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 60px;
    color: var(--dark);
    opacity: 0.7;
}

.category-grid[b-wchgacafef] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.category-card[b-wchgacafef] {
    background: white;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.category-card:hover[b-wchgacafef] {
    transform: translateY(-10px);
    border-color: var(--primary);
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.category-icon[b-wchgacafef] {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.category-card h3[b-wchgacafef] {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--dark);
}

.category-card p[b-wchgacafef] {
    color: var(--dark);
    opacity: 0.7;
}

/* Featured Reviews */
.featured[b-wchgacafef] {
    padding: 100px 0;
    background: white;
}

.featured-container[b-wchgacafef] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.reviews-grid[b-wchgacafef] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.review-card[b-wchgacafef] {
    background: var(--light);
    border-radius: 20px;
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.review-card[b-wchgacafef]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.review-card:hover[b-wchgacafef] {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.review-header[b-wchgacafef] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.review-title[b-wchgacafef] {
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--dark);
}

.review-rating[b-wchgacafef] {
    font-size: 1.2rem;
    color: var(--secondary);
}

.review-text[b-wchgacafef] {
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.6;
}

.review-meta[b-wchgacafef] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    color: var(--dark);
    opacity: 0.6;
}

/* CTA Section */
.cta-section[b-wchgacafef] {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    padding: 100px 0;
    text-align: center;
}

.cta-container[b-wchgacafef] {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-section h2[b-wchgacafef] {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.cta-section p[b-wchgacafef] {
    font-size: 1.3rem;
    margin-bottom: 40px;
    opacity: 0.9;
}

.btn-white[b-wchgacafef] {
    background: white;
    color: var(--primary);
    font-weight: bold;
}

.btn-white:hover[b-wchgacafef] {
    background: var(--light);
    transform: translateY(-2px);
}

/* Footer */
.footer[b-wchgacafef] {
    background: var(--dark);
    color: white;
    padding: 60px 0 1px;
}

.footer-container[b-wchgacafef] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-section h3[b-wchgacafef] {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: var(--secondary);
}

.footer-section ul[b-wchgacafef] {
    list-style: none;
}

.footer-section ul li[b-wchgacafef] {
    margin-bottom: 10px;
}

.footer-section ul li a[b-wchgacafef] {
    color: white;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.footer-section ul li a:hover[b-wchgacafef] {
    opacity: 1;
    color: var(--secondary);
}

.footer-bottom[b-wchgacafef] {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    opacity: 0.6;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-container[b-wchgacafef] {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .nav-links[b-wchgacafef] {
        display: none;
    }

    .cta-buttons[b-wchgacafef] {
        flex-direction: column;
        align-items: center;
    }

    .floating-cards[b-wchgacafef] {
        display: none;
    }
}
/* _content/BlazorApp1/Components/Pages/LikedReviews/LikedReviews.razor.rz.scp.css */
.likereviews-container[b-d61wxsd03z] {
    /*background-color: var(--secondary);*/
    width: 100%;
    /*padding: 1rem;*/
    /*padding-bottom: 0;*/
    overflow-wrap: break-word;
}

.likereviews-wrapper[b-d61wxsd03z] {
    /*max-width: 1200px;*/
    margin: 0 auto;
    /*background-color: var(--secondary);*/
}

.header[b-d61wxsd03z] {
    text-align: center;
    /*margin-bottom: 40px;*/
    padding: 5px 0;
    /*background: rgba(255, 255, 255, 0.9);*/
    /*background: #444;*/
    /*background: linear-gradient(71deg, #080509, #1a171c, #080509);*/
    /*filter: contrast(2);*/
    border-radius: 20px;
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
}

.header h1[b-d61wxsd03z] {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 10px;
    font-weight: 700;
}

.header p[b-d61wxsd03z] {
    /*color: var(--dark);*/
    color: #eee;
    /*opacity: 0.8;*/
    font-size: 1.1rem;
}

.stats[b-d61wxsd03z] {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.stat-item[b-d61wxsd03z] {
    /*background: var(--secondary);*/
    padding: 5px 5px;
    border-radius: 5px;
    text-align: center;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
}

.stat-number[b-d61wxsd03z] {
    font-size: 2rem;
    font-weight: bold;
    /*color: var(--dark);*/
    color: var(--primary);
}

.stat-label[b-d61wxsd03z] {
    font-size: 0.9rem;
    /*color: var(--dark);*/
    color: #eee;
    /*opacity: 0.8;*/
}

.content-container[b-d61wxsd03z] {
    display: flex;
}

.filters-section[b-d61wxsd03z] {
    /*background: white;*/
    background: rgba(50, 50, 50, 0.95);
    /*border: var(--input-border);*/
    /*box-shadow: 0 0 10px 1px #FE5D26;*/
    border-radius: 5px;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    color: #eee;
    display: flex;
    flex-direction: column;
    width: 22rem;
}

.search-bar[b-d61wxsd03z] {
    width: 100%;
    padding: 6px 10px;
    border: 2px solid var(--accent);
    border-radius: 5px;
    font-size: 1.1rem;
    margin-bottom: 10px;
    transition: border-color 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

.search-bar:focus[b-d61wxsd03z] {
    outline: none;
    border-color: var(--primary);
}

.filters-grid[b-d61wxsd03z] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 10px;
}

.filter-group h3[b-d61wxsd03z] {
    font-size: 1.2rem;
    margin-bottom: 15px;
    /*color: var(--dark);*/
    color: #eee;
    font-weight: 600;
}

.category-filters[b-d61wxsd03z] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-chip[b-d61wxsd03z] {
    background: var(--light);
    color: var(--dark);
    /*color: #eee;*/
    border: 2px solid transparent;
    padding: 8px 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.category-chip:hover[b-d61wxsd03z] {
    background: var(--accent);
    transform: translateY(-2px);
}

.category-chip.active[b-d61wxsd03z] {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.rating-filter[b-d61wxsd03z] {
    display: flex;
    align-items: center;
    /*gap: 15px;*/
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.rating-option[b-d61wxsd03z] {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 15px;
    transition: background 0.3s ease;
}

.rating-option:hover[b-d61wxsd03z] {
    background: var(--secondary);
    color: var(--dark);
}

.rating-option.active[b-d61wxsd03z] {
    background: var(--secondary);
    /*color: var(--dark);*/
    color: var(--dark);
}

.rating-stars[b-d61wxsd03z] {
    color: var(--secondary);
    font-size: 1.1rem;
}

.sort-dropdown[b-d61wxsd03z] {
    padding: 10px 15px;
    border: 2px solid var(--accent);
    border-radius: 10px;
    background: white;
    font-size: 1rem;
    cursor: pointer;
}

.sort-dropdown:focus[b-d61wxsd03z] {
    outline: none;
    border-color: var(--primary);
}

.filter-tags[b-d61wxsd03z] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.tag-input[b-d61wxsd03z] {
    padding: 8px 12px;
    border: 1px solid var(--accent);
    border-radius: 20px;
    font-size: 0.9rem;
    width: 150px;
}

.tag-chip[b-d61wxsd03z] {
    background: var(--accent);
    color: var(--dark);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tag-chip .remove[b-d61wxsd03z] {
    cursor: pointer;
    font-weight: bold;
    color: var(--primary);
}

.tag-container[b-d61wxsd03z] {
    position: relative;
    background: var(--light);
    color: var(--dark);
    border: 2px solid transparent;
    padding: 8px 16px;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.remove-tag-btn[b-d61wxsd03z] {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: rgba(255, 52, 52, 0.4);
    /*margin-left: 4px;*/
    border-radius: 50px;
    width: 20px;
    height: 20px;
    color: red;
    font-size: 13px;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remove-tag-btn:hover[b-d61wxsd03z] {
    box-shadow: var(--lighter-shadow);
}

.reviews-grid[b-d61wxsd03z] {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(380px, 380px));*/
    gap: 10px;
    /*margin-top: 30px;*/
    grid-auto-rows: auto;
    align-items: start;
    padding: 1rem;
    padding-top: 0;
    width: 100%;
}

.review-card[b-d61wxsd03z] {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

/*.review-card:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);*/
/*    border-color: var(--primary);*/
/*}*/

.review-card[b-d61wxsd03z]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.review-header[b-d61wxsd03z] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.review-title[b-d61wxsd03z] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 5px;
    line-height: 1.4;
}

.review-rating[b-d61wxsd03z] {
    display: flex;
    gap: 3px;
    margin-bottom: 10px;
}

.star[b-d61wxsd03z] {
    color: var(--primary);
    font-size: 1.2rem;
}

.star.empty[b-d61wxsd03z] {
    color: #ddd;
}

.review-content[b-d61wxsd03z] {
    color: var(--dark);
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
}

.review-meta[b-d61wxsd03z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: var(--dark);
    opacity: 0.7;
}

.review-actions[b-d61wxsd03z] {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
}

.action-item[b-d61wxsd03z] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--dark);
    opacity: 0.8;
    font-size: 0.9rem;
}

.like-btn[b-d61wxsd03z] {
    background: none;
    border: none;
    color: var(--primary);
    cursor: pointer;
    font-size: 1.1rem;
    transition: transform 0.2s ease;
}

.like-btn:hover[b-d61wxsd03z] {
    transform: scale(1.2);
}

.like-btn.liked[b-d61wxsd03z] {
    color: var(--primary);
}

.tags[b-d61wxsd03z] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag[b-d61wxsd03z] {
    background: var(--accent);
    color: var(--dark);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.tag:hover[b-d61wxsd03z] {
    background: var(--secondary);
    transform: translateY(-1px);
}

/*.search-bar {*/
/*    background: white;*/
/*    border-radius: 15px;*/
/*    padding: 15px 20px;*/
/*    margin-bottom: 30px;*/
/*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.search-input {*/
/*    width: 100%;*/
/*    border: none;*/
/*    outline: none;*/
/*    font-size: 1rem;*/
/*    padding: 10px;*/
/*    background: var(--light);*/
/*    border-radius: 10px;*/
/*    color: var(--dark);*/
/*}*/

/*.search-input::placeholder {*/
/*    color: var(--dark);*/
/*    opacity: 0.6;*/
/*}*/

.pagination[b-d61wxsd03z] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.page-btn[b-d61wxsd03z] {
    padding: 10px;
    border: 2px solid var(--primary);
    background: var(--background-containerv2);
    border-radius: 8px;
    color: #eee;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.page-btn:hover[b-d61wxsd03z], .page-btn.active[b-d61wxsd03z] {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.no-results[b-d61wxsd03z] {
    text-align: center;
    padding: 60px 20px;
    color: var(--dark);
    opacity: 0.7;
}

.no-results h3[b-d61wxsd03z] {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .reviews-grid[b-d61wxsd03z] {
        grid-template-columns: 1fr;
    }

    .header h1[b-d61wxsd03z] {
        font-size: 2rem;
    }

    .stats[b-d61wxsd03z] {
        gap: 15px;
    }

    .stat-item[b-d61wxsd03z] {
        padding: 10px 20px;
    }
}
/* _content/BlazorApp1/Components/Pages/MyComments/MyComments.razor.rz.scp.css */
-mycomments-container[b-c42ybze2dh] {
    width: 100%;
    overflow-wrap: break-word;
}

.mycommnets-wrapper[b-c42ybze2dh] {
    /*max-width: 1200px;*/
    margin: 0 auto;
    overflow-wrap: break-word;
}

.header[b-c42ybze2dh] {
    text-align: center;
    /*margin-bottom: 40px;*/
    padding: 5px 0;
    /*background: rgba(255, 255, 255, 0.9);*/
    /*background: #444;*/
    /*background: linear-gradient(71deg, #080509, #1a171c, #080509);*/
    /*filter: contrast(2);*/
    border-radius: 20px;
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
}

.header h1[b-c42ybze2dh] {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 10px;
    font-weight: 700;
}

.header p[b-c42ybze2dh] {
    /*color: var(--dark);*/
    color: #eee;
    /*opacity: 0.8;*/
    font-size: 1.1rem;
}

.stats[b-c42ybze2dh] {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.stat-item[b-c42ybze2dh] {
    /*background: var(--secondary);*/
    padding: 5px 5px;
    border-radius: 5px;
    text-align: center;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
}

.stat-number[b-c42ybze2dh] {
    font-size: 2rem;
    font-weight: bold;
    /*color: var(--dark);*/
    color: var(--primary);
}

.stat-label[b-c42ybze2dh] {
    font-size: 0.9rem;
    /*color: var(--dark);*/
    color: #eee;
    /*opacity: 0.8;*/
}

.comments-grid[b-c42ybze2dh] {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));*/
    gap: 10px;
    margin-top: 10px;
    align-items: start;
    padding: 1rem;
    justify-items: center;
}

.comment-card[b-c42ybze2dh] {
    background: rgba(34, 34, 34, 0.95);
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    width: 60%;
    /*cursor: pointer;*/
}

/*.comment-card:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);*/
/*    border-color: var(--primary);*/
/*}*/

.comment-card[b-c42ybze2dh]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.review-context[b-c42ybze2dh] {
    /*background: var(--light);*/
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 10px;
    /*border-left: 4px solid var(--primary);*/
}

.review-title[b-c42ybze2dh] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 8px;
    line-height: 1.3;
}

.review-author[b-c42ybze2dh] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: var(--primary);
    opacity: 0.8;
}

.author-icon[b-c42ybze2dh] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
}

.comment-content[b-c42ybze2dh] {
    /*background: #f8f9fa;*/
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 10px;
    border-left: 3px solid var(--accent);
    position: relative;
    color: #eee;
}

.comment-content[b-c42ybze2dh]::before {
    content: '"';
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 2rem;
    color: var(--accent);
    opacity: 0.5;
}

.comment-text[b-c42ybze2dh] {
    color: #eee;
    line-height: 1.6;
    /*margin-left: 20px;*/
    font-style: italic;
}

.comment-meta[b-c42ybze2dh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #eee;
    opacity: 0.7;
}

.edit-date[b-c42ybze2dh] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.comment-actions[b-c42ybze2dh] {
    display: flex;
    gap: 25px;
    align-items: center;
}

.action-item[b-c42ybze2dh] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #eee;
    opacity: 0.8;
    font-size: 1rem;
    padding: 8px 12px;
    background: var(--light);
    border-radius: 20px;
    transition: all 0.2s ease;
}

.action-item:hover[b-c42ybze2dh] {
    background: var(--accent);
    transform: translateY(-1px);
}

.heart-icon[b-c42ybze2dh] {
    color: red;
    /*font-size: 1.2rem;*/
}

.likes-count[b-c42ybze2dh] {
    color: var(--primary);
    font-weight: 600;
}

.replies-count[b-c42ybze2dh] {
    color: var(--dark);
    font-weight: 500;
}

.comment-type[b-c42ybze2dh] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--primary);
    color: white;
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .comments-grid[b-c42ybze2dh] {
        grid-template-columns: 1fr;
    }

    .header h1[b-c42ybze2dh] {
        font-size: 2rem;
    }

    .stats[b-c42ybze2dh] {
        gap: 15px;
    }

    .stat-item[b-c42ybze2dh] {
        padding: 10px 20px;
    }

    .comment-actions[b-c42ybze2dh] {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }
}
/* _content/BlazorApp1/Components/Pages/MyReviews/MyReviews.razor.rz.scp.css */
.myreviews-container[b-dd09627j6w] {
    /*background-color: var(--secondary);*/
    width: 100%;
    /*padding: 1rem;*/
    /*padding-bottom: 0;*/
    overflow-wrap: break-word;
}

.myreviews-wrapper[b-dd09627j6w] {
    /*max-width: 1200px;*/
    margin: 0 auto;
    /*background-color: var(--secondary);*/
}

.header[b-dd09627j6w] {
    text-align: center;
    /*margin-bottom: 40px;*/
    padding: 5px 0;
    /*background: rgba(255, 255, 255, 0.9);*/
    /*background: #444;*/
    /*background: linear-gradient(71deg, #080509, #1a171c, #080509);*/
    /*filter: contrast(2);*/
    border-radius: 20px;
    /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
}

.header h1[b-dd09627j6w] {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 10px;
    font-weight: 700;
}

.header p[b-dd09627j6w] {
    /*color: var(--dark);*/
    color: #eee;
    /*opacity: 0.8;*/
    font-size: 1.1rem;
}

.stats[b-dd09627j6w] {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.stat-item[b-dd09627j6w] {
    /*background: var(--secondary);*/
    padding: 5px 5px;
    border-radius: 5px;
    text-align: center;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
}

.stat-number[b-dd09627j6w] {
    font-size: 2rem;
    font-weight: bold;
    /*color: var(--dark);*/
    color: var(--primary);
}

.stat-label[b-dd09627j6w] {
    font-size: 0.9rem;
    /*color: var(--dark);*/
    color: #eee;
    /*opacity: 0.8;*/
}

.content-container[b-dd09627j6w] {
    display: flex;
}

.filters-section[b-dd09627j6w] {
    /*background: white;*/
    background: rgba(50, 50, 50, 0.95);
    /*border: var(--input-border);*/
    /*box-shadow: 0 0 10px 1px #FE5D26;*/
    border-radius: 5px;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    color: #eee;
    display: flex;
    flex-direction: column;
    width: 22rem;
}

.search-bar[b-dd09627j6w] {
    width: 100%;
    padding: 6px 10px;
    border: 2px solid var(--accent);
    border-radius: 5px;
    font-size: 1.1rem;
    margin-bottom: 10px;
    transition: border-color 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

.search-bar:focus[b-dd09627j6w] {
    outline: none;
    border-color: var(--primary);
}

.filters-grid[b-dd09627j6w] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 10px;
}

.filter-group h3[b-dd09627j6w] {
    font-size: 1.2rem;
    margin-bottom: 15px;
    /*color: var(--dark);*/
    color: #eee;
    font-weight: 600;
}

.category-filters[b-dd09627j6w] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.category-chip[b-dd09627j6w] {
    background: var(--light);
    color: var(--dark);
    /*color: #eee;*/
    border: 2px solid transparent;
    padding: 8px 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.category-chip:hover[b-dd09627j6w] {
    background: var(--accent);
    transform: translateY(-2px);
}

.category-chip.active[b-dd09627j6w] {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.rating-filter[b-dd09627j6w] {
    display: flex;
    align-items: center;
    /*gap: 15px;*/
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.rating-option[b-dd09627j6w] {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    padding: 4px 12px;
    border-radius: 15px;
    transition: background 0.3s ease;
}

.rating-option:hover[b-dd09627j6w] {
    background: var(--secondary);
    color: var(--dark);
}

.rating-option.active[b-dd09627j6w] {
    background: var(--secondary);
    /*color: var(--dark);*/
    color: var(--dark);
}

.rating-stars[b-dd09627j6w] {
    color: var(--secondary);
    font-size: 1.1rem;
}

.sort-dropdown[b-dd09627j6w] {
    padding: 10px 15px;
    border: 2px solid var(--accent);
    border-radius: 10px;
    background: white;
    font-size: 1rem;
    cursor: pointer;
}

.sort-dropdown:focus[b-dd09627j6w] {
    outline: none;
    border-color: var(--primary);
}

.filter-tags[b-dd09627j6w] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.tag-input[b-dd09627j6w] {
    padding: 8px 12px;
    border: 1px solid var(--accent);
    border-radius: 20px;
    font-size: 0.9rem;
    width: 150px;
}

.tag-chip[b-dd09627j6w] {
    background: var(--accent);
    color: var(--dark);
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tag-chip .remove[b-dd09627j6w] {
    cursor: pointer;
    font-weight: bold;
    color: var(--primary);
}

.tag-container[b-dd09627j6w] {
    position: relative;
    background: var(--light);
    color: var(--dark);
    border: 2px solid transparent;
    padding: 8px 16px;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    font-weight: 500;
}

.remove-tag-btn[b-dd09627j6w] {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: rgba(255, 52, 52, 0.4);
    /*margin-left: 4px;*/
    border-radius: 50px;
    width: 20px;
    height: 20px;
    color: red;
    font-size: 13px;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remove-tag-btn:hover[b-dd09627j6w] {
    box-shadow: var(--lighter-shadow);
}

.reviews-grid[b-dd09627j6w] {
    display: grid;
    /*grid-template-columns: repeat(auto-fill, minmax(380px, 380px));*/
    gap: 10px;
    /*margin-top: 30px;*/
    /*grid-auto-rows: auto;*/
    align-items: start;
    padding: 1rem;
    padding-top: 0;
    width: 100%;
}

.review-card[b-dd09627j6w] {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.review-card:hover[b-dd09627j6w] {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--primary);
}

.review-card[b-dd09627j6w]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.review-header[b-dd09627j6w] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.review-title[b-dd09627j6w] {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--dark);
    margin-bottom: 5px;
    line-height: 1.4;
}

.review-rating[b-dd09627j6w] {
    display: flex;
    gap: 3px;
    margin-bottom: 10px;
}

.star[b-dd09627j6w] {
    color: var(--primary);
    font-size: 1.2rem;
}

.star.empty[b-dd09627j6w] {
    color: #ddd;
}

.review-content[b-dd09627j6w] {
    color: var(--dark);
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.9;
}

.review-meta[b-dd09627j6w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: var(--dark);
    opacity: 0.7;
}

.review-actions[b-dd09627j6w] {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 15px;
}

.action-item[b-dd09627j6w] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--dark);
    opacity: 0.8;
    font-size: 0.9rem;
}

.like-btn[b-dd09627j6w] {
    background: none;
    border: none;
    color: var(--primary);
    cursor: pointer;
    font-size: 1.1rem;
    transition: transform 0.2s ease;
}

.like-btn:hover[b-dd09627j6w] {
    transform: scale(1.2);
}

.like-btn.liked[b-dd09627j6w] {
    color: var(--primary);
}

.tags[b-dd09627j6w] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag[b-dd09627j6w] {
    background: var(--accent);
    color: var(--dark);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.tag:hover[b-dd09627j6w] {
    background: var(--secondary);
    transform: translateY(-1px);
}

/*.search-bar {*/
/*    background: white;*/
/*    border-radius: 15px;*/
/*    padding: 15px 20px;*/
/*    margin-bottom: 30px;*/
/*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);*/
/*}*/

/*.search-input {*/
/*    width: 100%;*/
/*    border: none;*/
/*    outline: none;*/
/*    font-size: 1rem;*/
/*    padding: 10px;*/
/*    background: var(--light);*/
/*    border-radius: 10px;*/
/*    color: var(--dark);*/
/*}*/

/*.search-input::placeholder {*/
/*    color: var(--dark);*/
/*    opacity: 0.6;*/
/*}*/

.pagination[b-dd09627j6w] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.page-btn[b-dd09627j6w] {
    padding: 10px;
    border: 2px solid var(--primary);
    background: var(--background-containerv2);
    border-radius: 8px;
    color: #eee;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.page-btn:hover[b-dd09627j6w], .page-btn.active[b-dd09627j6w] {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.no-results[b-dd09627j6w] {
    text-align: center;
    padding: 60px 20px;
    color: var(--dark);
    opacity: 0.7;
}

.no-results h3[b-dd09627j6w] {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .reviews-grid[b-dd09627j6w] {
        grid-template-columns: 1fr;
    }

    .header h1[b-dd09627j6w] {
        font-size: 2rem;
    }

    .stats[b-dd09627j6w] {
        gap: 15px;
    }

    .stat-item[b-dd09627j6w] {
        padding: 10px 20px;
    }
}
/* _content/BlazorApp1/Components/Pages/NotFound/NotFoundPage.razor.rz.scp.css */
.container[b-ne2ad7olpq] {
    text-align: center;
    max-width: 600px;
    /*padding: 2rem;*/
    margin-bottom: 1rem;
}

.error-code[b-ne2ad7olpq] {
    font-size: 9rem;
    font-weight: 900;
    color: var(--primary);
}

.error-title[b-ne2ad7olpq] {
    font-size: 3rem;
    color: var(--primary);
    font-weight: 700;
}

.error-message[b-ne2ad7olpq] {
    font-size: 1.2rem;
    color: #eee;
    opacity: 0.8;
    line-height: 1.6;
}

.home-button[b-ne2ad7olpq] {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: var(--primary);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.home-button:hover[b-ne2ad7olpq] {
    box-shadow: var(--light-shadow);
}

.icon[b-ne2ad7olpq] {
    display: inline-block;
    width: 60px;
    height: 60px;
    /*background-color: var(--accent);*/
    border-radius: 50%;
    margin: 0 1rem;
    position: relative;
}

.icon[b-ne2ad7olpq]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    border-radius: 50%;
}

.divider[b-ne2ad7olpq] {
    width: 100%;
    margin: 1rem;
    height: 4px;
    background-color: var(--primary);
    border-radius: 2px;
}

@media (max-width: 768px) {
    .container[b-ne2ad7olpq] {
        padding: 1rem;
    }

    .error-message[b-ne2ad7olpq] {
        font-size: 1rem;
    }

    .home-button[b-ne2ad7olpq] {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }

    .icon[b-ne2ad7olpq] {
        width: 40px;
        height: 40px;
        margin: 0 0.5rem;
    }

    .icon[b-ne2ad7olpq]::after {
        width: 20px;
        height: 20px;
    }
}
/* _content/BlazorApp1/Components/Pages/Profile/Profile.razor.rz.scp.css */
.container[b-gd1fehl9hf] {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    padding-top: 10px;
}

.title-header[b-gd1fehl9hf] {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    color: var(--primary);
}

.profile-header[b-gd1fehl9hf] {
    display: flex;
    gap: 30px;
    margin-bottom: 10px;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.075);
    padding: 5px;
    border-radius: 10px;
}

.profile-image[b-gd1fehl9hf] {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ddd;
    flex-shrink: 0;
}

.profile-info[b-gd1fehl9hf] {
    flex: 1;
}

.profile-name[b-gd1fehl9hf] {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 8px;
}

.username[b-gd1fehl9hf] {
    font-size: 22px;
    color: var(--secondary);
    margin-bottom: 15px;
}

.join-date[b-gd1fehl9hf] {
    font-size: 14px;
    color: #eee;
    margin-bottom: 20px;
}

.bio[b-gd1fehl9hf] {
    font-size: 16px;
    color: #eee;
    line-height: 1.5;
    margin-bottom: 25px;
}

.stats[b-gd1fehl9hf] {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.stat-item[b-gd1fehl9hf] {
    text-align: center;
}

.stat-number[b-gd1fehl9hf] {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary);
    display: block;
}

.stat-label[b-gd1fehl9hf] {
    font-size: 12px;
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.social-sections[b-gd1fehl9hf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 10px;
}

.social-section h3[b-gd1fehl9hf] {
    font-size: 18px;
    color: var(--primary);
    margin-bottom: 20px;
    font-weight: 600;
}

.header[b-gd1fehl9hf] {
    color: var(--primary);
}

.followers-section[b-gd1fehl9hf] {
    background-color: rgba(0, 0, 0, 0.075);
    padding: 1rem;
    border-radius: 10px;
}

.following-section[b-gd1fehl9hf] {
    background-color: rgba(0, 0, 0, 0.075);
    padding: 1rem;
    border-radius: 10px;
}

.followers-grid[b-gd1fehl9hf], .following-grid[b-gd1fehl9hf] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.follower-item[b-gd1fehl9hf], .following-item[b-gd1fehl9hf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s ease;
}

.profile-photo[b-gd1fehl9hf] {
    width: 40px;
    height: 40px;
    font-size: 1rem;
}

.follower-avatar[b-gd1fehl9hf], .following-avatar[b-gd1fehl9hf] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #ddd;
    margin-bottom: 5px;
}

.follower-name[b-gd1fehl9hf], .following-name[b-gd1fehl9hf] {
    font-size: 11px;
    text-align: center;
    color: #eee;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .profile-header[b-gd1fehl9hf] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .social-sections[b-gd1fehl9hf] {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .stats[b-gd1fehl9hf] {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .followers-grid[b-gd1fehl9hf], .following-grid[b-gd1fehl9hf] {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* _content/BlazorApp1/Components/Pages/ResetPassword/ResetPassword.razor.rz.scp.css */
.reset-password-container[b-oyr68wkcp1] {
  min-height: 100vh;
  /*background: linear-gradient(135deg, #f8d7da 0%, #f5c2c7 50%, #f1aeb5 100%);*/
  /*background: var(--background-container);*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  width: 100vw;
}

.reset-password-wrapper[b-oyr68wkcp1] {
  max-width: 450px;
  width: 100%;
  background: var(--background-containerv2);
  backdrop-filter: blur(10px);
  /*border: 5px solid var(--palette-pink);*/
  box-shadow: 0 0 4px var(--primary);
  border-radius: 5px;
  padding: 10px 15px;
  flex: 1;
  min-width: 300px;
}

.logo[b-oyr68wkcp1] {
  text-align: center;
  margin-bottom: 10px;
}

.logo h1[b-oyr68wkcp1] {
  font-size: 2.5em;
  font-weight: 700;
  /*color: #6a1b9a;*/
  color: var(--title-color);
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0;
}

.subtitle[b-oyr68wkcp1] {
  text-align: center;
  color: var(--background-container);
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.form-group[b-oyr68wkcp1] {
  margin-bottom: 25px;
}

label[b-oyr68wkcp1] {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #eee;
  font-size: 1rem;
}

.input-wrapper[b-oyr68wkcp1] {
  position: relative;
}

.form-input[b-oyr68wkcp1] {
  width: 100%;
  padding: 6px 10px;
  /*border: 3px solid var(--primary-dark);*/
  border: none;
  border-bottom: var(--input-border);
  border-radius: 4px;
  background: var(--input-background-color);
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.form-input:focus[b-oyr68wkcp1] {
  outline: none;
  /*border-color: #00759c;*/
  box-shadow: var(--light-shadow);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  /*box-shadow: 0 0 10px rgba(76, 175, 80, 0.3);*/
}

.btn-primary[b-oyr68wkcp1] {
  width: 100%;
  padding: 10px;
  /*background: linear-gradient(45deg, #26c6da, #00acc1);*/
  background: var(--background-wrapper);
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}

.btn-primary:hover[b-oyr68wkcp1] {
  transform: translateY(-1px);
  box-shadow: var(--light-shadow);
  /*box-shadow: 0 5px 15px rgba(38, 198, 218, 0.4);*/
}

.btn-primary:hover:not(:disabled)[b-oyr68wkcp1] {
  transform: translateY(-1px);
  box-shadow: var(--light-shadow);
  /*box-shadow: 0 5px 15px rgba(38, 198, 218, 0.4);*/
}

.btn-primary:disabled[b-oyr68wkcp1] {
  opacity: 0.5;
  cursor: not-allowed;
}

.back-link[b-oyr68wkcp1] {
  text-align: center;
  margin-top: 20px;
}

.back-link a[b-oyr68wkcp1] {
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease-in-out;
}

.back-link a:hover[b-oyr68wkcp1] {
  /*color: darkblue;*/
  text-decoration: underline;
}

.validation-summary[b-oyr68wkcp1] {
  background: rgba(255, 153, 200, 0.1);
  border: 1px solid #ff99c8;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  color: #d63384;
}

.password-requirements[b-oyr68wkcp1] {
  background: var(--background-container);
  border: 1px solid var(--title-color);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: #555;
}

.password-requirements h4[b-oyr68wkcp1] {
  color: #000;
  margin-bottom: 10px;
  font-size: 1rem;
}

.password-requirements ul[b-oyr68wkcp1] {
  margin: 0;
  padding-left: 20px;
}

.password-requirements li[b-oyr68wkcp1] {
  margin-bottom: 5px;
  color: #222;
}

.spinner-container[b-oyr68wkcp1] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.spinner[b-oyr68wkcp1] {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin-b-oyr68wkcp1 1s ease-in-out infinite;
  display: block;
}

@keyframes spin-b-oyr68wkcp1 {
  to {
    transform: rotate(360deg);
  }
}

.error-message[b-oyr68wkcp1] {
  background: rgba(244, 67, 54, 0.1);
  border: 1px solid #f44336;
  border-radius: 15px;
  padding: 10px 15px;
  margin-top: 15px;
  color: #d32f2f;
  font-size: 14px;
  text-align: center;
}

.success-message[b-oyr68wkcp1] {
  text-align: center;
  color: #000000;
  font-weight: 600;
}

@media (max-width: 480px) {
  .container[b-oyr68wkcp1] {
    padding: 30px 20px;
    /*margin: 10px;*/
  }

  .logo h1[b-oyr68wkcp1] {
    font-size: 2rem;
  }
}
/* _content/BlazorApp1/Components/Pages/Review/Review.razor.rz.scp.css */
.container[b-8ygd6q002q] {
  /*max-width: 800px;*/
  margin: 0 auto;
  /*background: white;*/
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.container:hover[b-8ygd6q002q] {
  /*transform: translateY(-5px);*/
}

.header[b-8ygd6q002q] {
  /*background: linear-gradient(135deg, var(--primary) 0%, #e54a1f 100%);*/
  padding: 1rem 2rem;
  color: white;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.header[b-8ygd6q002q]::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.title[b-8ygd6q002q] {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
  color: var(--primary);
}

.meta-info[b-8ygd6q002q] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
}

.user-deleted[b-8ygd6q002q] {
  font-size: 1.1rem;
  opacity: 0.9;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--secondary);
  font-weight: bolder;
}

.username[b-8ygd6q002q] {
  font-size: 1.1rem;
  opacity: 0.9;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--secondary);
  font-weight: bolder;
  cursor: pointer;
  transition: color 0.3s ease;
}

.username:hover[b-8ygd6q002q] {
  color: var(--primary);
}

.username:hover .profile-picture-image[b-8ygd6q002q] {
  box-shadow: 0 0 6px var(--primary);
}

/*.username::before {*/
/*  content: "👤";*/
/*  font-size: 1.2rem;*/
/*}*/

.last-edit[b-8ygd6q002q] {
  font-size: 0.95rem;
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.15);
  padding: 0.5rem 1rem;
  border-radius: 25px;
  backdrop-filter: blur(10px);
}

.content-section[b-8ygd6q002q] {
  padding: 0 2.5rem;
}

.rating-section[b-8ygd6q002q] {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  /*margin-bottom: 2rem;*/
  /*padding: 1.5rem;*/
  /*background: var(--light);*/
  /*border-radius: 15px;*/
  /*border: 2px solid var(--accent);*/
}

.stars[b-8ygd6q002q] {
  display: flex;
  gap: 0.3rem;
  /*border-bottom: 1px solid var(--dark);*/
}

.star[b-8ygd6q002q] {
  font-size: 1.8rem;
  color: #ddd;
  transition: all 0.2s ease;
}

/*.star.filled {*/
/*  color: yellow;*/
/*  text-shadow: 0 2px 4px rgba(242, 192, 120, 0.3);*/
/*  transform: scale(1.1);*/
/*}*/

.selected[b-8ygd6q002q] {
  text-shadow: 0 2px 4px rgba(242, 192, 120, 0.3);
  transform: scale(1.1);
  font-size: 1.5rem;
}

.no-selected[b-8ygd6q002q] {
  transform: scale(1.1);
  font-size: 1.5rem;
    color: red;
}

.rating-text[b-8ygd6q002q] {
  font-size: 1.8rem;
  font-weight: 600;
  /*color: var(--dark);*/
  color: #eee;
  border-bottom: 1px solid var(--dark);
}

.review-content[b-8ygd6q002q] {
  /*background: #fafafa;*/
  padding: 2rem;
  border-radius: 15px;
  border-left: 5px solid var(--primary);
  margin-bottom: 2rem;
  font-size: 1.1rem;
  color: #eee;
  line-height: 1.8;
  position: relative;
  overflow-wrap: break-word;
}

.review-content[b-8ygd6q002q]::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 4rem;
  color: var(--primary);
  opacity: 0.3;
  font-family: serif;
}

.tags-section[b-8ygd6q002q] {
  margin-top: 2rem;
}

.tags-title[b-8ygd6q002q] {
  font-size: 1.2rem;
  font-weight: 600;
  /*color: var(--dark);*/
  color: #eee;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.tags-title[b-8ygd6q002q]::before {
  content: "🏷️";
}

.tags[b-8ygd6q002q] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.tag[b-8ygd6q002q] {
  background: linear-gradient(135deg, var(--accent) 0%, #b3d1a3 100%);
  color: var(--dark);
  /*color: #eee;*/
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.tag[b-8ygd6q002q]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
  transition: left 0.5s ease;
}

.tag:hover[b-8ygd6q002q] {
  /*transform: translateY(-2px);*/
  box-shadow: 0 5px 15px rgba(193, 219, 179, 0.4);
  border-color: var(--secondary);
}

.tag:hover[b-8ygd6q002q]::before {
  left: 100%;
}

@media (max-width: 768px) {
  body[b-8ygd6q002q] {
    padding: 1rem;
  }

  .container[b-8ygd6q002q] {
    border-radius: 15px;
  }

  .header[b-8ygd6q002q] {
    padding: 2rem;
  }

  .title[b-8ygd6q002q] {
    font-size: 2rem;
  }

  .meta-info[b-8ygd6q002q] {
    flex-direction: column;
    align-items: flex-start;
  }

  .content-section[b-8ygd6q002q] {
    padding: 2rem;
  }

  .rating-section[b-8ygd6q002q] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .stars[b-8ygd6q002q] {
    gap: 0.2rem;
  }

  .star[b-8ygd6q002q] {
    font-size: 1.5rem;
  }
}

.voting-section[b-8ygd6q002q] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
  padding: 1.5rem;
  /*background: linear-gradient(135deg, var(--light) 0%, #fff 100%);*/
  border-radius: 5px;
  /*border: 2px solid var(--accent);*/
}

.votes-count[b-8ygd6q002q] {
  font-size: 1.1rem;
  font-weight: 600;
  /*color: var(--dark);*/
  color: #eee;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.votes-count[b-8ygd6q002q]::before {
  content: "👍";
  font-size: 1.2rem;
}

.vote-buttons[b-8ygd6q002q] {
  display: flex;
  gap: 1rem;
}

.vote-btn[b-8ygd6q002q] {
  /*background: var(--light);*/
  background: none;
  border: 2px solid var(--accent);
  border-radius: 5px;
  padding: 0.5rem 1.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  /*color: var(--dark);*/
  color: #eee;
}

.vote-btn:hover[b-8ygd6q002q] {
  /*transform: translateY(-2px);*/
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.vote-btn.like[b-8ygd6q002q] {
  border-color: var(--secondary);
}

.vote-btn.like:hover[b-8ygd6q002q] {
  background: var(--secondary);
  color: white;
}

.vote-btn.like.active[b-8ygd6q002q] {
  background: var(--primary);
}

.vote-btn.dislike[b-8ygd6q002q] {
  border-color: #ff6b6b;
}

.vote-btn.dislike:hover[b-8ygd6q002q] {
  background: #ff6b6b;
  color: white;
}

.vote-btn.dislike.active[b-8ygd6q002q] {
  background: var(--primary);
}

.comments-section[b-8ygd6q002q] {
  /*margin-top: 3rem;*/
  padding-top: 2rem;
  border-top: 2px solid var(--light);
}

.profile-image[b-8ygd6q002q] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.leave-comment-container[b-8ygd6q002q] {
  display: flex;
  gap: 1rem;
  width: 100%;
  align-items: flex-end;
  position: relative;
  margin-bottom: 1rem;
}

.profile-svg[b-8ygd6q002q] {
  align-self: flex-start;
}

.leave-comment-input[b-8ygd6q002q] {
  /* width: 100%;
  border: none;
  border-bottom: var(--input-border);
  margin-bottom: 8px; */
  width: 80%;
  padding: 6px 10px;
  /*border: 3px solid var(--primary-dark);*/
  border: none;
  border-bottom: var(--input-border);
  border-radius: 5px;
  font-size: 16px;
  /*color: #000;*/
  color: #eee;
  box-sizing: border-box;
  transition: all 0.3s ease;
  resize: none;
  overflow: hidden;
  /*box-shadow: var(--lighter-shadow);*/
  height: 3rem !important;
  background-color: var(--dark);
}

.leave-comment-input:focus[b-8ygd6q002q] {
  outline: none;
  box-shadow: var(--light-shadow);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.leave-comment-btn[b-8ygd6q002q] {
  margin-bottom: 8px;
  padding: 2px 14px;
  height: 50%;
  background-color: var(--primary);
  border: none;
  border-radius: 5px;
  color: white;
}

.comments-title[b-8ygd6q002q] {
  font-size: 1.5rem;
  font-weight: 700;
  /*color: var(--dark);*/
  color: #eee;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.comments-title[b-8ygd6q002q]::before {
  content: "💬";
}

.comment[b-8ygd6q002q] {
  /*background: white;*/
  /*background: rgba(50, 50, 50, 0.95);*/
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
  /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);*/
  border: 1px solid rgba(240,240,240,0.3);
  transition: all 0.3s ease;
}

/*.comment:hover {*/
/*  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);*/
/*  transform: translateY(-2px);*/
/*}*/

.comment-header[b-8ygd6q002q] {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

.profile-photo[b-8ygd6q002q] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /*background: linear-gradient(135deg, var(--primary), var(--secondary));*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  /*box-shadow: 0 3px 10px rgba(254, 93, 38, 0.3);*/
  box-shadow: 0 0 3px #FFF;
}

.profile-picture-image[b-8ygd6q002q] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /*background: linear-gradient(135deg, var(--primary), var(--secondary));*/
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  /*box-shadow: 0 3px 10px rgba(254, 93, 38, 0.3);*/
  box-shadow: 0 0 3px #FFF;
  cursor: pointer;
}

.profile-picture-image:hover[b-8ygd6q002q] {
  box-shadow: 0 0 6px var(--primary);
}

.user-info[b-8ygd6q002q] {
  flex: 1;
}

.user-comment-deleted[b-8ygd6q002q] {
  font-weight: 600;
  /*color: var(--dark);*/
  color: var(--primary);
  font-size: 1.1rem;
}

.username-comment[b-8ygd6q002q] {
  font-weight: 600;
  /*color: var(--dark);*/
  color: var(--primary);
  font-size: 1.1rem;
  cursor: pointer;
}

.username-comment:hover[b-8ygd6q002q] {
  text-decoration: underline;
}

.user-stats[b-8ygd6q002q] {
  display: flex;
  gap: 1rem;
  font-size: 0.9rem;
  /*color: #666;*/
  color: #eee;
  margin-top: 0.2rem;
}

.follow-btn.following[b-8ygd6q002q] {
  background: var(--accent);
  /*color: var(--dark);*/
  color: #eee;
}

.comment-content[b-8ygd6q002q] {
  /*color: var(--dark);*/
  color: #eee;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  overflow-wrap: break-word;
}

.comment-footer[b-8ygd6q002q] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.comment-meta[b-8ygd6q002q] {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.9rem;
  /*color: #666;*/
  color: var(--secondary);
}

.comment-actions[b-8ygd6q002q] {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.comment-btn[b-8ygd6q002q] {
  background: transparent;
  /*border: 1px solid #ddd;*/
  border: 1px solid rgba(240,240,240,0.3);
  border-radius: 5px;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.9rem;
  /*color: var(--dark);*/
  color: #eee;
}

.comment-btn.like[b-8ygd6q002q] {
  /*border-color: var(--secondary);*/
}

.comment-btn.dislike[b-8ygd6q002q] {
  /*border-color: #ff6b6b;*/
}

.comment-btn:hover[b-8ygd6q002q] {
  border-color: var(--primary);
  color: var(--primary);
  /*transform: translateY(-1px);*/
}

.comment-btn.active[b-8ygd6q002q] {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

.likes-count[b-8ygd6q002q] {
  font-weight: 500;
}

@media (max-width: 768px) {
  .voting-section[b-8ygd6q002q] {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .vote-buttons[b-8ygd6q002q] {
    width: 100%;
    justify-content: space-around;
  }

  .comment-header[b-8ygd6q002q] {
    flex-wrap: wrap;
  }

  .user-stats[b-8ygd6q002q] {
    flex-wrap: wrap;
  }

  .comment-footer[b-8ygd6q002q] {
    flex-direction: column;
    align-items: flex-start;
  }

  .comment-actions[b-8ygd6q002q] {
    width: 100%;
    justify-content: space-around;
  }
}

@media (max-width: 480px) {
  .header[b-8ygd6q002q] {
    padding: 1.5rem;
  }

  .title[b-8ygd6q002q] {
    font-size: 1.8rem;
  }

  .content-section[b-8ygd6q002q] {
    padding: 1.5rem;
  }

  .review-content[b-8ygd6q002q] {
    padding: 1.5rem;
  }

  .vote-btn[b-8ygd6q002q] {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
  }

  .comment[b-8ygd6q002q] {
    padding: 1rem;
  }

  .profile-photo[b-8ygd6q002q] {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

@keyframes spin-b-8ygd6q002q {
  to {
    transform: rotate(360deg);
  }
}
/* _content/BlazorApp1/Components/Pages/SignUp/SignUp.razor.rz.scp.css */
.signup-container[b-pmu8nimrq2] {
  min-height: 100vh;
  /*background: linear-gradient(135deg, #f8d7da 0%, #f5c2c7 50%, #f1aeb5 100%);*/
  /*background: var(--background-container);*/
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  width: 100vw;
  overflow-x: hidden;
}

.signup-wrapper[b-pmu8nimrq2] {
  display: flex;
  gap: 40px;
  max-width: 40%;
  width: 40%;
  background: var(--background-containerv2);
}

.form-container[b-pmu8nimrq2] {
  display: flex;
  gap: 20px;
}

.required-fields-container[b-pmu8nimrq2] {
  width: 80%;
}

.optional-fields-container[b-pmu8nimrq2] {
  width: 80%;
}

.signup-panel[b-pmu8nimrq2] {
  /*background: rgba(255, 255, 255, 0.1);*/
  background: var(--background-containerv2);
  backdrop-filter: blur(10px);
  /*border: 5px solid var(--title-color);*/
  box-shadow: 0 0 4px var(--primary);
  border-radius: 5px;
  padding: 25px 25px;
  flex: 1;
  min-width: 300px;
}

.panel-title[b-pmu8nimrq2] {
  font-size: 2.5em;
  font-weight: 700;
  /*color: #6a1b9a;*/
  color: var(--title-color);
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
}

.form-group[b-pmu8nimrq2] {
  margin-bottom: 10px;
}

.form-input[b-pmu8nimrq2] {
  width: 100%;
  padding: 6px 10px;
  /*border: 3px solid var(--primary-dark);*/
  border: none;
  border-bottom: var(--input-border);
  /*border-radius: 12px;*/
  border-radius: 5px;
  /*background: var(--primary-light);*/
  background: var(--input-background-color);
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.form-input:focus[b-pmu8nimrq2] {
  outline: none;
  /*border-color: #00759c;*/
  box-shadow: var(--light-shadow);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  /*box-shadow: 0 0 10px rgba(76, 175, 80, 0.3);*/
}

.signup-highlight[b-pmu8nimrq2] {
  background: rgba(200, 255, 200, 0.8) !important;
}

.form-options[b-pmu8nimrq2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  font-size: 14px;
}

.checkbox-container[b-pmu8nimrq2] {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #333;
  gap: 5px;
}

.checkbox-container input[type="checkbox"][b-pmu8nimrq2] {
  margin-right: 8px;
  width: 18px;
  height: 18px;
  accent-color: #4caf50;
}

.forgot-link[b-pmu8nimrq2] {
  color: #6a1b9a;
  text-decoration: none;
}

.forgot-link:hover[b-pmu8nimrq2] {
  text-decoration: underline;
}

.btn-primary[b-pmu8nimrq2] {
  width: 100%;
  padding: 10px;
  /*background: linear-gradient(45deg, #26c6da, #00acc1);*/
  background: var(--title-color);
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  /* margin-bottom: 20px; */
  transition: all 0.3s ease;
}

.btn-primary:hover[b-pmu8nimrq2] {
  transform: translateY(-1px);
  box-shadow: var(--light-shadow);
  /*box-shadow: 0 5px 15px rgba(38, 198, 218, 0.4);*/
}

.btn-primary:hover:not(:disabled)[b-pmu8nimrq2] {
  transform: translateY(-1px);
  box-shadow: var(--light-shadow);
  /*transform: translateY(-2px);*/
  /*box-shadow: 0 5px 15px rgba(38, 198, 218, 0.4);*/
}

.btn-primary:disabled[b-pmu8nimrq2] {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn-google[b-pmu8nimrq2] {
  width: 100%;
  padding: 10px;
  background: linear-gradient(45deg, #fff176, #ffeb3b);
  border: none;
  border-radius: 25px;
  color: #6a1b9a;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.btn-google:hover[b-pmu8nimrq2] {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 235, 59, 0.4);
}

.divider[b-pmu8nimrq2] {
  text-align: center;
  margin: 10px 0;
  color: #333333;
  font-weight: 500;
  position: relative;
}

.divider[b-pmu8nimrq2]::before,
.divider[b-pmu8nimrq2]::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45%;
  height: 1px;
  background: #333333;
}

.divider[b-pmu8nimrq2]::before {
  left: 0;
}

.divider[b-pmu8nimrq2]::after {
  right: 0;
}
.upload-container[b-pmu8nimrq2] {
  /* max-width: 400px;
  width: 100%;
  border-radius: 50%;
  height: 200px;
  */
  margin-bottom: 20px;
}

.profile-upload[b-pmu8nimrq2] {
  /*background: rgba(142, 36, 170, 0.1);*/
  /*border: 2px solid #8e24aa;*/
}

.svg-container[b-pmu8nimrq2] {
  width: 48px;
  height: 48px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  /* box-shadow: var(--lighter-shadow); */
  /* filter: brightness(90%); */
}

.svg-container:hover[b-pmu8nimrq2] {
  box-shadow: var(--lighter-shadow);
  transform: translateY(1px);
}

.plus-sign[b-pmu8nimrq2] {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--primary);
  /* font-size: 1.4rem; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 1px; */
  border-radius: 50%;
  color: #222;
  text-align: center;
  font-weight: 700;
  box-shadow: var(--light-shadow);
  z-index: 500;
  background-color: #7e7e7e;
  user-select: none;
}

.profile-icon[b-pmu8nimrq2] {
  font-size: 80px;
  /*background: rgba(142, 36, 170, 0.2);*/
  /*background-color: var(--input-background-color);*/
  background-color: var(--background-container);
  /*border-radius: 20px;*/
  border-radius: 50%;
  width: 80%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.profile-icon svg[b-pmu8nimrq2] {
  width: 80%;
  height: 80%;
  z-index: 10;
}

.profile-icon svg:hover[b-pmu8nimrq2] {
  /*transform: translateY(-1px);*/
  /*box-shadow: var(--light-shadow);*/
}
.profile-icon:hover[b-pmu8nimrq2] {
  /*background: rgba(142, 36, 170, 0.2);*/
  box-shadow: var(--light-shadow);
  transform: translateY(-1px);
}
.profile-upload span[b-pmu8nimrq2] {
  /*color: #6a1b9a;*/
  color: var(--title-color);
  font-weight: 500;
  font-size: 16px;
}

.image-preview[b-pmu8nimrq2] {
  position: relative;
  /*border-radius: 50%;*/
  height: 70px;
  width: 70px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  /*border: 2px solid #8e24aa;*/
  /*padding: 10px;*/
  /*margin-bottom: 20px;*/
  transition: all 0.3s ease-in-out;
}

.image-preview img[b-pmu8nimrq2] {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}
.image-preview img:hover[b-pmu8nimrq2] {
  /*box-shadow: 0 5px 15px rgba(142, 36, 170, 0.3);*/
  box-shadow: var(--light-shadow);
  transform: translateY(-1px);
}

.image-name[b-pmu8nimrq2] {
  color: #fff;
}

.image-error-message[b-pmu8nimrq2] {
  display: inline;
}

.remove-btn[b-pmu8nimrq2] {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(244, 67, 54, 0.9);
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.remove-btn:hover[b-pmu8nimrq2] {
  background: rgba(244, 67, 54, 1);
  transform: translateY(1px);
  color: black;
}

/* Animation for showing preview */
.image-preview[b-pmu8nimrq2] {
  animation: slideIn-b-pmu8nimrq2 0.3s ease-out;
}

@keyframes slideIn-b-pmu8nimrq2 {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.spinner-container[b-pmu8nimrq2] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.spinner[b-pmu8nimrq2] {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: white;
  animation: spin-b-pmu8nimrq2 1s ease-in-out infinite;
  display: block;
}

@keyframes spin-b-pmu8nimrq2 {
  to {
    transform: rotate(360deg);
  }
}

/* Hide validation messages when valid */
.valid .validation-error[b-pmu8nimrq2] {
  display: none;
}

.validation-error[b-pmu8nimrq2] {
  color: #f44336;
  font-size: 14px;
  margin-top: 5px;
  display: block;
  padding-left: 20px;
}

.error-message[b-pmu8nimrq2] {
  background: rgba(244, 67, 54, 0.1);
  border: 1px solid #f44336;
  border-radius: 15px;
  padding: 10px 15px;
  margin-top: 15px;
  color: #d32f2f;
  font-size: 14px;
  text-align: center;
}

.asterisk[b-pmu8nimrq2] {
  color: red;
}

/* Responsive Design */
@media (max-width: 768px) {
  .login-wrapper[b-pmu8nimrq2] {
    flex-direction: column;
    gap: 20px;
  }

  .login-panel[b-pmu8nimrq2],
  .signup-panel[b-pmu8nimrq2] {
    min-width: unset;
  }

  .panel-title[b-pmu8nimrq2] {
    font-size: 2em;
  }
}
/* _content/BlazorApp1/Components/Pages/Test.razor.rz.scp.css */
/* _content/BlazorApp1/Components/Pages/WriteReview/WriteReview.razor.rz.scp.css */
.write-review-container[b-ot5vc0q90a] {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  /*background-color: var(--secondary);*/
  color: #eee;
  /*padding-bottom: 80px;*/
  padding: 20px;
  /*min-height: 100vh;*/
}

.write-review-wrapper[b-ot5vc0q90a] {
  max-width: 600px;
  padding: 1rem;
  border-radius: 5px;
  margin: 0 auto;
  /*background: rgba(50, 50, 50, 0.95);*/
  /*box-shadow: 0 0 4px 1px var(--dark);*/
  /*box-shadow: 0 0 5px 1px var(--primary);*/
}

.page-title[b-ot5vc0q90a] {
  font-size: 2rem;
  font-weight: bold;
  color: var(--title-color);
  margin-bottom: 24px;
  text-align: center;
}

.categories[b-ot5vc0q90a] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
  justify-content: center;
}

.category-btn[b-ot5vc0q90a] {
  padding: 5px 20px;
  border: 2px solid var(--primary);
  background-color: var(--light);
  color: var(--dark);
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  min-width: 100px;
  text-align: center;
}

.category-btn:hover[b-ot5vc0q90a] {
  /*background-color: var(--primary);*/
  transform: translateY(-1px);
  /*border-color: var(--light);*/
  /*color: white;*/
  box-shadow: var(--light-shadow);
}

.category-btn.active[b-ot5vc0q90a] {
  background-color: var(--primary);
  border-color: var(--light);
  color: white;
  transform: scale(1.05);
  box-shadow: var(--lighter-shadow);
}

.form-group[b-ot5vc0q90a] {
  margin-bottom: 14px;
}

.rating-container[b-ot5vc0q90a] {
  display: flex;
  justify-content: space-between;
}

.rating-container div[b-ot5vc0q90a] {
  margin-bottom: 1px;
  padding: 0 10px;
  /*transition: border 0.3s ease-in-out;*/
}

.form-label[b-ot5vc0q90a] {
  display: block;
  font-weight: 700;
  /*color: var(--dark);*/
  color: #eee;
  margin-bottom: 8px;
  font-size: 18px;
}

.star[b-ot5vc0q90a] {
  font-size: 20px;
  cursor: pointer;
  color: lightgray;
}

.star.selected[b-ot5vc0q90a] {
  color: #ffff00;
}

.form-input[b-ot5vc0q90a] {
  width: 100%;
  padding: 5px 10px;
  /*border: 2px solid var(--accent);*/
  border: var(--input-border);
  border-radius: 12px;
  font-size: 16px;
  background-color: var(--input-background-color);
  color: var(--dark);
  transition: all 0.3s ease;
}

.form-input:focus[b-ot5vc0q90a] {
  outline: none;
  box-shadow: var(--lighter-shadow);
}

.review-title-input[b-ot5vc0q90a] {
  padding: 5px 10px;
}

.form-textarea[b-ot5vc0q90a] {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}

.submit-btn[b-ot5vc0q90a] {
  width: 100%;
  padding: 8px;
  background: var(--primary);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 8px;
}

.submit-btn:hover[b-ot5vc0q90a] {
  transform: translateY(-1px);
  box-shadow: var(--lighter-shadow);
}

.submit-btn:active[b-ot5vc0q90a] {
  transform: translateY(0);
}

.bottom-navbar[b-ot5vc0q90a] {
  /*position: fixed;*/
  /*bottom: 0;*/
  left: 0;
  right: 0;
  top: 0;
  /*background: linear-gradient(135deg, var(--dark), #333);*/
  /*border-bottom: var(--input-border);*/
  box-shadow: var(--light-shadow);
  background-color: var(--secondary);
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);*/
  backdrop-filter: blur(10px);
}

.explore-text[b-ot5vc0q90a] {
  color: var(--primary);
  font-weight: 700;
  font-size: 24px;
  /*font-weight: 600;*/
  letter-spacing: 0.5px;
}

.profile-circle[b-ot5vc0q90a] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /*background: linear-gradient(135deg, var(--primary), var(--secondary));*/
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /*border: 3px solid white;*/
}

.profile-circle img[b-ot5vc0q90a] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.profile-circle:hover[b-ot5vc0q90a] {
  transform: scale(1.05);
  box-shadow: var(--lighter-shadow);
}

.profile-icon[b-ot5vc0q90a] {
  color: white;
  font-size: 24px;
  font-weight: bold;
}

.tags-container label[b-ot5vc0q90a] {
  display: inline-block;
}

.tag[b-ot5vc0q90a] {
  display: flex;
  margin: 4px;
  /*padding: 4px 8px;*/
  background-color: var(--light);
  border-radius: 4px;
  color: var(--dark);
}

.hellno[b-ot5vc0q90a] {
  display: flex;
}

.sp-tag[b-ot5vc0q90a] {
  padding: 4px 8px;
  padding-right: 0;
}

.remove-tag-btn[b-ot5vc0q90a] {
  background-color: var(--primary);
  margin-left: 4px;
  /*border-radius: 50px;*/
  /*padding: 0 5px;*/
  border: none;
  width: 18px;
}

.remove-tag-btn:hover[b-ot5vc0q90a] {
  box-shadow: var(--lighter-shadow);
}

.error-message[b-ot5vc0q90a] {
  margin-left: 4px;
  background-color: rgba(244, 67, 54, 0.1);
  border: 1px solid #f44336;
  border-radius: 15px;
  padding: 5px 10px;
  margin-top: 15px;
  color: red;
  font-size: 14px;
  text-align: center;
}

/*.validation-message {*/
/*    color: red;*/
/*    font-size: 18px;*/
/*    margin-top: 2px;*/
/*    display: inline-block;*/
/*    padding-left: 20px;*/
/*    font-weight: bold;*/
/*}*/

.animate-error[b-ot5vc0q90a] {
  outline: 2px solid red;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .container[b-ot5vc0q90a] {
    padding: 16px;
  }

  .page-title[b-ot5vc0q90a] {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .categories[b-ot5vc0q90a] {
    gap: 8px;
  }

  .category-btn[b-ot5vc0q90a] {
    padding: 10px 16px;
    font-size: 13px;
    min-width: 80px;
  }
}
