/* ==========================================================================
   FAIRS Interactive Tools & Utility Generators Stylesheet
   ========================================================================== */

.tool-canvas-container {
    background: #ffffff;
    border-radius: var(--radius-md);
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.resume-preview-box {
    background: #ffffff;
    color: #1e293b;
    border-radius: 8px;
    padding: 2.5rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
    min-height: 800px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.resume-header {
    border-bottom: 2px solid #0284c7;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.resume-title-section {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #0284c7;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.3rem;
    margin-top: 1.25rem;
    margin-bottom: 0.75rem;
}

.certificate-frame {
    background: #0f172a;
    border: 8px double #00f2fe;
    border-radius: 12px;
    padding: 3.5rem;
    text-align: center;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 242, 254, 0.2);
}

.certificate-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 8rem;
    color: rgba(0, 242, 254, 0.03);
    pointer-events: none;
    font-weight: 900;
}
