/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-xgroi9wy08] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xgroi9wy08] {
    flex: 1;
}

.sidebar[b-xgroi9wy08] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xgroi9wy08] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xgroi9wy08]  a, .top-row[b-xgroi9wy08]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xgroi9wy08]  a:hover, .top-row[b-xgroi9wy08]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xgroi9wy08]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xgroi9wy08] {
        justify-content: space-between;
    }

    .top-row[b-xgroi9wy08]  a, .top-row[b-xgroi9wy08]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xgroi9wy08] {
        flex-direction: row;
    }

    .sidebar[b-xgroi9wy08] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xgroi9wy08] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xgroi9wy08]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xgroi9wy08], article[b-xgroi9wy08] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c9937yvsxk] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-c9937yvsxk] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-c9937yvsxk] {
    font-size: 1.1rem;
}

.bi[b-c9937yvsxk] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-c9937yvsxk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-c9937yvsxk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-c9937yvsxk] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-c9937yvsxk] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c9937yvsxk] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c9937yvsxk] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c9937yvsxk]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-c9937yvsxk]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-c9937yvsxk]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c9937yvsxk] {
        display: none;
    }

    .collapse[b-c9937yvsxk] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-c9937yvsxk] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Chat.razor.rz.scp.css */
.chat-container[b-nwnnn12mao] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.chat-header[b-nwnnn12mao] {
    padding: 20px;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    text-align: center;
}

.chat-header h2[b-nwnnn12mao] {
    margin: 0 0 5px 0;
    font-size: 1.8rem;
}

.chat-header p[b-nwnnn12mao] {
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.9;
}

.messages-container[b-nwnnn12mao] {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #fff;
}

.welcome-message[b-nwnnn12mao] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #6c757d;
    text-align: center;
    padding: 40px;
}

.welcome-message svg[b-nwnnn12mao] {
    color: #007bff;
    margin-bottom: 20px;
}

.welcome-message h3[b-nwnnn12mao] {
    margin: 0 0 10px 0;
    color: #333;
}

.welcome-message p[b-nwnnn12mao] {
    margin: 0;
    font-size: 0.95rem;
}

.message[b-nwnnn12mao] {
    display: flex;
    flex-direction: column;
    max-width: 75%;
    animation: fadeIn-b-nwnnn12mao 0.3s ease-in;
}

@keyframes fadeIn-b-nwnnn12mao {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-message[b-nwnnn12mao] {
    align-self: flex-end;
}

.ai-message[b-nwnnn12mao] {
    align-self: flex-start;
}

.message-header[b-nwnnn12mao] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 5px;
    font-size: 0.85rem;
    font-weight: 600;
}

.user-message .message-header[b-nwnnn12mao] {
    justify-content: flex-end;
    color: #007bff;
}

.ai-message .message-header[b-nwnnn12mao] {
    color: #28a745;
}

.message-header span:first-child[b-nwnnn12mao] {
    font-size: 1.2rem;
}

.message-content[b-nwnnn12mao] {
    padding: 12px 16px;
    border-radius: 12px;
    line-height: 1.5;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.user-message .message-content[b-nwnnn12mao] {
    background-color: #007bff;
    color: white;
    border-bottom-right-radius: 4px;
}

.ai-message .message-content[b-nwnnn12mao] {
    background-color: #e9ecef;
    color: #333;
    border-bottom-left-radius: 4px;
}

.typing-indicator[b-nwnnn12mao] {
    display: flex;
    gap: 5px;
    padding: 12px 16px;
}

.typing-indicator span[b-nwnnn12mao] {
    width: 8px;
    height: 8px;
    background-color: #6c757d;
    border-radius: 50%;
    animation: typing-b-nwnnn12mao 1.4s infinite;
}

.typing-indicator span:nth-child(2)[b-nwnnn12mao] {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3)[b-nwnnn12mao] {
    animation-delay: 0.4s;
}

@keyframes typing-b-nwnnn12mao {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.7;
    }
    30% {
        transform: translateY(-10px);
        opacity: 1;
    }
}

.input-container[b-nwnnn12mao] {
    padding: 20px;
    background-color: #fff;
    border-top: 1px solid #dee2e6;
}

.error-banner[b-nwnnn12mao] {
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    color: #721c24;
    font-size: 0.9rem;
}

.input-wrapper[b-nwnnn12mao] {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}

.input-wrapper textarea[b-nwnnn12mao] {
    flex: 1;
    padding: 12px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    resize: none;
    transition: border-color 0.3s ease;
}

.input-wrapper textarea:focus[b-nwnnn12mao] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.input-wrapper textarea:disabled[b-nwnnn12mao] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.input-wrapper button[b-nwnnn12mao] {
    padding: 12px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.1s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
}

.input-wrapper button:hover:not(:disabled)[b-nwnnn12mao] {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.input-wrapper button:active:not(:disabled)[b-nwnnn12mao] {
    transform: translateY(0);
}

.input-wrapper button:disabled[b-nwnnn12mao] {
    background-color: #6c757d;
    cursor: not-allowed;
    transform: none;
}

.spinner-border[b-nwnnn12mao] {
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-nwnnn12mao 0.75s linear infinite;
}

@keyframes spinner-border-b-nwnnn12mao {
    to {
        transform: rotate(360deg);
    }
}

/* Scrollbar styling */
.messages-container[b-nwnnn12mao]::-webkit-scrollbar {
    width: 8px;
}

.messages-container[b-nwnnn12mao]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.messages-container[b-nwnnn12mao]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.messages-container[b-nwnnn12mao]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Responsive design */
@media (max-width: 768px) {
    .message[b-nwnnn12mao] {
        max-width: 90%;
    }

    .chat-container[b-nwnnn12mao] {
        height: calc(100vh - 60px);
        border-radius: 0;
    }

    .chat-header h2[b-nwnnn12mao] {
        font-size: 1.4rem;
    }

    .input-wrapper[b-nwnnn12mao] {
        flex-direction: column;
        align-items: stretch;
    }

    .input-wrapper button[b-nwnnn12mao] {
        width: 100%;
    }
}
/* /Pages/CloudSecurity.razor.rz.scp.css */
/* Hero Banner */
.hero-banner[b-5rlu6tnl74] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.hero-content h1[b-5rlu6tnl74] {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-content p[b-5rlu6tnl74] {
    font-size: 1.2rem;
    margin-bottom: 0;
    opacity: 0.95;
}

/* Content Container */
.content-container[b-5rlu6tnl74] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Threat Sections */
.threat-section[b-5rlu6tnl74] {
    margin-bottom: 50px;
}

.threat-section h2[b-5rlu6tnl74] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #667eea;
}

.threat-section p[b-5rlu6tnl74] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

/* Info Cards */
.info-card[b-5rlu6tnl74] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.info-card.warning[b-5rlu6tnl74] {
    border-left: 5px solid #ff9800;
    background-color: #fff8f0;
}

.info-card h3[b-5rlu6tnl74] {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #333;
}

.info-card ul[b-5rlu6tnl74] {
    list-style-type: none;
    padding-left: 0;
}

.info-card ul li[b-5rlu6tnl74] {
    padding: 8px 0;
    font-size: 1rem;
    color: #555;
}

.info-card ul li strong[b-5rlu6tnl74] {
    color: #667eea;
}

/* Risk Grid */
.risk-grid[b-5rlu6tnl74] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.risk-card[b-5rlu6tnl74] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #ccc;
}

.risk-card.high-risk[b-5rlu6tnl74] {
    border-left-color: #dc3545;
    background-color: #fff5f5;
}

.risk-card.medium-risk[b-5rlu6tnl74] {
    border-left-color: #ff9800;
    background-color: #fff8f0;
}

.risk-card.low-risk[b-5rlu6tnl74] {
    border-left-color: #28a745;
    background-color: #f0fff5;
}

.risk-card h3[b-5rlu6tnl74] {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
}

.risk-card ul[b-5rlu6tnl74] {
    list-style-type: disc;
    padding-left: 20px;
}

.risk-card ul li[b-5rlu6tnl74] {
    padding: 5px 0;
    font-size: 0.95rem;
    color: #555;
}

/* Strategy Cards */
.strategy-card[b-5rlu6tnl74] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #667eea;
}

.strategy-card h3[b-5rlu6tnl74] {
    font-size: 1.4rem;
    color: #667eea;
    margin-bottom: 15px;
}

.strategy-card p[b-5rlu6tnl74] {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

.strategy-card ul[b-5rlu6tnl74] {
    list-style-type: disc;
    padding-left: 20px;
}

.strategy-card ul li[b-5rlu6tnl74] {
    padding: 5px 0;
    font-size: 0.95rem;
    color: #555;
}

/* Best Practices Grid */
.best-practices-grid[b-5rlu6tnl74] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.practice-card[b-5rlu6tnl74] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.practice-card:hover[b-5rlu6tnl74] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.practice-icon[b-5rlu6tnl74] {
    font-size: 3rem;
    margin-bottom: 15px;
}

.practice-card h3[b-5rlu6tnl74] {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.practice-card p[b-5rlu6tnl74] {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* Checklist Container */
.checklist-container[b-5rlu6tnl74] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.checklist-category[b-5rlu6tnl74] {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.checklist-category h3[b-5rlu6tnl74] {
    font-size: 1.3rem;
    color: #667eea;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.checklist[b-5rlu6tnl74] {
    list-style-type: none;
    padding-left: 0;
}

.checklist li[b-5rlu6tnl74] {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #555;
}

/* Resources Container */
.resources-container[b-5rlu6tnl74] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.resource-card[b-5rlu6tnl74] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.resource-card:hover[b-5rlu6tnl74] {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.resource-card h3[b-5rlu6tnl74] {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 10px;
}

.resource-card p[b-5rlu6tnl74] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.resource-link[b-5rlu6tnl74] {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.resource-link:hover[b-5rlu6tnl74] {
    color: #764ba2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1[b-5rlu6tnl74] {
        font-size: 2rem;
    }

    .hero-content p[b-5rlu6tnl74] {
        font-size: 1rem;
    }

    .threat-section h2[b-5rlu6tnl74] {
        font-size: 1.5rem;
    }

    .risk-grid[b-5rlu6tnl74],
    .best-practices-grid[b-5rlu6tnl74],
    .checklist-container[b-5rlu6tnl74],
    .resources-container[b-5rlu6tnl74] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Contact.razor.rz.scp.css */
.contact-form-container[b-3ooz9v4nst] {
    max-width: 600px;
    margin: 40px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-form-container h2[b-3ooz9v4nst] {
    text-align: center;
    margin-bottom: 10px;
    color: #1e3c72;
}

.contact-form-container p[b-3ooz9v4nst] {
    text-align: center;
    margin-bottom: 25px;
    color: #555;
}

.contact-form-container form[b-3ooz9v4nst] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form-container .form-group[b-3ooz9v4nst] {
    display: flex;
    flex-direction: column;
}

.contact-form-container .form-group label[b-3ooz9v4nst] {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.contact-form-container .form-group input[b-3ooz9v4nst],
.contact-form-container .form-group textarea[b-3ooz9v4nst] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    font-family: inherit;
}

.contact-form-container .form-group input:focus[b-3ooz9v4nst],
.contact-form-container .form-group textarea:focus[b-3ooz9v4nst] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.contact-form-container button[type="submit"][b-3ooz9v4nst] {
    padding: 12px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form-container button[type="submit"]:hover:not(:disabled)[b-3ooz9v4nst] {
    background-color: #0056b3;
}

.contact-form-container button[type="submit"]:disabled[b-3ooz9v4nst] {
    background-color: #6c757d;
    cursor: not-allowed;
}

.contact-form-container .success-message[b-3ooz9v4nst] {
    margin-top: 15px;
    padding: 12px;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    color: #155724;
    text-align: center;
}

.contact-form-container .error-message[b-3ooz9v4nst] {
    margin-top: 15px;
    padding: 12px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    color: #721c24;
    text-align: center;
}
/* /Pages/Dashboard.razor.rz.scp.css */
/* Floating Plus Button */
.floating-plus-btn[b-niy5mmee75] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 32px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.floating-plus-btn:hover[b-niy5mmee75] {
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

/* Form Overlay */
.form-overlay[b-niy5mmee75] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
    animation: fadeIn-b-niy5mmee75 0.3s ease-in-out;
}

@keyframes fadeIn-b-niy5mmee75 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Form positioned on the left */
.add-model-form[b-niy5mmee75] {
    max-width: 500px;
    width: 90%;
    padding: 2rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    animation: slideInLeft-b-niy5mmee75 0.3s ease-out;
}

@keyframes slideInLeft-b-niy5mmee75 {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.form-header[b-niy5mmee75] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.form-header h2[b-niy5mmee75] {
    margin: 0;
    color: #333;
}

.close-btn[b-niy5mmee75] {
    background: none;
    border: none;
    font-size: 32px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
    line-height: 1;
}

.close-btn:hover[b-niy5mmee75] {
    color: #333;
}

.form-group[b-niy5mmee75] {
    margin-bottom: 1.5rem;
}

.form-group label[b-niy5mmee75] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #555;
}

.form-group input[b-niy5mmee75],
.form-group textarea[b-niy5mmee75] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
}

.form-group input:focus[b-niy5mmee75],
.form-group textarea:focus[b-niy5mmee75] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.add-model-form button[type="submit"][b-niy5mmee75] {
    background-color: #007bff;
    color: white;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.add-model-form button[type="submit"]:hover:not(:disabled)[b-niy5mmee75] {
    background-color: #0056b3;
}

.add-model-form button[type="submit"]:disabled[b-niy5mmee75] {
    background-color: #ccc;
    cursor: not-allowed;
}

.success-message[b-niy5mmee75] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    color: #155724;
}

.error-message[b-niy5mmee75] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    color: #721c24;
}

/* Action buttons in table */
.actions-cell[b-niy5mmee75] {
    white-space: nowrap;
}

.action-btn[b-niy5mmee75] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
    transition: transform 0.2s;
}

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

.edit-btn:hover[b-niy5mmee75] {
    color: #007bff;
}

.delete-btn:hover[b-niy5mmee75] {
    color: #dc3545;
}

/* Delete Confirmation Dialog */
.confirm-dialog[b-niy5mmee75] {
    max-width: 400px;
    width: 90%;
    padding: 2rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    animation: slideInLeft-b-niy5mmee75 0.3s ease-out;
    margin: auto;
}

.confirm-header[b-niy5mmee75] {
    margin-bottom: 1rem;
}

.confirm-header h2[b-niy5mmee75] {
    margin: 0;
    color: #333;
}

.confirm-body[b-niy5mmee75] {
    margin-bottom: 1.5rem;
}

.confirm-body p[b-niy5mmee75] {
    margin: 0.5rem 0;
    color: #555;
}

.confirm-warning[b-niy5mmee75] {
    color: #dc3545;
    font-size: 0.9rem;
}

.confirm-actions[b-niy5mmee75] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
}

.cancel-btn[b-niy5mmee75] {
    background-color: #6c757d;
    color: white;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.cancel-btn:hover[b-niy5mmee75] {
    background-color: #5a6268;
}

.delete-confirm-btn[b-niy5mmee75] {
    background-color: #dc3545;
    color: white;
    padding: 0.5rem 1.5rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.delete-confirm-btn:hover:not(:disabled)[b-niy5mmee75] {
    background-color: #c82333;
}

.delete-confirm-btn:disabled[b-niy5mmee75] {
    background-color: #ccc;
    cursor: not-allowed;
}
/* /Pages/DevSecOps.razor.rz.scp.css */
/* Hero Banner */
.hero-banner[b-38usic5cy0] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.hero-content h1[b-38usic5cy0] {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-content p[b-38usic5cy0] {
    font-size: 1.2rem;
    margin-bottom: 0;
    opacity: 0.95;
}

/* Content Container */
.content-container[b-38usic5cy0] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Threat Sections */
.threat-section[b-38usic5cy0] {
    margin-bottom: 50px;
}

.threat-section h2[b-38usic5cy0] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #667eea;
}

.threat-section p[b-38usic5cy0] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

/* Info Cards */
.info-card[b-38usic5cy0] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.info-card.warning[b-38usic5cy0] {
    border-left: 5px solid #ff9800;
    background-color: #fff8f0;
}

.info-card h3[b-38usic5cy0] {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #333;
}

.info-card ul[b-38usic5cy0] {
    list-style-type: none;
    padding-left: 0;
}

.info-card ul li[b-38usic5cy0] {
    padding: 8px 0;
    font-size: 1rem;
    color: #555;
}

.info-card ul li strong[b-38usic5cy0] {
    color: #667eea;
}

/* Risk Grid */
.risk-grid[b-38usic5cy0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.risk-card[b-38usic5cy0] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #ccc;
}

.risk-card.high-risk[b-38usic5cy0] {
    border-left-color: #dc3545;
    background-color: #fff5f5;
}

.risk-card.medium-risk[b-38usic5cy0] {
    border-left-color: #ff9800;
    background-color: #fff8f0;
}

.risk-card.low-risk[b-38usic5cy0] {
    border-left-color: #28a745;
    background-color: #f0fff5;
}

.risk-card h3[b-38usic5cy0] {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
}

.risk-card ul[b-38usic5cy0] {
    list-style-type: disc;
    padding-left: 20px;
}

.risk-card ul li[b-38usic5cy0] {
    padding: 5px 0;
    font-size: 0.95rem;
    color: #555;
}

/* Strategy Cards */
.strategy-card[b-38usic5cy0] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #667eea;
}

.strategy-card h3[b-38usic5cy0] {
    font-size: 1.4rem;
    color: #667eea;
    margin-bottom: 15px;
}

.strategy-card p[b-38usic5cy0] {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

.strategy-card ul[b-38usic5cy0] {
    list-style-type: disc;
    padding-left: 20px;
}

.strategy-card ul li[b-38usic5cy0] {
    padding: 5px 0;
    font-size: 0.95rem;
    color: #555;
}

/* Best Practices Grid */
.best-practices-grid[b-38usic5cy0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.practice-card[b-38usic5cy0] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.practice-card:hover[b-38usic5cy0] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.practice-icon[b-38usic5cy0] {
    font-size: 3rem;
    margin-bottom: 15px;
}

.practice-card h3[b-38usic5cy0] {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.practice-card p[b-38usic5cy0] {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* Checklist Container */
.checklist-container[b-38usic5cy0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.checklist-category[b-38usic5cy0] {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.checklist-category h3[b-38usic5cy0] {
    font-size: 1.3rem;
    color: #667eea;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.checklist[b-38usic5cy0] {
    list-style-type: none;
    padding-left: 0;
}

.checklist li[b-38usic5cy0] {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #555;
}

/* Resources Container */
.resources-container[b-38usic5cy0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.resource-card[b-38usic5cy0] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.resource-card:hover[b-38usic5cy0] {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.resource-card h3[b-38usic5cy0] {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 10px;
}

.resource-card p[b-38usic5cy0] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.resource-link[b-38usic5cy0] {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.resource-link:hover[b-38usic5cy0] {
    color: #764ba2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1[b-38usic5cy0] {
        font-size: 2rem;
    }

    .hero-content p[b-38usic5cy0] {
        font-size: 1rem;
    }

    .threat-section h2[b-38usic5cy0] {
        font-size: 1.5rem;
    }

    .risk-grid[b-38usic5cy0],
    .best-practices-grid[b-38usic5cy0],
    .checklist-container[b-38usic5cy0],
    .resources-container[b-38usic5cy0] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Home.razor.rz.scp.css */
/* Parallax Hero Section */
.hero-banner[b-7ezbon34o0] {
    position: relative;
    height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.hero-banner[b-7ezbon34o0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/images/security-trends.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    transform: translateZ(0);
    will-change: transform;
    z-index: -1;
}

.hero-banner[b-7ezbon34o0]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30, 60, 114, 0.85) 0%, rgba(42, 82, 152, 0.75) 100%);
    z-index: 0;
}

.hero-content[b-7ezbon34o0] {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 40px 20px;
    max-width: 800px;
    animation: fadeInUp-b-7ezbon34o0 1s ease-out;
}

.hero-content h1[b-7ezbon34o0] {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-content p[b-7ezbon34o0] {
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

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

.btn[b-7ezbon34o0] {
    padding: 12px 30px;
    font-size: 1rem;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}

.btn-primary[b-7ezbon34o0] {
    background-color: #007bff;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
}

.btn-primary:hover[b-7ezbon34o0] {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 123, 255, 0.4);
}

/* Accessibility: Respect user's motion preferences */
@media (prefers-reduced-motion: reduce) {
    .hero-banner[b-7ezbon34o0]::before {
        background-attachment: scroll;
    }
    
    .hero-content[b-7ezbon34o0] {
        animation: none;
    }
    
    .btn-primary:hover[b-7ezbon34o0] {
        transform: none;
    }

    .btn-secondary:hover[b-7ezbon34o0] {
        transform: none;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-banner[b-7ezbon34o0] {
        height: 400px;
    }
    
    .hero-banner[b-7ezbon34o0]::before {
        background-attachment: scroll;
    }
    
    .hero-content h1[b-7ezbon34o0] {
        font-size: 2rem;
    }
    
    .hero-content p[b-7ezbon34o0] {
        font-size: 1rem;
    }
}

.features-container[b-7ezbon34o0] {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.card[b-7ezbon34o0] {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1 1 calc(25% - 15px);
    min-width: 250px;
}

.card.highlighted[b-7ezbon34o0] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.4);
    transform: scale(1.02);
}

.card.highlighted h2[b-7ezbon34o0],
.card.highlighted p[b-7ezbon34o0] {
    color: white;
}

.btn-secondary[b-7ezbon34o0] {
    background-color: #667eea;
    margin-top: 15px;
}

.btn-secondary:hover[b-7ezbon34o0] {
    background-color: #764ba2;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(102, 126, 234, 0.4);
}
/* /Pages/LLMCyberSecurityTopics.razor.rz.scp.css */
.content-container[b-fv281v0dtf] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.intro-section[b-fv281v0dtf] {
    margin-bottom: 3rem;
}

.intro-text[b-fv281v0dtf] {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e0e0e0;
    text-align: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    border-radius: 10px;
    border-left: 4px solid #2563eb;
}

.topic-section[b-fv281v0dtf] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 3rem;
}

.topic-card[b-fv281v0dtf] {
    display: flex;
    gap: 1.5rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.9), rgba(40, 40, 40, 0.9));
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.topic-card:hover[b-fv281v0dtf] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
    border-color: rgba(37, 99, 235, 0.4);
}

.topic-number[b-fv281v0dtf] {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.topic-content[b-fv281v0dtf] {
    flex: 1;
}

.topic-content h2[b-fv281v0dtf] {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
}

.topic-content > p[b-fv281v0dtf] {
    color: #d0d0d0;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.topic-details[b-fv281v0dtf] {
    margin-top: 1.5rem;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border-left: 3px solid #2563eb;
}

.topic-details h3[b-fv281v0dtf] {
    color: #60a5fa;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.topic-details ul[b-fv281v0dtf] {
    margin: 0;
    padding-left: 1.5rem;
    color: #c0c0c0;
}

.topic-details li[b-fv281v0dtf] {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.topic-details h3:not(:first-child)[b-fv281v0dtf] {
    margin-top: 1.5rem;
}

.conclusion-section[b-fv281v0dtf] {
    margin-bottom: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(139, 92, 246, 0.1));
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.conclusion-section h2[b-fv281v0dtf] {
    color: #fff;
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
}

.conclusion-section > p[b-fv281v0dtf] {
    color: #e0e0e0;
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: center;
}

.best-practices-grid[b-fv281v0dtf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.practice-card[b-fv281v0dtf] {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.practice-card:hover[b-fv281v0dtf] {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-2px);
}

.practice-icon[b-fv281v0dtf] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.practice-card h3[b-fv281v0dtf] {
    color: #60a5fa;
    font-size: 1.1rem;
    margin: 0.5rem 0;
}

.practice-card p[b-fv281v0dtf] {
    color: #c0c0c0;
    margin: 0;
    font-size: 0.95rem;
}

.cta-box[b-fv281v0dtf] {
    padding: 1.5rem;
    background: rgba(37, 99, 235, 0.15);
    border-radius: 10px;
    border: 2px solid rgba(37, 99, 235, 0.3);
}

.cta-box p[b-fv281v0dtf] {
    color: #e0e0e0;
    margin: 0;
    line-height: 1.7;
}

.cta-box strong[b-fv281v0dtf] {
    color: #60a5fa;
}

.resources-section[b-fv281v0dtf] {
    margin-bottom: 3rem;
}

.resources-section h2[b-fv281v0dtf] {
    color: #fff;
    text-align: center;
    margin-bottom: 2rem;
}

.resources-container[b-fv281v0dtf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.resource-card[b-fv281v0dtf] {
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(30, 30, 30, 0.9), rgba(40, 40, 40, 0.9));
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.resource-card:hover[b-fv281v0dtf] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
    border-color: rgba(37, 99, 235, 0.4);
}

.resource-card h3[b-fv281v0dtf] {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.2rem;
}

.resource-card p[b-fv281v0dtf] {
    color: #c0c0c0;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.resource-link[b-fv281v0dtf] {
    display: inline-block;
    color: #60a5fa;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.resource-link:hover[b-fv281v0dtf] {
    color: #93c5fd;
}

/* Responsive Design */
@media (max-width: 768px) {
    .topic-card[b-fv281v0dtf] {
        flex-direction: column;
        gap: 1rem;
    }

    .topic-number[b-fv281v0dtf] {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .topic-content h2[b-fv281v0dtf] {
        font-size: 1.3rem;
    }

    .best-practices-grid[b-fv281v0dtf] {
        grid-template-columns: 1fr;
    }

    .resources-container[b-fv281v0dtf] {
        grid-template-columns: 1fr;
    }

    .content-container[b-fv281v0dtf] {
        padding: 1rem;
    }
}
/* /Pages/LLMInjectionThreats.razor.rz.scp.css */
/* Hero Banner */
.hero-banner[b-0ps69a9nha] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.hero-content h1[b-0ps69a9nha] {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-content p[b-0ps69a9nha] {
    font-size: 1.2rem;
    margin-bottom: 0;
    opacity: 0.95;
}

/* Content Container */
.content-container[b-0ps69a9nha] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Threat Sections */
.threat-section[b-0ps69a9nha] {
    margin-bottom: 50px;
}

.threat-section h2[b-0ps69a9nha] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #667eea;
}

.threat-section p[b-0ps69a9nha] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

/* Info Cards */
.info-card[b-0ps69a9nha] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.info-card.warning[b-0ps69a9nha] {
    border-left: 5px solid #ff9800;
    background-color: #fff8f0;
}

.info-card h3[b-0ps69a9nha] {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #333;
}

.info-card ul[b-0ps69a9nha] {
    list-style-type: none;
    padding-left: 0;
}

.info-card ul li[b-0ps69a9nha] {
    padding: 8px 0;
    font-size: 1rem;
    color: #555;
}

.info-card ul li strong[b-0ps69a9nha] {
    color: #667eea;
}

/* Risk Grid */
.risk-grid[b-0ps69a9nha] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.risk-card[b-0ps69a9nha] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #ccc;
}

.risk-card.high-risk[b-0ps69a9nha] {
    border-left-color: #dc3545;
    background-color: #fff5f5;
}

.risk-card.medium-risk[b-0ps69a9nha] {
    border-left-color: #ff9800;
    background-color: #fff8f0;
}

.risk-card.low-risk[b-0ps69a9nha] {
    border-left-color: #28a745;
    background-color: #f0fff5;
}

.risk-card h3[b-0ps69a9nha] {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
}

.risk-card ul[b-0ps69a9nha] {
    list-style-type: disc;
    padding-left: 20px;
}

.risk-card ul li[b-0ps69a9nha] {
    padding: 5px 0;
    font-size: 0.95rem;
    color: #555;
}

/* Strategy Cards */
.strategy-card[b-0ps69a9nha] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #667eea;
}

.strategy-card h3[b-0ps69a9nha] {
    font-size: 1.4rem;
    color: #667eea;
    margin-bottom: 15px;
}

.strategy-card p[b-0ps69a9nha] {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

.strategy-card ul[b-0ps69a9nha] {
    list-style-type: disc;
    padding-left: 20px;
}

.strategy-card ul li[b-0ps69a9nha] {
    padding: 5px 0;
    font-size: 0.95rem;
    color: #555;
}

/* Best Practices Grid */
.best-practices-grid[b-0ps69a9nha] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.practice-card[b-0ps69a9nha] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.practice-card:hover[b-0ps69a9nha] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.practice-icon[b-0ps69a9nha] {
    font-size: 3rem;
    margin-bottom: 15px;
}

.practice-card h3[b-0ps69a9nha] {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.practice-card p[b-0ps69a9nha] {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* Checklist Container */
.checklist-container[b-0ps69a9nha] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.checklist-category[b-0ps69a9nha] {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.checklist-category h3[b-0ps69a9nha] {
    font-size: 1.3rem;
    color: #667eea;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.checklist[b-0ps69a9nha] {
    list-style-type: none;
    padding-left: 0;
}

.checklist li[b-0ps69a9nha] {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #555;
}

/* Resources Container */
.resources-container[b-0ps69a9nha] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.resource-card[b-0ps69a9nha] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.resource-card:hover[b-0ps69a9nha] {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.resource-card h3[b-0ps69a9nha] {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 10px;
}

.resource-card p[b-0ps69a9nha] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.resource-link[b-0ps69a9nha] {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.resource-link:hover[b-0ps69a9nha] {
    color: #764ba2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1[b-0ps69a9nha] {
        font-size: 2rem;
    }

    .hero-content p[b-0ps69a9nha] {
        font-size: 1rem;
    }

    .threat-section h2[b-0ps69a9nha] {
        font-size: 1.5rem;
    }

    .risk-grid[b-0ps69a9nha],
    .best-practices-grid[b-0ps69a9nha],
    .checklist-container[b-0ps69a9nha],
    .resources-container[b-0ps69a9nha] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/PenetrationTesting.razor.rz.scp.css */
/* Hero Banner */
.hero-banner[b-i669xd0hkk] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 60px 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.hero-content h1[b-i669xd0hkk] {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.hero-content p[b-i669xd0hkk] {
    font-size: 1.2rem;
    margin-bottom: 0;
    opacity: 0.95;
}

/* Content Container */
.content-container[b-i669xd0hkk] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Threat Sections */
.threat-section[b-i669xd0hkk] {
    margin-bottom: 50px;
}

.threat-section h2[b-i669xd0hkk] {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #667eea;
}

.threat-section p[b-i669xd0hkk] {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

/* Info Cards */
.info-card[b-i669xd0hkk] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.info-card.warning[b-i669xd0hkk] {
    border-left: 5px solid #ff9800;
    background-color: #fff8f0;
}

.info-card h3[b-i669xd0hkk] {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #333;
}

.info-card ul[b-i669xd0hkk] {
    list-style-type: none;
    padding-left: 0;
}

.info-card ul li[b-i669xd0hkk] {
    padding: 8px 0;
    font-size: 1rem;
    color: #555;
}

.info-card ul li strong[b-i669xd0hkk] {
    color: #667eea;
}

/* Risk Grid */
.risk-grid[b-i669xd0hkk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.risk-card[b-i669xd0hkk] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #ccc;
}

.risk-card.high-risk[b-i669xd0hkk] {
    border-left-color: #dc3545;
    background-color: #fff5f5;
}

.risk-card.medium-risk[b-i669xd0hkk] {
    border-left-color: #ff9800;
    background-color: #fff8f0;
}

.risk-card.low-risk[b-i669xd0hkk] {
    border-left-color: #28a745;
    background-color: #f0fff5;
}

.risk-card h3[b-i669xd0hkk] {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: #333;
}

.risk-card ul[b-i669xd0hkk] {
    list-style-type: disc;
    padding-left: 20px;
}

.risk-card ul li[b-i669xd0hkk] {
    padding: 5px 0;
    font-size: 0.95rem;
    color: #555;
}

/* Strategy Cards */
.strategy-card[b-i669xd0hkk] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-left: 5px solid #667eea;
}

.strategy-card h3[b-i669xd0hkk] {
    font-size: 1.4rem;
    color: #667eea;
    margin-bottom: 15px;
}

.strategy-card p[b-i669xd0hkk] {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

.strategy-card ul[b-i669xd0hkk] {
    list-style-type: disc;
    padding-left: 20px;
}

.strategy-card ul li[b-i669xd0hkk] {
    padding: 5px 0;
    font-size: 0.95rem;
    color: #555;
}

/* Best Practices Grid */
.best-practices-grid[b-i669xd0hkk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.practice-card[b-i669xd0hkk] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.practice-card:hover[b-i669xd0hkk] {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(102, 126, 234, 0.3);
}

.practice-icon[b-i669xd0hkk] {
    font-size: 3rem;
    margin-bottom: 15px;
}

.practice-card h3[b-i669xd0hkk] {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 10px;
}

.practice-card p[b-i669xd0hkk] {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
}

/* Checklist Container */
.checklist-container[b-i669xd0hkk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.checklist-category[b-i669xd0hkk] {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.checklist-category h3[b-i669xd0hkk] {
    font-size: 1.3rem;
    color: #667eea;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.checklist[b-i669xd0hkk] {
    list-style-type: none;
    padding-left: 0;
}

.checklist li[b-i669xd0hkk] {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #555;
}

/* Resources Container */
.resources-container[b-i669xd0hkk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.resource-card[b-i669xd0hkk] {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.resource-card:hover[b-i669xd0hkk] {
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.resource-card h3[b-i669xd0hkk] {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 10px;
}

.resource-card p[b-i669xd0hkk] {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.resource-link[b-i669xd0hkk] {
    color: #667eea;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.resource-link:hover[b-i669xd0hkk] {
    color: #764ba2;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1[b-i669xd0hkk] {
        font-size: 2rem;
    }

    .hero-content p[b-i669xd0hkk] {
        font-size: 1rem;
    }

    .threat-section h2[b-i669xd0hkk] {
        font-size: 1.5rem;
    }

    .risk-grid[b-i669xd0hkk],
    .best-practices-grid[b-i669xd0hkk],
    .checklist-container[b-i669xd0hkk],
    .resources-container[b-i669xd0hkk] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Trends.razor.rz.scp.css */
/* Floating Plus Button */
.floating-plus-btn[b-du3d52cr2x] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    font-size: 32px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    transition: transform 0.3s, box-shadow 0.3s;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.floating-plus-btn:hover[b-du3d52cr2x] {
    transform: scale(1.1) rotate(90deg);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
}

/* Hero Banner */
.hero-banner[b-du3d52cr2x] {
    background: linear-gradient(to right, #1e3c72, #2a5298);
    color: white;
    padding: 50px 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 30px;
}

.hero-content h1[b-du3d52cr2x] {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.hero-content p[b-du3d52cr2x] {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

/* Form Overlay */
.form-overlay[b-du3d52cr2x] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
    animation: fadeIn-b-du3d52cr2x 0.3s ease-in-out;
}

@keyframes fadeIn-b-du3d52cr2x {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Form positioned on the left */
.add-trend-form[b-du3d52cr2x] {
    max-width: 500px;
    width: 90%;
    padding: 2rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    animation: slideInLeft-b-du3d52cr2x 0.3s ease-out;
}

@keyframes slideInLeft-b-du3d52cr2x {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.form-header[b-du3d52cr2x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.form-header h2[b-du3d52cr2x] {
    margin: 0;
    color: #333;
}

.close-btn[b-du3d52cr2x] {
    background: none;
    border: none;
    font-size: 32px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
    line-height: 1;
}

.close-btn:hover[b-du3d52cr2x] {
    color: #333;
}

.form-group[b-du3d52cr2x] {
    margin-bottom: 1.5rem;
}

.form-group label[b-du3d52cr2x] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #555;
}

.form-group input[b-du3d52cr2x],
.form-group textarea[b-du3d52cr2x] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    box-sizing: border-box;
}

.form-group input:focus[b-du3d52cr2x],
.form-group textarea:focus[b-du3d52cr2x] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.add-trend-form button[type="submit"][b-du3d52cr2x] {
    background-color: #007bff;
    color: white;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.add-trend-form button[type="submit"]:hover:not(:disabled)[b-du3d52cr2x] {
    background-color: #0056b3;
}

.add-trend-form button[type="submit"]:disabled[b-du3d52cr2x] {
    background-color: #ccc;
    cursor: not-allowed;
}

.success-message[b-du3d52cr2x] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
    color: #155724;
}

.error-message[b-du3d52cr2x] {
    margin-top: 1rem;
    padding: 1rem;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    color: #721c24;
}

.error[b-du3d52cr2x] {
    margin: 2rem auto;
    max-width: 600px;
    padding: 1rem;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    color: #721c24;
}

/* Features Container (Grid of Trends) */
.features-container[b-du3d52cr2x] {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.card[b-du3d52cr2x] {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    flex: 1 1 calc(25% - 15px);
    min-width: 250px;
}

.card h2[b-du3d52cr2x] {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}

.card p[b-du3d52cr2x] {
    font-size: 1rem;
    color: #555;
}

