.lsqz-pte-container {
    max-width: 800px;
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1e293b;
}

.lsqz-pte-container .card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.lsqz-pte-header h2 {
    font-size: 24px;
    margin: 0 0 8px;
    color: #0f172a;
}

.lsqz-pte-instruction {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 20px;
    background: #f8fafc;
    padding: 12px 16px;
    border-left: 4px solid #3b82f6;
    border-radius: 4px;
}

.lsqz-pte-prompt {
    font-size: 16px;
    line-height: 1.7;
    white-space: pre-wrap;
}

.lsqz-form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.lsqz-field label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #475569;
}

.lsqz-input, .lsqz-textarea {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font-size: 15px;
    box-sizing: border-box;
}

.lsqz-input:focus, .lsqz-textarea:focus {
    border-color: #3b82f6;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.lsqz-answer-area {
    margin-top: 24px;
}

.lsqz-counter {
    text-align: right;
    font-size: 12px;
    margin-top: 6px;
    font-weight: bold;
    color: #64748b;
}

.lsqz-btn {
    background: #0f172a;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.lsqz-btn:hover {
    background: #1e293b;
}

.lsqz-btn:disabled {
    background: #94a3b8;
    cursor: not-allowed;
}

.lsqz-btn.outline {
    background: transparent;
    color: #0f172a;
    border: 2px solid #0f172a;
    margin-top: 10px;
}

.lsqz-btn.cta {
    background: #16a34a;
}

.lsqz-status {
    margin-top: 16px;
}

.lsqz-alert {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
}

.lsqz-alert.error {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fee2e2;
}

.lsqz-loading {
    background: #eff6ff;
    color: #1e40af;
    padding: 16px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}

/* Result Styles */
.lsqz-result-header {
    text-align: center;
    margin-bottom: 30px;
}

.lsqz-overall-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #0f172a;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.lsqz-overall-circle .val {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

.lsqz-overall-circle .lbl {
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.7;
}

.lsqz-score-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.lsqz-score-label {
    width: 80px;
    font-size: 13px;
    font-weight: 600;
}

.lsqz-score-bar {
    flex-grow: 1;
    height: 8px;
    background: #e2e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.lsqz-score-bar span {
    display: block;
    height: 100%;
    background: #3b82f6;
}

.lsqz-score-num {
    width: 25px;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.lsqz-feedback-box, .lsqz-recommendation {
    margin-top: 24px;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
}

.lsqz-feedback-box h4, .lsqz-recommendation h4 {
    margin: 0 0 8px;
    font-size: 15px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lsqz-paywall {
    text-align: center;
    background: #fffbeb;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #fde68a;
}

.lsqz-paywall p {
    margin: 0 0 16px;
    font-weight: 600;
    color: #92400e;
}

.lsqz-remaining {
    text-align: center;
    font-size: 12px;
    color: #94a3b8;
    margin-top: 12px;
}
